diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-10 12:35:01 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-10 12:35:01 +0000 |
commit | de64b68bf45339173ba259964b3a16623122b256 (patch) | |
tree | 67f0301f2658849482d8abe4084862a74459d55d | |
parent | 451f869deccc727ac68279fb8ce821cc988c8675 (diff) | |
download | ATCD-de64b68bf45339173ba259964b3a16623122b256.tar.gz |
added Map_Manager to examples DIRS
-rw-r--r-- | examples/Makefile | 10 | ||||
-rw-r--r-- | examples/Map_Manager/Makefile | 30 |
2 files changed, 18 insertions, 22 deletions
diff --git a/examples/Makefile b/examples/Makefile index 98b787d600f..c745185f2f5 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# @(#)Makefile 1.1 10/18/96 +# $Id$ # # Makefile for the ACE examples directory #---------------------------------------------------------------------------- @@ -16,6 +16,7 @@ DIRS = ASX \ IOStream \ Logger \ Log_Msg \ + Map_Manager \ Mem_Map \ Misc \ Naming \ @@ -25,11 +26,11 @@ DIRS = ASX \ Shared_Memory \ System_V_IPC \ Threads \ - Timer_Queue + Timer_Queue # Makefiles TBD: -# ttcp -# CORBA +# ttcp +# CORBA #---------------------------------------------------------------------------- @@ -41,4 +42,3 @@ include $(ACE_ROOT)/include/makeinclude/macros.GNU include $(ACE_ROOT)/include/makeinclude/rules.common.GNU include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU - diff --git a/examples/Map_Manager/Makefile b/examples/Map_Manager/Makefile index 954558db0aa..b2288585580 100644 --- a/examples/Map_Manager/Makefile +++ b/examples/Map_Manager/Makefile @@ -1,40 +1,36 @@ #---------------------------------------------------------------------------- -# @(#)Makefile 1.1 10/18/96 +# $Id$ # -# Makefile for testing the ACE Map_Manager components. +# Makefile for testing the ACE Map_Manager components. #---------------------------------------------------------------------------- #---------------------------------------------------------------------------- -# Local macros +# Local macros #---------------------------------------------------------------------------- BIN = test_hash_map_manager LSRC = $(addsuffix .cpp,$(BIN)) -LDLIBS = - -VLDLIBS = $(LDLIBS:%=%$(VAR)) - BUILD = $(VBIN) #---------------------------------------------------------------------------- -# Include macros and targets +# Include macros and targets #---------------------------------------------------------------------------- -include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU -include $(ACE_ROOT)/include/makeinclude/macros.GNU -include $(ACE_ROOT)/include/makeinclude/rules.common.GNU -include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU -include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU -include $(ACE_ROOT)/include/makeinclude/rules.local.GNU +include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU +include $(ACE_ROOT)/include/makeinclude/macros.GNU +include $(ACE_ROOT)/include/makeinclude/rules.common.GNU +include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU +include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU +include $(ACE_ROOT)/include/makeinclude/rules.local.GNU #---------------------------------------------------------------------------- -# Local targets +# Local targets #---------------------------------------------------------------------------- - + #---------------------------------------------------------------------------- -# Dependencies +# Dependencies #---------------------------------------------------------------------------- # DO NOT DELETE THIS LINE -- g++dep uses it. |