X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fttf2pt1%2FMakefile.in;h=430d2ec1809d687f79d620dd9542d2aeb3a7396c;hb=3c59a52f9aa2ef73b9cb6d60ae3f99b68ebdba67;hp=3e1b76a1084cbcd69a729bff90d5131b6dd0a55c;hpb=bdb7953c6af7f79f77c6e1eef570dc9186a7b9f1;p=swftools.git diff --git a/pdf2swf/ttf2pt1/Makefile.in b/pdf2swf/ttf2pt1/Makefile.in index 3e1b76a..430d2ec 100644 --- a/pdf2swf/ttf2pt1/Makefile.in +++ b/pdf2swf/ttf2pt1/Makefile.in @@ -5,7 +5,7 @@ include ../../Makefile.common all: libpdf.a -ttf2pt1_objects = ft.o ttf.o pt1.o ttf2pt1.o t1asm.o +ttf2pt1_objects = ft.o ttf.o pt1.o ttf2pt1.o t1asm.o bdf.o bitmap.o ft.o: ft.c $(C) -I./ -Wno-parentheses ft.c -o $@ @@ -17,6 +17,10 @@ ttf2pt1.o: ttf2pt1.c $(C) -I./ -Wno-parentheses ttf2pt1.c -o $@ t1asm.o: t1asm.c $(C) -I./ -Wno-parentheses t1asm.c -o $@ +bitmap.o: bitmap.c + $(C) -I./ -Wno-parentheses bitmap.c -o $@ +bdf.o: bdf.c + $(C) -I./ -Wno-parentheses bdf.c -o $@ libpdf.a: $(ttf2pt1_objects) $(AR) r ttf2pt1.a $(ttf2pt1_objects) @@ -26,5 +30,5 @@ install: uninstall: clean: - rm -f *.o *.lo *.a *.la + rm -f *.o *.lo *.a *.la gmon.out