summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/FIFO_SAP/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IPC_SAP/FIFO_SAP/Makefile.am')
-rw-r--r--ACE/examples/IPC_SAP/FIFO_SAP/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/ACE/examples/IPC_SAP/FIFO_SAP/Makefile.am b/ACE/examples/IPC_SAP/FIFO_SAP/Makefile.am
index b207926d2c8..9a9cba4b837 100644
--- a/ACE/examples/IPC_SAP/FIFO_SAP/Makefile.am
+++ b/ACE/examples/IPC_SAP/FIFO_SAP/Makefile.am
@@ -6,14 +6,13 @@
## 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)
## Makefile.Fifo_Sap_Msg_Client.am
-
noinst_PROGRAMS = FIFO-Msg-client
FIFO_Msg_client_CPPFLAGS = \
@@ -27,7 +26,6 @@ FIFO_Msg_client_LDADD = \
$(ACE_BUILDDIR)/ace/libACE.la
## Makefile.Fifo_Sap_Msg_Server.am
-
noinst_PROGRAMS += FIFO-Msg-server
FIFO_Msg_server_CPPFLAGS = \
@@ -43,7 +41,6 @@ FIFO_Msg_server_LDADD = \
## Makefile.fifo_sap_client.am
if !BUILD_ACE_FOR_TAO
-
noinst_PROGRAMS += FIFO-client
FIFO_client_CPPFLAGS = \
@@ -61,7 +58,6 @@ endif !BUILD_ACE_FOR_TAO
## Makefile.fifo_sap_server.am
if !BUILD_ACE_FOR_TAO
-
noinst_PROGRAMS += FIFO-server
FIFO_server_CPPFLAGS = \
@@ -79,7 +75,6 @@ endif !BUILD_ACE_FOR_TAO
## Makefile.fifo_sap_test.am
if !BUILD_ACE_FOR_TAO
-
noinst_PROGRAMS += FIFO-test
FIFO_test_CPPFLAGS = \