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