new
[libcurl.git] / src / Makefile.in
blob5fcf2b11c5fcec212a583638f467191968a431b9
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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.
14 # $Id: Makefile.in,v 1.1.1.1 1999-12-29 14:22:32 bagder Exp $
17 # Some flags needed when trying to cause warnings ;-)
18 # CFLAGS = -Wall -pedantic
21 SHELL = @SHELL@
23 srcdir = @srcdir@
24 top_srcdir = @top_srcdir@
25 VPATH = @srcdir@
26 prefix = @prefix@
27 exec_prefix = @exec_prefix@
29 bindir = @bindir@
30 sbindir = @sbindir@
31 libexecdir = @libexecdir@
32 datadir = @datadir@
33 sysconfdir = @sysconfdir@
34 sharedstatedir = @sharedstatedir@
35 localstatedir = @localstatedir@
36 libdir = @libdir@
37 infodir = @infodir@
38 mandir = @mandir@
39 includedir = @includedir@
40 oldincludedir = /usr/include
42 DESTDIR =
44 pkgdatadir = $(datadir)/@PACKAGE@
45 pkglibdir = $(libdir)/@PACKAGE@
46 pkgincludedir = $(includedir)/@PACKAGE@
48 top_builddir = ..
50 ACLOCAL = @ACLOCAL@
51 AUTOCONF = @AUTOCONF@
52 AUTOMAKE = @AUTOMAKE@
53 AUTOHEADER = @AUTOHEADER@
55 INSTALL = @INSTALL@
56 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
57 INSTALL_DATA = @INSTALL_DATA@
58 INSTALL_SCRIPT = @INSTALL_SCRIPT@
59 transform = @program_transform_name@
61 NORMAL_INSTALL = :
62 PRE_INSTALL = :
63 POST_INSTALL = :
64 NORMAL_UNINSTALL = :
65 PRE_UNINSTALL = :
66 POST_UNINSTALL = :
67 host_alias = @host_alias@
68 host_triplet = @host@
69 CC = @CC@
70 MAKEINFO = @MAKEINFO@
71 PACKAGE = @PACKAGE@
72 PERL = @PERL@
73 RANLIB = @RANLIB@
74 VERSION = @VERSION@
75 YACC = @YACC@
77 CPPFLAGS = -DGLOBURL -DCURL_SEPARATORS
79 INCLUDES = -I$(top_srcdir)/include
81 bin_PROGRAMS = curl
83 curl_SOURCES = main.c hugehelp.c urlglob.c
84 curl_LDADD = ../lib/libcurl.a
85 curl_DEPENDENCIES = ../lib/libcurl.a
86 BUILT_SOURCES = hugehelp.c
87 CLEANFILES = hugehelp.c
88 NROFF = @NROFF@
90 EXTRA_DIST = mkhelp.pl Makefile.vc6
92 AUTOMAKE_OPTIONS = foreign no-dependencies
93 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94 CONFIG_HEADER = ../config.h config.h
95 CONFIG_CLEAN_FILES =
96 PROGRAMS = $(bin_PROGRAMS)
99 DEFS = @DEFS@ -I. -I$(srcdir) -I.. -I.
100 LDFLAGS = @LDFLAGS@
101 LIBS = @LIBS@
102 curl_OBJECTS = main.o hugehelp.o urlglob.o
103 curl_LDFLAGS =
104 CFLAGS = @CFLAGS@
105 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106 CCLD = $(CC)
107 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
108 DIST_COMMON = ./stamp-h2.in Makefile.am Makefile.in config.h.in
111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
113 TAR = tar
114 GZIP_ENV = --best
115 SOURCES = $(curl_SOURCES)
116 OBJECTS = $(curl_OBJECTS)
118 all: all-redirect
119 .SUFFIXES:
120 .SUFFIXES: .S .c .o .s
121 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
122 cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps src/Makefile
124 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
125 cd $(top_builddir) \
126 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
129 config.h: stamp-h2
130 @if test ! -f $@; then \
131 rm -f stamp-h2; \
132 $(MAKE) stamp-h2; \
133 else :; fi
134 stamp-h2: $(srcdir)/config.h.in $(top_builddir)/config.status
135 cd $(top_builddir) \
136 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
137 $(SHELL) ./config.status
138 @echo timestamp > stamp-h2 2> /dev/null
139 $(srcdir)/config.h.in: $(srcdir)/stamp-h2.in
140 @if test ! -f $@; then \
141 rm -f $(srcdir)/stamp-h2.in; \
142 $(MAKE) $(srcdir)/stamp-h2.in; \
143 else :; fi
144 $(srcdir)/stamp-h2.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
145 cd $(top_srcdir) && $(AUTOHEADER)
146 @echo timestamp > $(srcdir)/stamp-h2.in 2> /dev/null
148 mostlyclean-hdr:
150 clean-hdr:
152 distclean-hdr:
153 -rm -f config.h
155 maintainer-clean-hdr:
157 mostlyclean-binPROGRAMS:
159 clean-binPROGRAMS:
160 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
162 distclean-binPROGRAMS:
164 maintainer-clean-binPROGRAMS:
166 install-binPROGRAMS: $(bin_PROGRAMS)
167 @$(NORMAL_INSTALL)
168 $(mkinstalldirs) $(DESTDIR)$(bindir)
169 @list='$(bin_PROGRAMS)'; for p in $$list; do \
170 if test -f $$p; then \
171 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
172 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
173 else :; fi; \
174 done
176 uninstall-binPROGRAMS:
177 @$(NORMAL_UNINSTALL)
178 list='$(bin_PROGRAMS)'; for p in $$list; do \
179 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
180 done
182 .c.o:
183 $(COMPILE) -c $<
185 .s.o:
186 $(COMPILE) -c $<
188 .S.o:
189 $(COMPILE) -c $<
191 mostlyclean-compile:
192 -rm -f *.o core *.core
194 clean-compile:
196 distclean-compile:
197 -rm -f *.tab.c
199 maintainer-clean-compile:
201 curl: $(curl_OBJECTS) $(curl_DEPENDENCIES)
202 @rm -f curl
203 $(LINK) $(curl_LDFLAGS) $(curl_OBJECTS) $(curl_LDADD) $(LIBS)
205 tags: TAGS
207 ID: $(HEADERS) $(SOURCES) $(LISP)
208 list='$(SOURCES) $(HEADERS)'; \
209 unique=`for i in $$list; do echo $$i; done | \
210 awk ' { files[$$0] = 1; } \
211 END { for (i in files) print i; }'`; \
212 here=`pwd` && cd $(srcdir) \
213 && mkid -f$$here/ID $$unique $(LISP)
215 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
216 tags=; \
217 here=`pwd`; \
218 list='$(SOURCES) $(HEADERS)'; \
219 unique=`for i in $$list; do echo $$i; done | \
220 awk ' { files[$$0] = 1; } \
221 END { for (i in files) print i; }'`; \
222 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
223 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
225 mostlyclean-tags:
227 clean-tags:
229 distclean-tags:
230 -rm -f TAGS ID
232 maintainer-clean-tags:
234 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
236 subdir = src
238 distdir: $(DISTFILES)
239 @for file in $(DISTFILES); do \
240 d=$(srcdir); \
241 if test -d $$d/$$file; then \
242 cp -pr $$/$$file $(distdir)/$$file; \
243 else \
244 test -f $(distdir)/$$file \
245 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246 || cp -p $$d/$$file $(distdir)/$$file || :; \
247 fi; \
248 done
249 info-am:
250 info: info-am
251 dvi-am:
252 dvi: dvi-am
253 check-am: all-am
254 check: check-am
255 installcheck-am:
256 installcheck: installcheck-am
257 all-recursive-am: config.h
258 $(MAKE) $(AM_MAKEFLAGS) all-recursive
260 install-exec-am: install-binPROGRAMS
261 install-exec: install-exec-am
263 install-data-am:
264 install-data: install-data-am
266 install-am: all-am
267 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
268 install: install-am
269 uninstall-am: uninstall-binPROGRAMS
270 uninstall: uninstall-am
271 all-am: Makefile $(PROGRAMS) config.h
272 all-redirect: all-am
273 install-strip:
274 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
275 installdirs:
276 $(mkinstalldirs) $(DESTDIR)$(bindir)
279 mostlyclean-generic:
281 clean-generic:
282 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
284 distclean-generic:
285 -rm -f Makefile $(CONFIG_CLEAN_FILES)
286 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
288 maintainer-clean-generic:
289 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
290 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
291 mostlyclean-compile mostlyclean-tags \
292 mostlyclean-generic
294 mostlyclean: mostlyclean-am
296 clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
297 clean-generic mostlyclean-am
299 clean: clean-am
301 distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
302 distclean-tags distclean-generic clean-am
304 distclean: distclean-am
306 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
307 maintainer-clean-compile maintainer-clean-tags \
308 maintainer-clean-generic distclean-am
309 @echo "This command is intended for maintainers to use;"
310 @echo "it deletes files that may require special tools to rebuild."
312 maintainer-clean: maintainer-clean-am
314 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
315 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
316 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
317 mostlyclean-compile distclean-compile clean-compile \
318 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
319 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
320 check-am installcheck-am installcheck all-recursive-am install-exec-am \
321 install-exec install-data-am install-data install-am install \
322 uninstall-am uninstall all-redirect all-am all installdirs \
323 mostlyclean-generic distclean-generic clean-generic \
324 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
327 # This generates the hugehelp.c file
328 hugehelp.c: $(top_srcdir)/README.curl $(top_srcdir)/curl.1 mkhelp.pl
329 rm -f hugehelp.c
330 $(NROFF) -man $(top_srcdir)/curl.1 | $(PERL) $(top_srcdir)/src/mkhelp.pl $(top_srcdir)/README.curl > hugehelp.c
332 # Tell versions [3.59,3.63) of GNU make to not export all variables.
333 # Otherwise a system limit (for SysV at least) may be exceeded.
334 .NOEXPORT: