comparison mupdf-source/thirdparty/libjpeg/makefile.x32 @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 # Makefile for Independent JPEG Group's software
2
3 # This makefile is suitable for Embarcadero C++ for Win32 (Clang-based).
4 # Tested with version 7.30-7.60 (2012-2017-2023, C++Builder 10.2-11
5 # ‘Tokyo’-‘Alexandria’), Embarcadero MAKE Version 5.41-5.43 (1987-2014-2019).
6 # Thanks to Tom Wright and Ge' Weijers (original DOS) and
7 # Joe Slater for 32-bit modifications (needed for Borland revision 5.5).
8
9 # Read installation instructions in install.txt before saying "make",
10 # or use either
11 # make -fmakefile.x32 setup
12 # or
13 # make -fmakefile.x32 setupcopy
14 # before saying
15 # make -fmakefile.x32
16 # Test:
17 # make -fmakefile.x32 test
18 # Clean:
19 # make -fmakefile.x32 clean
20 #
21 # For use with C++Builder, multi Config/Platform support:
22 # Setup either
23 # make -fmakefile.x32 setup-cb
24 # or
25 # make -fmakefile.x32 setupcopy-cb
26 # Test:
27 # make -fmakefile.x32 test-32
28 # make -fmakefile.x32 test-64
29
30 # The name of your C compiler:
31 CC= bcc32x
32
33 # You may need to adjust these cc options:
34 CFLAGS= -O2 -Wall
35 # Generally, we recommend defining any configuration symbols in jconfig.h,
36 # NOT via -D switches here.
37
38 # Link-time cc options:
39 LDFLAGS= -Qunused-arguments
40 # -Qunused-arguments Don't emit warning for unused driver arguments
41
42 # Put here the object file name for the correct system-dependent memory
43 # manager file.
44 # SYSDEPMEMLIB must list the same files with "+" signs for the librarian.
45 SYSDEPMEM= jmemnobs.obj
46 SYSDEPMEMLIB= +jmemnobs.obj
47
48 # End of configurable options.
49
50
51 # source files: JPEG library proper
52 LIBSOURCES= jaricom.c jcapimin.c jcapistd.c jcarith.c jccoefct.c jccolor.c \
53 jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c \
54 jcomapi.c jcparam.c jcprepct.c jcsample.c jctrans.c jdapimin.c \
55 jdapistd.c jdarith.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c \
56 jddctmgr.c jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c \
57 jdmerge.c jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c \
58 jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c jquant1.c \
59 jquant2.c jutils.c jmemmgr.c
60 # memmgr back ends: compile only one of these into a working library
61 SYSDEPSOURCES= jmemansi.c jmemname.c jmemnobs.c jmemdos.c jmemmac.c
62 # source files: cjpeg/djpeg/jpegtran applications, also rdjpgcom/wrjpgcom
63 APPSOURCES= cjpeg.c djpeg.c jpegtran.c rdjpgcom.c wrjpgcom.c cdjpeg.c \
64 rdcolmap.c rdswitch.c transupp.c rdppm.c wrppm.c rdgif.c wrgif.c \
65 rdtarga.c wrtarga.c rdbmp.c wrbmp.c rdrle.c wrrle.c
66 SOURCES= $(LIBSOURCES) $(SYSDEPSOURCES) $(APPSOURCES)
67 # files included by source files
68 INCLUDES= jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h jpegint.h \
69 jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h
70 # documentation, test, and support files
71 DOCS= README install.txt usage.txt cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 \
72 wrjpgcom.1 wizard.txt example.c libjpeg.txt structure.txt \
73 coderules.txt filelist.txt cdaltui.txt change.log
74 MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.xc \
75 makefile.bcc makefile.b32 makefile.c32 makefile.d32 makefile.x32 \
76 makefile.b64 makefile.mc6 makefile.dj makefile.wat makefile.vc \
77 makefile.vs makejdsw.vc6 makeadsw.vc6 makejdep.vc6 makejdsp.vc6 \
78 makejmak.vc6 makecdep.vc6 makecdsp.vc6 makecmak.vc6 makeddep.vc6 \
79 makeddsp.vc6 makedmak.vc6 maketdep.vc6 maketdsp.vc6 maketmak.vc6 \
80 makerdep.vc6 makerdsp.vc6 makermak.vc6 makewdep.vc6 makewdsp.vc6 \
81 makewmak.vc6 makejsln.v16 makeasln.v16 makejvcx.v16 makejfil.v16 \
82 makecvcx.v16 makecfil.v16 makedvcx.v16 makedfil.v16 maketvcx.v16 \
83 maketfil.v16 makervcx.v16 makerfil.v16 makewvcx.v16 makewfil.v16 \
84 makajpeg.bcb makcjpeg.bcb makdjpeg.bcb makljpeg.bcb makrjpeg.bcb \
85 maktjpeg.bcb makwjpeg.bcb makcjpeg.st makdjpeg.st makljpeg.st \
86 maktjpeg.st makeproj.mac makefile.manx makefile.sas makefile.mms \
87 makefile.vms makvms.opt
88 CONFIGFILES= jconfig.cfg jconfig.xc jconfig.bcc jconfig.mc6 jconfig.dj \
89 jconfig.wat jconfig.vc jconfig.mac jconfig.st jconfig.manx \
90 jconfig.sas jconfig.vms
91 CONFIGUREFILES= config.guess config.sub install-sh ltmain.sh depcomp \
92 missing ar-lib
93 OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map libjpeg.pc.in \
94 cjpegalt.c djpegalt.c
95 TESTFILES= testorig.jpg testimg.ppm testimg.gif testimg.bmp testimg.jpg \
96 testprog.jpg testimgp.jpg
97 DISTFILES= $(DOCS) $(MKFILES) $(CONFIGFILES) $(SOURCES) $(INCLUDES) \
98 $(CONFIGUREFILES) $(OTHERFILES) $(TESTFILES)
99 # library object files common to compression and decompression
100 COMOBJECTS= jaricom.obj jcomapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM)
101 # compression library object files
102 CLIBOBJECTS= jcapimin.obj jcapistd.obj jcarith.obj jctrans.obj jcparam.obj \
103 jdatadst.obj jcinit.obj jcmaster.obj jcmarker.obj jcmainct.obj \
104 jcprepct.obj jccoefct.obj jccolor.obj jcsample.obj jchuff.obj \
105 jcdctmgr.obj jfdctfst.obj jfdctflt.obj jfdctint.obj
106 # decompression library object files
107 DLIBOBJECTS= jdapimin.obj jdapistd.obj jdarith.obj jdtrans.obj jdatasrc.obj \
108 jdmaster.obj jdinput.obj jdmarker.obj jdhuff.obj jdmainct.obj \
109 jdcoefct.obj jdpostct.obj jddctmgr.obj jidctfst.obj jidctflt.obj \
110 jidctint.obj jdsample.obj jdcolor.obj jquant1.obj jquant2.obj \
111 jdmerge.obj
112 # These objectfiles are included in libjpeg.lib
113 LIBOBJECTS= $(CLIBOBJECTS) $(DLIBOBJECTS) $(COMOBJECTS)
114 # object files for sample applications (excluding library files)
115 COBJECTS= cjpeg.obj rdppm.obj rdgif.obj rdtarga.obj rdrle.obj rdbmp.obj \
116 rdswitch.obj cdjpeg.obj
117 DOBJECTS= djpeg.obj wrppm.obj wrgif.obj wrtarga.obj wrrle.obj wrbmp.obj \
118 rdcolmap.obj cdjpeg.obj
119 TROBJECTS= jpegtran.obj rdswitch.obj cdjpeg.obj transupp.obj
120
121
122 all: libjpeg.lib cjpeg.exe djpeg.exe jpegtran.exe rdjpgcom.exe wrjpgcom.exe
123
124 libjpeg.lib: $(LIBOBJECTS)
125 if exist libjpeg.lib del libjpeg.lib
126 tlib libjpeg.lib /E /C @&&|
127 +jcapimin.obj +jcapistd.obj +jcarith.obj +jctrans.obj +jcparam.obj &
128 +jdatadst.obj +jcinit.obj +jcmaster.obj +jcmarker.obj +jcmainct.obj &
129 +jcprepct.obj +jccoefct.obj +jccolor.obj +jcsample.obj +jchuff.obj &
130 +jcdctmgr.obj +jfdctfst.obj +jfdctflt.obj +jfdctint.obj +jdapimin.obj &
131 +jdapistd.obj +jdarith.obj +jdtrans.obj +jdatasrc.obj +jdmaster.obj &
132 +jdinput.obj +jdmarker.obj +jdhuff.obj +jdmainct.obj +jdcoefct.obj &
133 +jdpostct.obj +jddctmgr.obj +jidctfst.obj +jidctflt.obj +jidctint.obj &
134 +jdsample.obj +jdcolor.obj +jquant1.obj +jquant2.obj +jdmerge.obj &
135 +jaricom.obj +jcomapi.obj +jutils.obj +jerror.obj +jmemmgr.obj &
136 $(SYSDEPMEMLIB)
137 |
138
139 cjpeg.exe: $(COBJECTS) libjpeg.lib
140 $(CC) $(LDFLAGS) -o cjpeg.exe $(COBJECTS) libjpeg.lib
141
142 djpeg.exe: $(DOBJECTS) libjpeg.lib
143 $(CC) $(LDFLAGS) -o djpeg.exe $(DOBJECTS) libjpeg.lib
144
145 jpegtran.exe: $(TROBJECTS) libjpeg.lib
146 $(CC) $(LDFLAGS) -o jpegtran.exe $(TROBJECTS) libjpeg.lib
147
148 rdjpgcom.exe: rdjpgcom.c
149 $(CC) $(CFLAGS) rdjpgcom.c
150
151 wrjpgcom.exe: wrjpgcom.c
152 $(CC) $(CFLAGS) wrjpgcom.c
153
154 # This "{}" syntax allows Borland Make to "batch" source files.
155 # In this way, each run of the compiler can build many modules.
156 .c.obj:
157 $(CC) $(CFLAGS) -c{ $<}
158
159 jconfig.h: jconfig.txt
160 @echo.
161 @echo. " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "
162 @echo. " "
163 @echo. " You must prepare a system-dependent jconfig.h file. "
164 @echo. " Please read the installation directions in install.txt, "
165 @echo. " or use either "
166 @echo. " make -fmakefile.x32 setup "
167 @echo. " or "
168 @echo. " make -fmakefile.x32 setupcopy "
169 @echo. " before saying "
170 @echo. " make -fmakefile.x32 "
171 @echo. " "
172 @echo. " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "
173 @echo.
174 exit 1
175
176 clean:
177 del $(LIBOBJECTS) $(COBJECTS) $(DOBJECTS) $(TROBJECTS)
178 if exist rdjpgcom.obj del rdjpgcom.obj
179 if exist wrjpgcom.obj del wrjpgcom.obj
180 del libjpeg.lib
181 del cjpeg.exe
182 del djpeg.exe
183 del jpegtran.exe
184 del rdjpgcom.exe
185 del wrjpgcom.exe
186 if exist cjpeg.tds del cjpeg.tds
187 if exist djpeg.tds del djpeg.tds
188 if exist jpegtran.tds del jpegtran.tds
189 if exist rdjpgcom.tds del rdjpgcom.tds
190 if exist wrjpgcom.tds del wrjpgcom.tds
191 if exist testout* del testout*
192
193 setup:
194 if not exist jconfig.h ren jconfig.vc jconfig.h
195
196 setupcopy:
197 copy /y jconfig.vc jconfig.h
198
199 setup-cb:
200 if not exist jconfig.h ren jconfig.vc jconfig.h
201 ren makajpeg.bcb apps.groupproj
202 ren makljpeg.bcb jpeg.cbproj
203 ren makcjpeg.bcb cjpeg.cbproj
204 ren makdjpeg.bcb djpeg.cbproj
205 ren maktjpeg.bcb jpegtran.cbproj
206 ren makrjpeg.bcb rdjpgcom.cbproj
207 ren makwjpeg.bcb wrjpgcom.cbproj
208
209 setupcopy-cb:
210 copy /y jconfig.vc jconfig.h
211 copy /y makajpeg.bcb apps.groupproj
212 copy /y makljpeg.bcb jpeg.cbproj
213 copy /y makcjpeg.bcb cjpeg.cbproj
214 copy /y makdjpeg.bcb djpeg.cbproj
215 copy /y maktjpeg.bcb jpegtran.cbproj
216 copy /y makrjpeg.bcb rdjpgcom.cbproj
217 copy /y makwjpeg.bcb wrjpgcom.cbproj
218
219 test: cjpeg.exe djpeg.exe jpegtran.exe
220 if exist testout* del testout*
221 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
222 djpeg -dct int -gif -outfile testout.gif testorig.jpg
223 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
224 cjpeg -dct int -outfile testout.jpg testimg.ppm
225 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
226 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
227 jpegtran -outfile testoutt.jpg testprog.jpg
228 echo n > n.tmp
229 comp testimg.ppm testout.ppm < n.tmp
230 comp testimg.gif testout.gif < n.tmp
231 comp testimg.bmp testout.bmp < n.tmp
232 comp testimg.jpg testout.jpg < n.tmp
233 comp testimg.ppm testoutp.ppm < n.tmp
234 comp testimgp.jpg testoutp.jpg < n.tmp
235 comp testorig.jpg testoutt.jpg < n.tmp
236 del n.tmp
237
238 test-32:
239 if exist .\Release\testout* del .\Release\testout*
240 .\Release\Win32\djpeg -dct int -ppm -outfile .\Release\testout.ppm testorig.jpg
241 .\Release\Win32\djpeg -dct int -gif -outfile .\Release\testout.gif testorig.jpg
242 .\Release\Win32\djpeg -dct int -bmp -colors 256 -outfile .\Release\testout.bmp testorig.jpg
243 .\Release\Win32\cjpeg -dct int -outfile .\Release\testout.jpg testimg.ppm
244 .\Release\Win32\djpeg -dct int -ppm -outfile .\Release\testoutp.ppm testprog.jpg
245 .\Release\Win32\cjpeg -dct int -progressive -opt -outfile .\Release\testoutp.jpg testimg.ppm
246 .\Release\Win32\jpegtran -outfile .\Release\testoutt.jpg testprog.jpg
247 echo n > n.tmp
248 comp testimg.ppm .\Release\testout.ppm < n.tmp
249 comp testimg.gif .\Release\testout.gif < n.tmp
250 comp testimg.bmp .\Release\testout.bmp < n.tmp
251 comp testimg.jpg .\Release\testout.jpg < n.tmp
252 comp testimg.ppm .\Release\testoutp.ppm < n.tmp
253 comp testimgp.jpg .\Release\testoutp.jpg < n.tmp
254 comp testorig.jpg .\Release\testoutt.jpg < n.tmp
255 del n.tmp
256
257 test-64:
258 if exist .\Release\testout* del .\Release\testout*
259 .\Release\Win64\djpeg -dct int -ppm -outfile .\Release\testout.ppm testorig.jpg
260 .\Release\Win64\djpeg -dct int -gif -outfile .\Release\testout.gif testorig.jpg
261 .\Release\Win64\djpeg -dct int -bmp -colors 256 -outfile .\Release\testout.bmp testorig.jpg
262 .\Release\Win64\cjpeg -dct int -outfile .\Release\testout.jpg testimg.ppm
263 .\Release\Win64\djpeg -dct int -ppm -outfile .\Release\testoutp.ppm testprog.jpg
264 .\Release\Win64\cjpeg -dct int -progressive -opt -outfile .\Release\testoutp.jpg testimg.ppm
265 .\Release\Win64\jpegtran -outfile .\Release\testoutt.jpg testprog.jpg
266 echo n > n.tmp
267 comp testimg.ppm .\Release\testout.ppm < n.tmp
268 comp testimg.gif .\Release\testout.gif < n.tmp
269 comp testimg.bmp .\Release\testout.bmp < n.tmp
270 comp testimg.jpg .\Release\testout.jpg < n.tmp
271 comp testimg.ppm .\Release\testoutp.ppm < n.tmp
272 comp testimgp.jpg .\Release\testoutp.jpg < n.tmp
273 comp testorig.jpg .\Release\testoutt.jpg < n.tmp
274 del n.tmp
275
276
277 jaricom.obj: jaricom.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
278 jcapimin.obj: jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
279 jcapistd.obj: jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
280 jcarith.obj: jcarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
281 jccoefct.obj: jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
282 jccolor.obj: jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
283 jcdctmgr.obj: jcdctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
284 jchuff.obj: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
285 jcinit.obj: jcinit.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
286 jcmainct.obj: jcmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
287 jcmarker.obj: jcmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
288 jcmaster.obj: jcmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
289 jcomapi.obj: jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
290 jcparam.obj: jcparam.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
291 jcprepct.obj: jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
292 jcsample.obj: jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
293 jctrans.obj: jctrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
294 jdapimin.obj: jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
295 jdapistd.obj: jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
296 jdarith.obj: jdarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
297 jdatadst.obj: jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
298 jdatasrc.obj: jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
299 jdcoefct.obj: jdcoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
300 jdcolor.obj: jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
301 jddctmgr.obj: jddctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
302 jdhuff.obj: jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
303 jdinput.obj: jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
304 jdmainct.obj: jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
305 jdmarker.obj: jdmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
306 jdmaster.obj: jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
307 jdmerge.obj: jdmerge.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
308 jdpostct.obj: jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
309 jdsample.obj: jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
310 jdtrans.obj: jdtrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
311 jerror.obj: jerror.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jversion.h jerror.h
312 jfdctflt.obj: jfdctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
313 jfdctfst.obj: jfdctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
314 jfdctint.obj: jfdctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
315 jidctflt.obj: jidctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
316 jidctfst.obj: jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
317 jidctint.obj: jidctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
318 jquant1.obj: jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
319 jquant2.obj: jquant2.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
320 jutils.obj: jutils.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
321 jmemmgr.obj: jmemmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
322 jmemansi.obj: jmemansi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
323 jmemname.obj: jmemname.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
324 jmemnobs.obj: jmemnobs.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
325 jmemdos.obj: jmemdos.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
326 jmemmac.obj: jmemmac.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
327 cjpeg.obj: cjpeg.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h jversion.h
328 djpeg.obj: djpeg.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h jversion.h
329 jpegtran.obj: jpegtran.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h transupp.h jversion.h
330 rdjpgcom.obj: rdjpgcom.c jinclude.h jconfig.h
331 wrjpgcom.obj: wrjpgcom.c jinclude.h jconfig.h
332 cdjpeg.obj: cdjpeg.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
333 rdcolmap.obj: rdcolmap.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
334 rdswitch.obj: rdswitch.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
335 transupp.obj: transupp.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h transupp.h
336 rdppm.obj: rdppm.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
337 wrppm.obj: wrppm.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
338 rdgif.obj: rdgif.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
339 wrgif.obj: wrgif.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
340 rdtarga.obj: rdtarga.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
341 wrtarga.obj: wrtarga.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
342 rdbmp.obj: rdbmp.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
343 wrbmp.obj: wrbmp.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
344 rdrle.obj: rdrle.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
345 wrrle.obj: wrrle.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h