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