summaryrefslogtreecommitdiff
path: root/examples/Misc/Misc.mpc
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-05 17:14:45 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-05 17:14:45 +0000
commit58033491c6d0bac82315c1fdb1ec9b39be58093f (patch)
treec69c3aa67ec66758066e959bd0d533ea336ec236 /examples/Misc/Misc.mpc
parent2efc882384a34f61311a24fc641d1b5fd5776356 (diff)
downloadATCD-TAO-1_5.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-1_5'.TAO-1_5
Diffstat (limited to 'examples/Misc/Misc.mpc')
-rw-r--r--examples/Misc/Misc.mpc66
1 files changed, 0 insertions, 66 deletions
diff --git a/examples/Misc/Misc.mpc b/examples/Misc/Misc.mpc
deleted file mode 100644
index b0ed858efbd..00000000000
--- a/examples/Misc/Misc.mpc
+++ /dev/null
@@ -1,66 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*test_dump) : aceexe {
- exename = test_dump
- Source_Files {
- test_dump.cpp
- }
-}
-
-project(*test_get_opt) : aceexe {
- exename = test_get_opt
- Source_Files {
- test_get_opt.cpp
- }
-}
-
-project(*test_profile_timer) : aceexe {
- avoids += ace_for_tao
- exename = test_profile_timer
- Source_Files {
- test_profile_timer.cpp
- }
-}
-
-project(*test_read_buffer) : aceexe {
- exename = test_read_buffer
- Source_Files {
- test_read_buffer.cpp
- }
-}
-
-project(*test_set) : aceexe {
- exename = test_set
- Source_Files {
- test_set.cpp
- }
-}
-
-project(*test_sstring) : aceexe {
- exename = test_sstring
- Source_Files {
- test_sstring.cpp
- }
-}
-
-project(*test_trace) : aceexe {
- exename = test_trace
- Source_Files {
- test_trace.cpp
- }
-}
-
-project(*test_XtReactor1) : aceexe, ace_xtreactor, ace_motif {
- exename = test_XtReactor1
- Source_Files {
- test_XtReactor1.cpp
- }
-}
-
-project(*test_XtReactor2) : aceexe, ace_xtreactor, ace_motif {
- exename = test_XtReactor2
- Source_Files {
- test_XtReactor2.cpp
- }
-}