summaryrefslogtreecommitdiff
path: root/examples/Mem_Map
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-23 05:11:18 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-23 05:11:18 +0000
commitba7a2bbd8794d80f4b096f73fcd5b4336a73e401 (patch)
tree2e84c7253f4dd22e1ad3d6a0c3d9bb6e57e283ad /examples/Mem_Map
parent457a6992c781a238fe7a803d8b8da345780ec9bb (diff)
downloadATCD-ba7a2bbd8794d80f4b096f73fcd5b4336a73e401.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/Mem_Map')
-rw-r--r--examples/Mem_Map/IO-tests/Makefile4
-rw-r--r--examples/Mem_Map/file-reverse/Makefile1
2 files changed, 2 insertions, 3 deletions
diff --git a/examples/Mem_Map/IO-tests/Makefile b/examples/Mem_Map/IO-tests/Makefile
index f0e55da262c..eef7dc949e1 100644
--- a/examples/Mem_Map/IO-tests/Makefile
+++ b/examples/Mem_Map/IO-tests/Makefile
@@ -47,7 +47,6 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
.obj/IO_Test.o .shobj/IO_Test.so: IO_Test.cpp \
$(WRAPPER_ROOT)/ace/OS.h \
- $(WRAPPER_ROOT)/ace/Time_Value.h \
$(WRAPPER_ROOT)/ace/config.h \
$(WRAPPER_ROOT)/ace/stdcpp.h \
$(WRAPPER_ROOT)/ace/Trace.h \
@@ -58,6 +57,7 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
$(WRAPPER_ROOT)/ace/ACE.i \
$(WRAPPER_ROOT)/ace/Log_Record.i \
$(WRAPPER_ROOT)/ace/Mem_Map.h IO_Test.h \
- $(WRAPPER_ROOT)/ace/Profile_Timer.h
+ $(WRAPPER_ROOT)/ace/Profile_Timer.h \
+ $(WRAPPER_ROOT)/ace/Time_Value.h
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
diff --git a/examples/Mem_Map/file-reverse/Makefile b/examples/Mem_Map/file-reverse/Makefile
index 4056d367f39..0b470a11b27 100644
--- a/examples/Mem_Map/file-reverse/Makefile
+++ b/examples/Mem_Map/file-reverse/Makefile
@@ -46,7 +46,6 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
$(WRAPPER_ROOT)/ace/Mem_Map.h \
$(WRAPPER_ROOT)/ace/ACE.h \
$(WRAPPER_ROOT)/ace/OS.h \
- $(WRAPPER_ROOT)/ace/Time_Value.h \
$(WRAPPER_ROOT)/ace/config.h \
$(WRAPPER_ROOT)/ace/stdcpp.h \
$(WRAPPER_ROOT)/ace/Trace.h \