Initial revision
[platform/upstream/curl.git] / Makefile
1 # Generated automatically from Makefile.in by configure.
2 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3
4 # Copyright (C) 1994, 1995-8, 1999 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 #
15 # $Id$
16 #
17
18
19 SHELL = /bin/sh
20
21 srcdir = .
22 top_srcdir = .
23 prefix = /usr/local
24 exec_prefix = ${prefix}
25
26 bindir = ${exec_prefix}/bin
27 sbindir = ${exec_prefix}/sbin
28 libexecdir = ${exec_prefix}/libexec
29 datadir = ${prefix}/share
30 sysconfdir = ${prefix}/etc
31 sharedstatedir = ${prefix}/com
32 localstatedir = ${prefix}/var
33 libdir = ${exec_prefix}/lib
34 infodir = ${prefix}/info
35 mandir = ${prefix}/man
36 includedir = ${prefix}/include
37 oldincludedir = /usr/include
38
39 DESTDIR =
40
41 pkgdatadir = $(datadir)/curl
42 pkglibdir = $(libdir)/curl
43 pkgincludedir = $(includedir)/curl
44
45 top_builddir = .
46
47 ACLOCAL = aclocal
48 AUTOCONF = autoconf
49 AUTOMAKE = automake
50 AUTOHEADER = autoheader
51
52 INSTALL = ./install-sh -c
53 INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
54 INSTALL_DATA = ${INSTALL} -m 644
55 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
56 transform = s,x,x,
57
58 NORMAL_INSTALL = :
59 PRE_INSTALL = :
60 POST_INSTALL = :
61 NORMAL_UNINSTALL = :
62 PRE_UNINSTALL = :
63 POST_UNINSTALL = :
64 host_alias = sparc-sun-solaris2.6
65 host_triplet = sparc-sun-solaris2.6
66 CC = gcc
67 MAKEINFO = makeinfo
68 NROFF = /bin/nroff
69 PACKAGE = curl
70 PERL = /usr/local/bin/perl
71 RANLIB = ranlib
72 VERSION = 6.3.1
73 YACC = bison -y
74
75 AUTOMAKE_OPTIONS = foreign no-dependencies
76
77 man_MANS = curl.1
78
79 EXTRA_DIST = $(man_MANS)
80
81 SUBDIRS = lib src
82 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84 CONFIG_HEADER = config.h ./src/config.h
85 CONFIG_CLEAN_FILES = 
86 man1dir = $(mandir)/man1
87 MANS = $(man_MANS)
88 DIST_COMMON =  README ./stamp-h1.in INSTALL Makefile.am Makefile.in TODO \
89 acconfig.h aclocal.m4 config.guess config.h.in config.sub configure \
90 configure.in install-sh missing mkinstalldirs src/config.h.in \
91 src/stamp-h2.in
92
93
94 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
95
96 TAR = tar
97 GZIP_ENV = --best
98 all: all-redirect
99 .SUFFIXES:
100 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
101         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
102
103 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
104         cd $(top_builddir) \
105           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
106
107 $(ACLOCAL_M4):  configure.in 
108         cd $(srcdir) && $(ACLOCAL)
109
110 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
111         $(SHELL) ./config.status --recheck
112 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
113         cd $(srcdir) && $(AUTOCONF)
114
115 config.h: stamp-h1
116         @if test ! -f $@; then \
117                 rm -f stamp-h1; \
118                 $(MAKE) stamp-h1; \
119         else :; fi
120 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
121         cd $(top_builddir) \
122           && CONFIG_FILES= CONFIG_HEADERS=config.h \
123              $(SHELL) ./config.status
124         @echo timestamp > stamp-h1 2> /dev/null
125 $(srcdir)/config.h.in: $(srcdir)/stamp-h1.in
126         @if test ! -f $@; then \
127                 rm -f $(srcdir)/stamp-h1.in; \
128                 $(MAKE) $(srcdir)/stamp-h1.in; \
129         else :; fi
130 $(srcdir)/stamp-h1.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
131         cd $(top_srcdir) && $(AUTOHEADER)
132         @echo timestamp > $(srcdir)/stamp-h1.in 2> /dev/null
133
134 src/config.h: src/stamp-h2
135         @if test ! -f $@; then \
136                 rm -f src/stamp-h2; \
137                 $(MAKE) src/stamp-h2; \
138         else :; fi
139 src/stamp-h2: $(srcdir)/src/config.h.in $(top_builddir)/config.status
140         cd $(top_builddir) \
141           && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
142              $(SHELL) ./config.status
143         @echo timestamp > src/stamp-h2 2> /dev/null
144 $(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h2.in
145         @if test ! -f $@; then \
146                 rm -f $(srcdir)/src/stamp-h2.in; \
147                 $(MAKE) $(srcdir)/src/stamp-h2.in; \
148         else :; fi
149 $(srcdir)/src/stamp-h2.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
150         cd $(top_srcdir) && $(AUTOHEADER)
151         @echo timestamp > $(srcdir)/src/stamp-h2.in 2> /dev/null
152
153 mostlyclean-hdr:
154
155 clean-hdr:
156
157 distclean-hdr:
158         -rm -f config.h src/config.h
159
160 maintainer-clean-hdr:
161
162 install-man1:
163         $(mkinstalldirs) $(DESTDIR)$(man1dir)
164         @list='$(man1_MANS)'; \
165         l2='$(man_MANS)'; for i in $$l2; do \
166           case "$$i" in \
167             *.1*) list="$$list $$i" ;; \
168           esac; \
169         done; \
170         for i in $$list; do \
171           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
172           else file=$$i; fi; \
173           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
174           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
175           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
176           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
177           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
178         done
179
180 uninstall-man1:
181         @list='$(man1_MANS)'; \
182         l2='$(man_MANS)'; for i in $$l2; do \
183           case "$$i" in \
184             *.1*) list="$$list $$i" ;; \
185           esac; \
186         done; \
187         for i in $$list; do \
188           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
189           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
190           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
191           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
192           rm -f $(DESTDIR)$(man1dir)/$$inst; \
193         done
194 install-man: $(MANS)
195         @$(NORMAL_INSTALL)
196         $(MAKE) $(AM_MAKEFLAGS) install-man1
197 uninstall-man:
198         @$(NORMAL_UNINSTALL)
199         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
200
201 # This directory's subdirectories are mostly independent; you can cd
202 # into them and run `make' without going through this Makefile.
203 # To change the values of `make' variables: instead of editing Makefiles,
204 # (1) if the variable is set in `config.status', edit `config.status'
205 #     (which will cause the Makefiles to be regenerated when you run `make');
206 # (2) otherwise, pass the desired values on the `make' command line.
207
208
209
210 all-recursive install-data-recursive install-exec-recursive \
211 installdirs-recursive install-recursive uninstall-recursive  \
212 check-recursive installcheck-recursive info-recursive dvi-recursive:
213         @set fnord $(MAKEFLAGS); amf=$$2; \
214         dot_seen=no; \
215         target=`echo $@ | sed s/-recursive//`; \
216         list='$(SUBDIRS)'; for subdir in $$list; do \
217           echo "Making $$target in $$subdir"; \
218           if test "$$subdir" = "."; then \
219             dot_seen=yes; \
220             local_target="$$target-am"; \
221           else \
222             local_target="$$target"; \
223           fi; \
224           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
225            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
226         done; \
227         if test "$$dot_seen" = "no"; then \
228           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
229         fi; test -z "$$fail"
230
231 mostlyclean-recursive clean-recursive distclean-recursive \
232 maintainer-clean-recursive:
233         @set fnord $(MAKEFLAGS); amf=$$2; \
234         dot_seen=no; \
235         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
236           rev="$$subdir $$rev"; \
237           test "$$subdir" = "." && dot_seen=yes; \
238         done; \
239         test "$$dot_seen" = "no" && rev=". $$rev"; \
240         target=`echo $@ | sed s/-recursive//`; \
241         for subdir in $$rev; do \
242           echo "Making $$target in $$subdir"; \
243           if test "$$subdir" = "."; then \
244             local_target="$$target-am"; \
245           else \
246             local_target="$$target"; \
247           fi; \
248           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
249            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
250         done && test -z "$$fail"
251 tags-recursive:
252         list='$(SUBDIRS)'; for subdir in $$list; do \
253           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
254         done
255
256 tags: TAGS
257
258 ID: $(HEADERS) $(SOURCES) $(LISP)
259         list='$(SOURCES) $(HEADERS)'; \
260         unique=`for i in $$list; do echo $$i; done | \
261           awk '    { files[$$0] = 1; } \
262                END { for (i in files) print i; }'`; \
263         here=`pwd` && cd $(srcdir) \
264           && mkid -f$$here/ID $$unique $(LISP)
265
266 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
267         tags=; \
268         here=`pwd`; \
269         list='$(SUBDIRS)'; for subdir in $$list; do \
270    if test "$$subdir" = .; then :; else \
271             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
272    fi; \
273         done; \
274         list='$(SOURCES) $(HEADERS)'; \
275         unique=`for i in $$list; do echo $$i; done | \
276           awk '    { files[$$0] = 1; } \
277                END { for (i in files) print i; }'`; \
278         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
279           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
280
281 mostlyclean-tags:
282
283 clean-tags:
284
285 distclean-tags:
286         -rm -f TAGS ID
287
288 maintainer-clean-tags:
289
290 distdir = $(PACKAGE)-$(VERSION)
291 top_distdir = $(distdir)
292
293 # This target untars the dist file and tries a VPATH configuration.  Then
294 # it guarantees that the distribution is self-contained by making another
295 # tarfile.
296 distcheck: dist
297         -rm -rf $(distdir)
298         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
299         mkdir $(distdir)/=build
300         mkdir $(distdir)/=inst
301         dc_install_base=`cd $(distdir)/=inst && pwd`; \
302         cd $(distdir)/=build \
303           && ../configure --srcdir=.. --prefix=$$dc_install_base \
304           && $(MAKE) $(AM_MAKEFLAGS) \
305           && $(MAKE) $(AM_MAKEFLAGS) dvi \
306           && $(MAKE) $(AM_MAKEFLAGS) check \
307           && $(MAKE) $(AM_MAKEFLAGS) install \
308           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
309           && $(MAKE) $(AM_MAKEFLAGS) dist
310         -rm -rf $(distdir)
311         @banner="$(distdir).tar.gz is ready for distribution"; \
312         dashes=`echo "$$banner" | sed s/./=/g`; \
313         echo "$$dashes"; \
314         echo "$$banner"; \
315         echo "$$dashes"
316 dist: distdir
317         -chmod -R a+r $(distdir)
318         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
319         -rm -rf $(distdir)
320 dist-all: distdir
321         -chmod -R a+r $(distdir)
322         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
323         -rm -rf $(distdir)
324 distdir: $(DISTFILES)
325         -rm -rf $(distdir)
326         mkdir $(distdir)
327         -chmod 777 $(distdir)
328         @for file in $(DISTFILES); do \
329           d=$(srcdir); \
330           if test -d $$d/$$file; then \
331             cp -pr $$/$$file $(distdir)/$$file; \
332           else \
333             test -f $(distdir)/$$file \
334             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
335             || cp -p $$d/$$file $(distdir)/$$file || :; \
336           fi; \
337         done
338         for subdir in $(SUBDIRS); do \
339           if test "$$subdir" = .; then :; else \
340             test -d $(distdir)/$$subdir \
341             || mkdir $(distdir)/$$subdir \
342             || exit 1; \
343             chmod 777 $(distdir)/$$subdir; \
344             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
345               || exit 1; \
346           fi; \
347         done
348 info-am:
349 info: info-recursive
350 dvi-am:
351 dvi: dvi-recursive
352 check-am: all-am
353 check: check-recursive
354 installcheck-am:
355 installcheck: installcheck-recursive
356 all-recursive-am: config.h
357         $(MAKE) $(AM_MAKEFLAGS) all-recursive
358
359 install-exec-am:
360 install-exec: install-exec-recursive
361
362 install-data-am: install-man
363 install-data: install-data-recursive
364
365 install-am: all-am
366         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
367 install: install-recursive
368 uninstall-am: uninstall-man
369 uninstall: uninstall-recursive
370 all-am: Makefile $(MANS) config.h
371 all-redirect: all-recursive-am
372 install-strip:
373         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
374 installdirs: installdirs-recursive
375 installdirs-am:
376         $(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
377
378
379 mostlyclean-generic:
380
381 clean-generic:
382
383 distclean-generic:
384         -rm -f Makefile $(CONFIG_CLEAN_FILES)
385         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
386
387 maintainer-clean-generic:
388 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
389
390 mostlyclean: mostlyclean-recursive
391
392 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
393
394 clean: clean-recursive
395
396 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
397
398 distclean: distclean-recursive
399         -rm -f config.status
400
401 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
402                 maintainer-clean-generic distclean-am
403         @echo "This command is intended for maintainers to use;"
404         @echo "it deletes files that may require special tools to rebuild."
405
406 maintainer-clean: maintainer-clean-recursive
407         -rm -f config.status
408
409 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
410 install-man1 uninstall-man1 install-man uninstall-man \
411 install-data-recursive uninstall-data-recursive install-exec-recursive \
412 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
413 all-recursive check-recursive installcheck-recursive info-recursive \
414 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
415 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
416 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
417 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
418 install-exec-am install-exec install-data-am install-data install-am \
419 install uninstall-am uninstall all-redirect all-am all installdirs-am \
420 installdirs mostlyclean-generic distclean-generic clean-generic \
421 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
422
423
424 # Tell versions [3.59,3.63) of GNU make to not export all variables.
425 # Otherwise a system limit (for SysV at least) may be exceeded.
426 .NOEXPORT: