configure/RELEASE
changeset 0 bd6bb22c6533
child 4 68a4f654dc00
equal deleted inserted replaced
-1:000000000000 0:bd6bb22c6533
       
     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 HOME=/home/epics/
       
    25 MODULES=$(HOME)/EPICS/modules
       
    26 SUPPORT=$(HOME)/EPICS/support
       
    27 
       
    28 # If using the sequencer, point SNCSEQ at its top directory:
       
    29 SNCSEQ=$(MODULES)/seq-2.2.2
       
    30 ASYN=$(SUPPORT)/asyn4-26
       
    31 STREAM=$(SUPPORT)/stream
       
    32 EUROTHERM2K=$(SUPPORT)/eurotherm2k-1-18
       
    33 
       
    34 # EPICS_BASE usually appears last so other apps can override stuff:
       
    35 EPICS_BASE=$(HOME)/EPICS/base
       
    36 
       
    37 # Set RULES here if you want to take build rules from somewhere
       
    38 # other than EPICS_BASE:
       
    39 #RULES=/path/to/epics/support/module/rules/x-y