all Makefiles rewritten.
[swftools.git] / pdf2swf / ttf2pt1 / Makefile.in
1 top_builddir = ../..
2 srcdir = @srcdir@
3 top_srcdir = @top_srcdir@
4 include ../../Makefile.common
5 @SET_MAKE@
6
7 all: libpdf.a
8
9 %.o: %.c
10         $(C) -I./ -Wno-parentheses $< -o $@
11
12 ttf2pt1_objects =  ft.o ttf.o pt1.o ttf2pt1.o t1asm.o
13
14 libpdf.a: $(ttf2pt1_objects)
15         $(AR) r ttf2pt1.a $(ttf2pt1_objects)
16         $(RANLIB) ttf2pt1.a
17
18 install:
19 uninstall:
20
21 clean: 
22         rm -f *.o *.lo *.a *.la
23