comparison src/c/Makefile.in @ 20:dd5b333a7960

Regenerate Autotools files myself with Ron's patch
author Adam Chlipala <adam@chlipala.net>
date Sat, 23 Jun 2012 09:58:31 -0400
parents a2bf0a93c357
children
comparison
equal deleted inserted replaced
19:287a0e02f1a6 20:dd5b333a7960
1 # Makefile.in generated by automake 1.11.1 from Makefile.am. 1 # Makefile.in generated by automake 1.11.5 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Inc. 6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
10 10
11 # This program is distributed in the hope that it will be useful, 11 # This program is distributed in the hope that it will be useful,
14 # PARTICULAR PURPOSE. 14 # PARTICULAR PURPOSE.
15 15
16 @SET_MAKE@ 16 @SET_MAKE@
17 17
18 VPATH = @srcdir@ 18 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
35 }
19 pkgdatadir = $(datadir)/@PACKAGE@ 36 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@ 37 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@ 38 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@ 39 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
65 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 82 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
66 END { for (dir in files) print dir, files[dir] }' 83 END { for (dir in files) print dir, files[dir] }'
67 am__base_list = \ 84 am__base_list = \
68 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 85 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
69 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 86 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
87 am__uninstall_files_from_dir = { \
88 test -z "$$files" \
89 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
90 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
91 $(am__cd) "$$dir" && rm -f $$files; }; \
92 }
70 am__installdirs = "$(DESTDIR)$(libdir)" 93 am__installdirs = "$(DESTDIR)$(libdir)"
71 LTLIBRARIES = $(lib_LTLIBRARIES) 94 LTLIBRARIES = $(lib_LTLIBRARIES)
72 liburweb_feed_la_LIBADD = 95 liburweb_feed_la_LIBADD =
73 am_liburweb_feed_la_OBJECTS = feed.lo 96 am_liburweb_feed_la_OBJECTS = feed.lo
74 liburweb_feed_la_OBJECTS = $(am_liburweb_feed_la_OBJECTS) 97 liburweb_feed_la_OBJECTS = $(am_liburweb_feed_la_OBJECTS)
85 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 108 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 109 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
87 $(LDFLAGS) -o $@ 110 $(LDFLAGS) -o $@
88 SOURCES = $(liburweb_feed_la_SOURCES) 111 SOURCES = $(liburweb_feed_la_SOURCES)
89 DIST_SOURCES = $(liburweb_feed_la_SOURCES) 112 DIST_SOURCES = $(liburweb_feed_la_SOURCES)
113 am__can_run_installinfo = \
114 case $$AM_UPDATE_INFO_DIR in \
115 n|no|NO) false;; \
116 *) (install-info --version) >/dev/null 2>&1;; \
117 esac
90 ETAGS = etags 118 ETAGS = etags
91 CTAGS = ctags 119 CTAGS = ctags
92 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 120 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93 ACLOCAL = @ACLOCAL@ 121 ACLOCAL = @ACLOCAL@
94 AMTAR = @AMTAR@ 122 AMTAR = @AMTAR@
246 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 274 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
247 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248 $(am__aclocal_m4_deps): 276 $(am__aclocal_m4_deps):
249 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 277 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
250 @$(NORMAL_INSTALL) 278 @$(NORMAL_INSTALL)
251 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
252 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 279 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
253 list2=; for p in $$list; do \ 280 list2=; for p in $$list; do \
254 if test -f $$p; then \ 281 if test -f $$p; then \
255 list2="$$list2 $$p"; \ 282 list2="$$list2 $$p"; \
256 else :; fi; \ 283 else :; fi; \
257 done; \ 284 done; \
258 test -z "$$list2" || { \ 285 test -z "$$list2" || { \
286 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
287 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
259 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 288 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
260 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 289 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
261 } 290 }
262 291
263 uninstall-libLTLIBRARIES: 292 uninstall-libLTLIBRARIES:
275 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 304 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
276 test "$$dir" != "$$p" || dir=.; \ 305 test "$$dir" != "$$p" || dir=.; \
277 echo "rm -f \"$${dir}/so_locations\""; \ 306 echo "rm -f \"$${dir}/so_locations\""; \
278 rm -f "$${dir}/so_locations"; \ 307 rm -f "$${dir}/so_locations"; \
279 done 308 done
280 liburweb_feed.la: $(liburweb_feed_la_OBJECTS) $(liburweb_feed_la_DEPENDENCIES) 309 liburweb_feed.la: $(liburweb_feed_la_OBJECTS) $(liburweb_feed_la_DEPENDENCIES) $(EXTRA_liburweb_feed_la_DEPENDENCIES)
281 $(LINK) -rpath $(libdir) $(liburweb_feed_la_OBJECTS) $(liburweb_feed_la_LIBADD) $(LIBS) 310 $(LINK) -rpath $(libdir) $(liburweb_feed_la_OBJECTS) $(liburweb_feed_la_LIBADD) $(LIBS)
282 311
283 mostlyclean-compile: 312 mostlyclean-compile:
284 -rm -f *.$(OBJEXT) 313 -rm -f *.$(OBJEXT)
285 314
412 install-am: all-am 441 install-am: all-am
413 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 442 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
414 443
415 installcheck: installcheck-am 444 installcheck: installcheck-am
416 install-strip: 445 install-strip:
417 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 446 if test -z '$(STRIP)'; then \
418 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 447 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
419 `test -z '$(STRIP)' || \ 448 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
420 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 449 install; \
450 else \
451 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
452 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
453 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
454 fi
421 mostlyclean-generic: 455 mostlyclean-generic:
422 456
423 clean-generic: 457 clean-generic:
424 458
425 distclean-generic: 459 distclean-generic: