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
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
24 top_srcdir
= @top_srcdir@
27 exec_prefix = @
exec_prefix@
31 libexecdir
= @libexecdir@
33 sysconfdir
= @sysconfdir@
34 sharedstatedir
= @sharedstatedir@
35 localstatedir
= @localstatedir@
39 includedir = @
includedir@
40 oldincludedir = /usr
/include
44 pkgdatadir
= $(datadir)/@PACKAGE@
45 pkglibdir
= $(libdir)/@PACKAGE@
46 pkgincludedir
= $(includedir)/@PACKAGE@
53 AUTOHEADER
= @AUTOHEADER@
56 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
57 INSTALL_DATA
= @INSTALL_DATA@
58 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
59 transform
= @program_transform_name@
67 host_alias
= @host_alias@
77 CPPFLAGS
= -DGLOBURL
-DCURL_SEPARATORS
79 INCLUDES
= -I
$(top_srcdir
)/include
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
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
96 PROGRAMS
= $(bin_PROGRAMS
)
99 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I..
-I.
102 curl_OBJECTS
= main.o hugehelp.o urlglob.o
105 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
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
)
115 SOURCES
= $(curl_SOURCES
)
116 OBJECTS
= $(curl_OBJECTS
)
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
126 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
130 @if
test ! -f
$@
; then \
134 stamp-h2
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
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
; \
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
155 maintainer-clean-hdr
:
157 mostlyclean-binPROGRAMS
:
160 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
162 distclean-binPROGRAMS
:
164 maintainer-clean-binPROGRAMS
:
166 install-binPROGRAMS
: $(bin_PROGRAMS
)
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)/'`; \
176 uninstall-binPROGRAMS
:
178 list
='$(bin_PROGRAMS)'; for p in
$$list; do \
179 rm -f
$(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
192 -rm -f
*.o core
*.core
199 maintainer-clean-compile
:
201 curl
: $(curl_OBJECTS
) $(curl_DEPENDENCIES
)
203 $(LINK
) $(curl_LDFLAGS
) $(curl_OBJECTS
) $(curl_LDADD
) $(LIBS
)
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
)
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
)
232 maintainer-clean-tags
:
234 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
238 distdir
: $(DISTFILES
)
239 @for file in
$(DISTFILES
); do \
241 if
test -d
$$d/$$file; then \
242 cp
-pr
$$/$$file $(distdir
)/$$file; \
244 test -f
$(distdir
)/$$file \
245 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
246 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
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
264 install-data
: install-data-am
267 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
269 uninstall-am
: uninstall-binPROGRAMS
270 uninstall: uninstall-am
271 all-am
: Makefile
$(PROGRAMS
) config.h
274 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
276 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
282 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
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 \
294 mostlyclean: mostlyclean-am
296 clean-am
: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
297 clean-generic mostlyclean-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
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.