| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/monodevelop/AddIns/MonoDevelop.Autotools/ |
Upload File : |
clean-local: make pre-clean-local-hook make $(CONFIG)_BeforeClean -rm -f $(call quote_each,$(CLEANFILES)) make $(CONFIG)_AfterClean make post-clean-local-hook install-local: uninstall-local: q2quote = '$(subst ?, ,$1)' quote_each = $(foreach f,$(call s2q,$1),$(call q2quote,$f)) dist-local: make pre-dist-local-hook "distdir=$$distdir" for f in Makefile $(call quote_each,$(EXTRA_DIST)); do \ d=`dirname "$$f"`; \ test -d "$(distdir)/$$d" || \ mkdir -p "$(distdir)/$$d"; \ cp -p "$$f" "$(distdir)/$$d" || exit 1; \ done make post-dist-local-hook "distdir=$$distdir" dist-local-recursive: for dir in $(call quote_each,$(SUBDIRS)); do \ mkdir -p "$(distdir)/$$dir" || true; \ case "$$dir" in \ .) make dist-local "distdir=$(distdir)" || exit 1;; \ *) (cd "$$dir"; make dist-local "distdir=$(distdir)/$$dir") || exit 1; \ esac \ done #hooks: Available hooks - all, clean, install, uninstall and dist # and their *-local variants pre-%-hook: ; @: post-%-hook: ; @: #targets for custom commands %_BeforeBuild: ; @: %_AfterBuild: ; @: %_BeforeClean: ; @: %_AfterClean: ; @: