1999-05-11 02:05:42 +00:00
|
|
|
*** source/unix/makefile.orig Tue Mar 9 12:03:02 1999
|
|
|
|
--- source/unix/makefile Tue May 11 03:42:15 1999
|
1999-03-20 14:53:02 +00:00
|
|
|
***************
|
1999-05-11 02:05:42 +00:00
|
|
|
*** 34,43 ****
|
1999-03-20 14:53:02 +00:00
|
|
|
# Use libXXX.a if you want to force static linking of the libraries.
|
|
|
|
# Use -Llibdir -lXXX if you want to use shared libraries (if they are
|
|
|
|
# available). It doesn't matter if you only have libXXX.a libraries.
|
|
|
|
! PNGDIR = $(SRCDIR)/libpng
|
|
|
|
LIBPNGINC = -I$(PNGDIR)
|
|
|
|
#LIBPNGLIB = $(PNGDIR)/libpng.a
|
|
|
|
! LIBPNGLIB = -L$(PNGDIR) -lpng
|
1999-05-11 02:05:42 +00:00
|
|
|
#LIBPNGLIB = -L/usr/local/lib -lpng
|
1999-03-20 14:53:02 +00:00
|
|
|
|
1999-05-11 02:05:42 +00:00
|
|
|
# The following options are added at the suggestion of Axel Hecht
|
|
|
|
--- 34,43 ----
|
1999-03-20 14:53:02 +00:00
|
|
|
# Use libXXX.a if you want to force static linking of the libraries.
|
|
|
|
# Use -Llibdir -lXXX if you want to use shared libraries (if they are
|
|
|
|
# available). It doesn't matter if you only have libXXX.a libraries.
|
1999-05-11 02:05:42 +00:00
|
|
|
! PNGDIR = $(PREFIX)/include
|
1999-03-20 14:53:02 +00:00
|
|
|
LIBPNGINC = -I$(PNGDIR)
|
|
|
|
#LIBPNGLIB = $(PNGDIR)/libpng.a
|
1999-05-11 02:05:42 +00:00
|
|
|
! LIBPNGLIB = -L$(PREFIX)/lib -lpng
|
|
|
|
#LIBPNGLIB = -L/usr/local/lib -lpng
|
1999-03-20 14:53:02 +00:00
|
|
|
|
1999-05-11 02:05:42 +00:00
|
|
|
# The following options are added at the suggestion of Axel Hecht
|
1999-03-20 14:53:02 +00:00
|
|
|
***************
|
1999-05-11 02:05:42 +00:00
|
|
|
*** 48,56 ****
|
|
|
|
# LIBPNGLIB = -L$(PREFIX)/lib -lpng
|
1999-03-20 14:53:02 +00:00
|
|
|
|
1999-05-11 02:05:42 +00:00
|
|
|
ZLIBDIR = $(SRCDIR)/zlib
|
|
|
|
! ZLIBINC = -I$(ZLIBDIR)
|
|
|
|
#ZLIBLIB = $(ZLIBDIR)/libz.a
|
|
|
|
! ZLIBLIB = -L$(ZLIBDIR) -lz
|
|
|
|
#ZLIBLIB = -L/usr/local/lib -lz
|
1999-03-20 14:53:02 +00:00
|
|
|
|
1999-05-11 02:05:42 +00:00
|
|
|
# The following options are added at the suggestion of Axel Hecht
|
|
|
|
--- 48,56 ----
|
|
|
|
# LIBPNGLIB = -L$(PREFIX)/lib -lpng
|
1999-03-20 14:53:02 +00:00
|
|
|
|
1999-05-11 02:05:42 +00:00
|
|
|
ZLIBDIR = $(SRCDIR)/zlib
|
|
|
|
! ZLIBINC = #-I$(ZLIBDIR)
|
|
|
|
#ZLIBLIB = $(ZLIBDIR)/libz.a
|
|
|
|
! ZLIBLIB = -lz
|
|
|
|
#ZLIBLIB = -L/usr/local/lib -lz
|
1999-03-20 14:53:02 +00:00
|
|
|
|
1999-05-11 02:05:42 +00:00
|
|
|
# The following options are added at the suggestion of Axel Hecht
|