#RELEASE Location of external products # # IF YOU MAKE ANY CHANGES to this file you MUST at least run # "gnumake" in this directory afterwards; you usually need # to run "gnumake rebuild" in the application's top level # directory each time this file is changed. # # NOTE: The build does not check dependencies against files # that are outside this application, thus you should run # "gnumake distclean install" in the top directory each time # EPICS_BASE, SNCSEQ, or any other external module defined # in the RELEASE file is rebuilt. # # Host/target specific settings can be specified in files named # RELEASE.$(EPICS_HOST_ARCH).Common # RELEASE.Common.$(T_A) # RELEASE.$(EPICS_HOST_ARCH).$(T_A) ############################################################################## # Define the path to the synApps support directory and uncomment. SUPPORT=/home/oxygen/MOONEY/epics/synApps/support -include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH) # Specify the standard synApps configuration. include $(SUPPORT)/configure/RELEASE # For a local, custom configuration; copy $(SUPPORT)/configure/RELEASE # to this directory as the file MASTER_RELEASE, edit the file, comment out # the above include, and uncomment the following line. #!include $(TOP)/configure/MASTER_RELEASE EPICS_BASE=/home/oxygen/MOONEY/epics/base-3.14.12.1 -include $(TOP)/../configure/EPICS_BASE.$(EPICS_HOST_ARCH) TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top