XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:47:46 cpqbld Exp $




XCOMM $XFree86: xc/programs/Xserver/XIE/mixie/jpeg/Imakefile,v 3.6 2001/01/17 22:13:07 dawes Exp $

XCOMM build device dependent machine independent fax processing element objects

#define IHaveModules
#include <Server.tmpl>

       SRCS =  jcdeflts.c \
               jcexpand.c \
               jchuff.c \
	       jcmcu.c \
	       jcsample.c \
	       jcxie.c \
	       jcxief.c \
	       jdbuffer.c \
	       jddeflts.c \
	       jdhuff.c \
	       jdlossy.c \
	       jdmcu.c \
	       jdsample.c \
	       jdxie.c \
	       jdxief.c \
	       jelossy.c \
	       jfwddct.c \
	       jmemmgr.c \
	       jmemsys.c \
	       jrdjfif.c \
	       jrevdct.c \
	       jutils.c \
	       jwrjfif.c 

        OBJS = jcdeflts.o \
               jcexpand.o \
               jchuff.o \
	       jcmcu.o \
	       jcsample.o \
	       jcxie.o \
	       jcxief.o \
	       jdbuffer.o \
	       jddeflts.o \
	       jdhuff.o \
	       jdlossy.o \
	       jdmcu.o \
	       jdsample.o \
	       jdxie.o \
	       jdxief.o \
	       jelossy.o \
	       jfwddct.o \
	       jmemmgr.o \
	       jmemsys.o \
	       jrdjfif.o \
	       jrevdct.o \
	       jutils.o \
	       jwrjfif.o 

   INCLUDES = -I../include -I../../include -I$(SERVERSRC)/include -I$(XINCLUDESRC) -I$(XINCLUDESRC)/extensions -I../jpeg
   LINTLIBS = ../../dixie/export/llib-lexp.ln ../../dixie/import/llib-limp.ln \
              ../../dixie/process/llib-lproc.ln ../../dixie/request/llib-lreq.ln \
              ../control/llib-lctrl.ln ../export/llib-lmexp.ln ../fax/llib-lfax.ln \
              ../import/llib-lmimp.ln ../jpeg/llib-ljpeg.ln ../process/llib-lmproc.ln

ModuleObjectRule()

SubdirLibraryRule($(OBJS))
LintLibraryTarget(jpeg,$(SRCS))
NormalLintTarget($(SRCS))

DependTarget()
