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.wat

    r2 r846  
    3838
    3939# source files: JPEG library proper
    40 LIBSOURCES= jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c &
    41         jcinit.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c jcparam.c &
    42         jcphuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c jdapistd.c &
    43         jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c jdhuff.c &
    44         jdinput.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c jdphuff.c &
    45         jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c jfdctfst.c &
    46         jfdctint.c jidctflt.c jidctfst.c jidctint.c jidctred.c jquant1.c &
     40LIBSOURCES= 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 &
    4747        jquant2.c jutils.c jmemmgr.c
    4848# memmgr back ends: compile only one of these into a working library
     
    5454SOURCES= $(LIBSOURCES) $(SYSDEPSOURCES) $(APPSOURCES)
    5555# files included by source files
    56 INCLUDES= jchuff.h jdhuff.h jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h &
    57         jpegint.h jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h
     56INCLUDES= jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h jpegint.h &
     57        jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h
    5858# 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
     59DOCS= 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
     62MKFILES= 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
    6772CONFIGFILES= jconfig.cfg jconfig.bcc jconfig.mc6 jconfig.dj jconfig.wat &
    6873        jconfig.vc jconfig.mac jconfig.st jconfig.manx jconfig.sas &
    6974        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
     75CONFIGUREFILES= config.guess config.sub install-sh ltmain.sh depcomp missing
     76OTHERFILES= jconfig.txt ckconfig.c ansi2knr.c ansi2knr.1 jmemdosa.asm &
     77        libjpeg.map
    7278TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg &
    7379        testimgp.jpg
     
    7581        $(CONFIGUREFILES) $(OTHERFILES) $(TESTFILES)
    7682# library object files common to compression and decompression
    77 COMOBJECTS= jcomapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM)
     83COMOBJECTS= jaricom.obj jcomapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM)
    7884# compression library object files
    79 CLIBOBJECTS= jcapimin.obj jcapistd.obj jctrans.obj jcparam.obj jdatadst.obj &
    80         jcinit.obj jcmaster.obj jcmarker.obj jcmainct.obj jcprepct.obj &
    81         jccoefct.obj jccolor.obj jcsample.obj jchuff.obj jcphuff.obj &
     85CLIBOBJECTS= 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 &
    8288        jcdctmgr.obj jfdctfst.obj jfdctflt.obj jfdctint.obj
    8389# decompression library object files
    84 DLIBOBJECTS= jdapimin.obj jdapistd.obj jdtrans.obj jdatasrc.obj &
    85         jdmaster.obj jdinput.obj jdmarker.obj jdhuff.obj jdphuff.obj &
    86         jdmainct.obj jdcoefct.obj jdpostct.obj jddctmgr.obj jidctfst.obj &
    87         jidctflt.obj jidctint.obj jidctred.obj jdsample.obj jdcolor.obj &
    88         jquant1.obj jquant2.obj jdmerge.obj
     90DLIBOBJECTS= 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
    8995# These objectfiles are included in libjpeg.lib
    9096LIBOBJECTS= $(CLIBOBJECTS) $(DLIBOBJECTS) $(COMOBJECTS)
     
    121127        $(CC) $(CFLAGS) -c $<
    122128
    123 jconfig.h: jconfig.doc
     129jconfig.h: jconfig.txt
    124130        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.
    126132        exit 1
    127133
     
    163169
    164170
     171jaricom.obj: jaricom.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    165172jcapimin.obj: jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    166173jcapistd.obj: jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     174jcarith.obj: jcarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    167175jccoefct.obj: jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    168176jccolor.obj: jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    169177jcdctmgr.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.h
     178jchuff.obj: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    171179jcinit.obj: jcinit.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    172180jcmainct.obj: jcmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     
    175183jcomapi.obj: jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    176184jcparam.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.h
    178185jcprepct.obj: jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    179186jcsample.obj: jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     
    181188jdapimin.obj: jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    182189jdapistd.obj: jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     190jdarith.obj: jdarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    183191jdatadst.obj: jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
    184192jdatasrc.obj: jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
     
    186194jdcolor.obj: jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    187195jddctmgr.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.h
     196jdhuff.obj: jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    189197jdinput.obj: jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    190198jdmainct.obj: jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     
    192200jdmaster.obj: jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    193201jdmerge.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.h
    195202jdpostct.obj: jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    196203jdsample.obj: jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     
    203210jidctfst.obj: jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
    204211jidctint.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.h
    206212jquant1.obj: jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    207213jquant2.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.