2009-09-11 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / tools / Makefile
index 26ac1932b8acb5251bb00e2439409ceeabea767b..46d74dca1f7801ced735291b50dc879693e66b26 100644 (file)
@@ -3,7 +3,6 @@ thisdir = tools
 net_1_1_dirs := \
        al                      \
        cilc            \
-       corcompare      \
        culevel         \
        ictool          \
        mono-xsd        \
@@ -15,8 +14,6 @@ net_1_1_dirs := \
        browsercaps-updater     \
        monop           \
        gacutil         \
-       linker          \
-       tuner           \
        cil-strip       \
        resgen          \
        macpack         \
@@ -26,32 +23,54 @@ net_1_1_dirs := \
        mjs                     \
        prj2make        \
        mono-service    \
+       monodoc         \
+       mod             \
        compiler-tester \
-       mono-xmltool    \
        installvst              \
        installutil
 
 net_2_0_dirs := \
+       al                      \
+       corcompare      \
+       linker          \
+       tuner           \
+       csharplib       \
+       csharp          \
+       mono-xsd        \
+       wsdl            \
+       mono-xmltool    \
+       compiler-tester \
+       monop           \
        xbuild          \
+       resgen          \
+       mdoc            \
+       mono-service    \
+       mono-shlib-cop  \
+       mkbundle        \
        sgen            \
+       security        \
        mconfig         \
+       installutil     \
        nunitreport     \
+       pdb2mdb         \
        sqlsharp        \
-       csharp          \
-       csharplib       \
-       mono-shlib-cop
+       sqlmetal        \
+       gacutil         \
+       svcutil
 
 net_2_1_dirs := \
        compiler-tester
-
+       
 net_1_1_bootstrap_SUBDIRS = gacutil security resgen culevel
 net_1_1_SUBDIRS := $(net_1_1_dirs)
 net_2_0_bootstrap_SUBDIRS = resgen
 net_2_0_SUBDIRS := $(net_2_0_dirs)
 net_2_1_raw_SUBDIRS := $(net_2_1_dirs)
-net_2_1_SUBDIRS := $(net_2_1_dirs) tuner
+net_2_1_SUBDIRS := $(net_2_1_dirs)
+net_4_0_bootstrap_SUBDIRS = resgen
+net_4_0_SUBDIRS := $(net_2_0_dirs)
 
-SUBDIRS = $(net_1_1_dirs) $(net_2_0_dirs) $(net_2_1_dirs)
+SUBDIRS = $(net_1_1_SUBDIRS) $(net_2_0_SUBDIRS) $(net_2_1_SUBDIRS)
 
 include ../build/rules.make
 
@@ -66,7 +85,7 @@ DISTFILES = \
        gensources.sh                   \
        removecomments.sh
 
-test-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local:
+test-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local doc-update-local:
        @:
 
 dist-local: dist-default