Changeset 846 for trunk/src/3rdparty/libjpeg/makefile.mms
- 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.mms
r2 r846 26 26 27 27 # source files: JPEG library proper 28 LIBSOURCES= j capimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c \29 jc init.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c jcparam.c \30 jc phuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c jdapistd.c \31 jda tadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c jdhuff.c \32 jd input.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c jdphuff.c \33 jd postct.c jdsample.c jdtrans.c jerror.c jfdctflt.c jfdctfst.c \34 jfdct int.c jidctflt.c jidctfst.c jidctint.c jidctred.c jquant1.c \28 LIBSOURCES= jaricom.c jcapimin.c jcapistd.c jcarith.c jccoefct.c jccolor.c \ 29 jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c \ 30 jcomapi.c jcparam.c jcprepct.c jcsample.c jctrans.c jdapimin.c \ 31 jdapistd.c jdarith.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c \ 32 jddctmgr.c jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c \ 33 jdmerge.c jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c \ 34 jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c jquant1.c \ 35 35 jquant2.c jutils.c jmemmgr.c 36 36 # memmgr back ends: compile only one of these into a working library … … 42 42 SOURCES= $(LIBSOURCES) $(SYSDEPSOURCES) $(APPSOURCES) 43 43 # files included by source files 44 INCLUDES= j chuff.h jdhuff.h jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h \45 jpeg int.h jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h44 INCLUDES= jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h jpegint.h \ 45 jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h 46 46 # documentation, test, and support files 47 DOCS= README install.doc usage.doc cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 \ 48 wrjpgcom.1 wizard.doc example.c libjpeg.doc structure.doc \ 49 coderules.doc filelist.doc change.log 50 MKFILES= configure makefile.cfg makefile.ansi makefile.unix makefile.bcc \ 51 makefile.mc6 makefile.dj makefile.wat makefile.vc makelib.ds \ 52 makeapps.ds makeproj.mac makcjpeg.st makdjpeg.st makljpeg.st \ 53 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \ 54 makvms.opt 47 DOCS= README install.txt usage.txt cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 \ 48 wrjpgcom.1 wizard.txt example.c libjpeg.txt structure.txt \ 49 coderules.txt filelist.txt change.log 50 MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.bcc \ 51 makefile.mc6 makefile.dj makefile.wat makefile.vc makejdsw.vc6 \ 52 makeadsw.vc6 makejdep.vc6 makejdsp.vc6 makejmak.vc6 makecdep.vc6 \ 53 makecdsp.vc6 makecmak.vc6 makeddep.vc6 makeddsp.vc6 makedmak.vc6 \ 54 maketdep.vc6 maketdsp.vc6 maketmak.vc6 makerdep.vc6 makerdsp.vc6 \ 55 makermak.vc6 makewdep.vc6 makewdsp.vc6 makewmak.vc6 makejsln.vc9 \ 56 makeasln.vc9 makejvcp.vc9 makecvcp.vc9 makedvcp.vc9 maketvcp.vc9 \ 57 makervcp.vc9 makewvcp.vc9 makeproj.mac makcjpeg.st makdjpeg.st \ 58 makljpeg.st maktjpeg.st makefile.manx makefile.sas makefile.mms \ 59 makefile.vms makvms.opt 55 60 CONFIGFILES= jconfig.cfg jconfig.bcc jconfig.mc6 jconfig.dj jconfig.wat \ 56 61 jconfig.vc jconfig.mac jconfig.st jconfig.manx jconfig.sas \ 57 62 jconfig.vms 58 CONFIGUREFILES= config.guess config.sub install-sh ltconfig ltmain.sh 59 OTHERFILES= jconfig.doc ckconfig.c ansi2knr.c ansi2knr.1 jmemdosa.asm 63 CONFIGUREFILES= config.guess config.sub install-sh ltmain.sh depcomp missing 64 OTHERFILES= jconfig.txt ckconfig.c ansi2knr.c ansi2knr.1 jmemdosa.asm \ 65 libjpeg.map 60 66 TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \ 61 67 testimgp.jpg … … 63 69 $(CONFIGUREFILES) $(OTHERFILES) $(TESTFILES) 64 70 # library object files common to compression and decompression 65 COMOBJECTS= j comapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM)71 COMOBJECTS= jaricom.obj jcomapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM) 66 72 # compression library object files 67 CLIBOBJECTS= jcapimin.obj jcapistd.obj jc trans.obj jcparam.obj jdatadst.obj \68 j cinit.obj jcmaster.obj jcmarker.obj jcmainct.obj jcprepct.obj \69 jc coefct.obj jccolor.obj jcsample.obj jchuff.obj jcphuff.obj \73 CLIBOBJECTS= jcapimin.obj jcapistd.obj jcarith.obj jctrans.obj jcparam.obj \ 74 jdatadst.obj jcinit.obj jcmaster.obj jcmarker.obj jcmainct.obj \ 75 jcprepct.obj jccoefct.obj jccolor.obj jcsample.obj jchuff.obj \ 70 76 jcdctmgr.obj jfdctfst.obj jfdctflt.obj jfdctint.obj 71 77 # decompression library object files 72 DLIBOBJECTS= jdapimin.obj jdapistd.obj jd trans.obj jdatasrc.obj \73 jdmaster.obj jdinput.obj jdmarker.obj jdhuff.obj jd phuff.obj \74 jd mainct.obj jdcoefct.obj jdpostct.obj jddctmgr.obj jidctfst.obj \75 jidct flt.obj jidctint.obj jidctred.obj jdsample.obj jdcolor.obj \76 j quant1.obj jquant2.obj jdmerge.obj78 DLIBOBJECTS= jdapimin.obj jdapistd.obj jdarith.obj jdtrans.obj jdatasrc.obj \ 79 jdmaster.obj jdinput.obj jdmarker.obj jdhuff.obj jdmainct.obj \ 80 jdcoefct.obj jdpostct.obj jddctmgr.obj jidctfst.obj jidctflt.obj \ 81 jidctint.obj jdsample.obj jdcolor.obj jquant1.obj jquant2.obj \ 82 jdmerge.obj 77 83 # These objectfiles are included in libjpeg.olb 78 84 LIBOBJECTS= $(CLIBOBJECTS) $(DLIBOBJECTS) $(COMOBJECTS) … … 89 95 rdcolmap.obj,cdjpeg.obj 90 96 TROBJLIST= jpegtran.obj,rdswitch.obj,cdjpeg.obj,transupp.obj 91 LIBOBJLIST= j capimin.obj,jcapistd.obj,jctrans.obj,jcparam.obj,jdatadst.obj,\92 jc init.obj,jcmaster.obj,jcmarker.obj,jcmainct.obj,jcprepct.obj,\93 jc coefct.obj,jccolor.obj,jcsample.obj,jchuff.obj,jcphuff.obj,\94 jc dctmgr.obj,jfdctfst.obj,jfdctflt.obj,jfdctint.obj,jdapimin.obj,\95 jdapi std.obj,jdtrans.obj,jdatasrc.obj,jdmaster.obj,jdinput.obj,\96 jdma rker.obj,jdhuff.obj,jdphuff.obj,jdmainct.obj,jdcoefct.obj,\97 jd postct.obj,jddctmgr.obj,jidctfst.obj,jidctflt.obj,jidctint.obj,\98 jidct red.obj,jdsample.obj,jdcolor.obj,jquant1.obj,jquant2.obj,\97 LIBOBJLIST= jaricom.obj,jcapimin.obj,jcapistd.obj,jcarith.obj,jctrans.obj,\ 98 jcparam.obj,jdatadst.obj,jcinit.obj,jcmaster.obj,jcmarker.obj,\ 99 jcmainct.obj,jcprepct.obj,jccoefct.obj,jccolor.obj,jcsample.obj,\ 100 jchuff.obj,jcdctmgr.obj,jfdctfst.obj,jfdctflt.obj,jfdctint.obj,\ 101 jdapimin.obj,jdapistd.obj,jdarith.obj,jdtrans.obj,jdatasrc.obj,\ 102 jdmaster.obj,jdinput.obj,jdmarker.obj,jdhuff.obj,jdmainct.obj,\ 103 jdcoefct.obj,jdpostct.obj,jddctmgr.obj,jidctfst.obj,jidctflt.obj,\ 104 jidctint.obj,jdsample.obj,jdcolor.obj,jquant1.obj,jquant2.obj,\ 99 105 jdmerge.obj,jcomapi.obj,jutils.obj,jerror.obj,jmemmgr.obj,$(SYSDEPMEM) 100 106 … … 148 154 149 155 156 jaricom.obj : jaricom.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 150 157 jcapimin.obj : jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 151 158 jcapistd.obj : jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 159 jcarith.obj : jcarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 152 160 jccoefct.obj : jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 153 161 jccolor.obj : jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 154 162 jcdctmgr.obj : jcdctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h 155 jchuff.obj : jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h163 jchuff.obj : jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 156 164 jcinit.obj : jcinit.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 157 165 jcmainct.obj : jcmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h … … 160 168 jcomapi.obj : jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 161 169 jcparam.obj : jcparam.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 162 jcphuff.obj : jcphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jchuff.h163 170 jcprepct.obj : jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 164 171 jcsample.obj : jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h … … 166 173 jdapimin.obj : jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 167 174 jdapistd.obj : jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 175 jdarith.obj : jdarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 168 176 jdatadst.obj : jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h 169 177 jdatasrc.obj : jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h … … 171 179 jdcolor.obj : jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 172 180 jddctmgr.obj : jddctmgr.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h 173 jdhuff.obj : jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h181 jdhuff.obj : jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 174 182 jdinput.obj : jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 175 183 jdmainct.obj : jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h … … 177 185 jdmaster.obj : jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 178 186 jdmerge.obj : jdmerge.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 179 jdphuff.obj : jdphuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdhuff.h180 187 jdpostct.obj : jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 181 188 jdsample.obj : jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h … … 188 195 jidctfst.obj : jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h 189 196 jidctint.obj : jidctint.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h 190 jidctred.obj : jidctred.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h191 197 jquant1.obj : jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h 192 198 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.