|
@@ -1,7 +1,12 @@
|
|
|
#begin lib_target
|
|
#begin lib_target
|
|
|
#define TARGET deadrec
|
|
#define TARGET deadrec
|
|
|
|
|
|
|
|
|
|
+ #define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
|
|
|
|
+
|
|
|
#define SOURCES \
|
|
#define SOURCES \
|
|
|
|
|
+ correction.h prediction.h
|
|
|
|
|
+
|
|
|
|
|
+ #define INCLUDED_SOURCES \
|
|
|
correction.cxx prediction.cxx
|
|
correction.cxx prediction.cxx
|
|
|
|
|
|
|
|
#define INSTALL_HEADERS \
|
|
#define INSTALL_HEADERS \
|