Makefile.in 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. # Makefile.in generated by automake 1.8.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # 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.
  12. @SET_MAKE@
  13. SOURCES = $(curl_SOURCES)
  14. srcdir = @srcdir@
  15. top_srcdir = @top_srcdir@
  16. VPATH = @srcdir@
  17. pkgdatadir = $(datadir)/@PACKAGE@
  18. pkglibdir = $(libdir)/@PACKAGE@
  19. pkgincludedir = $(includedir)/@PACKAGE@
  20. top_builddir = ..
  21. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  22. INSTALL = @INSTALL@
  23. install_sh_DATA = $(install_sh) -c -m 644
  24. install_sh_PROGRAM = $(install_sh) -c
  25. install_sh_SCRIPT = $(install_sh) -c
  26. INSTALL_HEADER = $(INSTALL_DATA)
  27. transform = $(program_transform_name)
  28. NORMAL_INSTALL = :
  29. PRE_INSTALL = :
  30. POST_INSTALL = :
  31. NORMAL_UNINSTALL = :
  32. PRE_UNINSTALL = :
  33. POST_UNINSTALL = :
  34. host_triplet = @host@
  35. bin_PROGRAMS = curl$(EXEEXT)
  36. subdir = src
  37. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  38. $(srcdir)/config.h.in
  39. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  40. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  41. $(top_srcdir)/configure.ac
  42. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  43. $(ACLOCAL_M4)
  44. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  45. CONFIG_HEADER = $(top_builddir)/lib/config.h config.h
  46. CONFIG_CLEAN_FILES =
  47. am__installdirs = "$(DESTDIR)$(bindir)"
  48. binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  49. PROGRAMS = $(bin_PROGRAMS)
  50. am_curl_OBJECTS = main.$(OBJEXT) hugehelp.$(OBJEXT) urlglob.$(OBJEXT) \
  51. writeout.$(OBJEXT) writeenv.$(OBJEXT) getpass.$(OBJEXT) \
  52. homedir.$(OBJEXT) strtoofft.$(OBJEXT)
  53. curl_OBJECTS = $(am_curl_OBJECTS)
  54. DEFAULT_INCLUDES =
  55. depcomp = $(SHELL) $(top_srcdir)/depcomp
  56. am__depfiles_maybe = depfiles
  57. @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/getpass.Po ./$(DEPDIR)/homedir.Po \
  58. @AMDEP_TRUE@ ./$(DEPDIR)/hugehelp.Po ./$(DEPDIR)/main.Po \
  59. @AMDEP_TRUE@ ./$(DEPDIR)/strtoofft.Po ./$(DEPDIR)/urlglob.Po \
  60. @AMDEP_TRUE@ ./$(DEPDIR)/writeenv.Po ./$(DEPDIR)/writeout.Po
  61. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  62. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  63. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
  64. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  65. $(AM_CFLAGS) $(CFLAGS)
  66. CCLD = $(CC)
  67. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  68. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  69. SOURCES = $(curl_SOURCES)
  70. DIST_SOURCES = $(curl_SOURCES)
  71. ETAGS = etags
  72. CTAGS = ctags
  73. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  74. ACLOCAL = @ACLOCAL@
  75. AMDEP_FALSE = @AMDEP_FALSE@
  76. AMDEP_TRUE = @AMDEP_TRUE@
  77. AMTAR = @AMTAR@
  78. AR = @AR@
  79. AS = @AS@
  80. AUTOCONF = @AUTOCONF@
  81. AUTOHEADER = @AUTOHEADER@
  82. AUTOMAKE = @AUTOMAKE@
  83. AWK = @AWK@
  84. CABUNDLE_FALSE = @CABUNDLE_FALSE@
  85. CABUNDLE_TRUE = @CABUNDLE_TRUE@
  86. CC = @CC@
  87. CCDEPMODE = @CCDEPMODE@
  88. CFLAGS = @CFLAGS@
  89. CPP = @CPP@
  90. CPPFLAGS = @CPPFLAGS@
  91. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  92. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  93. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  94. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  95. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  96. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  97. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  98. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  99. CXX = @CXX@
  100. CXXCPP = @CXXCPP@
  101. CXXDEPMODE = @CXXDEPMODE@
  102. CXXFLAGS = @CXXFLAGS@
  103. CYGPATH_W = @CYGPATH_W@
  104. DEFS = @DEFS@
  105. DEPDIR = @DEPDIR@
  106. DLLTOOL = @DLLTOOL@
  107. ECHO = @ECHO@
  108. ECHO_C = @ECHO_C@
  109. ECHO_N = @ECHO_N@
  110. ECHO_T = @ECHO_T@
  111. EGREP = @EGREP@
  112. EXEEXT = @EXEEXT@
  113. F77 = @F77@
  114. FFLAGS = @FFLAGS@
  115. HAVE_ARES = @HAVE_ARES@
  116. HAVE_LIBZ = @HAVE_LIBZ@
  117. HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
  118. HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
  119. INSTALL_DATA = @INSTALL_DATA@
  120. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  121. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  122. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  123. IPV6_ENABLED = @IPV6_ENABLED@
  124. KRB4_ENABLED = @KRB4_ENABLED@
  125. LDFLAGS = @LDFLAGS@
  126. LIBOBJS = @LIBOBJS@
  127. LIBS = @LIBS@
  128. LIBTOOL = @LIBTOOL@
  129. LN_S = @LN_S@
  130. LTLIBOBJS = @LTLIBOBJS@
  131. MAINT = @MAINT@
  132. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  133. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  134. MAKEINFO = @MAKEINFO@
  135. MANOPT = @MANOPT@
  136. MIMPURE_FALSE = @MIMPURE_FALSE@
  137. MIMPURE_TRUE = @MIMPURE_TRUE@
  138. NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
  139. NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
  140. NROFF = @NROFF@ @MANOPT@ # figured out by the configure script
  141. OBJDUMP = @OBJDUMP@
  142. OBJEXT = @OBJEXT@
  143. OPENSSL_ENABLED = @OPENSSL_ENABLED@
  144. PACKAGE = @PACKAGE@
  145. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  146. PACKAGE_NAME = @PACKAGE_NAME@
  147. PACKAGE_STRING = @PACKAGE_STRING@
  148. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  149. PACKAGE_VERSION = @PACKAGE_VERSION@
  150. PATH_SEPARATOR = @PATH_SEPARATOR@
  151. PERL = @PERL@
  152. PKGADD_NAME = @PKGADD_NAME@
  153. PKGADD_PKG = @PKGADD_PKG@
  154. PKGADD_VENDOR = @PKGADD_VENDOR@
  155. PKGCONFIG = @PKGCONFIG@
  156. RANDOM_FILE = @RANDOM_FILE@
  157. RANLIB = @RANLIB@
  158. SED = @SED@
  159. SET_MAKE = @SET_MAKE@
  160. SHELL = @SHELL@
  161. STRIP = @STRIP@
  162. USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
  163. USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
  164. VERSION = @VERSION@
  165. VERSIONNUM = @VERSIONNUM@
  166. YACC = @YACC@
  167. ac_ct_AR = @ac_ct_AR@
  168. ac_ct_AS = @ac_ct_AS@
  169. ac_ct_CC = @ac_ct_CC@
  170. ac_ct_CXX = @ac_ct_CXX@
  171. ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
  172. ac_ct_F77 = @ac_ct_F77@
  173. ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
  174. ac_ct_RANLIB = @ac_ct_RANLIB@
  175. ac_ct_STRIP = @ac_ct_STRIP@
  176. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  177. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  178. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  179. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  180. am__include = @am__include@
  181. am__leading_dot = @am__leading_dot@
  182. am__quote = @am__quote@
  183. bindir = @bindir@
  184. build = @build@
  185. build_alias = @build_alias@
  186. build_cpu = @build_cpu@
  187. build_os = @build_os@
  188. build_vendor = @build_vendor@
  189. datadir = @datadir@
  190. exec_prefix = @exec_prefix@
  191. host = @host@
  192. host_alias = @host_alias@
  193. host_cpu = @host_cpu@
  194. host_os = @host_os@
  195. host_vendor = @host_vendor@
  196. includedir = @includedir@
  197. infodir = @infodir@
  198. install_sh = @install_sh@
  199. libdir = @libdir@
  200. libexecdir = @libexecdir@
  201. localstatedir = @localstatedir@
  202. mandir = @mandir@
  203. mkdir_p = @mkdir_p@
  204. oldincludedir = @oldincludedir@
  205. prefix = @prefix@
  206. program_transform_name = @program_transform_name@
  207. sbindir = @sbindir@
  208. sharedstatedir = @sharedstatedir@
  209. subdirs = @subdirs@
  210. sysconfdir = @sysconfdir@
  211. target_alias = @target_alias@
  212. #***************************************************************************
  213. # _ _ ____ _
  214. # Project ___| | | | _ \| |
  215. # / __| | | | |_) | |
  216. # | (__| |_| | _ <| |___
  217. # \___|\___/|_| \_\_____|
  218. #
  219. # Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
  220. #
  221. # This software is licensed as described in the file COPYING, which
  222. # you should have received as part of this distribution. The terms
  223. # are also available at http://curl.haxx.se/docs/copyright.html.
  224. #
  225. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  226. # copies of the Software, and permit persons to whom the Software is
  227. # furnished to do so, under the terms of the COPYING file.
  228. #
  229. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  230. # KIND, either express or implied.
  231. #
  232. # $Id: Makefile.am,v 1.45 2004/03/17 12:48:41 bagder Exp $
  233. ###########################################################################
  234. AUTOMAKE_OPTIONS = foreign nostdinc
  235. # we use srcdir/src for "private" includes
  236. # we use srcdir/include for the static global include files
  237. # we use builddir/src for the generated include files to get found
  238. # we use srcdir/lib for the header files we "borrow" from the lib
  239. INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_builddir)/src \
  240. -I$(top_srcdir)/lib
  241. curl_SOURCES = main.c hugehelp.c hugehelp.h urlglob.c writeout.c setup.h \
  242. config-win32.h config-mac.h config-vms.h config-riscos.h \
  243. urlglob.h version.h writeout.h writeenv.c writeenv.h \
  244. getpass.c getpass.h homedir.c homedir.h $(top_srcdir)/lib/strtoofft.c
  245. curl_LDADD = ../lib/libcurl.la
  246. curl_DEPENDENCIES = ../lib/libcurl.la
  247. BUILT_SOURCES = hugehelp.c
  248. CLEANFILES = hugehelp.c
  249. EXTRA_DIST = mkhelp.pl curlmsg.msg makefile.dj \
  250. Makefile.vc6 Makefile.b32 Makefile.m32 Makefile.riscos config.h.in \
  251. macos/curl.mcp.xml.sit.hqx \
  252. macos/MACINSTALL.TXT \
  253. macos/src/curl_GUSIConfig.cpp \
  254. macos/src/macos_main.cpp curlmsg.h curlmsg.sdl curlmsg_vms.h \
  255. config-amigaos.h makefile.amiga curl.rc \
  256. Makefile.netware config-netware.h
  257. MANPAGE = $(top_srcdir)/docs/curl.1
  258. README = $(top_srcdir)/docs/MANUAL
  259. MKHELP = $(top_srcdir)/src/mkhelp.pl
  260. HUGE = hugehelp.c
  261. all: $(BUILT_SOURCES) config.h
  262. $(MAKE) $(AM_MAKEFLAGS) all-am
  263. .SUFFIXES:
  264. .SUFFIXES: .c .lo .o .obj
  265. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  266. @for dep in $?; do \
  267. case '$(am__configure_deps)' in \
  268. *$$dep*) \
  269. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  270. && exit 0; \
  271. exit 1;; \
  272. esac; \
  273. done; \
  274. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
  275. cd $(top_srcdir) && \
  276. $(AUTOMAKE) --foreign src/Makefile
  277. .PRECIOUS: Makefile
  278. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  279. @case '$?' in \
  280. *config.status*) \
  281. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  282. *) \
  283. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  284. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  285. esac;
  286. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  287. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  288. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  289. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  290. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  291. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  292. config.h: stamp-h2
  293. @if test ! -f $@; then \
  294. rm -f stamp-h2; \
  295. $(MAKE) stamp-h2; \
  296. else :; fi
  297. stamp-h2: $(srcdir)/config.h.in $(top_builddir)/config.status
  298. @rm -f stamp-h2
  299. cd $(top_builddir) && $(SHELL) ./config.status src/config.h
  300. distclean-hdr:
  301. -rm -f config.h stamp-h2
  302. install-binPROGRAMS: $(bin_PROGRAMS)
  303. @$(NORMAL_INSTALL)
  304. test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
  305. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  306. p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  307. if test -f $$p \
  308. || test -f $$p1 \
  309. ; then \
  310. f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
  311. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
  312. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
  313. else :; fi; \
  314. done
  315. uninstall-binPROGRAMS:
  316. @$(NORMAL_UNINSTALL)
  317. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  318. f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
  319. echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
  320. rm -f "$(DESTDIR)$(bindir)/$$f"; \
  321. done
  322. clean-binPROGRAMS:
  323. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  324. f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  325. echo " rm -f $$p $$f"; \
  326. rm -f $$p $$f ; \
  327. done
  328. curl$(EXEEXT): $(curl_OBJECTS) $(curl_DEPENDENCIES)
  329. @rm -f curl$(EXEEXT)
  330. $(LINK) $(curl_LDFLAGS) $(curl_OBJECTS) $(curl_LDADD) $(LIBS)
  331. mostlyclean-compile:
  332. -rm -f *.$(OBJEXT)
  333. distclean-compile:
  334. -rm -f *.tab.c
  335. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpass.Po@am__quote@
  336. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/homedir.Po@am__quote@
  337. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hugehelp.Po@am__quote@
  338. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
  339. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoofft.Po@am__quote@
  340. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urlglob.Po@am__quote@
  341. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writeenv.Po@am__quote@
  342. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writeout.Po@am__quote@
  343. .c.o:
  344. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  345. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  346. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  347. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  348. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  349. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  350. .c.obj:
  351. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  352. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  353. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  354. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  355. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  356. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  357. .c.lo:
  358. @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  359. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  360. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  361. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
  362. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  363. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  364. strtoofft.o: $(top_srcdir)/lib/strtoofft.c
  365. @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; \
  366. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Po"; else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; fi
  367. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/lib/strtoofft.c' object='strtoofft.o' libtool=no @AMDEPBACKSLASH@
  368. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/strtoofft.Po' tmpdepfile='$(DEPDIR)/strtoofft.TPo' @AMDEPBACKSLASH@
  369. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  370. @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
  371. strtoofft.obj: $(top_srcdir)/lib/strtoofft.c
  372. @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`; \
  373. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Po"; else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; fi
  374. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/lib/strtoofft.c' object='strtoofft.obj' libtool=no @AMDEPBACKSLASH@
  375. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/strtoofft.Po' tmpdepfile='$(DEPDIR)/strtoofft.TPo' @AMDEPBACKSLASH@
  376. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  377. @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`
  378. strtoofft.lo: $(top_srcdir)/lib/strtoofft.c
  379. @am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strtoofft.lo -MD -MP -MF "$(DEPDIR)/strtoofft.Tpo" -c -o strtoofft.lo `test -f '$(top_srcdir)/lib/strtoofft.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strtoofft.c; \
  380. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/strtoofft.Tpo" "$(DEPDIR)/strtoofft.Plo"; else rm -f "$(DEPDIR)/strtoofft.Tpo"; exit 1; fi
  381. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/lib/strtoofft.c' object='strtoofft.lo' libtool=yes @AMDEPBACKSLASH@
  382. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/strtoofft.Plo' tmpdepfile='$(DEPDIR)/strtoofft.TPlo' @AMDEPBACKSLASH@
  383. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  384. @am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strtoofft.lo `test -f '$(top_srcdir)/lib/strtoofft.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strtoofft.c
  385. mostlyclean-libtool:
  386. -rm -f *.lo
  387. clean-libtool:
  388. -rm -rf .libs _libs
  389. distclean-libtool:
  390. -rm -f libtool
  391. uninstall-info-am:
  392. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  393. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  394. unique=`for i in $$list; do \
  395. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  396. done | \
  397. $(AWK) ' { files[$$0] = 1; } \
  398. END { for (i in files) print i; }'`; \
  399. mkid -fID $$unique
  400. tags: TAGS
  401. TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  402. $(TAGS_FILES) $(LISP)
  403. tags=; \
  404. here=`pwd`; \
  405. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  406. unique=`for i in $$list; do \
  407. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  408. done | \
  409. $(AWK) ' { files[$$0] = 1; } \
  410. END { for (i in files) print i; }'`; \
  411. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  412. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  413. $$tags $$unique
  414. ctags: CTAGS
  415. CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  416. $(TAGS_FILES) $(LISP)
  417. tags=; \
  418. here=`pwd`; \
  419. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  420. unique=`for i in $$list; do \
  421. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  422. done | \
  423. $(AWK) ' { files[$$0] = 1; } \
  424. END { for (i in files) print i; }'`; \
  425. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  426. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  427. $$tags $$unique
  428. GTAGS:
  429. here=`$(am__cd) $(top_builddir) && pwd` \
  430. && cd $(top_srcdir) \
  431. && gtags -i $(GTAGS_ARGS) $$here
  432. distclean-tags:
  433. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  434. distdir: $(DISTFILES)
  435. $(mkdir_p) $(distdir)/macos $(distdir)/macos/src
  436. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  437. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  438. list='$(DISTFILES)'; for file in $$list; do \
  439. case $$file in \
  440. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  441. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  442. esac; \
  443. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  444. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  445. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  446. dir="/$$dir"; \
  447. $(mkdir_p) "$(distdir)$$dir"; \
  448. else \
  449. dir=''; \
  450. fi; \
  451. if test -d $$d/$$file; then \
  452. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  453. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  454. fi; \
  455. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  456. else \
  457. test -f $(distdir)/$$file \
  458. || cp -p $$d/$$file $(distdir)/$$file \
  459. || exit 1; \
  460. fi; \
  461. done
  462. check-am: all-am
  463. check: $(BUILT_SOURCES)
  464. $(MAKE) $(AM_MAKEFLAGS) check-am
  465. all-am: Makefile $(PROGRAMS) config.h
  466. installdirs:
  467. for dir in "$(DESTDIR)$(bindir)"; do \
  468. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  469. done
  470. install: $(BUILT_SOURCES)
  471. $(MAKE) $(AM_MAKEFLAGS) install-am
  472. install-exec: install-exec-am
  473. install-data: install-data-am
  474. uninstall: uninstall-am
  475. install-am: all-am
  476. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  477. installcheck: installcheck-am
  478. install-strip:
  479. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  480. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  481. `test -z '$(STRIP)' || \
  482. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  483. mostlyclean-generic:
  484. clean-generic:
  485. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  486. distclean-generic:
  487. -rm -f $(CONFIG_CLEAN_FILES)
  488. maintainer-clean-generic:
  489. @echo "This command is intended for maintainers to use"
  490. @echo "it deletes files that may require special tools to rebuild."
  491. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  492. clean: clean-am
  493. clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  494. distclean: distclean-am
  495. -rm -rf ./$(DEPDIR)
  496. -rm -f Makefile
  497. distclean-am: clean-am distclean-compile distclean-generic \
  498. distclean-hdr distclean-libtool distclean-tags
  499. dvi: dvi-am
  500. dvi-am:
  501. html: html-am
  502. info: info-am
  503. info-am:
  504. install-data-am:
  505. install-exec-am: install-binPROGRAMS
  506. install-info: install-info-am
  507. install-man:
  508. installcheck-am:
  509. maintainer-clean: maintainer-clean-am
  510. -rm -rf ./$(DEPDIR)
  511. -rm -f Makefile
  512. maintainer-clean-am: distclean-am maintainer-clean-generic
  513. mostlyclean: mostlyclean-am
  514. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  515. mostlyclean-libtool
  516. pdf: pdf-am
  517. pdf-am:
  518. ps: ps-am
  519. ps-am:
  520. uninstall-am: uninstall-binPROGRAMS uninstall-info-am
  521. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  522. clean-generic clean-libtool ctags distclean distclean-compile \
  523. distclean-generic distclean-hdr distclean-libtool \
  524. distclean-tags distdir dvi dvi-am html html-am info info-am \
  525. install install-am install-binPROGRAMS install-data \
  526. install-data-am install-exec install-exec-am install-info \
  527. install-info-am install-man install-strip installcheck \
  528. installcheck-am installdirs maintainer-clean \
  529. maintainer-clean-generic mostlyclean mostlyclean-compile \
  530. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  531. tags uninstall uninstall-am uninstall-binPROGRAMS \
  532. uninstall-info-am
  533. # Here are the stuff to create a built-in manual
  534. # This generates the hugehelp.c file in both uncompressed and compressed formats
  535. @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@$(HUGE): $(README) $(MANPAGE) mkhelp.pl
  536. @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ echo '#ifdef HAVE_CONFIG_H' > $(HUGE)
  537. @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ echo '#include "config.h"' >> $(HUGE)
  538. @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ echo '#endif' >> $(HUGE)
  539. @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ echo '#ifndef HAVE_LIBZ' >> $(HUGE)
  540. @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE)
  541. @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ echo '#else' >> $(HUGE)
  542. @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) -c $(README) >> $(HUGE)
  543. @HAVE_LIBZ_TRUE@@USE_MANUAL_TRUE@ echo '#endif /* HAVE_LIBZ */' >> $(HUGE)
  544. # This generates the hugehelp.c file uncompressed only
  545. @HAVE_LIBZ_FALSE@@USE_MANUAL_TRUE@$(HUGE): $(README) $(MANPAGE) mkhelp.pl
  546. @HAVE_LIBZ_FALSE@@USE_MANUAL_TRUE@ $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) > $(HUGE)
  547. # built-in manual has been disabled, make a blank file
  548. @USE_MANUAL_FALSE@$(HUGE):
  549. @USE_MANUAL_FALSE@ echo "/* built-in manual is disabled, blank function */" > $(HUGE)
  550. @USE_MANUAL_FALSE@ echo '#include "hugehelp.h"' >> $(HUGE)
  551. @USE_MANUAL_FALSE@ echo "void hugehelp(void) {}" >>$(HUGE)
  552. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  553. # Otherwise a system limit (for SysV at least) may be exceeded.
  554. .NOEXPORT: