makefile.x32 18 KB

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