Files
pvxs/example/Makefile
T
Michael Davidsaver 783281d137 fix Makefile
premature cleverness
2020-03-23 21:39:33 -07:00

32 lines
705 B
Makefile

TOP=..
include $(TOP)/configure/CONFIG
# cfg/ sometimes isn't correctly included due to a Base bug
# so we do here (maybe again) as workaround
include $(TOP)/configure/CONFIG_PVXS_MODULE
include $(TOP)/configure/CONFIG_PVXS_VERSION
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#=============================
PROD_LIBS += pvxs Com
TESTPROD_HOST += mailbox
mailbox_SRCS += mailbox.cpp
TESTPROD_HOST += spam
spam_SRCS += spam.cpp
TESTPROD_HOST += ticker
ticker_SRCS += ticker.cpp
TESTPROD_HOST += client
client_SRCS += client.cpp
#===========================
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE