Files
PolyORB/support/Makefile.am
Thomas Quinot d025d84ddd Fixes to build and run PolyORB on Windows:
* wrapper for linker shell script
* use explicit extension for IDLAC preprocessing temporary file.

[Imported from Perforce change 6572 at 2006-12-01 19:55:58]

Subversion-branch: /trunk/polyorb
Subversion-revision: 34535
2003-03-28 12:33:00 +00:00

22 lines
360 B
Makefile

if WINDOWS
WRAPPERS = run_script.exe linker.exe
else
WRAPPERS =
endif
all-local: $(WRAPPERS)
run_script.exe: force
$(GNATMAKE) -m -I. -I$(srcdir) $(@:.exe=) -cargs -gnatwae -gnatg
linker.exe: run_script.exe
rm -f linker.exe ; cp run_script.exe linker.exe
CLEANFILES = *.o *.ali b~*.ads b~*.adb
DISTCLEANFILES = $(WRAPPERS)
force::
install-exec-local: