Mercurial > MadButterfly
view Makefile.pmake @ 256:cac9ad3df633
* use Autotool to install inkscape ext. of MadButterfly ( experimental! )
* pass distcheck
author | "Mat <MatLinuxer2@gmail.com>" |
---|---|
date | Thu, 15 Jan 2009 02:15:35 +0800 |
parents | 042580eb6e6c |
children |
line wrap: on
line source
SUBDIRS= src tools all: .for i in $(SUBDIRS) @echo "==> Enter subdirectory $(i)" @cd ${i}; $(MAKE) $@ @echo "<== Leave subdirectory $(i)" .endfor install: .for i in $(SUBDIRS) @echo "==> Enter subdirectory $(i)" @cd ${i}; $(MAKE) $@ @echo "<== Leave subdirectory $(i)" .endfor clean: .for i in $(SUBDIRS) @echo "==> Enter subdirectory $(i)" @cd ${i}; $(MAKE) $@ @echo "<== Leave subdirectory $(i)" .endfor