makefile.b64 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. # Makefile for Independent JPEG Group's software
  2. # This makefile is suitable for Embarcadero C++ for Win64 (Clang-based).
  3. # Tested with version 7.50-7.60 (2012-2021-2023),
  4. # Embarcadero MAKE Version 5.43 (1987-2019),
  5. # Embarcadero C++Builder 10.4-11 Version 27.0-28.0 (2021-2023).
  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. # Read installation instructions in install.txt before saying "make",
  9. # or use either
  10. # make -fmakefile.b64 setup
  11. # or
  12. # make -fmakefile.b64 setupcopy
  13. # before saying
  14. # make -fmakefile.b64
  15. # Test:
  16. # make -fmakefile.b64 test
  17. # Clean:
  18. # make -fmakefile.b64 clean
  19. #
  20. # For use with C++Builder, multi Config/Platform support:
  21. # Setup either
  22. # make -fmakefile.b64 setup-cb
  23. # or
  24. # make -fmakefile.b64 setupcopy-cb
  25. # Test:
  26. # make -fmakefile.b64 test-32
  27. # make -fmakefile.b64 test-64
  28. # The name of your C compiler:
  29. CC= bcc64
  30. # You may need to adjust these cc options:
  31. CFLAGS= -O2 -Wall
  32. # Generally, we recommend defining any configuration symbols in jconfig.h,
  33. # NOT via -D switches here.
  34. # Link-time cc options:
  35. LDFLAGS= -Qunused-arguments
  36. # -Qunused-arguments Don't emit warning for unused driver arguments
  37. # Put here the object file name for the correct system-dependent memory
  38. # manager file.
  39. # SYSDEPMEMLIB must list the same files with "+" signs for the librarian.
  40. SYSDEPMEM= jmemnobs.o
  41. SYSDEPMEMLIB= +jmemnobs.o
  42. # End of configurable options.
  43. # source files: JPEG library proper
  44. LIBSOURCES= jaricom.c jcapimin.c jcapistd.c jcarith.c jccoefct.c jccolor.c \
  45. jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c \
  46. jcomapi.c jcparam.c jcprepct.c jcsample.c jctrans.c jdapimin.c \
  47. jdapistd.c jdarith.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c \
  48. jddctmgr.c jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c \
  49. jdmerge.c jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c \
  50. jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c jquant1.c \
  51. jquant2.c jutils.c jmemmgr.c
  52. # memmgr back ends: compile only one of these into a working library
  53. SYSDEPSOURCES= jmemansi.c jmemname.c jmemnobs.c jmemdos.c jmemmac.c
  54. # source files: cjpeg/djpeg/jpegtran applications, also rdjpgcom/wrjpgcom
  55. APPSOURCES= cjpeg.c djpeg.c jpegtran.c rdjpgcom.c wrjpgcom.c cdjpeg.c \
  56. rdcolmap.c rdswitch.c transupp.c rdppm.c wrppm.c rdgif.c wrgif.c \
  57. rdtarga.c wrtarga.c rdbmp.c wrbmp.c rdrle.c wrrle.c
  58. SOURCES= $(LIBSOURCES) $(SYSDEPSOURCES) $(APPSOURCES)
  59. # files included by source files
  60. INCLUDES= jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h jpegint.h \
  61. jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h
  62. # documentation, test, and support files
  63. DOCS= README install.txt usage.txt cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 \
  64. wrjpgcom.1 wizard.txt example.c libjpeg.txt structure.txt \
  65. coderules.txt filelist.txt cdaltui.txt change.log
  66. MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.xc \
  67. makefile.bcc makefile.b32 makefile.c32 makefile.d32 makefile.x32 \
  68. makefile.b64 makefile.mc6 makefile.dj makefile.wat makefile.vc \
  69. makefile.vs makejdsw.vc6 makeadsw.vc6 makejdep.vc6 makejdsp.vc6 \
  70. makejmak.vc6 makecdep.vc6 makecdsp.vc6 makecmak.vc6 makeddep.vc6 \
  71. makeddsp.vc6 makedmak.vc6 maketdep.vc6 maketdsp.vc6 maketmak.vc6 \
  72. makerdep.vc6 makerdsp.vc6 makermak.vc6 makewdep.vc6 makewdsp.vc6 \
  73. makewmak.vc6 makejsln.v16 makeasln.v16 makejvcx.v16 makejfil.v16 \
  74. makecvcx.v16 makecfil.v16 makedvcx.v16 makedfil.v16 maketvcx.v16 \
  75. maketfil.v16 makervcx.v16 makerfil.v16 makewvcx.v16 makewfil.v16 \
  76. makajpeg.bcb makcjpeg.bcb makdjpeg.bcb makljpeg.bcb makrjpeg.bcb \
  77. maktjpeg.bcb makwjpeg.bcb makcjpeg.st makdjpeg.st makljpeg.st \
  78. maktjpeg.st makeproj.mac makefile.manx makefile.sas makefile.mms \
  79. makefile.vms makvms.opt
  80. CONFIGFILES= jconfig.cfg jconfig.xc jconfig.bcc jconfig.mc6 jconfig.dj \
  81. jconfig.wat jconfig.vc jconfig.mac jconfig.st jconfig.manx \
  82. jconfig.sas jconfig.vms
  83. CONFIGUREFILES= config.guess config.sub install-sh ltmain.sh depcomp \
  84. missing ar-lib
  85. OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map libjpeg.pc.in \
  86. cjpegalt.c djpegalt.c
  87. TESTFILES= testorig.jpg testimg.ppm testimg.gif testimg.bmp testimg.jpg \
  88. testprog.jpg testimgp.jpg
  89. DISTFILES= $(DOCS) $(MKFILES) $(CONFIGFILES) $(SOURCES) $(INCLUDES) \
  90. $(CONFIGUREFILES) $(OTHERFILES) $(TESTFILES)
  91. # library object files common to compression and decompression
  92. COMOBJECTS= jaricom.o jcomapi.o jutils.o jerror.o jmemmgr.o $(SYSDEPMEM)
  93. # compression library object files
  94. CLIBOBJECTS= jcapimin.o jcapistd.o jcarith.o jctrans.o jcparam.o \
  95. jdatadst.o jcinit.o jcmaster.o jcmarker.o jcmainct.o jcprepct.o \
  96. jccoefct.o jccolor.o jcsample.o jchuff.o jcdctmgr.o jfdctfst.o \
  97. jfdctflt.o jfdctint.o
  98. # decompression library object files
  99. DLIBOBJECTS= jdapimin.o jdapistd.o jdarith.o jdtrans.o jdatasrc.o \
  100. jdmaster.o jdinput.o jdmarker.o jdhuff.o jdmainct.o \
  101. jdcoefct.o jdpostct.o jddctmgr.o jidctfst.o jidctflt.o \
  102. jidctint.o jdsample.o jdcolor.o jquant1.o jquant2.o jdmerge.o
  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.o rdppm.o rdgif.o rdtarga.o rdrle.o rdbmp.o rdswitch.o \
  107. cdjpeg.o
  108. DOBJECTS= djpeg.o wrppm.o wrgif.o wrtarga.o wrrle.o wrbmp.o rdcolmap.o \
  109. cdjpeg.o
  110. TROBJECTS= jpegtran.o rdswitch.o cdjpeg.o transupp.o
  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. tlib64 libjpeg.lib /E /C @&&|
  115. +jcapimin.o +jcapistd.o +jcarith.o +jctrans.o +jcparam.o &
  116. +jdatadst.o +jcinit.o +jcmaster.o +jcmarker.o +jcmainct.o &
  117. +jcprepct.o +jccoefct.o +jccolor.o +jcsample.o +jchuff.o &
  118. +jcdctmgr.o +jfdctfst.o +jfdctflt.o +jfdctint.o +jdapimin.o &
  119. +jdapistd.o +jdarith.o +jdtrans.o +jdatasrc.o +jdmaster.o &
  120. +jdinput.o +jdmarker.o +jdhuff.o +jdmainct.o +jdcoefct.o &
  121. +jdpostct.o +jddctmgr.o +jidctfst.o +jidctflt.o +jidctint.o &
  122. +jdsample.o +jdcolor.o +jquant1.o +jquant2.o +jdmerge.o &
  123. +jaricom.o +jcomapi.o +jutils.o +jerror.o +jmemmgr.o &
  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.o:
  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.b64 setup "
  148. @echo. " or "
  149. @echo. " make -fmakefile.b64 setupcopy "
  150. @echo. " before saying "
  151. @echo. " make -fmakefile.b64 "
  152. @echo. " "
  153. @echo. " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "
  154. @echo.
  155. exit 1
  156. clean:
  157. del $(LIBOBJECTS) $(COBJECTS) $(DOBJECTS) $(TROBJECTS)
  158. if exist rdjpgcom.o del rdjpgcom.o
  159. if exist wrjpgcom.o del wrjpgcom.o
  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.o: jaricom.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  249. jcapimin.o: jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  250. jcapistd.o: jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  251. jcarith.o: jcarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  252. jccoefct.o: jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  253. jccolor.o: jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  254. jcdctmgr.o: jcdctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  255. jchuff.o: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  256. jcinit.o: jcinit.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  257. jcmainct.o: jcmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  258. jcmarker.o: jcmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  259. jcmaster.o: jcmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  260. jcomapi.o: jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  261. jcparam.o: jcparam.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  262. jcprepct.o: jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  263. jcsample.o: jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  264. jctrans.o: jctrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  265. jdapimin.o: jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  266. jdapistd.o: jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  267. jdarith.o: jdarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  268. jdatadst.o: jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
  269. jdatasrc.o: jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
  270. jdcoefct.o: jdcoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  271. jdcolor.o: jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  272. jddctmgr.o: jddctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  273. jdhuff.o: jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  274. jdinput.o: jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  275. jdmainct.o: jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  276. jdmarker.o: jdmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  277. jdmaster.o: jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  278. jdmerge.o: jdmerge.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  279. jdpostct.o: jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  280. jdsample.o: jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  281. jdtrans.o: jdtrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  282. jerror.o: jerror.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jversion.h jerror.h
  283. jfdctflt.o: jfdctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  284. jfdctfst.o: jfdctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  285. jfdctint.o: jfdctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  286. jidctflt.o: jidctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  287. jidctfst.o: jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  288. jidctint.o: jidctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  289. jquant1.o: jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  290. jquant2.o: jquant2.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  291. jutils.o: jutils.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  292. jmemmgr.o: jmemmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  293. jmemansi.o: jmemansi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  294. jmemname.o: jmemname.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  295. jmemnobs.o: jmemnobs.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  296. jmemdos.o: jmemdos.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  297. jmemmac.o: jmemmac.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  298. cjpeg.o: cjpeg.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h jversion.h
  299. djpeg.o: djpeg.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h jversion.h
  300. jpegtran.o: jpegtran.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h transupp.h jversion.h
  301. rdjpgcom.o: rdjpgcom.c jinclude.h jconfig.h
  302. wrjpgcom.o: wrjpgcom.c jinclude.h jconfig.h
  303. cdjpeg.o: cdjpeg.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  304. rdcolmap.o: rdcolmap.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  305. rdswitch.o: rdswitch.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  306. transupp.o: transupp.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h transupp.h
  307. rdppm.o: rdppm.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  308. wrppm.o: wrppm.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  309. rdgif.o: rdgif.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  310. wrgif.o: wrgif.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  311. rdtarga.o: rdtarga.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  312. wrtarga.o: wrtarga.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  313. rdbmp.o: rdbmp.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  314. wrbmp.o: wrbmp.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  315. rdrle.o: rdrle.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  316. wrrle.o: wrrle.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h