init notmative types repo, which is moved from alphaCPP repo

This commit is contained in:
Guobao Shen
2012-07-16 10:01:32 -04:00
commit 7facd19fb1
25 changed files with 3678 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
TOP = ..
include $(TOP)/configure/CONFIG
SRC = $(TOP)/src/
SRC_DIRS += $(SRC)/nt
INC += nt.h
INC += ntfield.h
INC += ntnameValue.h
INC += nttable.h
LIBSRCS += ntfield.cpp
LIBSRCS += ntnameValue.cpp
LIBSRCS += nttable.cpp
LIBRARY=nt
nt_LIBS += pvData Com
include $(TOP)/configure/RULES