Files
normativeTypes/src/Makefile
Matej Sekoranja 379a132cd7 NTScalar added
2014-08-22 09:12:24 +02:00

27 lines
389 B
Makefile

TOP = ..
include $(TOP)/configure/CONFIG
SRC = $(TOP)/src/
SRC_DIRS += $(SRC)/nt
INC += nt.h
INC += ntfield.h
INC += ntscalar.h
INC += ntnameValue.h
INC += nttable.h
INC += ntmultiChannel.h
LIBSRCS += ntfield.cpp
LIBSRCS += ntscalar.cpp
LIBSRCS += ntnameValue.cpp
LIBSRCS += nttable.cpp
LIBSRCS += ntmultiChannel.cpp
LIBRARY=nt
nt_LIBS += pvData Com
include $(TOP)/configure/RULES