summaryrefslogtreecommitdiff
path: root/netsvcs/clients
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-09-27 21:14:29 +0000
committerSteve Huston <shuston@riverace.com>2004-09-27 21:14:29 +0000
commit60de6396735da3b02cd4016044963dd2f0bcf730 (patch)
tree6409d7de157092e386e91a85aafdc7fda00032fb /netsvcs/clients
parentf9bac226ac878a49a66d9d44e4051533ccdfe7c2 (diff)
downloadATCD-60de6396735da3b02cd4016044963dd2f0bcf730.tar.gz
ChangeLogTag:Mon Sep 27 17:04:29 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'netsvcs/clients')
-rw-r--r--netsvcs/clients/Logger/Makefile.am6
-rw-r--r--netsvcs/clients/Naming/Client/Makefile.am6
-rw-r--r--netsvcs/clients/Naming/Dump_Restore/Makefile.am8
3 files changed, 7 insertions, 13 deletions
diff --git a/netsvcs/clients/Logger/Makefile.am b/netsvcs/clients/Logger/Makefile.am
index 962adef1494..42046a96bfe 100644
--- a/netsvcs/clients/Logger/Makefile.am
+++ b/netsvcs/clients/Logger/Makefile.am
@@ -8,15 +8,13 @@
## MPC Command:
## /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 -hierarchy -make_coexistence -exclude build,Kokyu
-ACE_BUILDDIR = $(top_builddir)
-
## Makefile.direct_logging.am
noinst_PROGRAMS = direct_logging
direct_logging_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
- -I$(ACE_BUILDDIR)
+ -I$(top_srcdir)
direct_logging_SOURCES = \
direct_logging.cpp
@@ -30,7 +28,7 @@ noinst_PROGRAMS += indirect_logging
indirect_logging_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
- -I$(ACE_BUILDDIR)
+ -I$(top_srcdir)
indirect_logging_SOURCES = \
indirect_logging.cpp
diff --git a/netsvcs/clients/Naming/Client/Makefile.am b/netsvcs/clients/Naming/Client/Makefile.am
index c1e6cfc66ac..464655703f6 100644
--- a/netsvcs/clients/Naming/Client/Makefile.am
+++ b/netsvcs/clients/Naming/Client/Makefile.am
@@ -8,15 +8,13 @@
## MPC Command:
## /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 -hierarchy -make_coexistence -exclude build,Kokyu
-ACE_BUILDDIR = $(top_builddir)
-
## Makefile.Netsvsc_Client_Test_Lib.am
noinst_LTLIBRARIES = libClient_Test.la
libClient_Test_la_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
- -I$(ACE_BUILDDIR) \
+ -I$(top_srcdir) \
-DACE_CLIENT_TEST_BUILD_DLL
libClient_Test_la_SOURCES = \
@@ -34,7 +32,7 @@ noinst_PROGRAMS = main
main_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
- -I$(ACE_BUILDDIR)
+ -I$(top_srcdir)
main_SOURCES = \
main.cpp \
diff --git a/netsvcs/clients/Naming/Dump_Restore/Makefile.am b/netsvcs/clients/Naming/Dump_Restore/Makefile.am
index cc5dfd0c1c7..8de26714922 100644
--- a/netsvcs/clients/Naming/Dump_Restore/Makefile.am
+++ b/netsvcs/clients/Naming/Dump_Restore/Makefile.am
@@ -8,15 +8,13 @@
## MPC Command:
## /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 -hierarchy -make_coexistence -exclude build,Kokyu
-ACE_BUILDDIR = $(top_builddir)
-
## Makefile.Netsvcs_Dump_Restore_Lib.am
noinst_LTLIBRARIES = libDump_Restore.la
libDump_Restore_la_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
- -I$(ACE_BUILDDIR) \
+ -I$(top_srcdir) \
-DACE_BUILD_SVC_DLL
libDump_Restore_la_SOURCES = \
@@ -34,14 +32,14 @@ noinst_PROGRAMS = main
main_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
- -I$(ACE_BUILDDIR)
+ -I$(top_srcdir)
main_SOURCES = \
main.cpp \
Dump_Restore.h
main_LDADD = \
- libDump_Restore.la $(top_builddir)/ace/libACE.la
+ libDump_Restore.la $(top_builddir)/ace/libACE.la
## Clean up template repositories, etc.
clean-local: