* Makefile: Added al to net_2_0_SUBDIRS.
authorGert Driesen <drieseng@users.sourceforge.net>
Sat, 13 Jan 2007 22:47:43 +0000 (22:47 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Sat, 13 Jan 2007 22:47:43 +0000 (22:47 -0000)
* Makefile: Make profile-specific.
 (CLEAN_FILES): Add 'al.exe' and 'al.exe.mdb'.

svn path=/trunk/mcs/; revision=70967

mcs/tools/ChangeLog
mcs/tools/Makefile
mcs/tools/al/ChangeLog
mcs/tools/al/Makefile

index 3e2767d475645590c442775b8ca410fc37599162..1de1a35ece6e96a12abcebcfdf1b1b6e9fc878e5 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * Makefile: Added al to net_2_0_SUBDIRS.
+
 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
 
        * Makefile: added sgen to DIST_ONLY_SUBDIRS.
index 8682495372c827c9fe06d7e730151618c960d383..773c4b3ebbf172df6e89f186a9d4f918f9edb53b 100644 (file)
@@ -8,7 +8,7 @@ SUBDIRS = \
 net_1_1_bootstrap_SUBDIRS = gacutil security resgen
 net_2_0_bootstrap_SUBDIRS = resgen
 
-net_2_0_SUBDIRS = corcompare wsdl compiler-tester monop xbuild resgen mono-service mkbundle sgen
+net_2_0_SUBDIRS = al corcompare wsdl compiler-tester monop xbuild resgen mono-service mkbundle sgen
 
 DIST_ONLY_SUBDIRS = xbuild sgen
 
index ebfdc5a864a7a11004435df12d9d3fef01d4d89e..f0da9ff5e3bff2cd1c63969f573668de54b74be4 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * Makefile: Make profile-specific.
+        (CLEAN_FILES): Add 'al.exe' and 'al.exe.mdb'.
+
 2005-08-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
 
        * Al.cs: Use AssemblyBuilder.AddResourceFile instead of
index df3b46c6d5c2b27b8a7fc0fe2c9eeb01657b9788..bbe782e8bc6be87f4173d3d04688778881040fd6 100644 (file)
@@ -3,6 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LOCAL_MCS_FLAGS = -r:Mono.Security.dll
-PROGRAM = al.exe
+PROGRAM = $(topdir)/class/lib/$(PROFILE)/al.exe
+
+CLEAN_FILES = al.exe al.exe.mdb
 
 include ../../build/executable.make