updated Makefile

git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@378 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2012-01-12 03:20:01 +00:00
parent a728f86e05
commit 71bec1049b
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $(libname): $(o)
depend:
makedepend -Y. -I../pikotools -f- *.cpp > Makefile.dep
makedepend -Y. -I../../pikotools -f- *.cpp > Makefile.dep
echo -n "o = " > Makefile.o.dep
ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep

View File

@ -2,4 +2,5 @@
item.o: item.h funinfo.h
pattern.o: pattern.h item.h funinfo.h functions.h stringconv.h
pattern.o: ../../pikotools/utf8/utf8.h
stringconv.o: stringconv.h