1 # makefile for libpng |
1 # makefile for libpng |
2 # Copyright (C) 2002, 2006, 2009 Glenn Randers-Pehrson |
2 # Copyright (C) 2002, 2006, 2009 Glenn Randers-Pehrson |
3 # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. |
3 # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. |
4 |
4 # |
5 # This code is released under the libpng license. |
5 # This code is released under the libpng license. |
6 # For conditions of distribution and use, see the disclaimer |
6 # For conditions of distribution and use, see the disclaimer |
7 # and license in png.h |
7 # and license in png.h |
8 |
8 # |
9 # This makefile requires the file ansi2knr.c, which you can get |
9 # This makefile requires the file ansi2knr.c, which you can get |
10 # from the Ghostscript ftp site at ftp://ftp.cs.wisc.edu/ghost/ |
10 # from the Ghostscript ftp site at ftp://ftp.cs.wisc.edu/ghost/ |
11 # If you have libjpeg, you probably already have ansi2knr.c in the jpeg |
11 # If you have libjpeg, you probably already have ansi2knr.c in the jpeg |
12 # source distribution. |
12 # source distribution. |
13 |
13 |
82 writelock: |
82 writelock: |
83 chmod a-w *.[ch35] $(DOCS) scripts/* |
83 chmod a-w *.[ch35] $(DOCS) scripts/* |
84 |
84 |
85 # DO NOT DELETE THIS LINE -- make depend depends on it. |
85 # DO NOT DELETE THIS LINE -- make depend depends on it. |
86 |
86 |
87 png.o: png.h pngconf.h |
87 png.o: png.h pngconf.h pngpriv.h |
88 pngerror.o: png.h pngconf.h |
88 pngerror.o: png.h pngconf.h pngpriv.h |
89 pngrio.o: png.h pngconf.h |
89 pngrio.o: png.h pngconf.h pngpriv.h |
90 pngwio.o: png.h pngconf.h |
90 pngwio.o: png.h pngconf.h pngpriv.h |
91 pngmem.o: png.h pngconf.h |
91 pngmem.o: png.h pngconf.h pngpriv.h |
92 pngset.o: png.h pngconf.h |
92 pngset.o: png.h pngconf.h pngpriv.h |
93 pngget.o: png.h pngconf.h |
93 pngget.o: png.h pngconf.h pngpriv.h |
94 pngread.o: png.h pngconf.h |
94 pngread.o: png.h pngconf.h pngpriv.h |
95 pngpread.o: png.h pngconf.h |
95 pngpread.o: png.h pngconf.h pngpriv.h |
96 pngrtran.o: png.h pngconf.h |
96 pngrtran.o: png.h pngconf.h pngpriv.h |
97 pngrutil.o: png.h pngconf.h |
97 pngrutil.o: png.h pngconf.h pngpriv.h |
98 pngtrans.o: png.h pngconf.h |
98 pngtrans.o: png.h pngconf.h pngpriv.h |
99 pngwrite.o: png.h pngconf.h |
99 pngwrite.o: png.h pngconf.h pngpriv.h |
100 pngwtran.o: png.h pngconf.h |
100 pngwtran.o: png.h pngconf.h pngpriv.h |
101 pngwutil.o: png.h pngconf.h |
101 pngwutil.o: png.h pngconf.h pngpriv.h |
102 |
102 |
103 pngtest.o: png.h pngconf.h |
103 pngtest.o: png.h pngconf.h |