#CONFIG
include $(TOP)/configure/CONFIG_APP
# Add any changes to make definitions here

#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040
#CROSS_COMPILER_TARGET_ARCHS = 

# For JK environment, install to $(EPICS_BASE)/../modules/* but bin and db
INSTALL_LOCATION_LIB        = $(EPICS_BASE)/../modules/lib
#INSTALL_LOCATION_BIN        = $(EPICS_BASE)/../modules/bin
INSTALL_INCLUDE             = $(EPICS_BASE)/../modules/include
INSTALL_DBD                 = $(EPICS_BASE)/../modules/dbd
#INSTALL_DB                  = $(EPICS_BASE)/../modules/db
INSTALL_DOC                 = $(EPICS_BASE)/../modules/doc
INSTALL_HTML                = $(EPICS_BASE)/../modules/html
INSTALL_TEMPLATES           = $(EPICS_BASE)/../modules/templates
INSTALL_JAVA                = $(EPICS_BASE)/../modules/javalib

#INSTALL_CONFIG              = $(EPICS_BASE)/../modules/configure
#INSTALL_HOST_BIN            = $(INSTALL_LOCATION_BIN)/$(EPICS_HOST_ARCH)
#INSTALL_HOST_LIB            = $(INSTALL_LOCATION_LIB)/$(EPICS_HOST_ARCH)

# Use this when your IOC and the host use different paths
# to access the application. Typically this will be 
# used with the Microsoft FTP server or with NFS mounts. Use
# is indicated by failure of the cdCommands script on
# vxWorks. You must rebuild in the iocBoot directory 
# before this takes effect.
#IOCS_APPL_TOP = <the top of the application as seen by the IOC>
