]> git.saurik.com Git - wxWidgets.git/blobdiff - src/png/scripts/makefile.dj2
supporting events also for root control (needed for event handling of mouse and paint...
[wxWidgets.git] / src / png / scripts / makefile.dj2
index e80f5cc0f9eda01d6f087d5550596157db48959d..09045c2755764d72ba8ffdd4a8856ac3e1f4a549 100644 (file)
@@ -1,17 +1,20 @@
 # DJGPP (DOS gcc) makefile for libpng
+# Copyright (C) 2002 Glenn Randers-Pehrson
 # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
 # For conditions of distribution and use, see copyright notice in png.h
 
+# where make install will put libpng.a and png.h
+#prefix=/usr/local
+prefix=.
+INCPATH=$(prefix)/include
+LIBPATH=$(prefix)/lib
+
 CC=gcc
 CFLAGS=-I../zlib -O
 LDFLAGS=-L. -L../zlib/ -lpng -lz -lm
 
 RANLIB=ranlib
 
-# where make install puts libpng.a and png.h
-#prefix=/usr/local
-prefix=.
-
 OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
        pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o pngwtran.o \
        pngmem.o pngerror.o pngpread.o