Mercurial > MadButterfly
view Makefile.pmake @ 413:35712e4bad0e
Make shape_stext.c pass test cases.
FcFontMatch should be called before calling query font face.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 25 Jul 2009 13:36:23 +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