configure/RELEASE
changeset 0 50cbed80af1a
child 4 f4ddf0ee30a9
equal deleted inserted replaced
-1:000000000000 0:50cbed80af1a
       
     1 # RELEASE - Location of external support modules
       
     2 #
       
     3 # IF YOU MAKE ANY CHANGES to this file you must subsequently
       
     4 # do a "gnumake rebuild" in this application's top level
       
     5 # directory.
       
     6 #
       
     7 # The build process does not check dependencies against files
       
     8 # that are outside this application, thus you should do a
       
     9 # "gnumake rebuild" in the top level directory after EPICS_BASE
       
    10 # or any other external module pointed to below is rebuilt.
       
    11 #
       
    12 # Host- or target-specific settings can be given in files named
       
    13 #  RELEASE.$(EPICS_HOST_ARCH).Common
       
    14 #  RELEASE.Common.$(T_A)
       
    15 #  RELEASE.$(EPICS_HOST_ARCH).$(T_A)
       
    16 #
       
    17 # This file should ONLY define paths to other support modules,
       
    18 # or include statements that pull in similar RELEASE files.
       
    19 # Build settings that are NOT module paths should appear in a
       
    20 # CONFIG_SITE file.
       
    21 
       
    22 TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
       
    23 
       
    24 # If using the sequencer, point SNCSEQ at its top directory:
       
    25 #SNCSEQ=$(EPICS_BASE)/../modules/soft/seq
       
    26 
       
    27 MODULES=/opt/epics/modules
       
    28 
       
    29 STREAM=$(MODULES)/stream/2-4-1
       
    30 ASYN=/usr/lib/epics
       
    31 
       
    32 # EPICS_BASE usually appears last so other apps can override stuff:
       
    33 EPICS_BASE=/usr/lib/epics
       
    34 
       
    35 # Set RULES here if you want to take build rules from somewhere
       
    36 # other than EPICS_BASE:
       
    37 #RULES=/path/to/epics/support/module/rules/x-y