swf implemenation of gfxsource
[swftools.git] / lib / swf / Makefile.in
diff --git a/lib/swf/Makefile.in b/lib/swf/Makefile.in
new file mode 100644 (file)
index 0000000..d938933
--- /dev/null
@@ -0,0 +1,25 @@
+# Generated automatically from Makefile.in by configure.
+top_builddir = ../..
+srcdir = .
+top_srcdir = ../..
+include ../../Makefile.common
+
+all: ../libswf$(A)
+
+libswf: ../libswf$(A)
+
+swf.$(O): swf.c swf.h
+       $(C) swf.c -o swf.$(O)
+
+libswf_objects = swf.$(O) 
+
+../libswf$(A): $(libswf_objects)
+       $(AR) r ../libswf$(A)
+       $(RANLIB) ../libswf$(A)
+
+install:
+uninstall:
+
+clean: 
+       rm -f *.o *.obj *.lo *.a *.lib *.la gmon.out
+