Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / src / Makefile.in
blob376bae96c92ab9db709ff220687d103def2a863f
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 # ./src/Makefile.inc
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 bin_PROGRAMS = curl$(EXEEXT)
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
43 $(srcdir)/Makefile.inc $(srcdir)/config.h.in
44 subdir = src
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-reentrant.m4 \
47 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49 $(ACLOCAL_M4)
50 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
51 CONFIG_HEADER = $(top_builddir)/lib/config.h config.h \
52 $(top_builddir)/include/curl/curlbuild.h
53 CONFIG_CLEAN_FILES =
54 am__installdirs = "$(DESTDIR)$(bindir)"
55 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
56 PROGRAMS = $(bin_PROGRAMS)
57 am__objects_1 = main.$(OBJEXT) hugehelp.$(OBJEXT) urlglob.$(OBJEXT) \
58 writeout.$(OBJEXT) writeenv.$(OBJEXT) getpass.$(OBJEXT) \
59 homedir.$(OBJEXT) curlutil.$(OBJEXT)
60 am__objects_2 = strtoofft.$(OBJEXT) strdup.$(OBJEXT)
61 am__objects_3 =
62 am_curl_OBJECTS = $(am__objects_1) $(am__objects_2) $(am__objects_3)
63 curl_OBJECTS = $(am_curl_OBJECTS)
64 DEFAULT_INCLUDES =
65 depcomp = $(SHELL) $(top_srcdir)/depcomp
66 am__depfiles_maybe = depfiles
67 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
70 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
71 $(AM_CFLAGS) $(CFLAGS)
72 CCLD = $(CC)
73 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
74 $(AM_LDFLAGS) $(LDFLAGS) -o $@
75 SOURCES = $(curl_SOURCES)
76 DIST_SOURCES = $(curl_SOURCES)
77 ETAGS = etags
78 CTAGS = ctags
79 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80 ACLOCAL = @ACLOCAL@
81 AMDEP_FALSE = @AMDEP_FALSE@
82 AMDEP_TRUE = @AMDEP_TRUE@
83 AMTAR = @AMTAR@
84 AR = @AR@
85 AS = @AS@
86 AUTOCONF = @AUTOCONF@
87 AUTOHEADER = @AUTOHEADER@
88 AUTOMAKE = @AUTOMAKE@
89 AWK = @AWK@
90 CC = @CC@
91 CCDEPMODE = @CCDEPMODE@
92 CFLAGS = @CFLAGS@
93 CPP = @CPP@
94 CPPFLAGS = @CPPFLAGS@
95 CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
96 CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
97 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
98 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
99 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
100 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
101 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
102 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
103 CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
104 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
105 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
106 CURL_LIBS = @CURL_LIBS@
107 CYGPATH_W = @CYGPATH_W@
108 DEFS = @DEFS@
109 DEPDIR = @DEPDIR@
110 DLLTOOL = @DLLTOOL@
111 DSYMUTIL = @DSYMUTIL@
112 ECHO = @ECHO@
113 ECHO_C = @ECHO_C@
114 ECHO_N = @ECHO_N@
115 ECHO_T = @ECHO_T@
116 EGREP = @EGREP@
117 EXEEXT = @EXEEXT@
118 GREP = @GREP@
119 HAVE_ARES = @HAVE_ARES@
120 HAVE_LIBZ = @HAVE_LIBZ@
121 HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
122 HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
123 HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
124 IDN_ENABLED = @IDN_ENABLED@
125 INSTALL_DATA = @INSTALL_DATA@
126 INSTALL_PROGRAM = @INSTALL_PROGRAM@
127 INSTALL_SCRIPT = @INSTALL_SCRIPT@
128 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
129 IPV6_ENABLED = @IPV6_ENABLED@
130 KRB4_ENABLED = @KRB4_ENABLED@
131 LDFLAGS = @LDFLAGS@
132 LIBCURL_LIBS = @LIBCURL_LIBS@
133 LIBOBJS = @LIBOBJS@
134 LIBS = @LIBS@
135 LIBTOOL = @LIBTOOL@
136 LN_S = @LN_S@
137 LTLIBOBJS = @LTLIBOBJS@
138 MAINT = @MAINT@
139 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
140 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
141 MAKEINFO = @MAKEINFO@
142 MANOPT = @MANOPT@
143 MIMPURE_FALSE = @MIMPURE_FALSE@
144 MIMPURE_TRUE = @MIMPURE_TRUE@
145 NMEDIT = @NMEDIT@
146 NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
147 NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
148 # Use the C locale to ensure that only ASCII characters appear in the
149 # embedded text.
150 NROFF = env LC_ALL=C @NROFF@ @MANOPT@ # figured out by the configure script
151 OBJDUMP = @OBJDUMP@
152 OBJEXT = @OBJEXT@
153 PACKAGE = @PACKAGE@
154 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155 PACKAGE_NAME = @PACKAGE_NAME@
156 PACKAGE_STRING = @PACKAGE_STRING@
157 PACKAGE_TARNAME = @PACKAGE_TARNAME@
158 PACKAGE_VERSION = @PACKAGE_VERSION@
159 PATH_SEPARATOR = @PATH_SEPARATOR@
160 PERL = @PERL@
161 PKGADD_NAME = @PKGADD_NAME@
162 PKGADD_PKG = @PKGADD_PKG@
163 PKGADD_VENDOR = @PKGADD_VENDOR@
164 PKGCONFIG = @PKGCONFIG@
165 RANDOM_FILE = @RANDOM_FILE@
166 RANLIB = @RANLIB@
167 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
168 SED = @SED@
169 SET_MAKE = @SET_MAKE@
170 SHELL = @SHELL@
171 SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
172 SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
173 SSL_ENABLED = @SSL_ENABLED@
174 STATICLIB_FALSE = @STATICLIB_FALSE@
175 STATICLIB_TRUE = @STATICLIB_TRUE@
176 STRIP = @STRIP@
177 TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
178 USE_GNUTLS = @USE_GNUTLS@
179 USE_LIBSSH2 = @USE_LIBSSH2@
180 USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
181 USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
182 USE_NSS = @USE_NSS@
183 USE_SSLEAY = @USE_SSLEAY@
184 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
185 VERSION = @VERSION@
186 VERSIONNUM = @VERSIONNUM@
187 ac_ct_CC = @ac_ct_CC@
188 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
189 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
190 am__include = @am__include@
191 am__leading_dot = @am__leading_dot@
192 am__quote = @am__quote@
193 am__tar = @am__tar@
194 am__untar = @am__untar@
195 bindir = @bindir@
196 build = @build@
197 build_alias = @build_alias@
198 build_cpu = @build_cpu@
199 build_os = @build_os@
200 build_vendor = @build_vendor@
201 datadir = @datadir@
202 datarootdir = @datarootdir@
203 docdir = @docdir@
204 dvidir = @dvidir@
205 exec_prefix = @exec_prefix@
206 host = @host@
207 host_alias = @host_alias@
208 host_cpu = @host_cpu@
209 host_os = @host_os@
210 host_vendor = @host_vendor@
211 htmldir = @htmldir@
212 includedir = @includedir@
213 infodir = @infodir@
214 install_sh = @install_sh@
215 libdir = @libdir@
216 libexecdir = @libexecdir@
217 libext = @libext@
218 localedir = @localedir@
219 localstatedir = @localstatedir@
220 mandir = @mandir@
221 mkdir_p = @mkdir_p@
222 oldincludedir = @oldincludedir@
223 pdfdir = @pdfdir@
224 prefix = @prefix@
225 program_transform_name = @program_transform_name@
226 psdir = @psdir@
227 sbindir = @sbindir@
228 sharedstatedir = @sharedstatedir@
229 subdirs = @subdirs@
230 sysconfdir = @sysconfdir@
231 target_alias = @target_alias@
233 #***************************************************************************
234 # _ _ ____ _
235 # Project ___| | | | _ \| |
236 # / __| | | | |_) | |
237 # | (__| |_| | _ <| |___
238 # \___|\___/|_| \_\_____|
240 # Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
242 # This software is licensed as described in the file COPYING, which
243 # you should have received as part of this distribution. The terms
244 # are also available at http://curl.haxx.se/docs/copyright.html.
246 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
247 # copies of the Software, and permit persons to whom the Software is
248 # furnished to do so, under the terms of the COPYING file.
250 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
251 # KIND, either express or implied.
253 # $Id: Makefile.in,v 1.1.1.1 2008-09-23 16:32:06 hoffman Exp $
254 ###########################################################################
255 AUTOMAKE_OPTIONS = foreign nostdinc
257 # Specify our include paths here, and do it relative to $(top_srcdir) and
258 # $(top_builddir), to ensure that these paths which belong to the library
259 # being currently built and tested are searched before the library which
260 # might possibly already be installed in the system.
262 # $(top_builddir)/include is for libcurl's generated curl/curlbuild.h file
263 # $(top_srcdir)/include is for libcurl's external include files
264 # $(top_builddir)/lib is for libcurl's generated lib/config.h file
265 # $(top_builddir)/src is for curl's generated src/config.h file
266 # $(top_srcdir)/lib is for libcurl's lib/setup.h and other "borrowed" files
267 # $(top_srcdir)/src is for curl's src/setup.h and "curl-private" files
268 INCLUDES = -I$(top_builddir)/include \
269 -I$(top_srcdir)/include \
270 -I$(top_builddir)/lib \
271 -I$(top_builddir)/src \
272 -I$(top_srcdir)/lib \
273 -I$(top_srcdir)/src
276 # libcurl has sources that provide functions named curlx_* that aren't part of
277 # the official API, but we re-use the code here to avoid duplication.
278 CURLX_ONES = $(top_srcdir)/lib/strtoofft.c \
279 $(top_srcdir)/lib/strdup.c
281 CURL_SOURCES = main.c hugehelp.c urlglob.c writeout.c writeenv.c \
282 getpass.c homedir.c curlutil.c
284 CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \
285 config-riscos.h urlglob.h version.h \
286 writeout.h writeenv.h getpass.h homedir.h curlutil.h
288 curl_SOURCES = $(CURL_SOURCES) $(CURLX_ONES) $(CURL_HFILES)
289 curl_LDADD = ../lib/libcurl.la @CURL_LIBS@
290 curl_DEPENDENCIES = ../lib/libcurl.la
291 BUILT_SOURCES = hugehelp.c
292 CLEANFILES = hugehelp.c
293 EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
294 Makefile.riscos config.h.in macos/curl.mcp.xml.sit.hqx \
295 macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp curlsrc.dsp \
296 macos/src/macos_main.cpp config-amigaos.h makefile.amiga curl.rc \
297 Makefile.netware Makefile.inc Makefile.Watcom curlsrc.dsw
299 MANPAGE = $(top_srcdir)/docs/curl.1
300 README = $(top_srcdir)/docs/MANUAL
301 MKHELP = $(top_srcdir)/src/mkhelp.pl
302 HUGE = hugehelp.c
303 all: $(BUILT_SOURCES) config.h
304 $(MAKE) $(AM_MAKEFLAGS) all-am
306 .SUFFIXES:
307 .SUFFIXES: .c .lo .o .obj
308 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
309 @for dep in $?; do \
310 case '$(am__configure_deps)' in \
311 *$$dep*) \
312 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
313 && exit 0; \
314 exit 1;; \
315 esac; \
316 done; \
317 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
318 cd $(top_srcdir) && \
319 $(AUTOMAKE) --foreign src/Makefile
320 .PRECIOUS: Makefile
321 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322 @case '$?' in \
323 *config.status*) \
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
325 *) \
326 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
327 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
328 esac;
330 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 config.h: stamp-h2
339 @if test ! -f $@; then \
340 rm -f stamp-h2; \
341 $(MAKE) stamp-h2; \
342 else :; fi
344 stamp-h2: $(srcdir)/config.h.in $(top_builddir)/config.status
345 @rm -f stamp-h2
346 cd $(top_builddir) && $(SHELL) ./config.status src/config.h
347 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
348 cd $(top_srcdir) && $(AUTOHEADER)
349 rm -f stamp-h2
350 touch $@
352 distclean-hdr:
353 -rm -f config.h stamp-h2
354 install-binPROGRAMS: $(bin_PROGRAMS)
355 @$(NORMAL_INSTALL)
356 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
357 @list='$(bin_PROGRAMS)'; for p in $$list; do \
358 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
359 if test -f $$p \
360 || test -f $$p1 \
361 ; then \
362 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
363 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
364 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
365 else :; fi; \
366 done
368 uninstall-binPROGRAMS:
369 @$(NORMAL_UNINSTALL)
370 @list='$(bin_PROGRAMS)'; for p in $$list; do \
371 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
372 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
373 rm -f "$(DESTDIR)$(bindir)/$$f"; \
374 done
376 clean-binPROGRAMS:
377 @list='$(bin_PROGRAMS)'; for p in $$list; do \
378 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
379 echo " rm -f $$p $$f"; \
380 rm -f $$p $$f ; \
381 done
382 curl$(EXEEXT): $(curl_OBJECTS) $(curl_DEPENDENCIES)
383 @rm -f curl$(EXEEXT)
384 $(LINK) $(curl_LDFLAGS) $(curl_OBJECTS) $(curl_LDADD) $(LIBS)
386 mostlyclean-compile:
387 -rm -f *.$(OBJEXT)
389 distclean-compile:
390 -rm -f *.tab.c
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curlutil.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpass.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/homedir.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hugehelp.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoofft.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urlglob.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writeenv.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writeout.Po@am__quote@
403 .c.o:
404 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
405 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
410 .c.obj:
411 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
412 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
417 .c.lo:
418 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
419 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
424 strtoofft.o: $(top_srcdir)/lib/strtoofft.c
425 @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strtoofft.o -MD -MP -MF "$(DEPDIR)/strtoofft.Tpo" -c -o strtoofft.o `test -f '$(top_srcdir)/lib/strtoofft.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strtoofft.c; \
426 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Po"; else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; fi
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/lib/strtoofft.c' object='strtoofft.o' libtool=no @AMDEPBACKSLASH@
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strtoofft.o `test -f '$(top_srcdir)/lib/strtoofft.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strtoofft.c
431 strtoofft.obj: $(top_srcdir)/lib/strtoofft.c
432 @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strtoofft.obj -MD -MP -MF "$(DEPDIR)/strtoofft.Tpo" -c -o strtoofft.obj `if test -f '$(top_srcdir)/lib/strtoofft.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strtoofft.c'; fi`; \
433 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Po"; else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; fi
434 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/lib/strtoofft.c' object='strtoofft.obj' libtool=no @AMDEPBACKSLASH@
435 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strtoofft.obj `if test -f '$(top_srcdir)/lib/strtoofft.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strtoofft.c'; fi`
438 strdup.o: $(top_srcdir)/lib/strdup.c
439 @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strdup.o -MD -MP -MF "$(DEPDIR)/strdup.Tpo" -c -o strdup.o `test -f '$(top_srcdir)/lib/strdup.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strdup.c; \
440 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/strdup.Tpo" "$(DEPDIR)/strdup.Po"; else rm -f "$(DEPDIR)/strdup.Tpo"; exit 1; fi
441 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/lib/strdup.c' object='strdup.o' libtool=no @AMDEPBACKSLASH@
442 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strdup.o `test -f '$(top_srcdir)/lib/strdup.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strdup.c
445 strdup.obj: $(top_srcdir)/lib/strdup.c
446 @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strdup.obj -MD -MP -MF "$(DEPDIR)/strdup.Tpo" -c -o strdup.obj `if test -f '$(top_srcdir)/lib/strdup.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strdup.c'; fi`; \
447 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/strdup.Tpo" "$(DEPDIR)/strdup.Po"; else rm -f "$(DEPDIR)/strdup.Tpo"; exit 1; fi
448 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/lib/strdup.c' object='strdup.obj' libtool=no @AMDEPBACKSLASH@
449 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strdup.obj `if test -f '$(top_srcdir)/lib/strdup.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strdup.c'; fi`
452 mostlyclean-libtool:
453 -rm -f *.lo
455 clean-libtool:
456 -rm -rf .libs _libs
458 distclean-libtool:
459 -rm -f libtool
460 uninstall-info-am:
462 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
463 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
464 unique=`for i in $$list; do \
465 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466 done | \
467 $(AWK) ' { files[$$0] = 1; } \
468 END { for (i in files) print i; }'`; \
469 mkid -fID $$unique
470 tags: TAGS
472 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
473 $(TAGS_FILES) $(LISP)
474 tags=; \
475 here=`pwd`; \
476 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
477 unique=`for i in $$list; do \
478 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479 done | \
480 $(AWK) ' { files[$$0] = 1; } \
481 END { for (i in files) print i; }'`; \
482 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
483 test -n "$$unique" || unique=$$empty_fix; \
484 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485 $$tags $$unique; \
487 ctags: CTAGS
488 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
489 $(TAGS_FILES) $(LISP)
490 tags=; \
491 here=`pwd`; \
492 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
493 unique=`for i in $$list; do \
494 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
495 done | \
496 $(AWK) ' { files[$$0] = 1; } \
497 END { for (i in files) print i; }'`; \
498 test -z "$(CTAGS_ARGS)$$tags$$unique" \
499 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
500 $$tags $$unique
502 GTAGS:
503 here=`$(am__cd) $(top_builddir) && pwd` \
504 && cd $(top_srcdir) \
505 && gtags -i $(GTAGS_ARGS) $$here
507 distclean-tags:
508 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
510 distdir: $(DISTFILES)
511 $(mkdir_p) $(distdir)/macos $(distdir)/macos/src
512 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
513 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
514 list='$(DISTFILES)'; for file in $$list; do \
515 case $$file in \
516 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
517 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
518 esac; \
519 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
520 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
521 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
522 dir="/$$dir"; \
523 $(mkdir_p) "$(distdir)$$dir"; \
524 else \
525 dir=''; \
526 fi; \
527 if test -d $$d/$$file; then \
528 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
529 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
530 fi; \
531 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
532 else \
533 test -f $(distdir)/$$file \
534 || cp -p $$d/$$file $(distdir)/$$file \
535 || exit 1; \
536 fi; \
537 done
538 check-am: all-am
539 check: $(BUILT_SOURCES)
540 $(MAKE) $(AM_MAKEFLAGS) check-am
541 all-am: Makefile $(PROGRAMS) config.h
542 installdirs:
543 for dir in "$(DESTDIR)$(bindir)"; do \
544 test -z "$$dir" || $(mkdir_p) "$$dir"; \
545 done
546 install: $(BUILT_SOURCES)
547 $(MAKE) $(AM_MAKEFLAGS) install-am
548 install-exec: install-exec-am
549 install-data: install-data-am
550 uninstall: uninstall-am
552 install-am: all-am
553 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
555 installcheck: installcheck-am
556 install-strip:
557 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559 `test -z '$(STRIP)' || \
560 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
561 mostlyclean-generic:
563 clean-generic:
564 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
566 distclean-generic:
567 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
569 maintainer-clean-generic:
570 @echo "This command is intended for maintainers to use"
571 @echo "it deletes files that may require special tools to rebuild."
572 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
573 clean: clean-am
575 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
577 distclean: distclean-am
578 -rm -rf ./$(DEPDIR)
579 -rm -f Makefile
580 distclean-am: clean-am distclean-compile distclean-generic \
581 distclean-hdr distclean-libtool distclean-tags
583 dvi: dvi-am
585 dvi-am:
587 html: html-am
589 info: info-am
591 info-am:
593 install-data-am:
595 install-exec-am: install-binPROGRAMS
597 install-info: install-info-am
599 install-man:
601 installcheck-am:
603 maintainer-clean: maintainer-clean-am
604 -rm -rf ./$(DEPDIR)
605 -rm -f Makefile
606 maintainer-clean-am: distclean-am maintainer-clean-generic
608 mostlyclean: mostlyclean-am
610 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
611 mostlyclean-libtool
613 pdf: pdf-am
615 pdf-am:
617 ps: ps-am
619 ps-am:
621 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
623 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
624 clean-generic clean-libtool ctags distclean distclean-compile \
625 distclean-generic distclean-hdr distclean-libtool \
626 distclean-tags distdir dvi dvi-am html html-am info info-am \
627 install install-am install-binPROGRAMS install-data \
628 install-data-am install-exec install-exec-am install-info \
629 install-info-am install-man install-strip installcheck \
630 installcheck-am installdirs maintainer-clean \
631 maintainer-clean-generic mostlyclean mostlyclean-compile \
632 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
633 tags uninstall uninstall-am uninstall-binPROGRAMS \
634 uninstall-info-am
637 # Here are the stuff to create a built-in manual
639 # This generates the hugehelp.c file in both uncompressed and compressed formats
640 @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@$(HUGE): $(README) $(MANPAGE) mkhelp.pl
641 @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ echo '#include "setup.h"' > $(HUGE)
642 @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ echo '#ifndef HAVE_LIBZ' >> $(HUGE)
643 @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE)
644 @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ echo '#else' >> $(HUGE)
645 @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) -c $(README) >> $(HUGE)
646 @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ echo '#endif /* HAVE_LIBZ */' >> $(HUGE)
647 # This generates the hugehelp.c file uncompressed only
648 @HAVE_LIBZ_FALSE@@USE_MANUAL_TRUE@$(HUGE): $(README) $(MANPAGE) mkhelp.pl
649 @HAVE_LIBZ_FALSE@@USE_MANUAL_TRUE@ echo '#include "setup.h"' > $(HUGE)
650 @HAVE_LIBZ_FALSE@@USE_MANUAL_TRUE@ $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE)
652 # built-in manual has been disabled, make a blank file
653 @USE_MANUAL_FALSE@$(HUGE):
654 @USE_MANUAL_FALSE@ echo "/* built-in manual is disabled, blank function */" > $(HUGE)
655 @USE_MANUAL_FALSE@ echo '#include "hugehelp.h"' >> $(HUGE)
656 @USE_MANUAL_FALSE@ echo "void hugehelp(void) {}" >>$(HUGE)
657 # Tell versions [3.59,3.63) of GNU make to not export all variables.
658 # Otherwise a system limit (for SysV at least) may be exceeded.
659 .NOEXPORT: