Files
pcas/src/util/Makefile.Host
1998-07-08 15:50:29 +00:00

32 lines
722 B
Makefile

# Makefile.Host for base/src/util
#
TOP = ../../..
include $(TOP)/config/CONFIG_BASE
CMPLR = STRICT
# default Unix needs lib m, every system needs libs ca & Com:
SYS_PROD_LIBS_DEFAULT := m
SYS_PROD_LIBS_WIN32 := -nil-
PROD_LIBS := ca Com
#
# Added winmm user32 for the non-dll build
#
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32 user32
PROD_DEFAULT := ca_test iocLogServer startCArepeater
PROD_WIN32 := ca_test iocLogServer
ifeq ($(T_A),solaris)
SCRIPTS := S99logServer S99caRepeater
endif
include $(TOP)/config/RULES.Host
S99%: ../rc2.%
@/usr/bin/sed -e s%:EPICS:%`chdir $(TOP); /usr/bin/pwd`% \
-e s%:INSTALL_BIN:%`chdir $(INSTALL_BIN); /usr/bin/pwd`% \
$< >$@
# EOF Makefile.Host for base/src/util