blob: 440f95d7287082fc67c0eaa97df04ec76f59c98b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
--- pgplot.orig/makemake 1999-05-04 15:35:43.000000000 -0700
+++ pgplot/makemake 2005-12-15 20:48:42.000000000 -0800
@@ -666,7 +666,7 @@
# the library don't have to list a slew of other implementation-specific
# libraries when they link their executables.
#
-SHARED_LIB_LIBS=$SHARED_LIB_LIBS
+SHARED_LIB_LIBS=-lpng
#
# Ranlib command if required
#
@@ -681,7 +681,7 @@
OBSOLETE_ROUTINES=$OBSOLETE_ROUTINES
DRIVERS=$DRIV_LIST
PGDISP_ROUTINES=$PGDISP_ROUTINES
-DEMOS=$DEMOS
+#DEMOS=$DEMOS
#
#-----------------------------------------------------------------------
# Target "all" makes everything (except the library of obsolete routines)
@@ -1025,12 +1025,12 @@
grivas.o : $(DRVDIR)/gadef.h
grtv00.o : $(DRVDIR)/imdef.h
pgxwin.o : $(DRVDIR)/pgxwin.h
-pndriv.o : ./png.h ./pngconf.h ./zlib.h ./zconf.h
+pndriv.o :
x2driv.o figdisp_comm.o: $(DRVDIR)/commands.h
-cpg: libcpgplot.a cpgplot.h cpgdemo
+cpg: libcpgplot.a cpgplot.h
@echo ' '
@echo '*** Finished compilation of the C PGPLOT wrapper library ***'
@echo ' '
|