From: kramm <kramm>
Date: Sat, 15 Oct 2005 14:16:30 +0000 (+0000)
Subject: added devices
X-Git-Tag: xpdf-3-01~38
X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=adbab7976f60c1fc9d69fe2d5f6d0e72382b3a4b;p=swftools.git

added devices
---

diff --git a/lib/Makefile.in b/lib/Makefile.in
index ec63139..b38ae2f 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -3,7 +3,10 @@ srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 include ../Makefile.common
 
-all: librfxswf$(A) q.$(O) os.$(O) gfxtools.$(O) gfxfont.$(O) art/libart$(A) png.$(O) mp3.$(O) wav.$(O)
+DEVICES = devices/gfxdevice_file.$(O) devices/gfxdevice_swf.$(O)
+
+all: librfxswf$(A) q.$(O) os.$(O) gfxtools.$(O) gfxfont.$(O) art/libart$(A) png.$(O) mp3.$(O) wav.$(O) $(DEVICES)
+
 
 lame_objects = @lame_objects@
 
@@ -52,6 +55,11 @@ h.263/h263tables.$(O): h.263/h263tables.c h.263/h263tables.h
 h.263/swfvideo.$(O): h.263/swfvideo.c h.263/h263tables.h h.263/dct.h
 	$(C) h.263/swfvideo.c -o h.263/swfvideo.$(O)
 
+devices/gfxdevice_swf.$(O):  devices/gfxdevice_swf.c devices/gfxdevice_swf.h
+	$(C) devices/gfxdevice_swf.c -o devices/gfxdevice_swf.$(O)
+devices/gfxdevice_file.$(O):  devices/gfxdevice_file.c devices/gfxdevice_file.h
+	$(C) devices/gfxdevice_file.c -o devices/gfxdevice_file.$(O)
+
 librfxswf$(A): Makefile rfxswf.$(O) drawer.$(O) bitio.$(O) log.$(O) MD5.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects)
 	$(AR) r librfxswf$(A) rfxswf.$(O) drawer.$(O) bitio.$(O) log.$(O) MD5.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects)
 	$(RANLIB) librfxswf$(A)