Files
PolyORB/Makefile.am
Jérôme Hugues 7406c5eced Use standard macros to install polyorb-config
Patch submitted by Vadim Godunko, reviewed by Jerome Hugues

[Imported from Perforce change 9943 at 2006-12-01 22:22:40]

Subversion-branch: /trunk/polyorb
Subversion-revision: 37408
2006-03-15 14:37:37 +00:00

25 lines
513 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
bin_SCRIPTS = polyorb-config
depend:
cd src && ${MAKE} depend
run_tests:
cd testsuite && ${MAKE} run_tests