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

    r2 r561  
    11# makefile for libpng
    2 # Copyright (C) 2002 Glenn Randers-Pehrson
     2# Copyright (C) 2002, 2006, 2009 Glenn Randers-Pehrson
    33# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
    4 # For conditions of distribution and use, see copyright notice in png.h
     4
     5# This code is released under the libpng license.
     6# For conditions of distribution and use, see the disclaimer
     7# and license in png.h
    58
    69# This makefile requires the file ansi2knr.c, which you can get
     
    5962        ./pngtest
    6063
    61 install: libpng.a
     64install: libpng.a png.h pngconf.h
    6265        -@mkdir $(DESTDIR)$(INCPATH)
    6366        -@mkdir $(DESTDIR)$(INCPATH)/libpng
     
    9396pngrtran.o: png.h pngconf.h
    9497pngrutil.o: png.h pngconf.h
    95 pngtest.o: png.h pngconf.h
    9698pngtrans.o: png.h pngconf.h
    9799pngwrite.o: png.h pngconf.h
    98100pngwtran.o: png.h pngconf.h
    99101pngwutil.o: png.h pngconf.h
     102
     103pngtest.o: png.h pngconf.h
Note: See TracChangeset for help on using the changeset viewer.