7.5-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 AS = @AS@
67 CC = @CC@
68 DLLTOOL = @DLLTOOL@
69 LIBTOOL = @LIBTOOL@
70 LN_S = @LN_S@
71 MAKEINFO = @MAKEINFO@
72 NROFF = @NROFF@
73 OBJDUMP = @OBJDUMP@
74 PACKAGE = @PACKAGE@
75 PERL = @PERL@
76 RANLIB = @RANLIB@
77 VERSION = @VERSION@
78 YACC = @YACC@
79
80 AUTOMAKE_OPTIONS = foreign
81
82 lib_LTLIBRARIES = libcurl.la
83
84 # Some flags needed when trying to cause warnings ;-)
85 # CFLAGS = -DMALLOCDEBUG -g # -Wall #-pedantic
86
87 INCLUDES = -I$(top_srcdir)/include
88
89 libcurl_la_LDFLAGS = -version-info 1:0:0
90 # This flag accepts an argument of the form current[:revision[:age]]. So,
91 # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
92 # 1.
93 #
94 # If either revision or age are omitted, they default to 0. Also note that age
95 # must be less than or equal to the current interface number.
96 #
97 # Here are a set of rules to help you update your library version information: 
98 #
99 # 1.Start with version information of 0:0:0 for each libtool library.
100 #
101 # 2.Update the version information only immediately before a public release of
102 # your software. More frequent updates are unnecessary, and only guarantee
103 # that the current interface number gets larger faster.
104 #
105 # 3.If the library source code has changed at all since the last update, then
106 # increment revision (c:r:a becomes c:r+1:a).
107 #
108 # 4.If any interfaces have been added, removed, or changed since the last
109 # update, increment current, and set revision to 0.
110 #
111 # 5.If any interfaces have been added since the last public release, then
112 # increment age.
113 #
114 # 6.If any interfaces have been removed since the last public release, then
115 # set age to 0.
116 #
117
118 libcurl_la_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       getinfo.c highlevel.c strequal.c strequal.h easy.c security.h security.c krb4.c memdebug.c memdebug.h
119
120 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
121 CONFIG_HEADER = ../config.h ../src/config.h
122 CONFIG_CLEAN_FILES = 
123 LTLIBRARIES =  $(lib_LTLIBRARIES)
124
125
126 DEFS = @DEFS@ -I. -I$(srcdir) -I.. -I../src
127 CPPFLAGS = @CPPFLAGS@
128 LDFLAGS = @LDFLAGS@
129 LIBS = @LIBS@
130 libcurl_la_LIBADD = 
131 libcurl_la_OBJECTS =  file.lo timeval.lo base64.lo hostip.lo progress.lo \
132 formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo if2ip.lo \
133 speedcheck.lo getdate.lo download.lo ldap.lo ssluse.lo version.lo \
134 getenv.lo escape.lo mprintf.lo telnet.lo getpass.lo netrc.lo getinfo.lo \
135 highlevel.lo strequal.lo easy.lo security.lo krb4.lo memdebug.lo
136 CFLAGS = @CFLAGS@
137 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
138 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
139 CCLD = $(CC)
140 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
141 DIST_COMMON =  Makefile.am Makefile.in
142
143
144 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
145
146 TAR = gtar
147 GZIP_ENV = --best
148 SOURCES = $(libcurl_la_SOURCES)
149 OBJECTS = $(libcurl_la_OBJECTS)
150
151 all: all-redirect
152 .SUFFIXES:
153 .SUFFIXES: .S .c .lo .o .s
154 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
155         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps lib/Makefile
156
157 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
158         cd $(top_builddir) \
159           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
160
161
162 mostlyclean-libLTLIBRARIES:
163
164 clean-libLTLIBRARIES:
165         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
166
167 distclean-libLTLIBRARIES:
168
169 maintainer-clean-libLTLIBRARIES:
170
171 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
172         @$(NORMAL_INSTALL)
173         $(mkinstalldirs) $(DESTDIR)$(libdir)
174         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
175           if test -f $$p; then \
176             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
177             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
178           else :; fi; \
179         done
180
181 uninstall-libLTLIBRARIES:
182         @$(NORMAL_UNINSTALL)
183         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
184           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
185         done
186
187 .c.o:
188         $(COMPILE) -c $<
189
190 .s.o:
191         $(COMPILE) -c $<
192
193 .S.o:
194         $(COMPILE) -c $<
195
196 mostlyclean-compile:
197         -rm -f *.o core *.core
198
199 clean-compile:
200
201 distclean-compile:
202         -rm -f *.tab.c
203
204 maintainer-clean-compile:
205
206 .c.lo:
207         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
208
209 .s.lo:
210         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
211
212 .S.lo:
213         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
214
215 mostlyclean-libtool:
216         -rm -f *.lo
217
218 clean-libtool:
219         -rm -rf .libs _libs
220
221 distclean-libtool:
222
223 maintainer-clean-libtool:
224
225 libcurl.la: $(libcurl_la_OBJECTS) $(libcurl_la_DEPENDENCIES)
226         $(LINK) -rpath $(libdir) $(libcurl_la_LDFLAGS) $(libcurl_la_OBJECTS) $(libcurl_la_LIBADD) $(LIBS)
227
228 tags: TAGS
229
230 ID: $(HEADERS) $(SOURCES) $(LISP)
231         list='$(SOURCES) $(HEADERS)'; \
232         unique=`for i in $$list; do echo $$i; done | \
233           awk '    { files[$$0] = 1; } \
234                END { for (i in files) print i; }'`; \
235         here=`pwd` && cd $(srcdir) \
236           && mkid -f$$here/ID $$unique $(LISP)
237
238 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
239         tags=; \
240         here=`pwd`; \
241         list='$(SOURCES) $(HEADERS)'; \
242         unique=`for i in $$list; do echo $$i; done | \
243           awk '    { files[$$0] = 1; } \
244                END { for (i in files) print i; }'`; \
245         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
246           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
247
248 mostlyclean-tags:
249
250 clean-tags:
251
252 distclean-tags:
253         -rm -f TAGS ID
254
255 maintainer-clean-tags:
256
257 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
258
259 subdir = lib
260
261 distdir: $(DISTFILES)
262         @for file in $(DISTFILES); do \
263           d=$(srcdir); \
264           if test -d $$d/$$file; then \
265             cp -pr $$/$$file $(distdir)/$$file; \
266           else \
267             test -f $(distdir)/$$file \
268             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
269             || cp -p $$d/$$file $(distdir)/$$file || :; \
270           fi; \
271         done
272 info-am:
273 info: info-am
274 dvi-am:
275 dvi: dvi-am
276 check-am: all-am
277 check: check-am
278 installcheck-am:
279 installcheck: installcheck-am
280 install-exec-am: install-libLTLIBRARIES
281 install-exec: install-exec-am
282
283 install-data-am:
284 install-data: install-data-am
285
286 install-am: all-am
287         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
288 install: install-am
289 uninstall-am: uninstall-libLTLIBRARIES
290 uninstall: uninstall-am
291 all-am: Makefile $(LTLIBRARIES)
292 all-redirect: all-am
293 install-strip:
294         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
295 installdirs:
296         $(mkinstalldirs)  $(DESTDIR)$(libdir)
297
298
299 mostlyclean-generic:
300
301 clean-generic:
302
303 distclean-generic:
304         -rm -f Makefile $(CONFIG_CLEAN_FILES)
305         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
306
307 maintainer-clean-generic:
308 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
309                 mostlyclean-libtool mostlyclean-tags \
310                 mostlyclean-generic
311
312 mostlyclean: mostlyclean-am
313
314 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
315                 clean-generic mostlyclean-am
316
317 clean: clean-am
318
319 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
320                 distclean-libtool distclean-tags distclean-generic \
321                 clean-am
322         -rm -f libtool
323
324 distclean: distclean-am
325
326 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
327                 maintainer-clean-compile maintainer-clean-libtool \
328                 maintainer-clean-tags maintainer-clean-generic \
329                 distclean-am
330         @echo "This command is intended for maintainers to use;"
331         @echo "it deletes files that may require special tools to rebuild."
332
333 maintainer-clean: maintainer-clean-am
334
335 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
336 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
337 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
338 distclean-compile clean-compile maintainer-clean-compile \
339 mostlyclean-libtool distclean-libtool clean-libtool \
340 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
341 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
342 check-am installcheck-am installcheck install-exec-am install-exec \
343 install-data-am install-data install-am install uninstall-am uninstall \
344 all-redirect all-am all installdirs mostlyclean-generic \
345 distclean-generic clean-generic maintainer-clean-generic clean \
346 mostlyclean distclean maintainer-clean
347
348
349 # Say $(srcdir), so GNU make does not report an ambiguity with the .y.c rule.
350 $(srcdir)/getdate.c: getdate.y
351         cd $(srcdir) && \
352           $(YACC) $(YFLAGS) getdate.y; \
353           mv -f y.tab.c getdate.c
354
355 # Tell versions [3.59,3.63) of GNU make to not export all variables.
356 # Otherwise a system limit (for SysV at least) may be exceeded.
357 .NOEXPORT: