diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-28 07:21:30 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-28 07:21:30 +0000 |
commit | d0159850d7b745c6123209dc73f72c6b4c60629a (patch) | |
tree | 658e44157b7c84a4ff46422a534c05e149547d23 /examples/Shared_Memory | |
parent | 6abd9e416b90a17833c60090567e8e0022f6d2ea (diff) | |
download | ATCD-d0159850d7b745c6123209dc73f72c6b4c60629a.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples/Shared_Memory')
-rw-r--r-- | examples/Shared_Memory/Makefile | 10 |
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 |