Files
PolyORB/testsuite/idls/echo/Makefile
Jérôme Hugues 7488dc2b97 Move iac testsuite to testsuite/idls
Subversion-branch: /trunk/polyorb
Subversion-revision: 124481
2008-05-05 09:04:58 +00:00

25 lines
478 B
Makefile

SHELL = /bin/sh
GNATCHOP = gnatchop
GNATFLAGS = -g -O2 -gnatfy -gnatwae -gnatpn
GNATMAKE = gnatmake
all: server client
force:
server: force echo-skel.ads
$(GNATMAKE) server.adb `polyorb-config`
client: force echo-skel.ads
$(GNATMAKE) client.adb `polyorb-config`
echo-skel.ads: echo.idl
iac -ada echo.idl > iac.ada
$(GNATCHOP) -w iac.ada
clean:
@-rm -f *.o *.ali *ir_info*
@-rm -f client server *skel* *helper* *idl_file*
@-rm -f echo.ad* iac.ada GNAT* *~