summaryrefslogtreecommitdiff
path: root/examples/Shared_Memory
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-28 07:21:30 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-28 07:21:30 +0000
commit93bbab9128fabc2b85cda5375206dc8afc4968a6 (patch)
tree658e44157b7c84a4ff46422a534c05e149547d23 /examples/Shared_Memory
parent6696bf1236fa8446bdfde4f4c38d45bda17f6bec (diff)
downloadATCD-93bbab9128fabc2b85cda5375206dc8afc4968a6.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/Shared_Memory')
-rw-r--r--examples/Shared_Memory/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/Shared_Memory/Makefile b/examples/Shared_Memory/Makefile
index f5b474b27bc..dc8eba5c2b1 100644
--- a/examples/Shared_Memory/Makefile
+++ b/examples/Shared_Memory/Makefile
@@ -51,13 +51,16 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
$(WRAPPER_ROOT)/ace/OS.h \
$(WRAPPER_ROOT)/ace/config.h \
$(WRAPPER_ROOT)/ace/stdcpp.h \
+ $(WRAPPER_ROOT)/ace/OS.i \
$(WRAPPER_ROOT)/ace/Trace.h \
$(WRAPPER_ROOT)/ace/Log_Msg.h \
$(WRAPPER_ROOT)/ace/Log_Record.h \
$(WRAPPER_ROOT)/ace/Log_Priority.h \
$(WRAPPER_ROOT)/ace/Log_Record.i \
$(WRAPPER_ROOT)/ace/ACE.i \
- $(WRAPPER_ROOT)/ace/Mem_Map.h
+ $(WRAPPER_ROOT)/ace/Mem_Map.h \
+ $(WRAPPER_ROOT)/ace/Mem_Map.i \
+ $(WRAPPER_ROOT)/ace/Shared_Memory_MM.i
.obj/test_SV.o .shobj/test_SV.so: test_SV.cpp \
$(WRAPPER_ROOT)/ace/Shared_Memory_SV.h \
$(WRAPPER_ROOT)/ace/Shared_Memory.h \
@@ -65,12 +68,15 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
$(WRAPPER_ROOT)/ace/OS.h \
$(WRAPPER_ROOT)/ace/config.h \
$(WRAPPER_ROOT)/ace/stdcpp.h \
+ $(WRAPPER_ROOT)/ace/OS.i \
$(WRAPPER_ROOT)/ace/Trace.h \
$(WRAPPER_ROOT)/ace/Log_Msg.h \
$(WRAPPER_ROOT)/ace/Log_Record.h \
$(WRAPPER_ROOT)/ace/Log_Priority.h \
$(WRAPPER_ROOT)/ace/Log_Record.i \
$(WRAPPER_ROOT)/ace/ACE.i \
- $(WRAPPER_ROOT)/ace/SV_Shared_Memory.h
+ $(WRAPPER_ROOT)/ace/SV_Shared_Memory.h \
+ $(WRAPPER_ROOT)/ace/SV_Shared_Memory.i \
+ $(WRAPPER_ROOT)/ace/Shared_Memory_SV.i
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY