summaryrefslogtreecommitdiff
path: root/ACE/websvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-20 07:03:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-20 07:03:06 +0000
commit6c0449bc96ee90531507e90a3a7e8283a227eee2 (patch)
treeab33212c938a93e68c11ede3a7564109591b0ccc /ACE/websvcs
parent887f186ddccf9c32fff30165273a3c2dc6cd7cef (diff)
downloadATCD-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/websvcs')
-rw-r--r--ACE/websvcs/Makefile.am14
-rw-r--r--ACE/websvcs/lib/Makefile.am36
-rw-r--r--ACE/websvcs/tests/Makefile.am35
3 files changed, 0 insertions, 85 deletions
diff --git a/ACE/websvcs/Makefile.am b/ACE/websvcs/Makefile.am
deleted file mode 100644
index 038bf2ff84f..00000000000
--- a/ACE/websvcs/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 = \
- lib \
- tests
-
diff --git a/ACE/websvcs/lib/Makefile.am b/ACE/websvcs/lib/Makefile.am
deleted file mode 100644
index 689c2933594..00000000000
--- a/ACE/websvcs/lib/Makefile.am
+++ /dev/null
@@ -1,36 +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.websvcs.am
-
-noinst_LTLIBRARIES = libwebsvcs.la
-
-libwebsvcs_la_CPPFLAGS = \
- -I$(ACE_ROOT) \
- -I$(ACE_BUILDDIR) \
- -DACE_WEBSVCS_BUILD_DLL
-
-libwebsvcs_la_SOURCES = \
- URL_Addr.cpp
-
-noinst_HEADERS = \
- URL_Addr.h \
- URL_Addr.inl
-
-## 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/websvcs/tests/Makefile.am b/ACE/websvcs/tests/Makefile.am
deleted file mode 100644
index 7e366240ae7..00000000000
--- a/ACE/websvcs/tests/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.Websvcs_Test.am
-
-noinst_PROGRAMS = Test_Url_Addr
-
-Test_Url_Addr_CPPFLAGS = \
- -I$(ACE_ROOT) \
- -I$(ACE_BUILDDIR)
-
-Test_Url_Addr_SOURCES = \
- Test_URL_Addr.cpp
-
-Test_Url_Addr_LDADD = \
- $(top_builddir)/websvcs/lib/libwebsvcs.la \
- $(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