2 # Scripts that we install
4 # Starting with Mono 2.0, the majority of the tools default to the
5 # 2.0 profile. Commands that support the 1.0 toolchain and must
6 # run under 1.0 have the number 1 appended to their command names
7 # (for example mcs1 is the C# 1.0 compiler) and are listed in the
8 # scripts_1_0 compat variable.
10 # To preserve compatibility with old Makefiles and tools we keep the
11 # command names that had the suffix 2 (like wsdl2)
14 SCRIPT_IN=script.bat.in
15 FILTER=sed -e 's,\.bat\.exe,\.exe,g' -e 's,/,\\,g'
23 COMPAT_1_0_SUFFIX=1$(SCRIPT_SUFFIX)
24 COMPAT_2_0_SUFFIX=2$(SCRIPT_SUFFIX)
25 COMPAT_4_0_SUFFIX=4$(SCRIPT_SUFFIX)
28 $(scripts_4_0_umask) \
33 $(scripts_rpmhelpers) \
40 $(scripts_mono_configuration_crypto)
43 bin_SCRIPTS += $(scripts_4_0)
47 makecert$(SCRIPT_SUFFIX) \
56 csharp2$(SCRIPT_SUFFIX) \
57 gacutil2$(SCRIPT_SUFFIX) \
58 gmcs$(SCRIPT_SUFFIX) \
59 mdoc$(SCRIPT_SUFFIX) \
60 monop2$(SCRIPT_SUFFIX) \
61 resgen2$(SCRIPT_SUFFIX) \
65 dmcs$(SCRIPT_SUFFIX) \
66 disco$(SCRIPT_SUFFIX) \
67 dtd2xsd$(SCRIPT_SUFFIX) \
68 dtd2rng$(SCRIPT_SUFFIX) \
69 installvst$(SCRIPT_SUFFIX) \
70 genxs$(SCRIPT_SUFFIX) \
71 macpack$(SCRIPT_SUFFIX) \
72 mono-cil-strip$(SCRIPT_SUFFIX) \
73 prj2make$(SCRIPT_SUFFIX) \
74 soapsuds$(SCRIPT_SUFFIX) \
75 caspol$(SCRIPT_SUFFIX) \
76 cert2spc$(SCRIPT_SUFFIX) \
77 certmgr$(SCRIPT_SUFFIX) \
78 chktrust$(SCRIPT_SUFFIX) \
79 csharp$(SCRIPT_SUFFIX) \
80 httpcfg$(SCRIPT_SUFFIX) \
82 mconfig$(SCRIPT_SUFFIX) \
84 monolinker$(SCRIPT_SUFFIX) \
85 mono-api-info$(SCRIPT_SUFFIX) \
86 mono-shlib-cop$(SCRIPT_SUFFIX) \
87 mozroots$(SCRIPT_SUFFIX) \
88 permview$(SCRIPT_SUFFIX) \
89 pdb2mdb$(SCRIPT_SUFFIX) \
91 mono-xmltool$(SCRIPT_SUFFIX) \
92 setreg$(SCRIPT_SUFFIX) \
93 secutil$(SCRIPT_SUFFIX) \
94 signcode$(SCRIPT_SUFFIX) \
95 sgen$(SCRIPT_SUFFIX) \
96 sqlmetal$(SCRIPT_SUFFIX) \
97 sqlsharp$(SCRIPT_SUFFIX) \
98 svcutil$(SCRIPT_SUFFIX) \
99 xbuild$(SCRIPT_SUFFIX) \
100 ccrewrite$(SCRIPT_SUFFIX)
117 # these are the new defaults, 2.0 profile-based commands
119 # we can move scripts_1_0 scripts here as we see fit, if we need to
120 # keep a 1.0 command available, we should additionally put it on
121 # the scripts_1_0_compat list
125 ilasm$(SCRIPT_SUFFIX) \
126 gacutil$(SCRIPT_SUFFIX) \
127 mkbundle$(SCRIPT_SUFFIX) \
128 monop$(SCRIPT_SUFFIX) \
129 resgen$(SCRIPT_SUFFIX) \
132 scripts_service = mono-service mono-service2
133 scripts_nunit = nunit-console$(SCRIPT_SUFFIX) nunit-console2$(SCRIPT_SUFFIX) nunit-console4$(SCRIPT_SUFFIX)
134 scripts_rpmhelpers = mono-find-provides mono-find-requires
135 scripts_mono_configuration_crypto = mono-configuration-crypto$(SCRIPT_SUFFIX)
137 CLEANFILES = $(scripts_mono_configuration_crypto) $(scripts_4_0_umask) $(scripts_2_0) $(scripts_defaults) $(scripts_4_0) mono-service mono-service2 nunit-console nunit-console2 nunit-console4 mono-find-provides mono-find-requires mod $(MDOC_SUBCOMMANDS)
138 DISTCLEANFILES = $(pkgconfig_DATA) $(scripts_rpmhelpers)
144 script_umask.bat.in \
147 mono-find-provides.in \
148 mono-find-requires.in \
156 mono-configuration-crypto.in
166 plat_bindir = $(bindir)
167 mono_instdir = $(prefix)/lib/mono
169 plat_bindir = $(shell cygpath -m $(libdir))
170 mono_instdir = $(shell cygpath -m $(libdir))/mono
173 plat_bindir = $(bindir)
174 mono_instdir = $(prefix)/lib/mono
178 REWRITE_COMMON = sed \
179 -e 's,@''bindir@,$(bindir),g' \
180 -e 's,@''plat_bindir@,$(plat_bindir),g' \
181 -e 's,@''mono_instdir@,$(mono_instdir),g' \
182 -e 's,@''gtkdir@,$(gtkdir),g'
184 REWRITE = $(REWRITE_COMMON) -e 's,@''mono_interp@,$(mono_interp),g'
185 REWRITE_DEBUG = $(REWRITE_COMMON) -e 's,@''mono_interp@,$(mono_interp) --debug,g'
187 REWRITE2 = $(REWRITE) -e 's,@''framework_version@,2.0,g'
188 REWRITE2_1 = $(REWRITE) -e 's,@''framework_version@,2.1,g'
190 REWRITE4 = $(REWRITE) -e 's,@''framework_version@,4.0,g'
192 REWRITE4 = $(REWRITE) -e 's,@''framework_version@,2.0,g'
194 REWRITE2_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,2.0,g'
196 REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,4.0,g'
198 REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,2.0,g'
201 peverify: peverify.in Makefile
202 $(REWRITE_COMMON) $(srcdir)/peverify.in > $@.tmp
206 $(REWRITE_COMMON) $(srcdir)/mcs.in > $@.tmp
209 mono-service: mono-service.in Makefile
210 $(REWRITE4) -e 's,@''exe_name@,$@,g' $(srcdir)/mono-service.in > $@.tmp
213 mono-service2: mono-service.in Makefile
214 $(REWRITE2) -e 's,@''exe_name@,$@,g' $(srcdir)/mono-service.in > $@.tmp
217 nunit-console$(SCRIPT_SUFFIX): $(SCRIPT_IN) Makefile
218 $(REWRITE2_DEBUG) -e 's,@''exe_name@,nunit-console,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
221 nunit-console2$(SCRIPT_SUFFIX): $(SCRIPT_IN) Makefile
222 $(REWRITE2_DEBUG) -e 's,@''exe_name@,nunit-console,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
225 nunit-console4$(SCRIPT_SUFFIX): $(SCRIPT_IN) Makefile
226 $(REWRITE4_DEBUG) -e 's,@''exe_name@,nunit-console,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
229 #FIXME: this is not the correct rule for mod.bat.
230 mod$(SCRIPT_SUFFIX): mod.in Makefile
231 $(REWRITE2) -e "s,@""exe_name@,mod,g" $(srcdir)/mod.in > $@.tmp
234 #FIXME: this is not the correct rule for bat files.
235 $(scripts_4_0_umask): script_umask.in Makefile
236 n=`echo $@ | sed 's,$(COMPAT_4_0_SUFFIX)$$,,'`; \
237 $(REWRITE4) -e "s,@""exe_name@,$$n,g" $(srcdir)/script_umask.in | $(FILTER) > $@.tmp
240 $(scripts_defaults): $(SCRIPT_IN) Makefile
241 n=`echo $@ | sed 's,$(COMPAT_4_0_SUFFIX)$$,,'`; \
242 $(REWRITE4) -e "s,@""exe_name@,$$n,g" $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
245 $(scripts_2_0): $(SCRIPT_IN) Makefile
246 n=`echo $@ | sed 's,$(COMPAT_2_0_SUFFIX)$$,,'`; \
247 $(REWRITE2) -e "s,@""exe_name@,$$n,g" $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
250 $(scripts_4_0): $(SCRIPT_IN) Makefile
251 n=`echo $@ | sed 's,$(COMPAT_4_0_SUFFIX)$$,,'`; \
252 $(REWRITE4) -e "s,@""exe_name@,$$n,g" $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
255 $(scripts_mono_configuration_crypto): mono-configuration-crypto.in
256 $(REWRITE4) -e "s,@exe_name@,mono-configuration-crypto,g" $(srcdir)/mono-configuration-crypto.in > $@.tmp
259 $(MDOC_SUBCOMMANDS): Makefile
260 for script in $(MDOC_SUBCOMMANDS) ; do \
261 cmd=`echo $$script | sed 's/mdoc-//'` ; \
262 echo "#!/bin/sh" > $$script ; \
263 echo "exec mdoc $$cmd \"\$$@\"" >> $$script; \