diff options
Diffstat (limited to 'ACE/examples/IPC_SAP/UPIPE_SAP/Makefile.am')
-rw-r--r-- | ACE/examples/IPC_SAP/UPIPE_SAP/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ACE/examples/IPC_SAP/UPIPE_SAP/Makefile.am b/ACE/examples/IPC_SAP/UPIPE_SAP/Makefile.am index 90563ab7883..60054e3c7c0 100644 --- a/ACE/examples/IPC_SAP/UPIPE_SAP/Makefile.am +++ b/ACE/examples/IPC_SAP/UPIPE_SAP/Makefile.am @@ -6,7 +6,7 @@ ## this file will be lost the next time it is generated. ## ## MPC Command: -## ./bin/mwc.pl -type automake -noreldefs ACE.mwc +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu ACE_BUILDDIR = $(top_builddir) ACE_ROOT = $(top_srcdir) @@ -16,7 +16,6 @@ noinst_PROGRAMS = ## Makefile.UPIPE_SAP_Ex1.am if !BUILD_ACE_FOR_TAO - noinst_PROGRAMS += ex1 ex1_CPPFLAGS = \ @@ -34,7 +33,6 @@ endif !BUILD_ACE_FOR_TAO ## Makefile.UPIPE_SAP_Ex2.am if !BUILD_ACE_FOR_TAO - noinst_PROGRAMS += ex2 ex2_CPPFLAGS = \ @@ -52,7 +50,6 @@ endif !BUILD_ACE_FOR_TAO ## Makefile.UPIPE_SAP_Ex3.am if !BUILD_ACE_FOR_TAO - noinst_PROGRAMS += ex3 ex3_CPPFLAGS = \ |