VirtualBox

Ignore:
Timestamp:
Feb 12, 2024 3:57:56 PM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161613
Message:

libpng-1.6.42: Applied and adjusted our libpng changes to 1.6.42. bugref:8515

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libpng-1.6.42/scripts/makefile.dj2

    r96425 r103316  
    11# DJGPP (DOS gcc) makefile for libpng
     2# Copyright (C) 2020-2022 Cosmin Truta
    23# Copyright (C) 2002, 2006, 2009-2014 Glenn Randers-Pehrson
    34# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
     
    78# and license in png.h
    89
    9 # where make install will put libpng.a and png.h
    10 #prefix=/usr/local
    11 prefix=.
    12 INCPATH=$(prefix)/include
    13 LIBPATH=$(prefix)/lib
    14 
    1510CC=gcc
    1611CPPFLAGS=-I../zlib -DPNG_NO_SNPRINTF
    1712CFLAGS=-O
    1813LDFLAGS=-L. -L../zlib/ -lpng -lz -lm
    19 
    20 RANLIB=ranlib
    2114
    2215CP=cp
     
    2720PNGLIBCONF_H_PREBUILT = scripts/pnglibconf.h.prebuilt
    2821
    29 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
    30         pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o pngwtran.o \
    31         pngmem.o pngerror.o pngpread.o
     22OBJS = png.o pngerror.o pngget.o pngmem.o pngpread.o \
     23       pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o \
     24       pngtrans.o pngwio.o pngwrite.o pngwtran.o pngwutil.o
    3225
    3326.c.o:
     
    4033
    4134libpng.a: $(OBJS)
    42         ar rc $@  $(OBJS)
    43         $(RANLIB) $@
     35        ar rc $@ $(OBJS)
     36        ranlib $@
    4437
    4538pngtest: pngtest.o libpng.a
     
    4942test: pngtest
    5043        ./pngtest
     44
     45install:
     46        @echo "The $@ target is no longer supported by this makefile."
     47        @false
     48
    5149clean:
    5250        $(RM_F) *.o libpng.a pngtest pngout.png pnglibconf.h
     
    5452# DO NOT DELETE THIS LINE -- make depend depends on it.
    5553
    56 png.o: png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
     54png.o:      png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
    5755pngerror.o: png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
    58 pngrio.o: png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
    59 pngwio.o: png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
    60 pngmem.o: png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
    61 pngset.o: png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
    62 pngget.o: png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
    63 pngread.o: png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
     56pngrio.o:   png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
     57pngwio.o:   png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
     58pngmem.o:   png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
     59pngset.o:   png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
     60pngget.o:   png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
     61pngread.o:  png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
    6462pngpread.o: png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
    6563pngrtran.o: png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
     
    7068pngwutil.o: png.h pngconf.h pnglibconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
    7169
    72 pngtest.o: png.h pngconf.h pnglibconf.h
     70pngtest.o:  png.h pngconf.h pnglibconf.h
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette