mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
[Imported from Perforce change 8590 at 2006-12-01 20:36:00] Subversion-branch: /trunk/polyorb Subversion-revision: 36167
19 lines
213 B
Makefile
19 lines
213 B
Makefile
corba_dir =
|
|
dsa_dir =
|
|
moma_dir =
|
|
aws_dir =
|
|
giop_dir =
|
|
soap_dir =
|
|
srp_dir =
|
|
|
|
ir_dir= po_dumpir
|
|
|
|
SUBDIRS= po_catref po_names @SERVICE_DIRS@
|
|
|
|
all: orb
|
|
|
|
orb:
|
|
(cd $(top_builddir)/src && $(MAKE) all)
|
|
|
|
|