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/Makefile | |
parent | 15267405567bbaba8eb4f43d1b06be8961db360d (diff) | |
download | ATCD-b8ce69a49eb91cada72736ad2734cca379c74ce1.tar.gz |
Makefiles must now be generated using MPC.
Diffstat (limited to 'examples/APG/Makefile')
-rw-r--r-- | examples/APG/Makefile | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/examples/APG/Makefile b/examples/APG/Makefile deleted file mode 100644 index 833c3628faf..00000000000 --- a/examples/APG/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -#---------------------------------------------------------------------------- -# $Id$ -# -# Makefile for the ACE examples/APG directory -#---------------------------------------------------------------------------- - -#---------------------------------------------------------------------------- -# Local macros -#---------------------------------------------------------------------------- - -DIRS = Config \ - Containers \ - Logging \ - Misc_IPC \ - Proactor \ - Processes \ - Reactor \ - Shared_Memory \ - Signals \ - Sockets \ - Svc_Config \ - Timers - -#---------------------------------------------------------------------------- -# Include macros and targets -#---------------------------------------------------------------------------- - -include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU -include $(ACE_ROOT)/include/makeinclude/macros.GNU - -# The Naming examples use std::list, so don't attempt it with explicit -# templates turned on. -ifeq ($(templates),implicit) -DIRS += Naming -endif -# The following directories needs support from the synchronization -# primitives in ACE. Do not attempt single threaded builds for the -# following -ifeq ($(threads),1) -DIRS += Active_Objects \ - Streams \ - Threads \ - ThreadManagement \ - ThreadPools \ - ThreadSafety -endif -include $(ACE_ROOT)/include/makeinclude/rules.common.GNU -include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU -include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU |