summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am46
1 files changed, 0 insertions, 46 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 4b2f848d4d2..00000000000
--- a/Makefile.am
+++ /dev/null
@@ -1,46 +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 TAO.mwc
-
-SUBDIRS = \
- TAO_IDL \
- tao \
- orbsvcs \
- docs \
- utils
-
-if BUILD_EXAMPLES
-SUBDIRS += examples
-endif
-
-if BUILD_TESTS
-SUBDIRS += performance-tests interop-tests tests
-endif
-
-ACLOCAL = @ACLOCAL@
-ACLOCAL_AMFLAGS = -I ../m4
-AUTOMAKE_OPTIONS = foreign
-
-EXTRA_DIST = \
- PROBLEM-REPORT-FORM \
- VERSION \
- COPYING.sun \
- LICENSE.sun \
- README.sun
-
-release:
- $(MAKE) dist
-
-TAO_EXTRA_DIST = docs
-
-dist-hook:
- (cd $(top_srcdir); tar cf - $(TAO_EXTRA_DIST)) | (cd $(distdir); \
- tar xfBp -)
- list=`find $(distdir) -type d -name .svn -print`; for p in $$list; do \
- rm -rf $$p; done