#CONFIG_APP include $(TOP)/config/RELEASE -include $(TOP)/config/RELEASE.$(HOST_ARCH) include $(EPICS_BASE)/config/CONFIG INSTALL_LOCATION = $(TOP) ifdef INSTALL_LOCATION_APP INSTALL_LOCATION = $(INSTALL_LOCATION_APP) endif #Other share areas can be added similar to following #ifdef #USR_INCLUDES += -I$()/include #BIN = $()/bin/$(T_A) #endif ifdef SHARE USR_INCLUDES += -I$(SHARE)/include SHARE_BIN = $(SHARE)/bin/$(T_A) USER_DBDFLAGS += -I .. -I $(SHARE)/dbd -I $(EPICS_BASE)/dbd endif #Following only works if host provides soft links ifdef MASTER_IOCAPPS USR_INCLUDES += -I$(MASTER_IOCAPPS)/include MASTER_IOCAPPS_BIN = $(MASTER_IOCAPPS)/bin/$(T_A) endif # Where to install databases INSTALL_DB = $(INSTALL_LOCATION)/db # dbst based database optimization (default: NO) DB_OPT = NO # May be overridden if not all databases should be installed INSTALLDB = $(DB) include $(TOP)/config/CONFIG