* UnixFileSystemInfo.cs: rename Create() to GetFileSystemEntry(), and make
[mono.git] / scripts / Makefile.am
index 971729823f7b07dd740f5e9feec06fffba21acb4..e2457e83155989fc30146b9b34966eaf174df431 100644 (file)
@@ -1,4 +1,4 @@
-bin_SCRIPTS = $(scripts_1_0) $(scripts_1_0_umask) $(scripts_2_0) gmcs mono-service $(scripts_rpmhelpers)
+bin_SCRIPTS = $(scripts_1_0) $(scripts_1_0_umask) $(scripts_2_0) mono-service mono-service2 $(scripts_rpmhelpers)
 
 scripts_1_0 = \
        al                      \
@@ -9,6 +9,7 @@ scripts_1_0 = \
        cilc                    \
        disco                   \
        dtd2xsd                 \
+       dtd2rng                 \
        gacutil                 \
        genxs                   \
        ilasm                   \
@@ -19,6 +20,7 @@ scripts_1_0 = \
        mkbundle                \
        monop                   \
        mono-shlib-cop          \
+       mono-xmltool            \
        mozroots                \
        nunit-console           \
        permview                \
@@ -37,16 +39,20 @@ scripts_1_0_umask = \
        sn
 
 scripts_2_0 = \
+       gmcs                    \
+       ilasm2                  \
        monop2                  \
-       xbuild                  \
-       wsdl2
+       nunit-console2          \
+       resgen2                 \
+       wsdl2                   \
+       xbuild
 
 scripts_rpmhelpers = mono-find-provides mono-find-requires
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA= mono-nunit.pc
 
-CLEANFILES = $(scripts_1_0) $(scripts_1_0_umask) $(scripts_2_0) gmcs mono-service
+CLEANFILES = $(scripts_1_0) $(scripts_1_0_umask) $(scripts_2_0) gmcs mono-service mono-service2
 DISTCLEANFILES = $(pkgconfig_DATA) $(scripts_rpmhelpers)
 
 EXTRA_DIST =                   \
@@ -85,6 +91,10 @@ mono-service: mono-service.in Makefile
        $(REWRITE1) -e 's,@''exe_name@,$@,g' $(srcdir)/mono-service.in > $@.tmp
        mv $@.tmp $@
 
+mono-service2: mono-service.in Makefile
+       $(REWRITE2) -e 's,@''exe_name@,$@,g' $(srcdir)/mono-service.in > $@.tmp
+       mv $@.tmp $@
+
 $(scripts_1_0): script.in Makefile
        $(REWRITE1) -e 's,@''exe_name@,$@,g' $(srcdir)/script.in > $@.tmp
        mv $@.tmp $@
@@ -93,10 +103,6 @@ $(scripts_1_0_umask): script_umask.in Makefile
        $(REWRITE1) -e 's,@''exe_name@,$@,g' $(srcdir)/script_umask.in > $@.tmp
        mv $@.tmp $@
 
-gmcs: script.in Makefile
-       $(REWRITE2) -e 's,@''exe_name@,$@,g' $(srcdir)/script.in > $@.tmp
-       mv $@.tmp $@
-
 $(scripts_2_0): script.in Makefile
        n=`echo $@ | sed 's,2$$,,'`; \
        $(REWRITE2) -e "s,@""exe_name@,$$n,g" $(srcdir)/script.in > $@.tmp