21 lines
474 B
Makefile
21 lines
474 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST += hexDumpTest
|
|
hexDumpTest_SRCS += hexDumpTest.cpp
|
|
hexDumpTest_LIBS += pvAccUtils
|
|
|
|
PROD_HOST += wildcharMatcherTest
|
|
wildcharMatcherTest_SRCS += wildcharMatcherTest.cpp
|
|
wildcharMatcherTest_LIBS += pvAccUtils Com
|
|
|
|
PROD_HOST += arrayFIFOTest
|
|
arrayFIFOTest_SRCS += arrayFIFOTest.cpp
|
|
arrayFIFOTest_LIBS += pvAccUtils Com
|
|
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|