Files
PolyORB/support/Makefile.am
Thomas Quinot 82c8715558 Reorganize build infrastructure to build overall setup packages
with proper visibility on all personalities.
Ongoing work for F120-030

In support/Makefile.am: On Windows, build native-linker.exe in
addition to linker.exe. For E524-010.

[Imported from Perforce change 9870 at 2006-12-01 22:21:07]

Subversion-branch: /trunk/polyorb
Subversion-revision: 37335
2006-02-02 19:32:06 +00:00

22 lines
348 B
Makefile

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