X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fdinosauricon%2FMakefile;fp=examples%2Fdinosauricon%2FMakefile;h=4a96677ca688e1ad08a7f514f01e52080072ee4e;hb=25a18f478323f274163dac615b225f403da3eaf5;hp=88b0b5321c514cd4074a5094d17e0954af58b12b;hpb=4ed19ee90fcd394f986d52c10ecf866888abc729;p=idzebra-moved-to-github.git diff --git a/examples/dinosauricon/Makefile b/examples/dinosauricon/Makefile index 88b0b53..4a96677 100644 --- a/examples/dinosauricon/Makefile +++ b/examples/dinosauricon/Makefile @@ -1,7 +1,8 @@ -DBFILES = *.mf *.LCK zebrasrv.pid zebraidx.time +SOURCEFILES = records/genera.xml records/taxa.xml +OBJECECTFILES = *.mf *.LCK zebrasrv.pid zebraidx.time -isamcA-0.mf: records/genera.xml +isamcA-0.mf: $(SOURCEFILES) zebraidx -t grs.sgml update records clean: - rm -f $(DBFILES) + rm -f $(OBJECECTFILES)