6.5 cleanup commit
[platform/upstream/curl.git] / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 #
14 # $Id$
15 #
16
17
18 SHELL = @SHELL@
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 prefix = @prefix@
24 exec_prefix = @exec_prefix@
25
26 bindir = @bindir@
27 sbindir = @sbindir@
28 libexecdir = @libexecdir@
29 datadir = @datadir@
30 sysconfdir = @sysconfdir@
31 sharedstatedir = @sharedstatedir@
32 localstatedir = @localstatedir@
33 libdir = @libdir@
34 infodir = @infodir@
35 mandir = @mandir@
36 includedir = @includedir@
37 oldincludedir = /usr/include
38
39 DESTDIR =
40
41 pkgdatadir = $(datadir)/@PACKAGE@
42 pkglibdir = $(libdir)/@PACKAGE@
43 pkgincludedir = $(includedir)/@PACKAGE@
44
45 top_builddir = ..
46
47 ACLOCAL = @ACLOCAL@
48 AUTOCONF = @AUTOCONF@
49 AUTOMAKE = @AUTOMAKE@
50 AUTOHEADER = @AUTOHEADER@
51
52 INSTALL = @INSTALL@
53 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
54 INSTALL_DATA = @INSTALL_DATA@
55 INSTALL_SCRIPT = @INSTALL_SCRIPT@
56 transform = @program_transform_name@
57
58 NORMAL_INSTALL = :
59 PRE_INSTALL = :
60 POST_INSTALL = :
61 NORMAL_UNINSTALL = :
62 PRE_UNINSTALL = :
63 POST_UNINSTALL = :
64 host_alias = @host_alias@
65 host_triplet = @host@
66 CC = @CC@
67 MAKEINFO = @MAKEINFO@
68 NROFF = @NROFF@
69 PACKAGE = @PACKAGE@
70 PERL = @PERL@
71 RANLIB = @RANLIB@
72 VERSION = @VERSION@
73 YACC = @YACC@
74
75 AUTOMAKE_OPTIONS = foreign no-dependencies
76
77 noinst_LIBRARIES = libcurl.a
78
79 # Some flags needed when trying to cause warnings ;-)
80 CFLAGS = -g #-Wall -pedantic
81
82 INCLUDES = -I$(top_srcdir)/include
83
84 libcurl_a_SOURCES =  arpa_telnet.h  file.c         getpass.h      netrc.h        timeval.c base64.c       file.h         hostip.c       progress.c     timeval.h base64.h       formdata.c     hostip.h       progress.h     cookie.c       formdata.h     http.c         sendf.c        cookie.h       ftp.c          http.h         sendf.h        url.c dict.c         ftp.h          if2ip.c        speedcheck.c   url.h dict.h         getdate.c      if2ip.h        speedcheck.h   urldata.h download.c     getdate.h      ldap.c         ssluse.c       version.c download.h     getenv.c       ldap.h         ssluse.h       escape.c       getenv.h       mprintf.c      telnet.c       escape.h       getpass.c      netrc.c        telnet.h       writeout.c writeout.h
85
86 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
87 CONFIG_HEADER = ../config.h ../src/config.h
88 CONFIG_CLEAN_FILES = 
89 LIBRARIES =  $(noinst_LIBRARIES)
90
91
92 DEFS = @DEFS@ -I. -I$(srcdir) -I.. -I../src
93 CPPFLAGS = @CPPFLAGS@
94 LDFLAGS = @LDFLAGS@
95 LIBS = @LIBS@
96 libcurl_a_LIBADD = 
97 libcurl_a_OBJECTS =  file.o timeval.o base64.o hostip.o progress.o \
98 formdata.o cookie.o http.o sendf.o ftp.o url.o dict.o if2ip.o \
99 speedcheck.o getdate.o download.o ldap.o ssluse.o version.o getenv.o \
100 escape.o mprintf.o telnet.o getpass.o netrc.o writeout.o
101 AR = ar
102 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103 CCLD = $(CC)
104 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
105 DIST_COMMON =  Makefile.am Makefile.in
106
107
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110 TAR = gtar
111 GZIP_ENV = --best
112 SOURCES = $(libcurl_a_SOURCES)
113 OBJECTS = $(libcurl_a_OBJECTS)
114
115 all: all-redirect
116 .SUFFIXES:
117 .SUFFIXES: .S .c .o .s
118 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
119         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps lib/Makefile
120
121 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
122         cd $(top_builddir) \
123           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
124
125
126 mostlyclean-noinstLIBRARIES:
127
128 clean-noinstLIBRARIES:
129         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
130
131 distclean-noinstLIBRARIES:
132
133 maintainer-clean-noinstLIBRARIES:
134
135 .c.o:
136         $(COMPILE) -c $<
137
138 .s.o:
139         $(COMPILE) -c $<
140
141 .S.o:
142         $(COMPILE) -c $<
143
144 mostlyclean-compile:
145         -rm -f *.o core *.core
146
147 clean-compile:
148
149 distclean-compile:
150         -rm -f *.tab.c
151
152 maintainer-clean-compile:
153
154 libcurl.a: $(libcurl_a_OBJECTS) $(libcurl_a_DEPENDENCIES)
155         -rm -f libcurl.a
156         $(AR) cru libcurl.a $(libcurl_a_OBJECTS) $(libcurl_a_LIBADD)
157         $(RANLIB) libcurl.a
158
159 tags: TAGS
160
161 ID: $(HEADERS) $(SOURCES) $(LISP)
162         list='$(SOURCES) $(HEADERS)'; \
163         unique=`for i in $$list; do echo $$i; done | \
164           awk '    { files[$$0] = 1; } \
165                END { for (i in files) print i; }'`; \
166         here=`pwd` && cd $(srcdir) \
167           && mkid -f$$here/ID $$unique $(LISP)
168
169 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
170         tags=; \
171         here=`pwd`; \
172         list='$(SOURCES) $(HEADERS)'; \
173         unique=`for i in $$list; do echo $$i; done | \
174           awk '    { files[$$0] = 1; } \
175                END { for (i in files) print i; }'`; \
176         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
177           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
178
179 mostlyclean-tags:
180
181 clean-tags:
182
183 distclean-tags:
184         -rm -f TAGS ID
185
186 maintainer-clean-tags:
187
188 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
189
190 subdir = lib
191
192 distdir: $(DISTFILES)
193         @for file in $(DISTFILES); do \
194           d=$(srcdir); \
195           if test -d $$d/$$file; then \
196             cp -pr $$/$$file $(distdir)/$$file; \
197           else \
198             test -f $(distdir)/$$file \
199             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
200             || cp -p $$d/$$file $(distdir)/$$file || :; \
201           fi; \
202         done
203 info-am:
204 info: info-am
205 dvi-am:
206 dvi: dvi-am
207 check-am: all-am
208 check: check-am
209 installcheck-am:
210 installcheck: installcheck-am
211 install-exec-am:
212 install-exec: install-exec-am
213
214 install-data-am:
215 install-data: install-data-am
216
217 install-am: all-am
218         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
219 install: install-am
220 uninstall-am:
221 uninstall: uninstall-am
222 all-am: Makefile $(LIBRARIES)
223 all-redirect: all-am
224 install-strip:
225         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
226 installdirs:
227
228
229 mostlyclean-generic:
230
231 clean-generic:
232
233 distclean-generic:
234         -rm -f Makefile $(CONFIG_CLEAN_FILES)
235         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
236
237 maintainer-clean-generic:
238 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
239                 mostlyclean-tags mostlyclean-generic
240
241 mostlyclean: mostlyclean-am
242
243 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
244                 mostlyclean-am
245
246 clean: clean-am
247
248 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
249                 distclean-tags distclean-generic clean-am
250
251 distclean: distclean-am
252
253 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
254                 maintainer-clean-compile maintainer-clean-tags \
255                 maintainer-clean-generic distclean-am
256         @echo "This command is intended for maintainers to use;"
257         @echo "it deletes files that may require special tools to rebuild."
258
259 maintainer-clean: maintainer-clean-am
260
261 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
262 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
263 mostlyclean-compile distclean-compile clean-compile \
264 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
265 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
266 check-am installcheck-am installcheck install-exec-am install-exec \
267 install-data-am install-data install-am install uninstall-am uninstall \
268 all-redirect all-am all installdirs mostlyclean-generic \
269 distclean-generic clean-generic maintainer-clean-generic clean \
270 mostlyclean distclean maintainer-clean
271
272
273 # Say $(srcdir), so GNU make does not report an ambiguity with the .y.c rule.
274 $(srcdir)/getdate.c: getdate.y
275         cd $(srcdir) && \
276           $(YACC) $(YFLAGS) getdate.y; \
277           mv -f y.tab.c getdate.c
278
279 # Tell versions [3.59,3.63) of GNU make to not export all variables.
280 # Otherwise a system limit (for SysV at least) may be exceeded.
281 .NOEXPORT: