Files
ADAndor/configure/CONFIG
2010-11-01 17:38:34 +00:00

27 lines
778 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>
# We don't set STATIC_BUILD for WIN32 or Cygwin, use base to configure
ifeq (Darwin, $(OS_CLASS))
STATIC_BUILD=NO
endif
ifeq (Linux, $(OS_CLASS))
STATIC_BUILD=YES
SHARED_LIBRARIES=NO
endif
ifeq (solaris, $(OS_CLASS))
STATIC_BUILD=YES
SHARED_LIBRARIES=NO
endif