Files
ADAndor/configure/CONFIG
T
mooney daecd66904 solaris
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@10575 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
2010-04-08 20:00:32 +00:00

22 lines
631 B
Plaintext
Executable File

#CONFIG
include $(TOP)/configure/CONFIG_APP
# Add any changes to make definitions here
#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040
# 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>
STATIC_BUILD=YES
ifeq (Darwin, $(OS_CLASS))
STATIC_BUILD=NO
endif
ifeq (solaris, $(OS_CLASS))
SHARED_LIBRARIES=NO
endif