20 lines
579 B
Plaintext
20 lines
579 B
Plaintext
#RELEASE Location of external products
|
|
# Run "gnumake clean uninstall install" in the application
|
|
# top directory each time this file is changed.
|
|
|
|
TEMPLATE_TOP=_TEMPLATE_TOP_
|
|
|
|
# If you don't want to install into $(TOP) then
|
|
# define INSTALL_LOCATION_APP here
|
|
#INSTALL_LOCATION_APP=<fullpathname>
|
|
|
|
#If using the sequencer, point SNCSEQ at its top directory:
|
|
#SNCSEQ=$(EPICS_BASE)/../modules/soft/seq
|
|
|
|
# EPICS_BASE usually appears last so other apps can override stuff:
|
|
EPICS_BASE=_EPICS_BASE_
|
|
|
|
#Capfast users may need the following definitions
|
|
#CAPFAST_TEMPLATES=
|
|
#SCH2EDIF_PATH=
|