forked from epics_driver_modules/require
23 lines
794 B
Plaintext
23 lines
794 B
Plaintext
#RELEASE Location of external products
|
|
# Run "gnumake clean uninstall install" in the application
|
|
# top directory each time this file is changed.
|
|
#
|
|
# NOTE: The build does not check dependancies on files
|
|
# external to this application. Thus you should run
|
|
# "gnumake clean uninstall install" in the top directory
|
|
# each time EPICS_BASE, SNCSEQ, or any other external
|
|
# module defined in the RELEASE file is rebuilt.
|
|
|
|
TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
|
|
|
|
# If you don't want to install into $(TOP) then
|
|
# define INSTALL_LOCATION_APP here
|
|
#INSTALL_LOCATION_APP=<fullpathname>
|
|
|
|
# EPICS_BASE usually appears last so other apps can override stuff:
|
|
EPICS_BASE=/usr/local/epics/base-3.14.12
|
|
|
|
#Want to use md command with global variables?
|
|
#Set path to symbolname library
|
|
#SYMBOLNAME=
|