'
(
("P" "ProMAX 2D" 
	".:/usr/local/crestone/promax/linux/exe"                      ;executables
	"/usr/local/crestone/promax/port/menu/promax:promax"          ;menus
	"promax/Processes"                                            ;"Processes" file
	"/usr/local/crestone/port/help/promax:promax"                 ;help files
	""                                                            ;misc files
	""                                                            ;data files 
	t)
("3" "ProMAX 3D" 
	".:/usr/local/crestone/promax/linux/exe"                      ;executables
	"/usr/local/crestone/promax/port/menu/promax3d:promax3d"      ;menus
	"promax3d/Processes"                                          ;"Processes" file
	"/usr/local/crestone/promax/port/help/promax3d:promax3d"      ;help files
	""                      ;misc files
	""                      ;data files
	t)
("4" "ProMAX 4D" 
	""                      ;executables 
	"promax4d"              ;menus 
	"promax4d/Processes"    ;"Processes" file
	"promax4d"              ;help files
	""                      ;misc files
	""                      ;data files
	t)
("v" "ProMAX VSP" 
	""                      ;executables 
	"promaxvsp"             ;menus
	"promaxvsp/Processes"   ;"Processes" file
	"promaxvsp"             ;help files
	""                      ;misc files
	""                      ;data files
	t)
)
;
; -------- DOCUMENTATION ------------------
;
;A typical product file might look like: 
;
;
;("P" "ProMAX 2D" "entry3 "entry4" "entry5" "entry6" "entry7" "entry8" t)
;("3" "ProMAX 3D" "entry3" "entry4" "entry5" "entry6" "entry7" "entry8" t)
;("v" "ProMAX VSP" "entry3" "entry4" "entry5" "entry6" "entry7" "entry8" t)
;)
;
;The first entry is a single character which appears in the TypeName 
;file located in the same subdirectory containing the files for a par-
;ticular Flow. This character will be P, p, 3, or v for ProMAX 2D, 
;ProMAX 3D, or ProMAX VSP, respectively.
;
;The second entry is the name assigned to a particular product. This 
;name appears in the far right hand portion of the main user inter-
;face when choosing a flow. When multiple products are available, 
;toggling on that name will cause you to move between the various 
;products licensed for your platform. 
;
;Entries 3-8 are either relative or absolute pathnames specifying the 
;location of particular files needed by ProMAX 2D,
;ProMAX 3D, or ProMAX VSP, respectively. If these entries are 
;left blank, pathnames will default to those set by environmental 
;variables. If these pathnames begin with a character OTHER than a 
;slash, they will be appended to existing relevant environmental 
;variables. If these pathnames begin with a `/', they will be treated 
;as absolute pathnames, and files will be searched for in that exact 
;directory. All entries support the concept of a search path: multiple 
;directories separated by a ":" are searched sequentially until the 
;desired file is located. This makes use of customized executables, 
;menus and help files IN ADDITION TO standard files provided by 
;Advance very easy. Use an entry of "." to signify the standard loca-
;tion within the Advance directory tree. Entries control the following: 
;
;Entry3: Executables. The absolute or relative pathname to the directory con-
;taining the executable files for the product. If specified as a relative 
;pathname, it will be appended to PROMAX_SYS_EXE_HOME (or PROMAX_SY-
;S_HOME/exe or PROMAX_HOME/sys/exe, depending upon which 
;environmental variable is available). Beginning with Release 5.0, the exe-
;cutable directory is common to all Advance products. There are no product-spe-
;cific sub-directories. The default entry would be blank, directing the 
;flow builder to the standard ProMAX exe/ sub-directory typically defined 
;by the environmental variable $PROMAX_SYS_EXE_HOME. For your 
;development environment, the following entry might be used: 
;
;"/home/joe/advance/rs6000/exe/:."
;
;This entry will cause a search of the /home/joe/advance/rs6000/
;exe/ sub-directory for exec.exe (or other executables) and the sys-
;tem exe/ sub-directory next. The "." following or preceding the 
;colon denotes the system default as specified by environmental 
;variables.
;
;Entry 4: Menus. Absolute or relative pathname to the sub-directory 
;containing the menu files for this product. If specified as a relative 
;pathname, it will be appended to PROMAX_PORT_MENU_HOME (or 
;PROMAX_HOME/port/menu, depending upon which environmen-
;tal variable is available). The menus for each product are divided into sub-
;directories under the main directory defined by: $PROMAX_PORT_MENU_-
;HOME. A default entry for the ProMAX 2D product would be "promax", direct-
;ing the flow builder to $PROMAX_PORT_MENU_HOME/promax for menus. 
;For a development environment, the following entry might be used: 
;
;"/home/joe/advance/port/menu/promax/:promax"
;
;This entry will cause a search of your menu directory for custom menus and the 
;system menu directory next. 
;
;Entry 5: "Processes" file. Optional absolute pathname and filename 
;for the "Processes" file for this product. The "Processes"  list is different 
;for each product and by default the "Processes" file resides with the product 
;menus. Generally this entry will be the same as Entry 4 with "/Processes" 
;appended. However, a similar search mechanism outline for menus, ( Entry4), can 
;be employed except that path must include the "Processes" file name 
;(since this is a single file instead of a group of menus or helps). 
;THIS ENTRY CANNOT BE LEFT BLANK.
;For example: 
;
;"/home/joe/advance/port/menu/promax/Processes:promax/Processes"
;
;
;Entry 6: Help files. Absolute or relative pathname to the sub-direc-
;tory containing the help files for this product. If specified as a rela-
;tive pathname, it will be appended to PROMAX_PORT_HELP_HOME 
;(or PROMAX_HOME/port/help, depending upon which environ-
;mental variable is available). The helps for each product are divided into 
;subdirectories under the main directory defined by: $PROMAX_PORT_HEL-
;P_HOME. A default entry for the ProMAX 2D product would be "promax", 
;directing the flow builder to $PROMAX_PORT_HELP_HOME/promax for help 
;files. For a development environment, the following entry might be used: 
;
;"/home/joe/advance/port/help/promax/:promax"
;
;This entry will cause a search of your help directory for custom helps and 
;the system help directory next.
;
;Entry 7: Misc files. Absolute or relative pathname to the sub-direc-
;tory containing the "misc" files for this product. If specified as a rel-
;ative pathname, it will be appended to 
;PROMAX_PORT_MISC_HOME (or PROMAX_HOME/port/misc, 
;depending upon which environmental variable is available). 
;
;Entry 8: Data files. Absolute or relative pathname to the sub-direc-
;tory containing the primary data storage files for this product. If 
;specified as a relative pathname, it will be appended to PROMAX_-
;DATA_HOME (or PROMAX_HOME/data, depending upon which 
;environmental variable is available). As with the executable directory, 
;there is no product level sub-division of "misc" files. The misc/ level 
;files control configuration aspects such as color tables and are 
;rarely redirected. However, if desired, search path control is 
;done in the same manner as that for the executables, Entry3, above.
;
;Entry 9: Always leave this set to `t'. 
;
;The following example would be found on a system containing the 
;ProMAX 2D and ProMAX Prospector products:
;
;(
;("P" "ProMAX 2D" "' "promax" "promax/Processes" "promax" "" "" t)
;("p" "Prospector" "" "prospector" "/advance/test_code/Processes" "prospector" 
;"" "/advance/mydata t)
;)
;
;The ProMAX product would have the following file locations: 
;
;Executable: PROMAX_HOME/sys/exe
;Menus: PROMAX_HOME/port/menu/promax
;Processes file: PROMAX_HOME/port/menu/promax/Processes
;Help: PROMAX_HOME/port/help/promax
;Misc: PROMAX_HOME/port/misc
;Data: PROMAX_DATA_HOME (or PROMAX_HOME/data)
;
;The Prospector product would have the following file locations: 
;
;Executable: PROMAX_HOME/sys/exe
;Menus: PROMAX_HOME/port/menu/prospector
;Processes file: /advance/test_code/Processes
;Help: PROMAX_HOME/port/help/prospector
;Misc: PROMAX_HOME/port/misc
;Data: /advance/mydata
