diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-12 02:51:02 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-12 02:51:02 +0000 |
commit | 8ca8b49067d7d20e6eace25a42666b4550bcb834 (patch) | |
tree | 0a9ea3024817d3d347a2778f6f96f4db59970d3a /examples/Timer_Queue/Makefile | |
parent | 817b94f2e0a4ca313069e9d09d5fdbb83855971d (diff) | |
download | ATCD-8ca8b49067d7d20e6eace25a42666b4550bcb834.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples/Timer_Queue/Makefile')
-rw-r--r-- | examples/Timer_Queue/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/examples/Timer_Queue/Makefile b/examples/Timer_Queue/Makefile new file mode 100644 index 00000000000..a0220295935 --- /dev/null +++ b/examples/Timer_Queue/Makefile @@ -0,0 +1,41 @@ +#---------------------------------------------------------------------------- +# $Id$ +#---------------------------------------------------------------------------- + +#---------------------------------------------------------------------------- +# Local macros +#---------------------------------------------------------------------------- + +INFO = README + +BIN = Reactor_Timer_Queue_Test \ + Async_Timer_Queue_Test + +SRC = $(addsuffix .cpp,$(BIN)) +OBJ = $(SRC:%.cpp=$(VDIR)%.o) + +BUILD = $(VBIN) + +#---------------------------------------------------------------------------- +# 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.lib.GNU +include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU +include $(ACE_ROOT)/include/makeinclude/rules.local.GNU + +#---------------------------------------------------------------------------- +# Local targets +#---------------------------------------------------------------------------- + +#---------------------------------------------------------------------------- +# Dependencies +#---------------------------------------------------------------------------- + +# DO NOT DELETE THIS LINE -- g++dep uses it. +# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. + |