Files
PolyORB/Makefile.am
Jérôme Hugues 7e9ca97ab6 Build the services after the different personalities
[Imported from Perforce change 8248 at 2006-12-01 20:31:41]

Subversion-branch: /trunk/polyorb
Subversion-revision: 35849
2004-07-19 09:09:11 +00:00

27 lines
609 B
Makefile

AUTOMAKE_OPTIONS = foreign no-dependencies
ACLOCAL_AMFLAGS = -I support
corba_dir = idls cos
dsa_dir =
moma_dir =
web_common_dir =
giop_dir =
soap_dir =
srp_dir =
SUBDIRS = support compilers src @APPLI_DIRS@ @PROTO_DIRS@ @LIBS_DIRS@ tools
CLEANFILES = config-stamp
DISTCLEANFILES = support/adacompiler support/native-adacompiler support/linker polyorb-config
depend:
cd src && ${MAKE} depend
run_tests:
cd testsuite && ${MAKE} run_tests
install-exec-local:
$(INSTALL) -d $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM) polyorb-config $(DESTDIR)$(bindir)/polyorb-config