swf gfxsource
[swftools.git] / lib / swf / Makefile.in
1 # Generated automatically from Makefile.in by configure.
2 top_builddir = ../..
3 srcdir = .
4 top_srcdir = ../..
5 include ../../Makefile.common
6
7 all: ../libswf$(A)
8
9 libswf: ../libswf$(A)
10
11 swf.$(O): swf.c swf.h
12         $(C) swf.c -o swf.$(O)
13
14 libswf_objects = swf.$(O) 
15
16 ../libswf$(A): $(libswf_objects)
17         $(AR) r ../libswf$(A)
18         $(RANLIB) ../libswf$(A)
19
20 swfrender: $(libswf_objects) ../../src/swfrender.c ../devices/render.$(O)
21         $(L) ../../src/swfrender.c $(libswf_objects) ../librfxswf$(A) ../gfxtools.$(O) ../png.$(O) ../devices/render.$(O) -o swfrender $(LIBS)
22
23 install:
24 uninstall:
25
26 clean: 
27         rm -f *.o *.obj *.lo *.a *.lib *.la gmon.out
28