7 metatemplate: metatemplate.c ffilter.o
8 cc -Wall metatemplate.c ffilter.o -o metatemplate
10 ffilter.o: ffilter.c ffilter.h
13 metatemplate.1.gz: metatemplate.1
14 gzip -c metatemplate.1 > metatemplate.1.gz
16 install: $(EXE) $(MAN)
17 cp $(EXE) /usr/local/bin
18 test -d /usr/local/man/man1 || mkdir -p /usr/local/man/man1
19 cp $(MAN) /usr/local/man/man1
23 ../metatemplate gruppi.html > Info/gruppi.html ; \
24 ../metatemplate gruppi2.html > Info/gruppi2.html ; \
25 ../metatemplate gruppi3.html > Info/gruppi3.html ; \
26 ../metatemplate subelem.html > Info/subelem.html \
30 rm -f *~ $(OBJ) $(EXE) $(MAN) examples/Obj/* examples/Pho/* examples/Template/* examples/Preview/*