Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libjpeg/makefile.mms

    r2 r846  
    2626
    2727# source files: JPEG library proper
    28 LIBSOURCES= jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c \
    29         jcinit.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c jcparam.c \
    30         jcphuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c jdapistd.c \
    31         jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c jdhuff.c \
    32         jdinput.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c jdphuff.c \
    33         jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c jfdctfst.c \
    34         jfdctint.c jidctflt.c jidctfst.c jidctint.c jidctred.c jquant1.c \
     28LIBSOURCES= 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 \
    3535        jquant2.c jutils.c jmemmgr.c
    3636# memmgr back ends: compile only one of these into a working library
     
    4242SOURCES= $(LIBSOURCES) $(SYSDEPSOURCES) $(APPSOURCES)
    4343# files included by source files
    44 INCLUDES= jchuff.h jdhuff.h jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h \
    45         jpegint.h jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h
     44INCLUDES= jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h jpegint.h \
     45        jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h
    4646# 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
     47DOCS= 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
     50MKFILES= 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
    5560CONFIGFILES= jconfig.cfg jconfig.bcc jconfig.mc6 jconfig.dj jconfig.wat \
    5661        jconfig.vc jconfig.mac jconfig.st jconfig.manx jconfig.sas \
    5762        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
     63CONFIGUREFILES= config.guess config.sub install-sh ltmain.sh depcomp missing
     64OTHERFILES= jconfig.txt ckconfig.c ansi2knr.c ansi2knr.1 jmemdosa.asm \
     65        libjpeg.map
    6066TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
    6167        testimgp.jpg
     
    6369        $(CONFIGUREFILES) $(OTHERFILES) $(TESTFILES)
    6470# library object files common to compression and decompression
    65 COMOBJECTS= jcomapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM)
     71COMOBJECTS= jaricom.obj jcomapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM)
    6672# compression library object files
    67 CLIBOBJECTS= jcapimin.obj jcapistd.obj jctrans.obj jcparam.obj jdatadst.obj \
    68         jcinit.obj jcmaster.obj jcmarker.obj jcmainct.obj jcprepct.obj \
    69         jccoefct.obj jccolor.obj jcsample.obj jchuff.obj jcphuff.obj \
     73CLIBOBJECTS= 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 \
    7076        jcdctmgr.obj jfdctfst.obj jfdctflt.obj jfdctint.obj
    7177# decompression library object files
    72 DLIBOBJECTS= jdapimin.obj jdapistd.obj jdtrans.obj jdatasrc.obj \
    73         jdmaster.obj jdinput.obj jdmarker.obj jdhuff.obj jdphuff.obj \
    74         jdmainct.obj jdcoefct.obj jdpostct.obj jddctmgr.obj jidctfst.obj \
    75         jidctflt.obj jidctint.obj jidctred.obj jdsample.obj jdcolor.obj \
    76         jquant1.obj jquant2.obj jdmerge.obj
     78DLIBOBJECTS= 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
    7783# These objectfiles are included in libjpeg.olb
    7884LIBOBJECTS= $(CLIBOBJECTS) $(DLIBOBJECTS) $(COMOBJECTS)
     
    8995          rdcolmap.obj,cdjpeg.obj
    9096TROBJLIST= jpegtran.obj,rdswitch.obj,cdjpeg.obj,transupp.obj
    91 LIBOBJLIST= jcapimin.obj,jcapistd.obj,jctrans.obj,jcparam.obj,jdatadst.obj,\
    92           jcinit.obj,jcmaster.obj,jcmarker.obj,jcmainct.obj,jcprepct.obj,\
    93           jccoefct.obj,jccolor.obj,jcsample.obj,jchuff.obj,jcphuff.obj,\
    94           jcdctmgr.obj,jfdctfst.obj,jfdctflt.obj,jfdctint.obj,jdapimin.obj,\
    95           jdapistd.obj,jdtrans.obj,jdatasrc.obj,jdmaster.obj,jdinput.obj,\
    96           jdmarker.obj,jdhuff.obj,jdphuff.obj,jdmainct.obj,jdcoefct.obj,\
    97           jdpostct.obj,jddctmgr.obj,jidctfst.obj,jidctflt.obj,jidctint.obj,\
    98           jidctred.obj,jdsample.obj,jdcolor.obj,jquant1.obj,jquant2.obj,\
     97LIBOBJLIST= 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,\
    99105          jdmerge.obj,jcomapi.obj,jutils.obj,jerror.obj,jmemmgr.obj,$(SYSDEPMEM)
    100106
     
    148154
    149155
     156jaricom.obj : jaricom.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    150157jcapimin.obj : jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    151158jcapistd.obj : jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     159jcarith.obj : jcarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    152160jccoefct.obj : jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    153161jccolor.obj : jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    154162jcdctmgr.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.h
     163jchuff.obj : jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    156164jcinit.obj : jcinit.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    157165jcmainct.obj : jcmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     
    160168jcomapi.obj : jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    161169jcparam.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.h
    163170jcprepct.obj : jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    164171jcsample.obj : jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     
    166173jdapimin.obj : jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    167174jdapistd.obj : jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     175jdarith.obj : jdarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    168176jdatadst.obj : jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
    169177jdatasrc.obj : jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
     
    171179jdcolor.obj : jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    172180jddctmgr.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.h
     181jdhuff.obj : jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    174182jdinput.obj : jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    175183jdmainct.obj : jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     
    177185jdmaster.obj : jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    178186jdmerge.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.h
    180187jdpostct.obj : jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    181188jdsample.obj : jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     
    188195jidctfst.obj : jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
    189196jidctint.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.h
    191197jquant1.obj : jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    192198jquant2.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.