makefile.bcc
上传用户:wuyixingx
上传日期:2007-01-08
资源大小:745k
文件大小:14k
源码类别:

图形图象

开发平台:

C/C++

  1. # Makefile for Independent JPEG Group's software
  2. # This makefile is suitable for Borland C on MS-DOS or OS/2.
  3. # It works with Borland C++ for DOS, revision 3.0 or later,
  4. # and has been tested with Borland C++ for OS/2.
  5. # Watch out for optimization bugs in the OS/2 compilers --- see notes below!
  6. # Thanks to Tom Wright and Ge' Weijers (original DOS) and
  7. # Ken Porter (OS/2) for this file.
  8. # Read installation instructions before saying "make" !!
  9. # Are we under DOS or OS/2?
  10. !if !$d(DOS) && !$d(OS2)
  11. !if $d(__OS2__)
  12. OS2=1
  13. !else
  14. DOS=1
  15. !endif
  16. !endif
  17. # The name of your C compiler:
  18. CC= bcc
  19. # You may need to adjust these cc options:
  20. !if $d(DOS)
  21. CFLAGS= -O2 -mm -w-par -w-stu -w-ccc -w-rch
  22. !else
  23. CFLAGS= -O1 -w-par -w-stu -w-ccc -w-rch
  24. !endif
  25. # -O2 enables full code optimization (for pre-3.0 Borland C++, use -O -G -Z).
  26. # -O2 is buggy in Borland OS/2 C++ revision 2.0, so use -O1 there for now.
  27. # If you have Borland OS/2 C++ revision 1.0, use -O or no optimization at all.
  28. # -mm selects medium memory model (near data, far code pointers; DOS only!)
  29. # -w-par suppresses warnings about unused function parameters
  30. # -w-stu suppresses warnings about incomplete structures
  31. # -w-ccc suppresses warnings about compile-time-constant conditions
  32. # -w-rch suppresses warnings about unreachable code
  33. # Generally, we recommend defining any configuration symbols in jconfig.h,
  34. # NOT via -D switches here.
  35. # Link-time cc options:
  36. !if $d(DOS)
  37. LDFLAGS= -mm
  38. # memory model option here must match CFLAGS!
  39. !else
  40. LDFLAGS=
  41. # -lai full-screen app
  42. # -lc case-significant link
  43. !endif
  44. # Put here the object file name for the correct system-dependent memory
  45. # manager file.
  46. # For DOS, we recommend jmemdos.c and jmemdosa.asm.
  47. # For OS/2, we recommend jmemnobs.c (flat memory!)
  48. # SYSDEPMEMLIB must list the same files with "+" signs for the librarian.
  49. !if $d(DOS)
  50. SYSDEPMEM= jmemdos.obj jmemdosa.obj
  51. SYSDEPMEMLIB= +jmemdos.obj +jmemdosa.obj
  52. !else
  53. SYSDEPMEM= jmemnobs.obj
  54. SYSDEPMEMLIB= +jmemnobs.obj
  55. !endif
  56. # End of configurable options.
  57. # source files: JPEG library proper
  58. LIBSOURCES= jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c 
  59.         jcinit.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c jcparam.c 
  60.         jcphuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c jdapistd.c 
  61.         jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c jdhuff.c 
  62.         jdinput.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c jdphuff.c 
  63.         jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c jfdctfst.c 
  64.         jfdctint.c jidctflt.c jidctfst.c jidctint.c jidctred.c jquant1.c 
  65.         jquant2.c jutils.c jmemmgr.c
  66. # memmgr back ends: compile only one of these into a working library
  67. SYSDEPSOURCES= jmemansi.c jmemname.c jmemnobs.c jmemdos.c jmemmac.c
  68. # source files: cjpeg/djpeg/jpegtran applications, also rdjpgcom/wrjpgcom
  69. APPSOURCES= cjpeg.c djpeg.c jpegtran.c rdjpgcom.c wrjpgcom.c cdjpeg.c 
  70.         rdcolmap.c rdswitch.c transupp.c rdppm.c wrppm.c rdgif.c wrgif.c 
  71.         rdtarga.c wrtarga.c rdbmp.c wrbmp.c rdrle.c wrrle.c
  72. SOURCES= $(LIBSOURCES) $(SYSDEPSOURCES) $(APPSOURCES)
  73. # files included by source files
  74. INCLUDES= jchuff.h jdhuff.h jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h 
  75.         jpegint.h jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h
  76. # documentation, test, and support files
  77. DOCS= README install.doc usage.doc cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 
  78.         wrjpgcom.1 wizard.doc example.c libjpeg.doc structure.doc 
  79.         coderules.doc filelist.doc change.log
  80. MKFILES= configure makefile.cfg makefile.ansi makefile.unix makefile.bcc 
  81.         makefile.mc6 makefile.dj makefile.wat makefile.vc makelib.ds 
  82.         makeapps.ds makeproj.mac makcjpeg.st makdjpeg.st makljpeg.st 
  83.         maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms 
  84.         makvms.opt
  85. CONFIGFILES= jconfig.cfg jconfig.bcc jconfig.mc6 jconfig.dj jconfig.wat 
  86.         jconfig.vc jconfig.mac jconfig.st jconfig.manx jconfig.sas 
  87.         jconfig.vms
  88. CONFIGUREFILES= config.guess config.sub install-sh ltconfig ltmain.sh
  89. OTHERFILES= jconfig.doc ckconfig.c ansi2knr.c ansi2knr.1 jmemdosa.asm
  90. TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg 
  91.         testimgp.jpg
  92. DISTFILES= $(DOCS) $(MKFILES) $(CONFIGFILES) $(SOURCES) $(INCLUDES) 
  93.         $(CONFIGUREFILES) $(OTHERFILES) $(TESTFILES)
  94. # library object files common to compression and decompression
  95. COMOBJECTS= jcomapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM)
  96. # compression library object files
  97. CLIBOBJECTS= jcapimin.obj jcapistd.obj jctrans.obj jcparam.obj jdatadst.obj 
  98.         jcinit.obj jcmaster.obj jcmarker.obj jcmainct.obj jcprepct.obj 
  99.         jccoefct.obj jccolor.obj jcsample.obj jchuff.obj jcphuff.obj 
  100.         jcdctmgr.obj jfdctfst.obj jfdctflt.obj jfdctint.obj
  101. # decompression library object files
  102. DLIBOBJECTS= jdapimin.obj jdapistd.obj jdtrans.obj jdatasrc.obj 
  103.         jdmaster.obj jdinput.obj jdmarker.obj jdhuff.obj jdphuff.obj 
  104.         jdmainct.obj jdcoefct.obj jdpostct.obj jddctmgr.obj jidctfst.obj 
  105.         jidctflt.obj jidctint.obj jidctred.obj jdsample.obj jdcolor.obj 
  106.         jquant1.obj jquant2.obj jdmerge.obj
  107. # These objectfiles are included in libjpeg.lib
  108. LIBOBJECTS= $(CLIBOBJECTS) $(DLIBOBJECTS) $(COMOBJECTS)
  109. # object files for sample applications (excluding library files)
  110. COBJECTS= cjpeg.obj rdppm.obj rdgif.obj rdtarga.obj rdrle.obj rdbmp.obj 
  111.         rdswitch.obj cdjpeg.obj
  112. DOBJECTS= djpeg.obj wrppm.obj wrgif.obj wrtarga.obj wrrle.obj wrbmp.obj 
  113.         rdcolmap.obj cdjpeg.obj
  114. TROBJECTS= jpegtran.obj rdswitch.obj cdjpeg.obj transupp.obj
  115. all: libjpeg.lib cjpeg.exe djpeg.exe jpegtran.exe rdjpgcom.exe wrjpgcom.exe
  116. libjpeg.lib: $(LIBOBJECTS)
  117. - del libjpeg.lib
  118. tlib libjpeg.lib /E /C @&&|
  119. +jcapimin.obj +jcapistd.obj +jctrans.obj +jcparam.obj +jdatadst.obj &
  120. +jcinit.obj +jcmaster.obj +jcmarker.obj +jcmainct.obj +jcprepct.obj &
  121. +jccoefct.obj +jccolor.obj +jcsample.obj +jchuff.obj +jcphuff.obj &
  122. +jcdctmgr.obj +jfdctfst.obj +jfdctflt.obj +jfdctint.obj +jdapimin.obj &
  123. +jdapistd.obj +jdtrans.obj +jdatasrc.obj +jdmaster.obj +jdinput.obj &
  124. +jdmarker.obj +jdhuff.obj +jdphuff.obj +jdmainct.obj +jdcoefct.obj &
  125. +jdpostct.obj +jddctmgr.obj +jidctfst.obj +jidctflt.obj +jidctint.obj &
  126. +jidctred.obj +jdsample.obj +jdcolor.obj +jquant1.obj +jquant2.obj &
  127. +jdmerge.obj +jcomapi.obj +jutils.obj +jerror.obj +jmemmgr.obj &
  128. $(SYSDEPMEMLIB)
  129. |
  130. cjpeg.exe: $(COBJECTS) libjpeg.lib
  131. $(CC) $(LDFLAGS) -ecjpeg.exe $(COBJECTS) libjpeg.lib
  132. djpeg.exe: $(DOBJECTS) libjpeg.lib
  133. $(CC) $(LDFLAGS) -edjpeg.exe $(DOBJECTS) libjpeg.lib
  134. jpegtran.exe: $(TROBJECTS) libjpeg.lib
  135. $(CC) $(LDFLAGS) -ejpegtran.exe $(TROBJECTS) libjpeg.lib
  136. rdjpgcom.exe: rdjpgcom.c
  137. !if $d(DOS)
  138. $(CC) -ms -O rdjpgcom.c
  139. !else
  140. $(CC) $(CFLAGS) rdjpgcom.c
  141. !endif
  142. # On DOS, wrjpgcom needs large model so it can malloc a 64K chunk
  143. wrjpgcom.exe: wrjpgcom.c
  144. !if $d(DOS)
  145. $(CC) -ml -O wrjpgcom.c
  146. !else
  147. $(CC) $(CFLAGS) wrjpgcom.c
  148. !endif
  149. # This "{}" syntax allows Borland Make to "batch" source files.
  150. # In this way, each run of the compiler can build many modules.
  151. .c.obj:
  152. $(CC) $(CFLAGS) -c{ $<}
  153. jconfig.h: jconfig.doc
  154. echo You must prepare a system-dependent jconfig.h file.
  155. echo Please read the installation directions in install.doc.
  156. exit 1
  157. clean:
  158. - del *.obj
  159. - del libjpeg.lib
  160. - del cjpeg.exe
  161. - del djpeg.exe
  162. - del jpegtran.exe
  163. - del rdjpgcom.exe
  164. - del wrjpgcom.exe
  165. - del testout*.*
  166. test: cjpeg.exe djpeg.exe jpegtran.exe
  167. - del testout*.*
  168. djpeg -dct int -ppm -outfile testout.ppm  testorig.jpg
  169. djpeg -dct int -bmp -colors 256 -outfile testout.bmp  testorig.jpg
  170. cjpeg -dct int -outfile testout.jpg  testimg.ppm
  171. djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
  172. cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
  173. jpegtran -outfile testoutt.jpg testprog.jpg
  174. !if $d(DOS)
  175. fc /b testimg.ppm testout.ppm
  176. fc /b testimg.bmp testout.bmp
  177. fc /b testimg.jpg testout.jpg
  178. fc /b testimg.ppm testoutp.ppm
  179. fc /b testimgp.jpg testoutp.jpg
  180. fc /b testorig.jpg testoutt.jpg
  181. !else
  182. echo n > n.tmp
  183. comp testimg.ppm testout.ppm < n.tmp
  184. comp testimg.bmp testout.bmp < n.tmp
  185. comp testimg.jpg testout.jpg < n.tmp
  186. comp testimg.ppm testoutp.ppm < n.tmp
  187. comp testimgp.jpg testoutp.jpg < n.tmp
  188. comp testorig.jpg testoutt.jpg < n.tmp
  189. del n.tmp
  190. !endif
  191. jcapimin.obj: jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  192. jcapistd.obj: jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  193. jccoefct.obj: jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  194. jccolor.obj: jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  195. jcdctmgr.obj: jcdctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  196. jchuff.obj: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h
  197. jcinit.obj: jcinit.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  198. jcmainct.obj: jcmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  199. jcmarker.obj: jcmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  200. jcmaster.obj: jcmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  201. jcomapi.obj: jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  202. jcparam.obj: jcparam.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  203. jcphuff.obj: jcphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h
  204. jcprepct.obj: jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  205. jcsample.obj: jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  206. jctrans.obj: jctrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  207. jdapimin.obj: jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  208. jdapistd.obj: jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  209. jdatadst.obj: jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
  210. jdatasrc.obj: jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
  211. jdcoefct.obj: jdcoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  212. jdcolor.obj: jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  213. jddctmgr.obj: jddctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  214. jdhuff.obj: jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h
  215. jdinput.obj: jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  216. jdmainct.obj: jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  217. jdmarker.obj: jdmarker.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  218. jdmaster.obj: jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  219. jdmerge.obj: jdmerge.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  220. jdphuff.obj: jdphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h
  221. jdpostct.obj: jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  222. jdsample.obj: jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  223. jdtrans.obj: jdtrans.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  224. jerror.obj: jerror.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jversion.h jerror.h
  225. jfdctflt.obj: jfdctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  226. jfdctfst.obj: jfdctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  227. jfdctint.obj: jfdctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  228. jidctflt.obj: jidctflt.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  229. jidctfst.obj: jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  230. jidctint.obj: jidctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  231. jidctred.obj: jidctred.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
  232. jquant1.obj: jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  233. jquant2.obj: jquant2.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  234. jutils.obj: jutils.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
  235. jmemmgr.obj: jmemmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  236. jmemansi.obj: jmemansi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  237. jmemname.obj: jmemname.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  238. jmemnobs.obj: jmemnobs.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  239. jmemdos.obj: jmemdos.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  240. jmemmac.obj: jmemmac.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jmemsys.h
  241. cjpeg.obj: cjpeg.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h jversion.h
  242. djpeg.obj: djpeg.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h jversion.h
  243. jpegtran.obj: jpegtran.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h transupp.h jversion.h
  244. rdjpgcom.obj: rdjpgcom.c jinclude.h jconfig.h
  245. wrjpgcom.obj: wrjpgcom.c jinclude.h jconfig.h
  246. cdjpeg.obj: cdjpeg.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  247. rdcolmap.obj: rdcolmap.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  248. rdswitch.obj: rdswitch.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  249. transupp.obj: transupp.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h transupp.h
  250. rdppm.obj: rdppm.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  251. wrppm.obj: wrppm.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  252. rdgif.obj: rdgif.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  253. wrgif.obj: wrgif.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  254. rdtarga.obj: rdtarga.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  255. wrtarga.obj: wrtarga.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  256. rdbmp.obj: rdbmp.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  257. wrbmp.obj: wrbmp.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  258. rdrle.obj: rdrle.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  259. wrrle.obj: wrrle.c cdjpeg.h jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h cderror.h
  260. jmemdosa.obj: jmemdosa.asm
  261. tasm /mx jmemdosa.asm