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/Sockets/Makefile | |
parent | 15267405567bbaba8eb4f43d1b06be8961db360d (diff) | |
download | ATCD-b8ce69a49eb91cada72736ad2734cca379c74ce1.tar.gz |
Makefiles must now be generated using MPC.
Diffstat (limited to 'examples/APG/Sockets/Makefile')
-rw-r--r-- | examples/APG/Sockets/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/APG/Sockets/Makefile b/examples/APG/Sockets/Makefile deleted file mode 100644 index 6a21c53c460..00000000000 --- a/examples/APG/Sockets/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $Id$ -# -# Copyright 2003 Addison-Wesley Inc. All Rights Reserved. - -BIN = Basic Basic_Robust Iovec Server - -SOURCES = $(addsuffix .cpp,$(BIN)) - -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 |