Split src/Makefile into fragments

This commit is contained in:
Andrew Johnson
2014-03-28 15:29:31 -05:00
parent f3dc67e620
commit c91f2e7263
4 changed files with 40 additions and 24 deletions
+9
View File
@@ -0,0 +1,9 @@
# This is a Makefile fragment, see ../Makefile
SRC_DIRS += $(PVDATABASE_SRC)/special
INC += recordList.h
INC += traceRecord.h
LIBSRCS += recordList.cpp
LIBSRCS += traceRecord.cpp