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) \
41 $(scripts_mono_configuration_crypto)
44 bin_SCRIPTS += $(scripts_4_0)
53 makecert$(SCRIPT_SUFFIX) \
62 gacutil2$(SCRIPT_SUFFIX) \
63 monop2$(SCRIPT_SUFFIX) \
64 resgen2$(SCRIPT_SUFFIX) \
68 disco$(SCRIPT_SUFFIX) \
69 dtd2xsd$(SCRIPT_SUFFIX) \
70 dtd2rng$(SCRIPT_SUFFIX) \
71 installvst$(SCRIPT_SUFFIX) \
72 genxs$(SCRIPT_SUFFIX) \
73 macpack$(SCRIPT_SUFFIX) \
74 mdoc$(SCRIPT_SUFFIX) \
75 mono-cil-strip$(SCRIPT_SUFFIX) \
76 prj2make$(SCRIPT_SUFFIX) \
77 soapsuds$(SCRIPT_SUFFIX) \
78 caspol$(SCRIPT_SUFFIX) \
79 cert-sync$(SCRIPT_SUFFIX) \
80 cert2spc$(SCRIPT_SUFFIX) \
81 certmgr$(SCRIPT_SUFFIX) \
82 chktrust$(SCRIPT_SUFFIX) \
83 crlupdate$(SCRIPT_SUFFIX) \
84 csharp$(SCRIPT_SUFFIX) \
85 httpcfg$(SCRIPT_SUFFIX) \
87 mconfig$(SCRIPT_SUFFIX) \
89 monolinker$(SCRIPT_SUFFIX) \
90 mono-api-info$(SCRIPT_SUFFIX) \
91 mono-shlib-cop$(SCRIPT_SUFFIX) \
92 mozroots$(SCRIPT_SUFFIX) \
93 permview$(SCRIPT_SUFFIX) \
94 pdb2mdb$(SCRIPT_SUFFIX) \
96 mono-xmltool$(SCRIPT_SUFFIX) \
97 setreg$(SCRIPT_SUFFIX) \
98 secutil$(SCRIPT_SUFFIX) \
99 signcode$(SCRIPT_SUFFIX) \
100 sgen$(SCRIPT_SUFFIX) \
101 sqlmetal$(SCRIPT_SUFFIX) \
102 sqlsharp$(SCRIPT_SUFFIX) \
103 svcutil$(SCRIPT_SUFFIX) \
104 ccrewrite$(SCRIPT_SUFFIX) \
105 cccheck$(SCRIPT_SUFFIX) \
106 mdbrebase$(SCRIPT_SUFFIX) \
107 ikdasm$(SCRIPT_SUFFIX)
124 # these are the new defaults, 2.0 profile-based commands
126 # we can move scripts_1_0 scripts here as we see fit, if we need to
127 # keep a 1.0 command available, we should additionally put it on
128 # the scripts_1_0_compat list
132 ilasm$(SCRIPT_SUFFIX) \
133 gacutil$(SCRIPT_SUFFIX) \
134 mkbundle$(SCRIPT_SUFFIX) \
135 monop$(SCRIPT_SUFFIX) \
136 resgen$(SCRIPT_SUFFIX) \
139 scripts_service = mono-service mono-service2
140 scripts_nunit = nunit-console$(SCRIPT_SUFFIX) nunit-console2$(SCRIPT_SUFFIX) nunit-console4$(SCRIPT_SUFFIX)
141 scripts_rpmhelpers = mono-find-provides mono-find-requires
142 scripts_mono_configuration_crypto = mono-configuration-crypto$(SCRIPT_SUFFIX)
144 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)
145 DISTCLEANFILES = $(pkgconfig_DATA) $(scripts_rpmhelpers)
151 script_umask.bat.in \
154 mono-find-provides.in \
155 mono-find-requires.in \
166 mono-configuration-crypto.in
172 plat_bindir = $(bindir)
173 mono_instdir = $(prefix)/lib/mono
175 plat_bindir = $(shell cygpath -m $(libdir))
176 mono_instdir = $(shell cygpath -m $(libdir))/mono
179 plat_bindir = $(bindir)
180 mono_instdir = $(prefix)/lib/mono
184 REWRITE_COMMON = sed \
185 -e 's,@''bindir@,$(bindir),g' \
186 -e 's,@''plat_bindir@,$(plat_bindir),g' \
187 -e 's,@''mono_instdir@,$(mono_instdir),g' \
188 -e 's,@''gtkdir@,$(gtkdir),g'
190 REWRITE = $(REWRITE_COMMON) -e 's,@''mono_interp@,$(mono_interp),g'
191 REWRITE_DEBUG = $(REWRITE_COMMON) -e 's,@''mono_interp@,$(mono_interp) --debug,g'
192 REWRITE2_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,2.0,g'
194 REWRITE2 = $(REWRITE) -e 's,@''framework_version@,2.0,g'
195 REWRITE2_1 = $(REWRITE) -e 's,@''framework_version@,2.1,g'
197 REWRITE4 = $(REWRITE) -e 's,@''framework_version@,4.5,g'
198 REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,4.5,g'
201 REWRITE4 = $(REWRITE) -e 's,@''framework_version@,4.0,g'
202 REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,4.0,g'
204 REWRITE4 = $(REWRITE) -e 's,@''framework_version@,2.0,g'
205 REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,2.0,g'
209 peverify: peverify.in Makefile
210 $(REWRITE_COMMON) $(srcdir)/peverify.in > $@.tmp
214 $(REWRITE_COMMON) $(srcdir)/mcs.in > $@.tmp
217 gmcs: gmcs.in Makefile
218 $(REWRITE_COMMON) $(srcdir)/gmcs.in > $@.tmp
221 dmcs: dmcs.in Makefile
222 $(REWRITE_COMMON) $(srcdir)/dmcs.in > $@.tmp
225 mono-service: mono-service.in Makefile
226 $(REWRITE4) -e 's,@''exe_name@,$@,g' $(srcdir)/mono-service.in > $@.tmp
229 mono-service2: mono-service.in Makefile
230 $(REWRITE2) -e 's,@''exe_name@,$@,g' $(srcdir)/mono-service.in > $@.tmp
233 nunit-console$(SCRIPT_SUFFIX): $(SCRIPT_IN) Makefile
234 $(REWRITE2_DEBUG) -e 's,@''exe_name@,nunit-console,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
237 nunit-console2$(SCRIPT_SUFFIX): $(SCRIPT_IN) Makefile
238 $(REWRITE2_DEBUG) -e 's,@''exe_name@,nunit-console,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
241 nunit-console4$(SCRIPT_SUFFIX): $(SCRIPT_IN) Makefile
242 $(REWRITE4_DEBUG) -e 's,@''exe_name@,nunit-console,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
245 xbuild: xbuild.in Makefile
246 $(REWRITE_COMMON) $(srcdir)/xbuild.in > $@.tmp
249 #FIXME: this is not the correct rule for mod.bat.
250 mod$(SCRIPT_SUFFIX): mod.in Makefile
251 $(REWRITE2) -e "s,@""exe_name@,mod,g" $(srcdir)/mod.in > $@.tmp
254 #FIXME: this is not the correct rule for bat files.
255 $(scripts_4_0_umask): script_umask.in Makefile
256 n=`echo $@ | sed 's,$(COMPAT_4_0_SUFFIX)$$,,'`; \
257 $(REWRITE4) -e "s,@""exe_name@,$$n,g" $(srcdir)/script_umask.in | $(FILTER) > $@.tmp
260 $(scripts_defaults): $(SCRIPT_IN) Makefile
261 n=`echo $@ | sed 's,$(COMPAT_4_0_SUFFIX)$$,,'`; \
262 $(REWRITE4) -e "s,@""exe_name@,$$n,g" $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
265 $(scripts_2_0): $(SCRIPT_IN) Makefile
266 n=`echo $@ | sed 's,$(COMPAT_2_0_SUFFIX)$$,,'`; \
267 $(REWRITE2) -e "s,@""exe_name@,$$n,g" $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
270 $(scripts_4_0): $(SCRIPT_IN) Makefile
271 n=`echo $@ | sed 's,$(COMPAT_4_0_SUFFIX)$$,,'`; \
272 $(REWRITE4) -e "s,@""exe_name@,$$n,g" $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
275 $(scripts_mono_configuration_crypto): mono-configuration-crypto.in
276 $(REWRITE4) -e "s,@exe_name@,mono-configuration-crypto,g" $(srcdir)/mono-configuration-crypto.in > $@.tmp
279 $(MDOC_SUBCOMMANDS): Makefile
280 for script in $(MDOC_SUBCOMMANDS) ; do \
281 cmd=`echo $$script | sed 's/mdoc-//'` ; \
282 echo "#!/bin/sh" > $$script ; \
283 echo "exec mdoc $$cmd \"\$$@\"" >> $$script; \