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

    r2 r846  
    6666
    6767# source files: JPEG library proper
    68 LIBSOURCES= jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c \
    69         jcinit.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c jcparam.c \
    70         jcphuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c jdapistd.c \
    71         jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c jdhuff.c \
    72         jdinput.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c jdphuff.c \
    73         jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c jfdctfst.c \
    74         jfdctint.c jidctflt.c jidctfst.c jidctint.c jidctred.c jquant1.c \
     68LIBSOURCES= 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 \
    7575        jquant2.c jutils.c jmemmgr.c
    7676# memmgr back ends: compile only one of these into a working library
     
    8282SOURCES= $(LIBSOURCES) $(SYSDEPSOURCES) $(APPSOURCES)
    8383# files included by source files
    84 INCLUDES= jchuff.h jdhuff.h jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h \
    85         jpegint.h jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h
     84INCLUDES= jdct.h jerror.h jinclude.h jmemsys.h jmorecfg.h jpegint.h \
     85        jpeglib.h jversion.h cdjpeg.h cderror.h transupp.h
    8686# 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
     87DOCS= 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
     90MKFILES= 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
    95100CONFIGFILES= jconfig.cfg jconfig.bcc jconfig.mc6 jconfig.dj jconfig.wat \
    96101        jconfig.vc jconfig.mac jconfig.st jconfig.manx jconfig.sas \
    97102        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
     103CONFIGUREFILES= config.guess config.sub install-sh ltmain.sh depcomp missing
     104OTHERFILES= jconfig.txt ckconfig.c ansi2knr.c ansi2knr.1 jmemdosa.asm \
     105        libjpeg.map
    100106TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
    101107        testimgp.jpg
     
    103109        $(CONFIGUREFILES) $(OTHERFILES) $(TESTFILES)
    104110# library object files common to compression and decompression
    105 COMOBJECTS= jcomapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM)
     111COMOBJECTS= jaricom.obj jcomapi.obj jutils.obj jerror.obj jmemmgr.obj $(SYSDEPMEM)
    106112# compression library object files
    107 CLIBOBJECTS= jcapimin.obj jcapistd.obj jctrans.obj jcparam.obj jdatadst.obj \
    108         jcinit.obj jcmaster.obj jcmarker.obj jcmainct.obj jcprepct.obj \
    109         jccoefct.obj jccolor.obj jcsample.obj jchuff.obj jcphuff.obj \
     113CLIBOBJECTS= 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 \
    110116        jcdctmgr.obj jfdctfst.obj jfdctflt.obj jfdctint.obj
    111117# decompression library object files
    112 DLIBOBJECTS= jdapimin.obj jdapistd.obj jdtrans.obj jdatasrc.obj \
    113         jdmaster.obj jdinput.obj jdmarker.obj jdhuff.obj jdphuff.obj \
    114         jdmainct.obj jdcoefct.obj jdpostct.obj jddctmgr.obj jidctfst.obj \
    115         jidctflt.obj jidctint.obj jidctred.obj jdsample.obj jdcolor.obj \
    116         jquant1.obj jquant2.obj jdmerge.obj
     118DLIBOBJECTS= 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
    117123# These objectfiles are included in libjpeg.lib
    118124LIBOBJECTS= $(CLIBOBJECTS) $(DLIBOBJECTS) $(COMOBJECTS)
     
    130136        - del libjpeg.lib
    131137        tlib libjpeg.lib /E /C @&&|
    132 +jcapimin.obj +jcapistd.obj +jctrans.obj +jcparam.obj +jdatadst.obj &
    133 +jcinit.obj +jcmaster.obj +jcmarker.obj +jcmainct.obj +jcprepct.obj &
    134 +jccoefct.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 &
    135141+jcdctmgr.obj +jfdctfst.obj +jfdctflt.obj +jfdctint.obj +jdapimin.obj &
    136 +jdapistd.obj +jdtrans.obj +jdatasrc.obj +jdmaster.obj +jdinput.obj &
    137 +jdmarker.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 &
    138144+jdpostct.obj +jddctmgr.obj +jidctfst.obj +jidctflt.obj +jidctint.obj &
    139 +jidctred.obj +jdsample.obj +jdcolor.obj +jquant1.obj +jquant2.obj &
    140 +jdmerge.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 &
    141147$(SYSDEPMEMLIB)
    142148|
     
    171177        $(CC) $(CFLAGS) -c{ $<}
    172178
    173 jconfig.h: jconfig.doc
     179jconfig.h: jconfig.txt
    174180        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.
    176182        exit 1
    177183
     
    213219
    214220
     221jaricom.obj: jaricom.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    215222jcapimin.obj: jcapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    216223jcapistd.obj: jcapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     224jcarith.obj: jcarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    217225jccoefct.obj: jccoefct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    218226jccolor.obj: jccolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    219227jcdctmgr.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.h
     228jchuff.obj: jchuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    221229jcinit.obj: jcinit.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    222230jcmainct.obj: jcmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     
    225233jcomapi.obj: jcomapi.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    226234jcparam.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.h
    228235jcprepct.obj: jcprepct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    229236jcsample.obj: jcsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     
    231238jdapimin.obj: jdapimin.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    232239jdapistd.obj: jdapistd.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     240jdarith.obj: jdarith.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    233241jdatadst.obj: jdatadst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
    234242jdatasrc.obj: jdatasrc.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jerror.h
     
    236244jdcolor.obj: jdcolor.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    237245jddctmgr.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.h
     246jdhuff.obj: jdhuff.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    239247jdinput.obj: jdinput.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    240248jdmainct.obj: jdmainct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     
    242250jdmaster.obj: jdmaster.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    243251jdmerge.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.h
    245252jdpostct.obj: jdpostct.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    246253jdsample.obj: jdsample.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
     
    253260jidctfst.obj: jidctfst.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h jdct.h
    254261jidctint.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.h
    256262jquant1.obj: jquant1.c jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
    257263jquant2.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.