Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libpng/scripts/makefile.linux

    r2 r561  
    11# makefile for libpng.a and libpng12.so on Linux ELF with gcc
    2 # Copyright (C) 1998, 1999, 2002, 2006 Greg Roelofs and Glenn Randers-Pehrson
     2# Copyright (C) 1998, 1999, 2002, 2006, 2008 Greg Roelofs and
     3# Glenn Randers-Pehrson
    34# Copyright (C) 1996, 1997 Andreas Dilger
    4 # For conditions of distribution and use, see copyright notice in png.h
     5
     6# This code is released under the libpng license.
     7# For conditions of distribution and use, see the disclaimer
     8# and license in png.h
    59
    610# Library name:
    711LIBNAME = libpng12
    812PNGMAJ = 0
    9 PNGMIN = 1.2.29
     13PNGMIN = 1.2.40
    1014PNGVER = $(PNGMAJ).$(PNGMIN)
    1115
     
    4852# for pgcc version 2.95.1, -O3 is buggy; don't use it.
    4953
    50 CFLAGS=-I$(ZLIBINC) -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \
     54CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \
    5155        $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5
    5256
     
    7478DM=$(DESTDIR)$(MANPATH)
    7579
    76 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
     80OBJS =  png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
    7781        pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o \
    7882        pngwtran.o pngmem.o pngerror.o pngpread.o
Note: See TracChangeset for help on using the changeset viewer.