The BIG graph update
[rrdtool.git] / libraries / libpng-1.2.0 / Makefile.in
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ../..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 ART_LIB_DIR = @ART_LIB_DIR@
62 AS = @AS@
63 AWK = @AWK@
64 CC = @CC@
65 CGI_LIB_DIR = @CGI_LIB_DIR@
66 COMP_PERL = @COMP_PERL@
67 CPP = @CPP@
68 DEPDIR = @DEPDIR@
69 DLLTOOL = @DLLTOOL@
70 ECHO = @ECHO@
71 EXEEXT = @EXEEXT@
72 FREETYPE_LIB_DIR = @FREETYPE_LIB_DIR@
73 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74 LIBTOOL = @LIBTOOL@
75 LN_S = @LN_S@
76 NROFF = @NROFF@
77 OBJDUMP = @OBJDUMP@
78 OBJEXT = @OBJEXT@
79 PACKAGE = @PACKAGE@
80 PERL = @PERL@
81 PERLFLAGS = @PERLFLAGS@
82 PERL_MAKE_OPTIONS = @PERL_MAKE_OPTIONS@
83 PNG_LIB_DIR = @PNG_LIB_DIR@
84 RANLIB = @RANLIB@
85 SO_EXT = @SO_EXT@
86 STRIP = @STRIP@
87 TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@
88 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
89 TCL_PREFIX = @TCL_PREFIX@
90 TCL_SHLIB_CFLAGS = @TCL_SHLIB_CFLAGS@
91 TCL_SHLIB_LD = @TCL_SHLIB_LD@
92 TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
93 TROFF = @TROFF@
94 VERSION = @VERSION@
95 ZLIB_CFLAGS = @ZLIB_CFLAGS@
96 am__include = @am__include@
97 am__quote = @am__quote@
98 install_sh = @install_sh@
99
100 ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
101
102 INCLUDES = -I$(top_srcdir)/$(ZLIB_LIB_DIR)
103
104 EXTRA_DIST = ANNOUNCE CHANGES INSTALL KNOWNBUG README README.rrdtool \
105             TODO Y2KINFO example.c libpng.3 \
106             libpng.txt libpngpf.3 png.5 png.dsp png.dsw 
107
108
109 noinst_LTLIBRARIES = librrd_png.la
110
111 librrd_png_la_SOURCES = \
112         png.c           \
113         pngerror.c      \
114         pngget.c        \
115         pngmem.c        \
116         pngpread.c      \
117         pngread.c       \
118         pngrio.c        \
119         pngrtran.c      \
120         pngrutil.c      \
121         pngset.c        \
122         pngtrans.c      \
123         pngwio.c        \
124         pngwrite.c      \
125         pngwtran.c      \
126         pngwutil.c      \
127         png.h      pngconf.h
128
129 subdir = libraries/libpng-1.2.0
130 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
131 CONFIG_HEADER = $(top_builddir)/config/config.h
132 CONFIG_CLEAN_FILES =
133 LTLIBRARIES = $(noinst_LTLIBRARIES)
134
135 librrd_png_la_LDFLAGS =
136 librrd_png_la_LIBADD =
137 am_librrd_png_la_OBJECTS = png.lo pngerror.lo pngget.lo pngmem.lo \
138         pngpread.lo pngread.lo pngrio.lo pngrtran.lo pngrutil.lo \
139         pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo \
140         pngwutil.lo
141 librrd_png_la_OBJECTS = $(am_librrd_png_la_OBJECTS)
142
143 DEFS = @DEFS@
144 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/config
145 CPPFLAGS = @CPPFLAGS@
146 LDFLAGS = @LDFLAGS@
147 LIBS = @LIBS@
148 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
149 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/png.Plo $(DEPDIR)/pngerror.Plo \
150 @AMDEP_TRUE@    $(DEPDIR)/pngget.Plo $(DEPDIR)/pngmem.Plo \
151 @AMDEP_TRUE@    $(DEPDIR)/pngpread.Plo $(DEPDIR)/pngread.Plo \
152 @AMDEP_TRUE@    $(DEPDIR)/pngrio.Plo $(DEPDIR)/pngrtran.Plo \
153 @AMDEP_TRUE@    $(DEPDIR)/pngrutil.Plo $(DEPDIR)/pngset.Plo \
154 @AMDEP_TRUE@    $(DEPDIR)/pngtrans.Plo $(DEPDIR)/pngwio.Plo \
155 @AMDEP_TRUE@    $(DEPDIR)/pngwrite.Plo $(DEPDIR)/pngwtran.Plo \
156 @AMDEP_TRUE@    $(DEPDIR)/pngwutil.Plo
157 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
158         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
160         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
161 CCLD = $(CC)
162 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163         $(AM_LDFLAGS) $(LDFLAGS) -o $@
164 CFLAGS = @CFLAGS@
165 DIST_SOURCES = $(librrd_png_la_SOURCES)
166 DIST_COMMON = README INSTALL Makefile.am Makefile.in TODO
167 SOURCES = $(librrd_png_la_SOURCES)
168
169 all: all-am
170
171 .SUFFIXES:
172 .SUFFIXES: .c .lo .o .obj
173
174 mostlyclean-libtool:
175         -rm -f *.lo
176
177 clean-libtool:
178         -rm -rf .libs _libs
179
180 distclean-libtool:
181         -rm -f libtool
182 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
183         cd $(top_srcdir) && \
184           $(AUTOMAKE) --foreign  libraries/libpng-1.2.0/Makefile
185 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
186         cd $(top_builddir) && \
187           CONFIG_HEADERS= CONFIG_LINKS= \
188           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
189
190 clean-noinstLTLIBRARIES:
191         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
192 librrd_png.la: $(librrd_png_la_OBJECTS) $(librrd_png_la_DEPENDENCIES) 
193         $(LINK)  $(librrd_png_la_LDFLAGS) $(librrd_png_la_OBJECTS) $(librrd_png_la_LIBADD) $(LIBS)
194
195 mostlyclean-compile:
196         -rm -f *.$(OBJEXT) core *.core
197
198 distclean-compile:
199         -rm -f *.tab.c
200
201 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/png.Plo@am__quote@
202 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngerror.Plo@am__quote@
203 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngget.Plo@am__quote@
204 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngmem.Plo@am__quote@
205 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngpread.Plo@am__quote@
206 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngread.Plo@am__quote@
207 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngrio.Plo@am__quote@
208 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngrtran.Plo@am__quote@
209 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngrutil.Plo@am__quote@
210 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngset.Plo@am__quote@
211 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngtrans.Plo@am__quote@
212 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngwio.Plo@am__quote@
213 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngwrite.Plo@am__quote@
214 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngwtran.Plo@am__quote@
215 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pngwutil.Plo@am__quote@
216
217 distclean-depend:
218         -rm -rf $(DEPDIR)
219
220 .c.o:
221 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
222 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
223 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
224         $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
225
226 .c.obj:
227 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
228 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
229 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
230         $(COMPILE) -c `cygpath -w $<`
231
232 .c.lo:
233 @AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
234 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
235 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
236         $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
237 CCDEPMODE = @CCDEPMODE@
238 uninstall-info-am:
239
240 tags: TAGS
241
242 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
243         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
244         unique=`for i in $$list; do \
245             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
246           done | \
247           $(AWK) '    { files[$$0] = 1; } \
248                END { for (i in files) print i; }'`; \
249         mkid -fID $$unique $(LISP)
250
251 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
252                 $(TAGS_FILES) $(LISP)
253         tags=; \
254         here=`pwd`; \
255         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
256         unique=`for i in $$list; do \
257             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
258           done | \
259           $(AWK) '    { files[$$0] = 1; } \
260                END { for (i in files) print i; }'`; \
261         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
262           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
263
264 GTAGS:
265         here=`CDPATH=: && cd $(top_builddir) && pwd` \
266           && cd $(top_srcdir) \
267           && gtags -i $(GTAGS_ARGS) $$here
268
269 distclean-tags:
270         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
271
272 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
273
274 top_distdir = ../..
275 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
276
277 distdir: $(DISTFILES)
278         @for file in $(DISTFILES); do \
279           if test -f $$file; then d=.; else d=$(srcdir); fi; \
280           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
281           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
282             $(mkinstalldirs) "$(distdir)/$$dir"; \
283           fi; \
284           if test -d $$d/$$file; then \
285             cp -pR $$d/$$file $(distdir) \
286             || exit 1; \
287           else \
288             test -f $(distdir)/$$file \
289             || cp -p $$d/$$file $(distdir)/$$file \
290             || exit 1; \
291           fi; \
292         done
293 check-am: all-am
294 check: check-am
295 all-am: Makefile $(LTLIBRARIES)
296
297 installdirs:
298
299 install: install-am
300 install-exec: install-exec-am
301 install-data: install-data-am
302 uninstall: uninstall-am
303
304 install-am: all-am
305         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
306
307 installcheck: installcheck-am
308 install-strip:
309         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
310           `test -z '$(STRIP)' || \
311             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
312 mostlyclean-generic:
313
314 clean-generic:
315
316 distclean-generic:
317         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
318
319 maintainer-clean-generic:
320         @echo "This command is intended for maintainers to use"
321         @echo "it deletes files that may require special tools to rebuild."
322 clean: clean-am
323
324 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
325         mostlyclean-am
326
327 distclean: distclean-am
328
329 distclean-am: clean-am distclean-compile distclean-depend \
330         distclean-generic distclean-libtool distclean-tags
331
332 dvi: dvi-am
333
334 dvi-am:
335
336 info: info-am
337
338 info-am:
339
340 install-data-am:
341
342 install-exec-am:
343
344 install-info: install-info-am
345
346 install-man:
347
348 installcheck-am:
349
350 maintainer-clean: maintainer-clean-am
351
352 maintainer-clean-am: distclean-am maintainer-clean-generic
353
354 mostlyclean: mostlyclean-am
355
356 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
357         mostlyclean-libtool
358
359 uninstall-am: uninstall-info-am
360
361 .PHONY: GTAGS all all-am check check-am clean clean-generic \
362         clean-libtool clean-noinstLTLIBRARIES distclean \
363         distclean-compile distclean-depend distclean-generic \
364         distclean-libtool distclean-tags distdir dvi dvi-am info \
365         info-am install install-am install-data install-data-am \
366         install-exec install-exec-am install-info install-info-am \
367         install-man install-strip installcheck installcheck-am \
368         installdirs maintainer-clean maintainer-clean-generic \
369         mostlyclean mostlyclean-compile mostlyclean-generic \
370         mostlyclean-libtool tags uninstall uninstall-am \
371         uninstall-info-am
372
373 # Tell versions [3.59,3.63) of GNU make to not export all variables.
374 # Otherwise a system limit (for SysV at least) may be exceeded.
375 .NOEXPORT: