diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-10-20 07:03:06 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-10-20 07:03:06 +0000 |
commit | 6c0449bc96ee90531507e90a3a7e8283a227eee2 (patch) | |
tree | ab33212c938a93e68c11ede3a7564109591b0ccc /ACE/examples/IOStream | |
parent | 887f186ddccf9c32fff30165273a3c2dc6cd7cef (diff) | |
download | ATCD-6c0449bc96ee90531507e90a3a7e8283a227eee2.tar.gz |
Thu Oct 20 06:57:38 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
* *.*:
Removed autoconf support due to lack of resources/funding to
get autoconf really working. It now only causes confusions and
not working configurations for users.
Diffstat (limited to 'ACE/examples/IOStream')
-rw-r--r-- | ACE/examples/IOStream/Makefile.am | 14 | ||||
-rw-r--r-- | ACE/examples/IOStream/client/Makefile.am | 34 | ||||
-rw-r--r-- | ACE/examples/IOStream/server/Makefile.am | 35 |
3 files changed, 0 insertions, 83 deletions
diff --git a/ACE/examples/IOStream/Makefile.am b/ACE/examples/IOStream/Makefile.am deleted file mode 100644 index 3ad9fe59404..00000000000 --- a/ACE/examples/IOStream/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -## Process this file with automake to create Makefile.in -## -## $Id$ -## -## This file was generated by MPC. Any changes made directly to -## this file will be lost the next time it is generated. -## -## MPC Command: -## ./bin/mwc.pl -type automake -noreldefs ACE.mwc - -SUBDIRS = \ - client \ - server - diff --git a/ACE/examples/IOStream/client/Makefile.am b/ACE/examples/IOStream/client/Makefile.am deleted file mode 100644 index 28b28e0941c..00000000000 --- a/ACE/examples/IOStream/client/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -## Process this file with automake to create Makefile.in -## -## $Id$ -## -## This file was generated by MPC. Any changes made directly to -## this file will be lost the next time it is generated. -## -## MPC Command: -## ./bin/mwc.pl -type automake -noreldefs ACE.mwc - -ACE_BUILDDIR = $(top_builddir) -ACE_ROOT = $(top_srcdir) - -## Makefile.IOStream_Client.am - -noinst_PROGRAMS = iostream_client - -iostream_client_CPPFLAGS = \ - -I$(ACE_ROOT) \ - -I$(ACE_BUILDDIR) - -iostream_client_SOURCES = \ - iostream_client.cpp - -iostream_client_LDADD = \ - $(ACE_BUILDDIR)/ace/libACE.la - -## Clean up template repositories, etc. -clean-local: - -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* - -rm -f gcctemp.c gcctemp so_locations *.ics - -rm -rf cxx_repository ptrepository ti_files - -rm -rf templateregistry ir.out - -rm -rf ptrepository SunWS_cache Templates.DB diff --git a/ACE/examples/IOStream/server/Makefile.am b/ACE/examples/IOStream/server/Makefile.am deleted file mode 100644 index f3d195a413b..00000000000 --- a/ACE/examples/IOStream/server/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -## Process this file with automake to create Makefile.in -## -## $Id$ -## -## This file was generated by MPC. Any changes made directly to -## this file will be lost the next time it is generated. -## -## MPC Command: -## ./bin/mwc.pl -type automake -noreldefs ACE.mwc - -ACE_BUILDDIR = $(top_builddir) -ACE_ROOT = $(top_srcdir) - -## Makefile.IOStream_Server.am - -noinst_PROGRAMS = iostream_server - -iostream_server_CPPFLAGS = \ - -I$(ACE_ROOT) \ - -I$(ACE_BUILDDIR) - -iostream_server_SOURCES = \ - iostream_server.cpp \ - iostream_server.h - -iostream_server_LDADD = \ - $(ACE_BUILDDIR)/ace/libACE.la - -## Clean up template repositories, etc. -clean-local: - -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.* - -rm -f gcctemp.c gcctemp so_locations *.ics - -rm -rf cxx_repository ptrepository ti_files - -rm -rf templateregistry ir.out - -rm -rf ptrepository SunWS_cache Templates.DB |