X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=cbf133b8338de754a12c09ff9be8f7d6b0cbbe0e;hb=821f57faa6eb711c0a7272553b6251bd15ae0471;hp=5265332e77ab14e72e193d1a2a8caa316c4e03bd;hpb=9c76690c43dd9272c5b799fc54186470d0cccc00;p=mono.git diff --git a/Makefile.am b/Makefile.am index 5265332e77a..cbf133b8338 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,21 +19,21 @@ DISTCLEANFILES= mono.pc fullbuild: remove-binaries mcs-tree-safe-build xinstall-runtime mcs-rest install mcs-tree-safe-build: - (cd ../mcs/jay; make) - (cd ../mcs/mcs; make MCS=mcs) - (cd ../mcs/class/corlib; make MCS=mcs) - cp ../mcs/class/lib/corlib.dll runtime + (cd ../mcs/jay; $(MAKE)) + (cd ../mcs/mcs; $(MAKE) MCS=mcs) + (cd ../mcs/class/corlib; $(MAKE) MCS=mcs) + cp ../mcs/class/lib/mscorlib.dll runtime cp ../mcs/mcs/mcs.exe runtime xinstall-runtime: - if echo $(SUBDIRS) | grep "libgc " > /dev/null; then (cd libgc; make && make install); fi - (cd mono; make && make install) + if echo $(SUBDIRS) | grep "libgc " > /dev/null; then (cd libgc; $(MAKE) && $(MAKE) install); fi + (cd mono; $(MAKE) && $(MAKE) install) mcs-rest: - (cd ../mcs/class; make) + (cd ../mcs/class; $(MAKE)) remove-binaries: - rm ../mcs/class/lib/corlib.dll ../mcs/mcs/mcs.exe runtime/*dll runtime/*.exe >& /dev/null; echo + rm ../mcs/class/lib/mscorlib.dll ../mcs/mcs/mcs.exe runtime/*dll runtime/*.exe >& /dev/null; echo win32getdeps: @@ -59,4 +59,4 @@ win32setup: cp /usr/lib/libgobject-2.0-0.dll @prefix@/lib cp /usr/lib/libgthread-2.0-0.dll @prefix@/lib cp /usr/lib/libintl-1.dll @prefix@/lib - makensis /DMILESTONE=@VERSION@ /DSOURCE_INSTALL_DIR=`cygpath -a -w @prefix@`\\* monowiz.win32.nsi \ No newline at end of file + makensis /DMILESTONE=@VERSION@ /DSOURCE_INSTALL_DIR=`cygpath -a -w @prefix@`\\* monowiz.win32.nsi