summaryrefslogtreecommitdiff
path: root/ACE/examples
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-05-09 17:58:12 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-05-09 17:58:12 +0000
commit99ca715844ec95d458f7dee4f373f4902f56d9fe (patch)
tree89103bc02ae7e8fa2c29abca577c2d9e38822fe2 /ACE/examples
parentdced1a13b6309ef797c4beb565bc92b4e8f72d80 (diff)
downloadATCD-99ca715844ec95d458f7dee4f373f4902f56d9fe.tar.gz
ChangeLogTag: Fri May 9 17:55:39 UTC 2008 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/Monitor/Bytes_Sent/Makefile.am3
-rw-r--r--ACE/examples/Monitor/CPU_Load/Makefile.am3
-rw-r--r--ACE/examples/Monitor/Constraint/Makefile.am3
-rw-r--r--ACE/examples/Monitor/Group/Makefile.am3
-rw-r--r--ACE/examples/Monitor/Memory_Usage/Makefile.am3
-rw-r--r--ACE/examples/Monitor/Message_Queue_Size/Makefile.am1
-rw-r--r--ACE/examples/Monitor/Num_Threads/Makefile.am3
7 files changed, 6 insertions, 13 deletions
diff --git a/ACE/examples/Monitor/Bytes_Sent/Makefile.am b/ACE/examples/Monitor/Bytes_Sent/Makefile.am
index a1eb9203d11..76f3afb88d3 100644
--- a/ACE/examples/Monitor/Bytes_Sent/Makefile.am
+++ b/ACE/examples/Monitor/Bytes_Sent/Makefile.am
@@ -20,8 +20,7 @@ noinst_PROGRAMS = bytes_sent
bytes_sent_CPPFLAGS = \
-I$(ACE_ROOT) \
- -I$(ACE_BUILDDIR) \
- -I$(ACE_ROOT)/ace/ETCL/ETCL_include
+ -I$(ACE_BUILDDIR)
bytes_sent_SOURCES = \
bytes_sent.cpp
diff --git a/ACE/examples/Monitor/CPU_Load/Makefile.am b/ACE/examples/Monitor/CPU_Load/Makefile.am
index fa50a0e0566..bbbc0d8cafb 100644
--- a/ACE/examples/Monitor/CPU_Load/Makefile.am
+++ b/ACE/examples/Monitor/CPU_Load/Makefile.am
@@ -20,8 +20,7 @@ noinst_PROGRAMS = cpu_load
cpu_load_CPPFLAGS = \
-I$(ACE_ROOT) \
- -I$(ACE_BUILDDIR) \
- -I$(ACE_ROOT)/ace/ETCL/ETCL_include
+ -I$(ACE_BUILDDIR)
cpu_load_SOURCES = \
cpu_load.cpp
diff --git a/ACE/examples/Monitor/Constraint/Makefile.am b/ACE/examples/Monitor/Constraint/Makefile.am
index 4b437709e83..c98f798ac42 100644
--- a/ACE/examples/Monitor/Constraint/Makefile.am
+++ b/ACE/examples/Monitor/Constraint/Makefile.am
@@ -20,8 +20,7 @@ noinst_PROGRAMS = constraint
constraint_CPPFLAGS = \
-I$(ACE_ROOT) \
- -I$(ACE_BUILDDIR) \
- -I$(ACE_ROOT)/ace/ETCL/ETCL_include
+ -I$(ACE_BUILDDIR)
constraint_SOURCES = \
constraint.cpp
diff --git a/ACE/examples/Monitor/Group/Makefile.am b/ACE/examples/Monitor/Group/Makefile.am
index f0e70c21f24..4191ebadbf2 100644
--- a/ACE/examples/Monitor/Group/Makefile.am
+++ b/ACE/examples/Monitor/Group/Makefile.am
@@ -20,8 +20,7 @@ noinst_PROGRAMS = group
group_CPPFLAGS = \
-I$(ACE_ROOT) \
- -I$(ACE_BUILDDIR) \
- -I$(ACE_ROOT)/ace/ETCL/ETCL_include
+ -I$(ACE_BUILDDIR)
group_SOURCES = \
group.cpp
diff --git a/ACE/examples/Monitor/Memory_Usage/Makefile.am b/ACE/examples/Monitor/Memory_Usage/Makefile.am
index 524997ed1cc..e749000b5ee 100644
--- a/ACE/examples/Monitor/Memory_Usage/Makefile.am
+++ b/ACE/examples/Monitor/Memory_Usage/Makefile.am
@@ -20,8 +20,7 @@ noinst_PROGRAMS = memory_usage
memory_usage_CPPFLAGS = \
-I$(ACE_ROOT) \
- -I$(ACE_BUILDDIR) \
- -I$(ACE_ROOT)/ace/ETCL/ETCL_include
+ -I$(ACE_BUILDDIR)
memory_usage_SOURCES = \
memory_usage.cpp
diff --git a/ACE/examples/Monitor/Message_Queue_Size/Makefile.am b/ACE/examples/Monitor/Message_Queue_Size/Makefile.am
index 6bb02d8e59b..c94898110c9 100644
--- a/ACE/examples/Monitor/Message_Queue_Size/Makefile.am
+++ b/ACE/examples/Monitor/Message_Queue_Size/Makefile.am
@@ -21,7 +21,6 @@ noinst_PROGRAMS = message_queue_size
message_queue_size_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
- -I$(ACE_ROOT)/ace/ETCL/ETCL_include \
-DENABLE_MONITORS \
-DENABLE_ACE_MONITORS
diff --git a/ACE/examples/Monitor/Num_Threads/Makefile.am b/ACE/examples/Monitor/Num_Threads/Makefile.am
index 28c061bf076..4f8f06108cf 100644
--- a/ACE/examples/Monitor/Num_Threads/Makefile.am
+++ b/ACE/examples/Monitor/Num_Threads/Makefile.am
@@ -20,8 +20,7 @@ noinst_PROGRAMS = num_threads
num_threads_CPPFLAGS = \
-I$(ACE_ROOT) \
- -I$(ACE_BUILDDIR) \
- -I$(ACE_ROOT)/ace/ETCL/ETCL_include
+ -I$(ACE_BUILDDIR)
num_threads_SOURCES = \
num_threads.cpp