2009-12-07 Rolf Bjarne Kvinge <RKvinge@novell.com>
[moon.git] / tools / sockpol / Makefile.am
blobeb32ff4881d3eda254d73c3febd1058d3cc1f63b
1 bin_SCRIPTS = sockpol
3 moondir = $(pkglibdir)
4 moon_DATA = sockpol.exe
6 CLEANFILES = sockpol.exe \
7              sockpol.exe.mdb
9 EXTRA_DIST = $(sockpol_exe_CS)
11 sockpol_exe_CS = $(srcdir)/sockpol.cs
13 sockpol.exe: $(sockpol_exe_CS) 
14         gmcs $(sockpol_exe_CS) -target:exe -out:$@ -debug
16 sockpol: $(srcdir)/../launcher.in Makefile
17         $(do_subst) < $(srcdir)/../launcher.in > sockpol
18         chmod +x sockpol
20 do_subst = sed -e 's,[@]moondir[@],$(moondir),g' -e 's,[@]VERSION[@],$(VERSION),g' -e 's,[@]TOOL[@],sockpol.exe,g'