Blame gtkmm-osx/jpeg-6b/makefile.cfg

darco 56a656
# Makefile for Independent JPEG Group's software
darco 56a656
darco 56a656
# makefile.cfg is edited by configure to produce a custom Makefile.
darco 56a656
darco 56a656
# Read installation instructions before saying "make" !!
darco 56a656
darco 56a656
# For compiling with source and object files in different directories.
darco 56a656
srcdir = @srcdir@
darco 56a656
VPATH = @srcdir@
darco 56a656
darco 56a656
# Where to install the programs and man pages.
darco 56a656
prefix = @prefix@
darco 56a656
exec_prefix = @exec_prefix@
darco 56a656
bindir = $(exec_prefix)/bin
darco 56a656
libdir = $(exec_prefix)/lib
darco 56a656
includedir = $(prefix)/include
darco 56a656
binprefix =
darco 56a656
manprefix =
darco 56a656
manext = 1
darco 56a656
mandir = $(prefix)/man/man$(manext)
darco 56a656
darco 56a656
# The name of your C compiler:
darco 56a656
CC= @CC@
darco 56a656
darco 56a656
# You may need to adjust these cc options:
darco 56a656
CFLAGS= @CFLAGS@ @CPPFLAGS@ @INCLUDEFLAGS@
darco 56a656
# Generally, we recommend defining any configuration symbols in jconfig.h,
darco 56a656
# NOT via -D switches here.
darco 56a656
# However, any special defines for ansi2knr.c may be included here:
darco 56a656
ANSI2KNRFLAGS= @ANSI2KNRFLAGS@
darco 56a656
darco 56a656
# Link-time cc options:
darco 56a656
LDFLAGS= @LDFLAGS@
darco 56a656
darco 56a656
# To link any special libraries, add the necessary -l commands here.
darco 56a656
LDLIBS= @LIBS@
darco 56a656
darco 56a656
# If using GNU libtool, LIBTOOL references it; if not, LIBTOOL is empty.
darco 56a656
LIBTOOL = @LIBTOOL@
darco 56a656
# $(O) expands to "lo" if using libtool, plain "o" if not.
darco 56a656
# Similarly, $(A) expands to "la" or "a".
darco 56a656
O = @O@
darco 56a656
A = @A@
darco 56a656
darco 56a656
# Library version ID; libtool uses this for the shared library version number.
darco 56a656
# Note: we suggest this match the macro of the same name in jpeglib.h.
darco 56a656
JPEG_LIB_VERSION = @JPEG_LIB_VERSION@
darco 56a656
darco 56a656
# Put here the object file name for the correct system-dependent memory
darco 56a656
# manager file.  For Unix this is usually jmemnobs.o, but you may want
darco 56a656
# to use jmemansi.o or jmemname.o if you have limited swap space.
darco 56a656
SYSDEPMEM= @MEMORYMGR@
darco 56a656
darco 56a656
# miscellaneous OS-dependent stuff
darco 56a656
SHELL= /bin/sh
darco 56a656
# linker
darco 56a656
LN= @LN@
darco 56a656
# file deletion command
darco 56a656
RM= rm -f
darco 56a656
# directory creation command
darco 56a656
MKDIR= mkdir
darco 56a656
# library (.a) file creation command
darco 56a656
AR= ar rc
darco 56a656
# second step in .a creation (use "touch" if not needed)
darco 56a656
AR2= @RANLIB@
darco 56a656
# installation program
darco 56a656
INSTALL= @INSTALL@
darco 56a656
INSTALL_PROGRAM= @INSTALL_PROGRAM@
darco 56a656
INSTALL_LIB= @INSTALL_LIB@
darco 56a656
INSTALL_DATA= @INSTALL_DATA@
darco 56a656
darco 56a656
# End of configurable options.
darco 56a656
darco 56a656
darco 56a656
# source files: JPEG library proper
darco 56a656
LIBSOURCES= jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c \
darco 56a656
        jcinit.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c jcparam.c \
darco 56a656
        jcphuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c jdapistd.c \
darco 56a656
        jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c jdhuff.c \
darco 56a656
        jdinput.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c jdphuff.c \
darco 56a656
        jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c jfdctfst.c \
darco 56a656
        jfdctint.c jidctflt.c jidctfst.c jidctint.c jidctred.c jquant1.c \
darco 56a656
        jquant2.c jutils.c jmemmgr.c
darco 56a656
# memmgr back ends: compile only one of these into a working library
darco 56a656
SYSDEPSOURCES= jmemansi.c jmemname.c jmemnobs.c jmemdos.c jmemmac.c
darco 56a656
# source files: cjpeg/djpeg/jpegtran applications, also rdjpgcom/wrjpgcom
darco 56a656
APPSOURCES= cjpeg.c djpeg.c jpegtran.c rdjpgcom.c wrjpgcom.c cdjpeg.c \
darco 56a656
        rdcolmap.c rdswitch.c transupp.c rdppm.c wrppm.c rdgif.c wrgif.c \
darco 56a656
        rdtarga.c wrtarga.c rdbmp.c wrbmp.c rdrle.c wrrle.c
darco 56a656
SOURCES= $(LIBSOURCES) $(SYSDEPSOURCES) $(APPSOURCES)
darco 56a656
# files included by source files
darco 56a656
INCLUDES= jchuff.h jdhuff.h jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h \
darco 56a656
        jpegint.h jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h
darco 56a656
# documentation, test, and support files
darco 56a656
DOCS= README install.doc usage.doc cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 \
darco 56a656
        wrjpgcom.1 wizard.doc example.c libjpeg.doc structure.doc \
darco 56a656
        coderules.doc filelist.doc change.log
darco 56a656
MKFILES= configure makefile.cfg makefile.ansi makefile.unix makefile.bcc \
darco 56a656
        makefile.mc6 makefile.dj makefile.wat makefile.vc makelib.ds \
darco 56a656
        makeapps.ds makeproj.mac makcjpeg.st makdjpeg.st makljpeg.st \
darco 56a656
        maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
darco 56a656
        makvms.opt
darco 56a656
CONFIGFILES= jconfig.cfg jconfig.bcc jconfig.mc6 jconfig.dj jconfig.wat \
darco 56a656
        jconfig.vc jconfig.mac jconfig.st jconfig.manx jconfig.sas \
darco 56a656
        jconfig.vms
darco 56a656
CONFIGUREFILES= config.guess config.sub install-sh ltconfig ltmain.sh
darco 56a656
OTHERFILES= jconfig.doc ckconfig.c ansi2knr.c ansi2knr.1 jmemdosa.asm
darco 56a656
TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
darco 56a656
        testimgp.jpg
darco 56a656
DISTFILES= $(DOCS) $(MKFILES) $(CONFIGFILES) $(SOURCES) $(INCLUDES) \
darco 56a656
        $(CONFIGUREFILES) $(OTHERFILES) $(TESTFILES)
darco 56a656
# library object files common to compression and decompression
darco 56a656
COMOBJECTS= jcomapi.$(O) jutils.$(O) jerror.$(O) jmemmgr.$(O) $(SYSDEPMEM)
darco 56a656
# compression library object files
darco 56a656
CLIBOBJECTS= jcapimin.$(O) jcapistd.$(O) jctrans.$(O) jcparam.$(O) \
darco 56a656
        jdatadst.$(O) jcinit.$(O) jcmaster.$(O) jcmarker.$(O) jcmainct.$(O) \
darco 56a656
        jcprepct.$(O) jccoefct.$(O) jccolor.$(O) jcsample.$(O) jchuff.$(O) \
darco 56a656
        jcphuff.$(O) jcdctmgr.$(O) jfdctfst.$(O) jfdctflt.$(O) \
darco 56a656
        jfdctint.$(O)
darco 56a656
# decompression library object files
darco 56a656
DLIBOBJECTS= jdapimin.$(O) jdapistd.$(O) jdtrans.$(O) jdatasrc.$(O) \
darco 56a656
        jdmaster.$(O) jdinput.$(O) jdmarker.$(O) jdhuff.$(O) jdphuff.$(O) \
darco 56a656
        jdmainct.$(O) jdcoefct.$(O) jdpostct.$(O) jddctmgr.$(O) \
darco 56a656
        jidctfst.$(O) jidctflt.$(O) jidctint.$(O) jidctred.$(O) \
darco 56a656
        jdsample.$(O) jdcolor.$(O) jquant1.$(O) jquant2.$(O) jdmerge.$(O)
darco 56a656
# These objectfiles are included in libjpeg.a
darco 56a656
LIBOBJECTS= $(CLIBOBJECTS) $(DLIBOBJECTS) $(COMOBJECTS)
darco 56a656
# object files for sample applications (excluding library files)
darco 56a656
COBJECTS= cjpeg.$(O) rdppm.$(O) rdgif.$(O) rdtarga.$(O) rdrle.$(O) \
darco 56a656
        rdbmp.$(O) rdswitch.$(O) cdjpeg.$(O)
darco 56a656
DOBJECTS= djpeg.$(O) wrppm.$(O) wrgif.$(O) wrtarga.$(O) wrrle.$(O) \
darco 56a656
        wrbmp.$(O) rdcolmap.$(O) cdjpeg.$(O)
darco 56a656
TROBJECTS= jpegtran.$(O) rdswitch.$(O) cdjpeg.$(O) transupp.$(O)
darco 56a656
darco 56a656
darco 56a656
all: @A2K_DEPS@ libjpeg.$(A) cjpeg djpeg jpegtran rdjpgcom wrjpgcom
darco 56a656
darco 56a656
# Special compilation rules to support ansi2knr and libtool.
darco 56a656
.SUFFIXES: .lo .la
darco 56a656
darco 56a656
# How to compile with libtool.
darco 56a656
@COM_LT@.c.lo:
darco 56a656
@COM_LT@	$(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $(srcdir)/$*.c
darco 56a656
darco 56a656
# How to use ansi2knr, when not using libtool.
darco 56a656
@COM_A2K@.c.o:
darco 56a656
@COM_A2K@	./ansi2knr $(srcdir)/$*.c knr/$*.c
darco 56a656
@COM_A2K@	$(CC) $(CFLAGS) -c knr/$*.c
darco 56a656
@COM_A2K@	$(RM) knr/$*.c
darco 56a656
darco 56a656
# How to use ansi2knr AND libtool.
darco 56a656
@COM_A2K@.c.lo:
darco 56a656
@COM_A2K@	./ansi2knr $(srcdir)/$*.c knr/$*.c
darco 56a656
@COM_A2K@	$(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c knr/$*.c
darco 56a656
@COM_A2K@	$(RM) knr/$*.c
darco 56a656
darco 56a656
ansi2knr: ansi2knr.c
darco 56a656
	$(CC) $(CFLAGS) $(ANSI2KNRFLAGS) -o ansi2knr $(srcdir)/ansi2knr.c
darco 56a656
	$(MKDIR) knr
darco 56a656
darco 56a656
# the library:
darco 56a656
darco 56a656
# without libtool:
darco 56a656
libjpeg.a: @A2K_DEPS@ $(LIBOBJECTS)
darco 56a656
	$(RM) libjpeg.a
darco 56a656
	$(AR) libjpeg.a  $(LIBOBJECTS)
darco 56a656
	$(AR2) libjpeg.a
darco 56a656
darco 56a656
# with libtool:
darco 56a656
libjpeg.la: @A2K_DEPS@ $(LIBOBJECTS)
darco 56a656
	$(LIBTOOL) --mode=link $(CC) -o libjpeg.la $(LIBOBJECTS) \
darco 56a656
		-rpath $(libdir) -version-info $(JPEG_LIB_VERSION)
darco 56a656
darco 56a656
# sample programs:
darco 56a656
darco 56a656
cjpeg: $(COBJECTS) libjpeg.$(A)
darco 56a656
	$(LN) $(LDFLAGS) -o cjpeg $(COBJECTS) libjpeg.$(A) $(LDLIBS)
darco 56a656
darco 56a656
djpeg: $(DOBJECTS) libjpeg.$(A)
darco 56a656
	$(LN) $(LDFLAGS) -o djpeg $(DOBJECTS) libjpeg.$(A) $(LDLIBS)
darco 56a656
darco 56a656
jpegtran: $(TROBJECTS) libjpeg.$(A)
darco 56a656
	$(LN) $(LDFLAGS) -o jpegtran $(TROBJECTS) libjpeg.$(A) $(LDLIBS)
darco 56a656
darco 56a656
rdjpgcom: rdjpgcom.$(O)
darco 56a656
	$(LN) $(LDFLAGS) -o rdjpgcom rdjpgcom.$(O) $(LDLIBS)
darco 56a656
darco 56a656
wrjpgcom: wrjpgcom.$(O)
darco 56a656
	$(LN) $(LDFLAGS) -o wrjpgcom wrjpgcom.$(O) $(LDLIBS)
darco 56a656
darco 56a656
# Installation rules:
darco 56a656
darco 56a656
install: cjpeg djpeg jpegtran rdjpgcom wrjpgcom @FORCE_INSTALL_LIB@
darco 56a656
	$(INSTALL_PROGRAM) cjpeg $(bindir)/$(binprefix)cjpeg
darco 56a656
	$(INSTALL_PROGRAM) djpeg $(bindir)/$(binprefix)djpeg
darco 56a656
	$(INSTALL_PROGRAM) jpegtran $(bindir)/$(binprefix)jpegtran
darco 56a656
	$(INSTALL_PROGRAM) rdjpgcom $(bindir)/$(binprefix)rdjpgcom
darco 56a656
	$(INSTALL_PROGRAM) wrjpgcom $(bindir)/$(binprefix)wrjpgcom
darco 56a656
	$(INSTALL_DATA) $(srcdir)/cjpeg.1 $(mandir)/$(manprefix)cjpeg.$(manext)
darco 56a656
	$(INSTALL_DATA) $(srcdir)/djpeg.1 $(mandir)/$(manprefix)djpeg.$(manext)
darco 56a656
	$(INSTALL_DATA) $(srcdir)/jpegtran.1 $(mandir)/$(manprefix)jpegtran.$(manext)
darco 56a656
	$(INSTALL_DATA) $(srcdir)/rdjpgcom.1 $(mandir)/$(manprefix)rdjpgcom.$(manext)
darco 56a656
	$(INSTALL_DATA) $(srcdir)/wrjpgcom.1 $(mandir)/$(manprefix)wrjpgcom.$(manext)
darco 56a656
darco 56a656
install-lib: libjpeg.$(A) install-headers
darco 56a656
	$(INSTALL_LIB) libjpeg.$(A) $(libdir)/$(binprefix)libjpeg.$(A)
darco 56a656
darco 56a656
install-headers: jconfig.h
darco 56a656
	$(INSTALL_DATA) jconfig.h $(includedir)/jconfig.h
darco 56a656
	$(INSTALL_DATA) $(srcdir)/jpeglib.h $(includedir)/jpeglib.h
darco 56a656
	$(INSTALL_DATA) $(srcdir)/jmorecfg.h $(includedir)/jmorecfg.h
darco 56a656
	$(INSTALL_DATA) $(srcdir)/jerror.h $(includedir)/jerror.h
darco 56a656
darco 56a656
clean:
darco 56a656
	$(RM) *.o *.lo libjpeg.a libjpeg.la
darco 56a656
	$(RM) cjpeg djpeg jpegtran rdjpgcom wrjpgcom
darco 56a656
	$(RM) ansi2knr core testout* config.log config.status
darco 56a656
	$(RM) -r knr .libs _libs
darco 56a656
darco 56a656
distclean: clean
darco 56a656
	$(RM) Makefile jconfig.h libtool config.cache
darco 56a656
darco 56a656
test: cjpeg djpeg jpegtran
darco 56a656
	$(RM) testout*
darco 56a656
	./djpeg -dct int -ppm -outfile testout.ppm  $(srcdir)/testorig.jpg
darco 56a656
	./djpeg -dct int -bmp -colors 256 -outfile testout.bmp  $(srcdir)/testorig.jpg
darco 56a656
	./cjpeg -dct int -outfile testout.jpg  $(srcdir)/testimg.ppm
darco 56a656
	./djpeg -dct int -ppm -outfile testoutp.ppm $(srcdir)/testprog.jpg
darco 56a656
	./cjpeg -dct int -progressive -opt -outfile testoutp.jpg $(srcdir)/testimg.ppm
darco 56a656
	./jpegtran -outfile testoutt.jpg $(srcdir)/testprog.jpg
darco 56a656
	cmp $(srcdir)/testimg.ppm testout.ppm
darco 56a656
	cmp $(srcdir)/testimg.bmp testout.bmp
darco 56a656
	cmp $(srcdir)/testimg.jpg testout.jpg
darco 56a656
	cmp $(srcdir)/testimg.ppm testoutp.ppm
darco 56a656
	cmp $(srcdir)/testimgp.jpg testoutp.jpg
darco 56a656
	cmp $(srcdir)/testorig.jpg testoutt.jpg
darco 56a656
darco 56a656
check: test
darco 56a656
darco 56a656
# Mistake catcher:
darco 56a656
darco 56a656
jconfig.h: jconfig.doc
darco 56a656
	echo You must prepare a system-dependent jconfig.h file.
darco 56a656
	echo Please read the installation directions in install.doc.
darco 56a656
	exit 1
darco 56a656
darco 56a656
# GNU Make likes to know which target names are not really files to be made:
darco 56a656
.PHONY: all install install-lib install-headers clean distclean test check
darco 56a656
darco 56a656
darco 56a656
jcapimin.$(O): jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jcapistd.$(O): jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jccoefct.$(O): jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jccolor.$(O): jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jcdctmgr.$(O): jcdctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
darco 56a656
jchuff.$(O): jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h
darco 56a656
jcinit.$(O): jcinit.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jcmainct.$(O): jcmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jcmarker.$(O): jcmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jcmaster.$(O): jcmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jcomapi.$(O): jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jcparam.$(O): jcparam.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jcphuff.$(O): jcphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h
darco 56a656
jcprepct.$(O): jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jcsample.$(O): jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jctrans.$(O): jctrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jdapimin.$(O): jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jdapistd.$(O): jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jdatadst.$(O): jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
darco 56a656
jdatasrc.$(O): jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
darco 56a656
jdcoefct.$(O): jdcoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jdcolor.$(O): jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jddctmgr.$(O): jddctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
darco 56a656
jdhuff.$(O): jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h
darco 56a656
jdinput.$(O): jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jdmainct.$(O): jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jdmarker.$(O): jdmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jdmaster.$(O): jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jdmerge.$(O): jdmerge.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jdphuff.$(O): jdphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h
darco 56a656
jdpostct.$(O): jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jdsample.$(O): jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jdtrans.$(O): jdtrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jerror.$(O): jerror.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jversion.h jerror.h
darco 56a656
jfdctflt.$(O): jfdctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
darco 56a656
jfdctfst.$(O): jfdctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
darco 56a656
jfdctint.$(O): jfdctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
darco 56a656
jidctflt.$(O): jidctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
darco 56a656
jidctfst.$(O): jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
darco 56a656
jidctint.$(O): jidctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
darco 56a656
jidctred.$(O): jidctred.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
darco 56a656
jquant1.$(O): jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jquant2.$(O): jquant2.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jutils.$(O): jutils.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
darco 56a656
jmemmgr.$(O): jmemmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
darco 56a656
jmemansi.$(O): jmemansi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
darco 56a656
jmemname.$(O): jmemname.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
darco 56a656
jmemnobs.$(O): jmemnobs.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
darco 56a656
jmemdos.$(O): jmemdos.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
darco 56a656
jmemmac.$(O): jmemmac.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
darco 56a656
cjpeg.$(O): cjpeg.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h jversion.h
darco 56a656
djpeg.$(O): djpeg.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h jversion.h
darco 56a656
jpegtran.$(O): jpegtran.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h transupp.h jversion.h
darco 56a656
rdjpgcom.$(O): rdjpgcom.c jinclude.h jconfig.h
darco 56a656
wrjpgcom.$(O): wrjpgcom.c jinclude.h jconfig.h
darco 56a656
cdjpeg.$(O): cdjpeg.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
darco 56a656
rdcolmap.$(O): rdcolmap.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
darco 56a656
rdswitch.$(O): rdswitch.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
darco 56a656
transupp.$(O): transupp.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h transupp.h
darco 56a656
rdppm.$(O): rdppm.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
darco 56a656
wrppm.$(O): wrppm.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
darco 56a656
rdgif.$(O): rdgif.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
darco 56a656
wrgif.$(O): wrgif.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
darco 56a656
rdtarga.$(O): rdtarga.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
darco 56a656
wrtarga.$(O): wrtarga.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
darco 56a656
rdbmp.$(O): rdbmp.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
darco 56a656
wrbmp.$(O): wrbmp.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
darco 56a656
rdrle.$(O): rdrle.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
darco 56a656
wrrle.$(O): wrrle.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h