diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-05-03 21:11:41 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-05-03 21:11:41 +0000 |
commit | b8ce69a49eb91cada72736ad2734cca379c74ce1 (patch) | |
tree | c1a2efbddcc07c8052ad9bb239e39e0b8ee22df9 /examples/APG/Timers/Makefile | |
parent | 15267405567bbaba8eb4f43d1b06be8961db360d (diff) | |
download | ATCD-b8ce69a49eb91cada72736ad2734cca379c74ce1.tar.gz |
Makefiles must now be generated using MPC.
Diffstat (limited to 'examples/APG/Timers/Makefile')
-rw-r--r-- | examples/APG/Timers/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/examples/APG/Timers/Makefile b/examples/APG/Timers/Makefile deleted file mode 100644 index c31b53667d7..00000000000 --- a/examples/APG/Timers/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $Id$ -# -# Copyright 2003 Addison-Wesley Inc. All Rights Reserved. - -MAKEFILE=Makefile - -MKLIST = Makefile.singles \ - Makefile.timers \ - Makefile.upcall - -## Ensure that Makefiles in MKLIST are executed in sequence during a -## parallel build because we share some files between multiple libraries. -.NOTPARALLEL: - -## Makefile.Reactive_Logging_Server.mkfile is a dummy target which will cause -## $(MAKE) -f Makefile.Reactive_Logging_Server to be invoked, then it cleans -## up tempinc when needed for AIX Visual Age C++. -%.mkfile: % - @echo $(MAKE) -f $< $(MKFILE_TARGET) - -@$(RM) -rf tempinc - @$(MAKE) -f $< $(MKFILE_TARGET) - -# This rule invokes make again with the list of .mkfile targets as a -# parameter. For example, if the all target is being made, make is invoked -# as follows: -# -# make -f Makefile MKFILE_TARGET=all Makefile.singles - -all clean depend realclean html: -ifneq ($(MKLIST),) - @echo $(MAKE) -f $(MAKEFILE) MKFILE_TARGET=$@ $(addsuffix .mkfile, $(MKLIST)) - @$(MAKE) -f $(MAKEFILE) MKFILE_TARGET=$@ $(addsuffix .mkfile, $(MKLIST)) -endif - -# DO NOT DELETE THIS LINE -- g++dep uses it. -# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. |