FreeBSD fixes.
[swftools.git] / pdf2swf / ttf2pt1 / Makefile.in
index 9e2d2af..3e1b76a 100644 (file)
@@ -5,11 +5,19 @@ include ../../Makefile.common
 
 all: libpdf.a
 
-%.o: %.c
-       $(C) -I./ -Wno-parentheses $< -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 $@
+
 libpdf.a: $(ttf2pt1_objects)
        $(AR) r ttf2pt1.a $(ttf2pt1_objects)
        $(RANLIB) ttf2pt1.a