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

    r2 r561  
    11# makefile for libpng using gcc (generic, static library)
     2# Copyright (C) 2008 Glenn Randers-Pehrson
    23# Copyright (C) 2000 Cosmin Truta
    34# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
    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# Location of the zlib library and include files
     
    1923CRELEASE = -O2
    2024LDRELEASE = -s
    21 #CFLAGS = -Wall $(CDEBUG)
    22 CFLAGS = -Wall $(CRELEASE)
     25#CFLAGS = -W -Wall $(CDEBUG)
     26CFLAGS = -W -Wall $(CRELEASE)
    2327#LDFLAGS = $(LDDEBUG)
    2428LDFLAGS = $(LDRELEASE)
     
    3135
    3236# Variables
    33 OBJS = png$(O) pngerror$(O) pngget$(O) pngmem$(O) pngpread$(O) \
    34        pngread$(O) pngrio$(O) pngrtran$(O) pngrutil$(O) pngset$(O) \
    35        pngtrans$(O) pngwio$(O) pngwrite$(O) pngwtran$(O) pngwutil$(O)
     37OBJS =  png$(O) pngerror$(O) pngget$(O) pngmem$(O) pngpread$(O) \
     38        pngread$(O) pngrio$(O) pngrtran$(O) pngrutil$(O) pngset$(O) \
     39        pngtrans$(O) pngwio$(O) pngwrite$(O) pngwtran$(O) pngwutil$(O)
    3640
    3741# Targets
     
    6165        $(RM_F) *$(O) libpng$(A) pngtest$(EXE) pngout.png
    6266
    63 png$(O): png.h pngconf.h
     67png$(O):      png.h pngconf.h
    6468pngerror$(O): png.h pngconf.h
    65 pngget$(O): png.h pngconf.h
    66 pngmem$(O): png.h pngconf.h
     69pngget$(O):   png.h pngconf.h
     70pngmem$(O):   png.h pngconf.h
    6771pngpread$(O): png.h pngconf.h
    68 pngread$(O): png.h pngconf.h
    69 pngrio$(O): png.h pngconf.h
     72pngread$(O):  png.h pngconf.h
     73pngrio$(O):   png.h pngconf.h
    7074pngrtran$(O): png.h pngconf.h
    7175pngrutil$(O): png.h pngconf.h
    72 pngset$(O): png.h pngconf.h
    73 pngtest$(O): png.h pngconf.h
     76pngset$(O):   png.h pngconf.h
    7477pngtrans$(O): png.h pngconf.h
    75 pngwio$(O): png.h pngconf.h
     78pngwio$(O):   png.h pngconf.h
    7679pngwrite$(O): png.h pngconf.h
    7780pngwtran$(O): png.h pngconf.h
    7881pngwutil$(O): png.h pngconf.h
    7982
     83pngtest$(O):  png.h pngconf.h
Note: See TracChangeset for help on using the changeset viewer.