XCOMM $XConsortium: Imakefile /main/8 1996/09/28 16:56:19 rws $
XCOMM build device dependent machine independent fax processing element objects
#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

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

DependTarget()
