Files
PolyORB/examples/polyorb/Makefile.am
Thomas Quinot e96d8d1103 Clean up examples Makefile architecture a bit more.
[Imported from Perforce change 8374 at 2006-12-01 20:33:23]

Subversion-branch: /trunk/polyorb
Subversion-revision: 35972
2004-08-11 15:36:45 +00:00

41 lines
884 B
Makefile

TESTS= polyorb-test-no_tasking \
polyorb-test-thread_pool \
polyorb-test-no_tasking_poa \
polyorb-test-thread_pool_poa
poly_exe=$(TESTS)
all: $(TESTS)
all-local: $(TESTS)
$(TESTS): force
$(GNATMAKE_FOR_TARGET) \
-I$(srcdir) \
-I$(srcdir)/../../src \
-I$(srcdir)/../../src/corba \
-I$(srcdir)/../../src/giop \
-I$(srcdir)/../../src/giop/iiop \
-I$(srcdir)/../../src/giop/diop \
-I$(srcdir)/../../src/giop/miop \
-I$(srcdir)/../../src/soap \
-I$(srcdir)/../../src/web_common \
-I$(srcdir)/../../src/srp \
-I../../src \
-I../../src/corba \
-I../../src/giop \
-I../../src/soap \
-I../../src/web_common \
-I../../src/srp \
$(XMLADA_INCS) \
-m $@ \
-cargs $(GNATFLAGS) -bargs $(BARGS) \
-largs $(LDFLAGS) --LINK=$(LINKER) \
$(POLYORB_LIBS) $(XMLADA_LIBS)
force:
(cd ../../src && $(MAKE) all)
clean:
include $(srcdir)/../Makefile.common