summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/Synch-Benchmarks/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/Synch-Benchmarks/Makefile.am')
-rw-r--r--ACE/performance-tests/Synch-Benchmarks/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/ACE/performance-tests/Synch-Benchmarks/Makefile.am b/ACE/performance-tests/Synch-Benchmarks/Makefile.am
index 068a35d9c61..f0272750af1 100644
--- a/ACE/performance-tests/Synch-Benchmarks/Makefile.am
+++ b/ACE/performance-tests/Synch-Benchmarks/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)
@@ -18,7 +18,6 @@ SUBDIRS = \
.
## Makefile.Synch_Benchmarks.am
-
noinst_PROGRAMS = synch_driver
synch_driver_CPPFLAGS = \
@@ -28,9 +27,6 @@ synch_driver_CPPFLAGS = \
synch_driver_SOURCES = \
synch_driver.cpp
-synch_driver_LDFLAGS = \
- -LSynch_Lib
-
synch_driver_LDADD = \
$(top_builddir)/performance-tests/Synch-Benchmarks/Synch_Lib/libSynch_Lib.la \
$(ACE_BUILDDIR)/ace/libACE.la