X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=pdf2swf%2Fttf2pt1%2FMakefile.in;fp=pdf2swf%2Fttf2pt1%2FMakefile.in;h=0000000000000000000000000000000000000000;hp=430d2ec1809d687f79d620dd9542d2aeb3a7396c;hb=5a005ef586b9000810156a961b9622c903dce988;hpb=c26ca847941ca0acfc9f3b4bdc519d904ba09a39 diff --git a/pdf2swf/ttf2pt1/Makefile.in b/pdf2swf/ttf2pt1/Makefile.in deleted file mode 100644 index 430d2ec..0000000 --- a/pdf2swf/ttf2pt1/Makefile.in +++ /dev/null @@ -1,34 +0,0 @@ -top_builddir = ../.. -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -include ../../Makefile.common - -all: libpdf.a - -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 $@ -ttf.o: ttf.c - $(C) -I./ -Wno-parentheses ttf.c -o $@ -pt1.o: pt1.c - $(C) -I./ -Wno-parentheses pt1.c -o $@ -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) - $(RANLIB) ttf2pt1.a - -install: -uninstall: - -clean: - rm -f *.o *.lo *.a *.la gmon.out -