From 613908b1a5134c2e69c94dee8954b8b424dafd5e Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 16 Jun 2006 07:03:18 +0000 Subject: [PATCH] added arts device --- lib/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 51b1065..0b673e9 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -3,7 +3,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ include ../Makefile.common -DEVICES = devices/file.$(O) devices/swf.$(O) devices/render.$(O) #devices/opengl.$(O) +DEVICES = devices/file.$(O) devices/swf.$(O) devices/render.$(O) devices/arts.$(O) #devices/opengl.$(O) all: librfxswf$(A) libpdf$(A) q.$(O) mem.$(O) os.$(O) gfxtools.$(O) gfxfont.$(O) art/libart$(A) png.$(O) mp3.$(O) wav.$(O) $(DEVICES) @@ -14,7 +14,7 @@ h263_objects = h.263/dct.$(O) h.263/h263tables.$(O) h.263/swfvideo.$(O) actioncompiler_objects = action/assembler.$(O) action/compile.$(O) action/lex.swf4.$(O) action/lex.swf5.$(O) action/libming.$(O) action/swf4compiler.tab.$(O) action/swf5compiler.tab.$(O) action/actioncompiler.$(O) rfxswf_modules = modules/swfbits.c modules/swfaction.c modules/swfdump.c modules/swfcgi.c modules/swfbutton.c modules/swftext.c modules/swffont.c modules/swftools.c modules/swfsound.c modules/swfshape.c modules/swfobject.c modules/swfdraw.c modules/swfrender.c h.263/swfvideo.c -libpdf$(A): +libpdf$(A): xpdf/GFXOutputDev.cc xpdf/GFXOutputDev.h xpdf/pdf.cc xpdf/pdf.h cd xpdf;$(MAKE);cd .. bitio.$(O): bitio.c bitio.h @@ -68,6 +68,8 @@ devices/render.$(O): devices/render.c devices/render.h $(C) devices/render.c -o devices/render.$(O) devices/opengl.$(O): devices/opengl.c devices/opengl.h $(C) devices/opengl.c -o devices/opengl.$(O) +devices/arts.$(O): devices/arts.c devices/arts.h + $(C) devices/arts.c -o devices/arts.$(O) librfxswf$(A): Makefile rfxswf.$(O) drawer.$(O) bitio.$(O) log.$(O) MD5.$(O) mem.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects) $(AR) r librfxswf$(A) rfxswf.$(O) drawer.$(O) bitio.$(O) log.$(O) MD5.$(O) mem.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects) -- 1.7.10.4