|
|
@@ -31,64 +31,3 @@
|
|
|
// when appropriate. Perhaps as simple as compiling it all the time,
|
|
|
// but protecting the code itself within #ifdefs.
|
|
|
#define EXTRA_DIST ipc_nt_traits.cxx
|
|
|
-
|
|
|
-// test_lib_target is not implemented yet. This is a bogus
|
|
|
-// test_bin_target until then.
|
|
|
-#begin test_bin_target
|
|
|
- #define TARGET loom
|
|
|
-
|
|
|
- #define SOURCES \
|
|
|
- loom.cxx loom.h loom_internal.h
|
|
|
-
|
|
|
- #define LOCAL_LIBS ipc $[LOCAL_LIBS]
|
|
|
-#end test_bin_target
|
|
|
-
|
|
|
-
|
|
|
-#begin test_bin_target
|
|
|
- #define TARGET test_diners
|
|
|
- #define SOURCES test_diners.cxx
|
|
|
- #define LOCAL_LIBS ipc $[LOCAL_LIBS]
|
|
|
-#end test_bin_target
|
|
|
-
|
|
|
-#begin test_bin_target
|
|
|
- #define TARGET test_priority
|
|
|
- #define SOURCES test_priority.cxx
|
|
|
- #define LOCAL_LIBS ipc $[LOCAL_LIBS]
|
|
|
-#end test_bin_target
|
|
|
-
|
|
|
-#begin test_bin_target
|
|
|
- #define TARGET test_prodcons
|
|
|
- #define SOURCES test_prodcons.cxx
|
|
|
- #define LOCAL_LIBS ipc $[LOCAL_LIBS]
|
|
|
-#end test_bin_target
|
|
|
-
|
|
|
-#begin test_bin_target
|
|
|
- #define TARGET test_threaddata
|
|
|
- #define SOURCES test_threaddata.cxx
|
|
|
- #define LOCAL_LIBS ipc $[LOCAL_LIBS]
|
|
|
-#end test_bin_target
|
|
|
-
|
|
|
-#begin test_bin_target
|
|
|
- #define TARGET loom_main
|
|
|
- #define SOURCES loom_main.cxx
|
|
|
- #define LOCAL_LIBS loom ipc $[LOCAL_LIBS]
|
|
|
-#end test_bin_target
|
|
|
-
|
|
|
-#begin test_bin_target
|
|
|
- #define TARGET test_file
|
|
|
- #define SOURCES test_file.cxx
|
|
|
- #define LOCAL_LIBS loom ipc $[LOCAL_LIBS]
|
|
|
-#end test_bin_target
|
|
|
-
|
|
|
-// Oops, these are test .so's
|
|
|
-#begin test_bin_target
|
|
|
- #define TARGET loom_test1
|
|
|
- #define SOURCES loom_test1.cxx
|
|
|
- #define LOCAL_LIBS loom ipc $[LOCAL_LIBS]
|
|
|
-#end test_bin_target
|
|
|
-
|
|
|
-#begin test_bin_target
|
|
|
- #define TARGET loom_test2
|
|
|
- #define SOURCES loom_test2.cxx
|
|
|
- #define LOCAL_LIBS loom ipc $[LOCAL_LIBS]
|
|
|
-#end test_bin_target
|