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

    r2 r561  
    11# makefile for libpng.a and libpng12.so on Linux ELF with gcc using MMX
    22# assembler code
    3 # Copyright 2002, 2006 Greg Roelofs and Glenn Randers-Pehrson
     3# Copyright 2002, 2006, 2008 Greg Roelofs and Glenn Randers-Pehrson
    44# Copyright 1998-2001 Greg Roelofs
    55# Copyright 1996-1997 Andreas Dilger
    6 # For conditions of distribution and use, see copyright notice in png.h
     6
     7# This code is released under the libpng license.
     8# For conditions of distribution and use, see the disclaimer
     9# and license in png.h
    710
    811# CAUTION: Do not use this makefile with gcc versions 2.7.2.2 and earlier.
     
    1518LIBNAME = libpng12
    1619PNGMAJ = 0
    17 PNGMIN = 1.2.29
     20PNGMIN = 1.2.40
    1821PNGVER = $(PNGMAJ).$(PNGMIN)
    1922
     
    5962# Remove -DPNG_THREAD_UNSAFE_OK if you need thread safety
    6063### for generic gcc:
    61 CFLAGS=-DPNG_THREAD_UNSAFE_OK -I$(ZLIBINC) -Wall -O \
     64CFLAGS=-DPNG_THREAD_UNSAFE_OK -I$(ZLIBINC) -W -Wall -O \
    6265        $(ALIGN) -funroll-loops \
    6366        -fomit-frame-pointer  # $(WARNMORE) -g -DPNG_DEBUG=5
    6467### for gcc 2.95.2 on 686:
    65 #CFLAGS=-DPNG_THREAD_UNSAFE_OK -I$(ZLIBINC) -Wall -O \
     68#CFLAGS=-DPNG_THREAD_UNSAFE_OK -I$(ZLIBINC) -W -Wall -O \
    6669#       -mcpu=i686 -malign-double -ffast-math -fstrict-aliasing \
    67 #       $(ALIGN) -funroll-loops -funroll-all-loops -fomit-frame-pointer 
     70#       $(ALIGN) -funroll-loops -funroll-all-loops -fomit-frame-pointer
    6871### for gcc 2.7.2.3 on 486 and up:
    69 #CFLAGS=-DPNG_THREAD_UNSAFE_OK -I$(ZLIBINC) -Wall -O \
     72#CFLAGS=-DPNG_THREAD_UNSAFE_OK -I$(ZLIBINC) -W -Wall -O \
    7073#       -m486 -malign-double -ffast-math \
    71 #       $(ALIGN) -funroll-loops -funroll-all-loops -fomit-frame-pointer 
     74#       $(ALIGN) -funroll-loops -funroll-all-loops -fomit-frame-pointer
    7275
    7376LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng12 -lz -lm
Note: See TracChangeset for help on using the changeset viewer.