#----------------------------------------------------------------------------- # YAM.config - configuration file for yam utilities and makefiles # Created Wed Oct 26 23:46:33 2005 for nesnas # # Edit this file to suit your needs. Lines that end with backslash # get spliced together. #----------------------------------------------------------------------------- MODULES = arrays \ camera_image \ camera_image_io \ camera_model \ camera_model_jpl \ data_io \ frame \ image \ image_io \ image_ops \ image_rgb \ jplpic \ make \ matrices \ numerics \ points \ rectify_op \ share \ string_io \ transforms \ user_nesnas BRANCH_arrays = main BRANCH_camera_image = main BRANCH_camera_image_io = main BRANCH_camera_model = main BRANCH_camera_model_jpl = main BRANCH_data_io = main BRANCH_frame = main BRANCH_image = main BRANCH_image_io = main BRANCH_image_ops = main BRANCH_image_rgb = main BRANCH_jplpic = main BRANCH_make = main BRANCH_matrices = main BRANCH_numerics = main BRANCH_points = main BRANCH_rectify_op = main BRANCH_share = main BRANCH_string_io = main BRANCH_transforms = main BRANCH_user_nesnas = main #----------------------------------------------------------------------------- # Below is a list of variables that can be set: # # MODULES - yam modules to checkout from CVS for editing/compilation # BRANCH_module - specify tag and branch tag to use for checking out # modules and possibly branching from it # # Each entry in MODULES may have a corresponding variable specifying # CVS branch options. These variables are named BRANCH_module, where # "module" is the name of the desired work module (such as BRANCH_share). # # The BRANCH_module variables is set to:# is the tag for the version you want to branch off of, and # hyphen- is appended to the tag for the branch # you want to create. # For example, BRANCH_share = share-R1-05 fix # makes branch "share-R1-05-fix" off of tagged version # "share-R1-05" for module "share". # There is a special "main" which specifies # CVS's current main branch. You cannot branch off of "main". # # if is not specified, then just checkout version , # without creating a branch from it. # It is an error if does not exist. Use # to create a new branch. # #-----------------------------------------------------------------------------