Files
pvxs/example/Makefile
T
Michael Davidsaver 879949706f doc example mailbox
2020-02-27 08:21:50 -08:00

25 lines
493 B
Makefile

TOP=..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#=============================
PROD_LIBS += pvxs Com
TESTPROD += mailbox
mailbox_SRCS += mailbox.cpp
PROD_SYS_LIBS += event_core
PROD_SYS_LIBS_DEFAULT += event_pthreads
PROD_SYS_LIBS_WIN32 += netapi32 ws2_32
PROD_SYS_LIBS_vxWorks =
#===========================
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE