X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fttf2pt1%2FMakefile.in;h=a288fc184a860dacce3ad321a76c25de8165c719;hb=1389659193f83ff93725a3bc4d51574fbeb2f93d;hp=9cc11888859f9c1d586fbd2464c7b2d1fc79d7a9;hpb=f657fbc52148437a0cbf42ee90595027926047ad;p=swftools.git diff --git a/pdf2swf/ttf2pt1/Makefile.in b/pdf2swf/ttf2pt1/Makefile.in index 9cc1188..a288fc1 100644 --- a/pdf2swf/ttf2pt1/Makefile.in +++ b/pdf2swf/ttf2pt1/Makefile.in @@ -2,14 +2,25 @@ top_builddir = ../.. srcdir = @srcdir@ top_srcdir = @top_srcdir@ include ../../Makefile.common -@SET_MAKE@ all: libpdf.a -%.o: %.c - $(C) -I./ -Wno-parentheses $< -o $@ +ttf2pt1_objects = ft.o ttf.o pt1.o ttf2pt1.o t1asm.o bdf.o bitmap.o -ttf2pt1_objects = ft.o ttf.o pt1.o ttf2pt1.o t1asm.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)