summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 4b2f848d4d24e04217f5fe27c2e4049057681106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
##  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