mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
[Imported from Perforce change 8411 at 2006-12-01 20:33:57] Subversion-branch: /trunk/polyorb Subversion-revision: 36001
15 lines
211 B
Makefile
15 lines
211 B
Makefile
corba_dir = corba
|
|
dsa_dir = dsa bbs
|
|
moma_dir = moma
|
|
aws_dir = aws
|
|
giop_dir =
|
|
soap_dir =
|
|
srp_dir =
|
|
|
|
SUBDIRS= polyorb @PROTO_DIRS@ @APPLI_DIRS@
|
|
|
|
all: orb
|
|
|
|
orb:
|
|
(cd $(top_builddir)/src && $(MAKE) all)
|