21 lines
577 B
Plaintext
21 lines
577 B
Plaintext
# CONFIG_SITE
|
|
#
|
|
# Make any extensions-specific changes to the EPICS build
|
|
# configuration variables in this file.
|
|
#
|
|
# Host/target specific settings are in os subdirectory files named
|
|
# os/CONFIG_SITE.$(EPICS_HOST_ARCH).Common
|
|
# os/CONFIG_SITE.Common.$(T_A)
|
|
# os/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A)
|
|
|
|
# Extensions are not normally built for cross targets
|
|
CROSS_COMPILER_TARGET_ARCHS =
|
|
|
|
# If you don't want to install into $(TOP) then
|
|
# define INSTALL_LOCATION here
|
|
#INSTALL_LOCATION=<fullpathname>
|
|
|
|
# Extensions don't normally build shared libraries
|
|
SHARED_LIBRARIES = NO
|
|
|