20 lines
309 B
Makefile
20 lines
309 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
INC += hexDump.h
|
|
INC += wildcharMatcher.h
|
|
INC += arrayFIFO.h
|
|
|
|
LIBSRCS += hexDump.cpp
|
|
LIBSRCS += wildcharMatcher.cpp
|
|
|
|
LIBRARY = pvAccUtils
|
|
|
|
#pvAccess_LIBS += Com
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|