mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
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
25 lines
513 B
Makefile
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
|