Changeset 846 for trunk/src/3rdparty/libjpeg/makefile.wat
- 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.wat
r2 r846 38 38 39 39 # source files: JPEG library proper 40 LIBSOURCES= j capimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c &41 jc init.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c jcparam.c &42 jc phuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c jdapistd.c &43 jda tadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c jdhuff.c &44 jd input.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c jdphuff.c &45 jd postct.c jdsample.c jdtrans.c jerror.c jfdctflt.c jfdctfst.c &46 jfdct int.c jidctflt.c jidctfst.c jidctint.c jidctred.c jquant1.c &40 LIBSOURCES= jaricom.c jcapimin.c jcapistd.c jcarith.c jccoefct.c jccolor.c & 41 jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c & 42 jcomapi.c jcparam.c jcprepct.c jcsample.c jctrans.c jdapimin.c & 43 jdapistd.c jdarith.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c & 44 jddctmgr.c jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c & 45 jdmerge.c jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c & 46 jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c jquant1.c & 47 47 jquant2.c jutils.c jmemmgr.c 48 48 # memmgr back ends: compile only one of these into a working library … … 54 54 SOURCES= $(LIBSOURCES) $(SYSDEPSOURCES) $(APPSOURCES) 55 55 # files included by source files 56 INCLUDES= j chuff.h jdhuff.h jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h &57 jpeg int.h jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h56 INCLUDES= jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h jpegint.h & 57 jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h 58 58 # documentation, test, and support files 59 DOCS= README install.doc usage.doc cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 & 60 wrjpgcom.1 wizard.doc example.c libjpeg.doc structure.doc & 61 coderules.doc filelist.doc change.log 62 MKFILES= configure makefile.cfg makefile.ansi makefile.unix makefile.bcc & 63 makefile.mc6 makefile.dj makefile.wat makefile.vc makelib.ds & 64 makeapps.ds makeproj.mac makcjpeg.st makdjpeg.st makljpeg.st & 65 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms & 66 makvms.opt 59 DOCS= README install.txt usage.txt cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 & 60 wrjpgcom.1 wizard.txt example.c libjpeg.txt structure.txt & 61 coderules.txt filelist.txt change.log 62 MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.bcc & 63 makefile.mc6 makefile.dj makefile.wat makefile.vc makejdsw.vc6 & 64 makeadsw.vc6 makejdep.vc6 makejdsp.vc6 makejmak.vc6 makecdep.vc6 & 65 makecdsp.vc6 makecmak.vc6 makeddep.vc6 makeddsp.vc6 makedmak.vc6 & 66 maketdep.vc6 maketdsp.vc6 maketmak.vc6 makerdep.vc6 makerdsp.vc6 & 67 makermak.vc6 makewdep.vc6 makewdsp.vc6 makewmak.vc6 makejsln.vc9 & 68 makeasln.vc9 makejvcp.vc9 makecvcp.vc9 makedvcp.vc9 maketvcp.vc9 & 69 makervcp.vc9 makewvcp.vc9 makeproj.mac makcjpeg.st makdjpeg.st & 70 makljpeg.st maktjpeg.st makefile.manx makefile.sas makefile.mms & 71 makefile.vms makvms.opt 67 72 CONFIGFILES= jconfig.cfg jconfig.bcc jconfig.mc6 jconfig.dj jconfig.wat & 68 73 jconfig.vc jconfig.mac jconfig.st jconfig.manx jconfig.sas & 69 74 jconfig.vms 70 CONFIGUREFILES= config.guess config.sub install-sh ltconfig ltmain.sh 71 OTHERFILES= jconfig.doc ckconfig.c ansi2knr.c ansi2knr.1 jmemdosa.asm 75 CONFIGUREFILES= config.guess config.sub install-sh ltmain.sh depcomp missing 76 OTHERFILES= jconfig.txt ckconfig.c ansi2knr.c ansi2knr.1 jmemdosa.asm & 77 libjpeg.map 72 78 TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg & 73 79 testimgp.jpg … … 75 81 $(CONFIGUREFILES) $(OTHERFILES) $(TESTFILES) 76 82 # library object files common to compression and decompression 77 COMOBJECTS= j comapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM)83 COMOBJECTS= jaricom.obj jcomapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM) 78 84 # compression library object files 79 CLIBOBJECTS= jcapimin.obj jcapistd.obj jc trans.obj jcparam.obj jdatadst.obj &80 j cinit.obj jcmaster.obj jcmarker.obj jcmainct.obj jcprepct.obj &81 jc coefct.obj jccolor.obj jcsample.obj jchuff.obj jcphuff.obj &85 CLIBOBJECTS= jcapimin.obj jcapistd.obj jcarith.obj jctrans.obj jcparam.obj & 86 jdatadst.obj jcinit.obj jcmaster.obj jcmarker.obj jcmainct.obj & 87 jcprepct.obj jccoefct.obj jccolor.obj jcsample.obj jchuff.obj & 82 88 jcdctmgr.obj jfdctfst.obj jfdctflt.obj jfdctint.obj 83 89 # decompression library object files 84 DLIBOBJECTS= jdapimin.obj jdapistd.obj jd trans.obj jdatasrc.obj &85 jdmaster.obj jdinput.obj jdmarker.obj jdhuff.obj jd phuff.obj &86 jd mainct.obj jdcoefct.obj jdpostct.obj jddctmgr.obj jidctfst.obj &87 jidct flt.obj jidctint.obj jidctred.obj jdsample.obj jdcolor.obj &88 j quant1.obj jquant2.obj jdmerge.obj90 DLIBOBJECTS= jdapimin.obj jdapistd.obj jdarith.obj jdtrans.obj jdatasrc.obj & 91 jdmaster.obj jdinput.obj jdmarker.obj jdhuff.obj jdmainct.obj & 92 jdcoefct.obj jdpostct.obj jddctmgr.obj jidctfst.obj jidctflt.obj & 93 jidctint.obj jdsample.obj jdcolor.obj jquant1.obj jquant2.obj & 94 jdmerge.obj 89 95 # These objectfiles are included in libjpeg.lib 90 96 LIBOBJECTS= $(CLIBOBJECTS) $(DLIBOBJECTS) $(COMOBJECTS) … … 121 127 $(CC) $(CFLAGS) -c $< 122 128 123 jconfig.h: jconfig. doc129 jconfig.h: jconfig.txt 124 130 echo You must prepare a system-dependent jconfig.h file. 125 echo Please read the installation directions in install. doc.131 echo Please read the installation directions in install.txt. 126 132 exit 1 127 133 … … 163 169 164 170 171 jaricom.obj: jaricom.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 165 172 jcapimin.obj: jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 166 173 jcapistd.obj: jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 174 jcarith.obj: jcarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 167 175 jccoefct.obj: jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 168 176 jccolor.obj: jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 169 177 jcdctmgr.obj: jcdctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h 170 jchuff.obj: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h178 jchuff.obj: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 171 179 jcinit.obj: jcinit.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 172 180 jcmainct.obj: jcmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h … … 175 183 jcomapi.obj: jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 176 184 jcparam.obj: jcparam.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 177 jcphuff.obj: jcphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h178 185 jcprepct.obj: jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 179 186 jcsample.obj: jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h … … 181 188 jdapimin.obj: jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 182 189 jdapistd.obj: jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 190 jdarith.obj: jdarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 183 191 jdatadst.obj: jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h 184 192 jdatasrc.obj: jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h … … 186 194 jdcolor.obj: jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 187 195 jddctmgr.obj: jddctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h 188 jdhuff.obj: jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h196 jdhuff.obj: jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 189 197 jdinput.obj: jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 190 198 jdmainct.obj: jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h … … 192 200 jdmaster.obj: jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 193 201 jdmerge.obj: jdmerge.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 194 jdphuff.obj: jdphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h195 202 jdpostct.obj: jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 196 203 jdsample.obj: jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h … … 203 210 jidctfst.obj: jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h 204 211 jidctint.obj: jidctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h 205 jidctred.obj: jidctred.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h206 212 jquant1.obj: jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 207 213 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.