X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fttf2pt1%2FMakefile.in;fp=pdf2swf%2Fttf2pt1%2FMakefile.in;h=42343dfd68b4dd43bafd3536c03bfa0cdf63c8f1;hb=92c5f229fdf4d1a1d1efd8205dae033e70d07a1a;hp=0000000000000000000000000000000000000000;hpb=774da0eb175e36c6b8a563f3a7af82e6640b19c9;p=swftools.git diff --git a/pdf2swf/ttf2pt1/Makefile.in b/pdf2swf/ttf2pt1/Makefile.in new file mode 100644 index 0000000..42343df --- /dev/null +++ b/pdf2swf/ttf2pt1/Makefile.in @@ -0,0 +1,7 @@ +all: + gcc -c ft.c + gcc -c ttf.c + gcc -c pt1.c + gcc -c ttf2pt1.c + gcc -c t1asm.c + ar cru ttf2pt1.a ft.o ttf.o pt1.o ttf2pt1.o t1asm.o