Changeset 846 for trunk/src/3rdparty/libjpeg/makefile.bcc
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/libjpeg/makefile.bcc
r2 r846 66 66 67 67 # source files: JPEG library proper 68 LIBSOURCES= j capimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c \69 jc init.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c jcparam.c \70 jc phuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c jdapistd.c \71 jda tadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c jdhuff.c \72 jd input.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c jdphuff.c \73 jd postct.c jdsample.c jdtrans.c jerror.c jfdctflt.c jfdctfst.c \74 jfdct int.c jidctflt.c jidctfst.c jidctint.c jidctred.c jquant1.c \68 LIBSOURCES= jaricom.c jcapimin.c jcapistd.c jcarith.c jccoefct.c jccolor.c \ 69 jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c \ 70 jcomapi.c jcparam.c jcprepct.c jcsample.c jctrans.c jdapimin.c \ 71 jdapistd.c jdarith.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c \ 72 jddctmgr.c jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c \ 73 jdmerge.c jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c \ 74 jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c jquant1.c \ 75 75 jquant2.c jutils.c jmemmgr.c 76 76 # memmgr back ends: compile only one of these into a working library … … 82 82 SOURCES= $(LIBSOURCES) $(SYSDEPSOURCES) $(APPSOURCES) 83 83 # files included by source files 84 INCLUDES= j chuff.h jdhuff.h jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h \85 jpeg int.h jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h84 INCLUDES= jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h jpegint.h \ 85 jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h 86 86 # documentation, test, and support files 87 DOCS= README install.doc usage.doc cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 \ 88 wrjpgcom.1 wizard.doc example.c libjpeg.doc structure.doc \ 89 coderules.doc filelist.doc change.log 90 MKFILES= configure makefile.cfg makefile.ansi makefile.unix makefile.bcc \ 91 makefile.mc6 makefile.dj makefile.wat makefile.vc makelib.ds \ 92 makeapps.ds makeproj.mac makcjpeg.st makdjpeg.st makljpeg.st \ 93 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \ 94 makvms.opt 87 DOCS= README install.txt usage.txt cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 \ 88 wrjpgcom.1 wizard.txt example.c libjpeg.txt structure.txt \ 89 coderules.txt filelist.txt change.log 90 MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.bcc \ 91 makefile.mc6 makefile.dj makefile.wat makefile.vc makejdsw.vc6 \ 92 makeadsw.vc6 makejdep.vc6 makejdsp.vc6 makejmak.vc6 makecdep.vc6 \ 93 makecdsp.vc6 makecmak.vc6 makeddep.vc6 makeddsp.vc6 makedmak.vc6 \ 94 maketdep.vc6 maketdsp.vc6 maketmak.vc6 makerdep.vc6 makerdsp.vc6 \ 95 makermak.vc6 makewdep.vc6 makewdsp.vc6 makewmak.vc6 makejsln.vc9 \ 96 makeasln.vc9 makejvcp.vc9 makecvcp.vc9 makedvcp.vc9 maketvcp.vc9 \ 97 makervcp.vc9 makewvcp.vc9 makeproj.mac makcjpeg.st makdjpeg.st \ 98 makljpeg.st maktjpeg.st makefile.manx makefile.sas makefile.mms \ 99 makefile.vms makvms.opt 95 100 CONFIGFILES= jconfig.cfg jconfig.bcc jconfig.mc6 jconfig.dj jconfig.wat \ 96 101 jconfig.vc jconfig.mac jconfig.st jconfig.manx jconfig.sas \ 97 102 jconfig.vms 98 CONFIGUREFILES= config.guess config.sub install-sh ltconfig ltmain.sh 99 OTHERFILES= jconfig.doc ckconfig.c ansi2knr.c ansi2knr.1 jmemdosa.asm 103 CONFIGUREFILES= config.guess config.sub install-sh ltmain.sh depcomp missing 104 OTHERFILES= jconfig.txt ckconfig.c ansi2knr.c ansi2knr.1 jmemdosa.asm \ 105 libjpeg.map 100 106 TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \ 101 107 testimgp.jpg … … 103 109 $(CONFIGUREFILES) $(OTHERFILES) $(TESTFILES) 104 110 # library object files common to compression and decompression 105 COMOBJECTS= j comapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM)111 COMOBJECTS= jaricom.obj jcomapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM) 106 112 # compression library object files 107 CLIBOBJECTS= jcapimin.obj jcapistd.obj jc trans.obj jcparam.obj jdatadst.obj \108 j cinit.obj jcmaster.obj jcmarker.obj jcmainct.obj jcprepct.obj \109 jc coefct.obj jccolor.obj jcsample.obj jchuff.obj jcphuff.obj \113 CLIBOBJECTS= jcapimin.obj jcapistd.obj jcarith.obj jctrans.obj jcparam.obj \ 114 jdatadst.obj jcinit.obj jcmaster.obj jcmarker.obj jcmainct.obj \ 115 jcprepct.obj jccoefct.obj jccolor.obj jcsample.obj jchuff.obj \ 110 116 jcdctmgr.obj jfdctfst.obj jfdctflt.obj jfdctint.obj 111 117 # decompression library object files 112 DLIBOBJECTS= jdapimin.obj jdapistd.obj jd trans.obj jdatasrc.obj \113 jdmaster.obj jdinput.obj jdmarker.obj jdhuff.obj jd phuff.obj \114 jd mainct.obj jdcoefct.obj jdpostct.obj jddctmgr.obj jidctfst.obj \115 jidct flt.obj jidctint.obj jidctred.obj jdsample.obj jdcolor.obj \116 j quant1.obj jquant2.obj jdmerge.obj118 DLIBOBJECTS= jdapimin.obj jdapistd.obj jdarith.obj jdtrans.obj jdatasrc.obj \ 119 jdmaster.obj jdinput.obj jdmarker.obj jdhuff.obj jdmainct.obj \ 120 jdcoefct.obj jdpostct.obj jddctmgr.obj jidctfst.obj jidctflt.obj \ 121 jidctint.obj jdsample.obj jdcolor.obj jquant1.obj jquant2.obj \ 122 jdmerge.obj 117 123 # These objectfiles are included in libjpeg.lib 118 124 LIBOBJECTS= $(CLIBOBJECTS) $(DLIBOBJECTS) $(COMOBJECTS) … … 130 136 - del libjpeg.lib 131 137 tlib libjpeg.lib /E /C @&&| 132 +jcapimin.obj +jcapistd.obj +jc trans.obj +jcparam.obj +jdatadst.obj &133 +j cinit.obj +jcmaster.obj +jcmarker.obj +jcmainct.obj +jcprepct.obj &134 +jc coefct.obj +jccolor.obj +jcsample.obj +jchuff.obj +jcphuff.obj &138 +jcapimin.obj +jcapistd.obj +jcarith.obj +jctrans.obj +jcparam.obj & 139 +jdatadst.obj +jcinit.obj +jcmaster.obj +jcmarker.obj +jcmainct.obj & 140 +jcprepct.obj +jccoefct.obj +jccolor.obj +jcsample.obj +jchuff.obj & 135 141 +jcdctmgr.obj +jfdctfst.obj +jfdctflt.obj +jfdctint.obj +jdapimin.obj & 136 +jdapistd.obj +jd trans.obj +jdatasrc.obj +jdmaster.obj +jdinput.obj &137 +jd marker.obj +jdhuff.obj +jdphuff.obj +jdmainct.obj +jdcoefct.obj &142 +jdapistd.obj +jdarith.obj +jdtrans.obj +jdatasrc.obj +jdmaster.obj & 143 +jdinput.obj +jdmarker.obj +jdhuff.obj +jdmainct.obj +jdcoefct.obj & 138 144 +jdpostct.obj +jddctmgr.obj +jidctfst.obj +jidctflt.obj +jidctint.obj & 139 +j idctred.obj +jdsample.obj +jdcolor.obj +jquant1.obj +jquant2.obj &140 +j dmerge.obj +jcomapi.obj +jutils.obj +jerror.obj +jmemmgr.obj &145 +jdsample.obj +jdcolor.obj +jquant1.obj +jquant2.obj +jdmerge.obj & 146 +jaricom.obj +jcomapi.obj +jutils.obj +jerror.obj +jmemmgr.obj & 141 147 $(SYSDEPMEMLIB) 142 148 | … … 171 177 $(CC) $(CFLAGS) -c{ $<} 172 178 173 jconfig.h: jconfig. doc179 jconfig.h: jconfig.txt 174 180 echo You must prepare a system-dependent jconfig.h file. 175 echo Please read the installation directions in install. doc.181 echo Please read the installation directions in install.txt. 176 182 exit 1 177 183 … … 213 219 214 220 221 jaricom.obj: jaricom.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 215 222 jcapimin.obj: jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 216 223 jcapistd.obj: jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 224 jcarith.obj: jcarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 217 225 jccoefct.obj: jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 218 226 jccolor.obj: jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 219 227 jcdctmgr.obj: jcdctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h 220 jchuff.obj: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h228 jchuff.obj: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 221 229 jcinit.obj: jcinit.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 222 230 jcmainct.obj: jcmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h … … 225 233 jcomapi.obj: jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 226 234 jcparam.obj: jcparam.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 227 jcphuff.obj: jcphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h228 235 jcprepct.obj: jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 229 236 jcsample.obj: jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h … … 231 238 jdapimin.obj: jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 232 239 jdapistd.obj: jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 240 jdarith.obj: jdarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 233 241 jdatadst.obj: jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h 234 242 jdatasrc.obj: jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h … … 236 244 jdcolor.obj: jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 237 245 jddctmgr.obj: jddctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h 238 jdhuff.obj: jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h246 jdhuff.obj: jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 239 247 jdinput.obj: jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 240 248 jdmainct.obj: jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h … … 242 250 jdmaster.obj: jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 243 251 jdmerge.obj: jdmerge.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 244 jdphuff.obj: jdphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h245 252 jdpostct.obj: jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 246 253 jdsample.obj: jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h … … 253 260 jidctfst.obj: jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h 254 261 jidctint.obj: jidctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h 255 jidctred.obj: jidctred.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h256 262 jquant1.obj: jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 257 263 jquant2.obj: jquant2.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
Note:
See TracChangeset
for help on using the changeset viewer.