annotate Makefile.in @ 23:e1e451cf85bb

Simplify Reddit example more
author Adam Chlipala <adam@chlipala.net>
date Sat, 29 Sep 2012 10:34:11 -0400
parents dd5b333a7960
children
rev   line source
adam@20 1 # Makefile.in generated by automake 1.11.5 from Makefile.am.
adam@0 2 # @configure_input@
adam@0 3
adam@0 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
adam@20 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
adam@20 6 # Foundation, Inc.
adam@0 7 # This Makefile.in is free software; the Free Software Foundation
adam@0 8 # gives unlimited permission to copy and/or distribute it,
adam@0 9 # with or without modifications, as long as this notice is preserved.
adam@0 10
adam@0 11 # This program is distributed in the hope that it will be useful,
adam@0 12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
adam@0 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
adam@0 14 # PARTICULAR PURPOSE.
adam@0 15
adam@0 16 @SET_MAKE@
adam@0 17 VPATH = @srcdir@
adam@20 18 am__make_dryrun = \
adam@20 19 { \
adam@20 20 am__dry=no; \
adam@20 21 case $$MAKEFLAGS in \
adam@20 22 *\\[\ \ ]*) \
adam@20 23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
adam@20 24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
adam@20 25 *) \
adam@20 26 for am__flg in $$MAKEFLAGS; do \
adam@20 27 case $$am__flg in \
adam@20 28 *=*|--*) ;; \
adam@20 29 *n*) am__dry=yes; break;; \
adam@20 30 esac; \
adam@20 31 done;; \
adam@20 32 esac; \
adam@20 33 test $$am__dry = yes; \
adam@20 34 }
adam@0 35 pkgdatadir = $(datadir)/@PACKAGE@
adam@0 36 pkgincludedir = $(includedir)/@PACKAGE@
adam@0 37 pkglibdir = $(libdir)/@PACKAGE@
adam@0 38 pkglibexecdir = $(libexecdir)/@PACKAGE@
adam@0 39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
adam@0 40 install_sh_DATA = $(install_sh) -c -m 644
adam@0 41 install_sh_PROGRAM = $(install_sh) -c
adam@0 42 install_sh_SCRIPT = $(install_sh) -c
adam@0 43 INSTALL_HEADER = $(INSTALL_DATA)
adam@0 44 transform = $(program_transform_name)
adam@0 45 NORMAL_INSTALL = :
adam@0 46 PRE_INSTALL = :
adam@0 47 POST_INSTALL = :
adam@0 48 NORMAL_UNINSTALL = :
adam@0 49 PRE_UNINSTALL = :
adam@0 50 POST_UNINSTALL = :
adam@0 51 build_triplet = @build@
adam@0 52 host_triplet = @host@
adam@0 53 subdir = .
adam@0 54 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
adam@0 55 $(srcdir)/Makefile.in $(top_srcdir)/configure \
adam@12 56 $(top_srcdir)/src/ur/config.urp.in config.guess config.sub \
adam@12 57 depcomp install-sh ltmain.sh missing
adam@0 58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
adam@12 59 am__aclocal_m4_deps = $(top_srcdir)/m4/libcurl.m4 \
adam@12 60 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
adam@12 61 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
adam@12 62 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
adam@0 63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
adam@0 64 $(ACLOCAL_M4)
adam@0 65 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
adam@0 66 configure.lineno config.status.lineno
adam@0 67 mkinstalldirs = $(install_sh) -d
adam@0 68 CONFIG_CLEAN_FILES = src/ur/config.urp
adam@0 69 CONFIG_CLEAN_VPATH_FILES =
adam@0 70 SOURCES =
adam@0 71 DIST_SOURCES =
adam@0 72 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
adam@0 73 html-recursive info-recursive install-data-recursive \
adam@0 74 install-dvi-recursive install-exec-recursive \
adam@0 75 install-html-recursive install-info-recursive \
adam@0 76 install-pdf-recursive install-ps-recursive install-recursive \
adam@0 77 installcheck-recursive installdirs-recursive pdf-recursive \
adam@0 78 ps-recursive uninstall-recursive
adam@20 79 am__can_run_installinfo = \
adam@20 80 case $$AM_UPDATE_INFO_DIR in \
adam@20 81 n|no|NO) false;; \
adam@20 82 *) (install-info --version) >/dev/null 2>&1;; \
adam@20 83 esac
adam@0 84 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
adam@0 85 distclean-recursive maintainer-clean-recursive
adam@0 86 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
adam@0 87 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
adam@0 88 distdir dist dist-all distcheck
adam@0 89 ETAGS = etags
adam@0 90 CTAGS = ctags
adam@0 91 DIST_SUBDIRS = $(SUBDIRS)
adam@0 92 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
adam@0 93 distdir = $(PACKAGE)-$(VERSION)
adam@0 94 top_distdir = $(distdir)
adam@0 95 am__remove_distdir = \
adam@20 96 if test -d "$(distdir)"; then \
adam@20 97 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
adam@20 98 && rm -rf "$(distdir)" \
adam@20 99 || { sleep 5 && rm -rf "$(distdir)"; }; \
adam@20 100 else :; fi
adam@0 101 am__relativize = \
adam@0 102 dir0=`pwd`; \
adam@0 103 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
adam@0 104 sed_rest='s,^[^/]*/*,,'; \
adam@0 105 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
adam@0 106 sed_butlast='s,/*[^/]*$$,,'; \
adam@0 107 while test -n "$$dir1"; do \
adam@0 108 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
adam@0 109 if test "$$first" != "."; then \
adam@0 110 if test "$$first" = ".."; then \
adam@0 111 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
adam@0 112 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
adam@0 113 else \
adam@0 114 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
adam@0 115 if test "$$first2" = "$$first"; then \
adam@0 116 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
adam@0 117 else \
adam@0 118 dir2="../$$dir2"; \
adam@0 119 fi; \
adam@0 120 dir0="$$dir0"/"$$first"; \
adam@0 121 fi; \
adam@0 122 fi; \
adam@0 123 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
adam@0 124 done; \
adam@0 125 reldir="$$dir2"
adam@0 126 DIST_ARCHIVES = $(distdir).tar.gz
adam@0 127 GZIP_ENV = --best
adam@0 128 distuninstallcheck_listfiles = find . -type f -print
adam@20 129 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
adam@20 130 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
adam@0 131 distcleancheck_listfiles = find . -type f -print
adam@0 132 ACLOCAL = @ACLOCAL@
adam@0 133 AMTAR = @AMTAR@
adam@0 134 AR = @AR@
adam@0 135 AUTOCONF = @AUTOCONF@
adam@0 136 AUTOHEADER = @AUTOHEADER@
adam@0 137 AUTOMAKE = @AUTOMAKE@
adam@0 138 AWK = @AWK@
adam@0 139 CC = @CC@
adam@0 140 CCDEPMODE = @CCDEPMODE@
adam@0 141 CFLAGS = @CFLAGS@
adam@0 142 CPP = @CPP@
adam@0 143 CPPFLAGS = @CPPFLAGS@
adam@0 144 CYGPATH_W = @CYGPATH_W@
adam@0 145 DEFS = @DEFS@
adam@0 146 DEPDIR = @DEPDIR@
adam@12 147 DLLTOOL = @DLLTOOL@
adam@0 148 DSYMUTIL = @DSYMUTIL@
adam@0 149 DUMPBIN = @DUMPBIN@
adam@0 150 ECHO_C = @ECHO_C@
adam@0 151 ECHO_N = @ECHO_N@
adam@0 152 ECHO_T = @ECHO_T@
adam@0 153 EGREP = @EGREP@
adam@0 154 EXEEXT = @EXEEXT@
adam@0 155 FGREP = @FGREP@
adam@0 156 GREP = @GREP@
adam@0 157 INCLUDE := @INCLUDE@
adam@0 158 INSTALL = @INSTALL@
adam@0 159 INSTALL_DATA = @INSTALL_DATA@
adam@0 160 INSTALL_PROGRAM = @INSTALL_PROGRAM@
adam@0 161 INSTALL_SCRIPT = @INSTALL_SCRIPT@
adam@0 162 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
adam@0 163 LD = @LD@
adam@0 164 LDFLAGS = @LDFLAGS@
adam@0 165 LIB := @LIB@
adam@0 166 LIBCURL = @LIBCURL@
adam@0 167 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
adam@0 168 LIBOBJS = @LIBOBJS@
adam@0 169 LIBS = @LIBS@
adam@0 170 LIBTOOL = @LIBTOOL@
adam@0 171 LIPO = @LIPO@
adam@0 172 LN_S = @LN_S@
adam@0 173 LTLIBOBJS = @LTLIBOBJS@
adam@0 174 MAKEINFO = @MAKEINFO@
adam@12 175 MANIFEST_TOOL = @MANIFEST_TOOL@
adam@0 176 MKDIR_P = @MKDIR_P@
adam@0 177 NM = @NM@
adam@0 178 NMEDIT = @NMEDIT@
adam@0 179 OBJDUMP = @OBJDUMP@
adam@0 180 OBJEXT = @OBJEXT@
adam@0 181 OTOOL = @OTOOL@
adam@0 182 OTOOL64 = @OTOOL64@
adam@0 183 PACKAGE = @PACKAGE@
adam@0 184 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
adam@0 185 PACKAGE_NAME = @PACKAGE_NAME@
adam@0 186 PACKAGE_STRING = @PACKAGE_STRING@
adam@0 187 PACKAGE_TARNAME = @PACKAGE_TARNAME@
adam@0 188 PACKAGE_URL = @PACKAGE_URL@
adam@0 189 PACKAGE_VERSION = @PACKAGE_VERSION@
adam@0 190 PATH_SEPARATOR = @PATH_SEPARATOR@
adam@0 191 RANLIB = @RANLIB@
adam@0 192 SED = @SED@
adam@0 193 SET_MAKE = @SET_MAKE@
adam@0 194 SHELL = @SHELL@
adam@0 195 STRIP = @STRIP@
adam@0 196 VERSION = @VERSION@
adam@0 197 _libcurl_config = @_libcurl_config@
adam@0 198 abs_builddir = @abs_builddir@
adam@0 199 abs_srcdir = @abs_srcdir@
adam@0 200 abs_top_builddir = @abs_top_builddir@
adam@0 201 abs_top_srcdir = @abs_top_srcdir@
adam@12 202 ac_ct_AR = @ac_ct_AR@
adam@0 203 ac_ct_CC = @ac_ct_CC@
adam@0 204 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
adam@0 205 am__include = @am__include@
adam@0 206 am__leading_dot = @am__leading_dot@
adam@0 207 am__quote = @am__quote@
adam@0 208 am__tar = @am__tar@
adam@0 209 am__untar = @am__untar@
adam@0 210 bindir = @bindir@
adam@0 211 build = @build@
adam@0 212 build_alias = @build_alias@
adam@0 213 build_cpu = @build_cpu@
adam@0 214 build_os = @build_os@
adam@0 215 build_vendor = @build_vendor@
adam@0 216 builddir = @builddir@
adam@0 217 datadir = @datadir@
adam@0 218 datarootdir = @datarootdir@
adam@0 219 docdir = @docdir@
adam@0 220 dvidir = @dvidir@
adam@0 221 exec_prefix = @exec_prefix@
adam@0 222 host = @host@
adam@0 223 host_alias = @host_alias@
adam@0 224 host_cpu = @host_cpu@
adam@0 225 host_os = @host_os@
adam@0 226 host_vendor = @host_vendor@
adam@0 227 htmldir = @htmldir@
adam@0 228 includedir = @includedir@
adam@0 229 infodir = @infodir@
adam@0 230 install_sh = @install_sh@
adam@0 231 libdir = @libdir@
adam@0 232 libexecdir = @libexecdir@
adam@0 233 localedir = @localedir@
adam@0 234 localstatedir = @localstatedir@
adam@0 235 mandir = @mandir@
adam@0 236 mkdir_p = @mkdir_p@
adam@0 237 oldincludedir = @oldincludedir@
adam@0 238 pdfdir = @pdfdir@
adam@0 239 prefix = @prefix@
adam@0 240 program_transform_name = @program_transform_name@
adam@0 241 psdir = @psdir@
adam@0 242 sbindir = @sbindir@
adam@0 243 sharedstatedir = @sharedstatedir@
adam@0 244 srcdir = @srcdir@
adam@0 245 sysconfdir = @sysconfdir@
adam@0 246 target_alias = @target_alias@
adam@0 247 top_build_prefix = @top_build_prefix@
adam@0 248 top_builddir = @top_builddir@
adam@0 249 top_srcdir = @top_srcdir@
adam@0 250 ACLOCAL_AMFLAGS = -I m4
adam@0 251 LIB_UR := $(LIB)/ur/feed
adam@0 252 SUBDIRS := src/c
adam@0 253 all: all-recursive
adam@0 254
adam@0 255 .SUFFIXES:
adam@20 256 am--refresh: Makefile
adam@0 257 @:
adam@0 258 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
adam@0 259 @for dep in $?; do \
adam@0 260 case '$(am__configure_deps)' in \
adam@0 261 *$$dep*) \
adam@0 262 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
adam@0 263 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
adam@0 264 && exit 0; \
adam@0 265 exit 1;; \
adam@0 266 esac; \
adam@0 267 done; \
adam@0 268 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
adam@0 269 $(am__cd) $(top_srcdir) && \
adam@0 270 $(AUTOMAKE) --foreign Makefile
adam@0 271 .PRECIOUS: Makefile
adam@0 272 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
adam@0 273 @case '$?' in \
adam@0 274 *config.status*) \
adam@0 275 echo ' $(SHELL) ./config.status'; \
adam@0 276 $(SHELL) ./config.status;; \
adam@0 277 *) \
adam@0 278 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
adam@0 279 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
adam@0 280 esac;
adam@0 281
adam@0 282 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
adam@0 283 $(SHELL) ./config.status --recheck
adam@0 284
adam@0 285 $(top_srcdir)/configure: $(am__configure_deps)
adam@0 286 $(am__cd) $(srcdir) && $(AUTOCONF)
adam@0 287 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
adam@0 288 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
adam@0 289 $(am__aclocal_m4_deps):
adam@0 290 src/ur/config.urp: $(top_builddir)/config.status $(top_srcdir)/src/ur/config.urp.in
adam@0 291 cd $(top_builddir) && $(SHELL) ./config.status $@
adam@0 292
adam@0 293 mostlyclean-libtool:
adam@0 294 -rm -f *.lo
adam@0 295
adam@0 296 clean-libtool:
adam@0 297 -rm -rf .libs _libs
adam@0 298
adam@0 299 distclean-libtool:
adam@0 300 -rm -f libtool config.lt
adam@0 301
adam@0 302 # This directory's subdirectories are mostly independent; you can cd
adam@0 303 # into them and run `make' without going through this Makefile.
adam@0 304 # To change the values of `make' variables: instead of editing Makefiles,
adam@0 305 # (1) if the variable is set in `config.status', edit `config.status'
adam@0 306 # (which will cause the Makefiles to be regenerated when you run `make');
adam@0 307 # (2) otherwise, pass the desired values on the `make' command line.
adam@0 308 $(RECURSIVE_TARGETS):
adam@0 309 @fail= failcom='exit 1'; \
adam@0 310 for f in x $$MAKEFLAGS; do \
adam@0 311 case $$f in \
adam@0 312 *=* | --[!k]*);; \
adam@0 313 *k*) failcom='fail=yes';; \
adam@0 314 esac; \
adam@0 315 done; \
adam@0 316 dot_seen=no; \
adam@0 317 target=`echo $@ | sed s/-recursive//`; \
adam@0 318 list='$(SUBDIRS)'; for subdir in $$list; do \
adam@0 319 echo "Making $$target in $$subdir"; \
adam@0 320 if test "$$subdir" = "."; then \
adam@0 321 dot_seen=yes; \
adam@0 322 local_target="$$target-am"; \
adam@0 323 else \
adam@0 324 local_target="$$target"; \
adam@0 325 fi; \
adam@0 326 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
adam@0 327 || eval $$failcom; \
adam@0 328 done; \
adam@0 329 if test "$$dot_seen" = "no"; then \
adam@0 330 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
adam@0 331 fi; test -z "$$fail"
adam@0 332
adam@0 333 $(RECURSIVE_CLEAN_TARGETS):
adam@0 334 @fail= failcom='exit 1'; \
adam@0 335 for f in x $$MAKEFLAGS; do \
adam@0 336 case $$f in \
adam@0 337 *=* | --[!k]*);; \
adam@0 338 *k*) failcom='fail=yes';; \
adam@0 339 esac; \
adam@0 340 done; \
adam@0 341 dot_seen=no; \
adam@0 342 case "$@" in \
adam@0 343 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
adam@0 344 *) list='$(SUBDIRS)' ;; \
adam@0 345 esac; \
adam@0 346 rev=''; for subdir in $$list; do \
adam@0 347 if test "$$subdir" = "."; then :; else \
adam@0 348 rev="$$subdir $$rev"; \
adam@0 349 fi; \
adam@0 350 done; \
adam@0 351 rev="$$rev ."; \
adam@0 352 target=`echo $@ | sed s/-recursive//`; \
adam@0 353 for subdir in $$rev; do \
adam@0 354 echo "Making $$target in $$subdir"; \
adam@0 355 if test "$$subdir" = "."; then \
adam@0 356 local_target="$$target-am"; \
adam@0 357 else \
adam@0 358 local_target="$$target"; \
adam@0 359 fi; \
adam@0 360 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
adam@0 361 || eval $$failcom; \
adam@0 362 done && test -z "$$fail"
adam@0 363 tags-recursive:
adam@0 364 list='$(SUBDIRS)'; for subdir in $$list; do \
adam@0 365 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
adam@0 366 done
adam@0 367 ctags-recursive:
adam@0 368 list='$(SUBDIRS)'; for subdir in $$list; do \
adam@0 369 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
adam@0 370 done
adam@0 371
adam@0 372 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
adam@0 373 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
adam@0 374 unique=`for i in $$list; do \
adam@0 375 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
adam@0 376 done | \
adam@0 377 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
adam@0 378 END { if (nonempty) { for (i in files) print i; }; }'`; \
adam@0 379 mkid -fID $$unique
adam@0 380 tags: TAGS
adam@0 381
adam@0 382 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
adam@0 383 $(TAGS_FILES) $(LISP)
adam@0 384 set x; \
adam@0 385 here=`pwd`; \
adam@0 386 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
adam@0 387 include_option=--etags-include; \
adam@0 388 empty_fix=.; \
adam@0 389 else \
adam@0 390 include_option=--include; \
adam@0 391 empty_fix=; \
adam@0 392 fi; \
adam@0 393 list='$(SUBDIRS)'; for subdir in $$list; do \
adam@0 394 if test "$$subdir" = .; then :; else \
adam@0 395 test ! -f $$subdir/TAGS || \
adam@0 396 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
adam@0 397 fi; \
adam@0 398 done; \
adam@0 399 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
adam@0 400 unique=`for i in $$list; do \
adam@0 401 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
adam@0 402 done | \
adam@0 403 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
adam@0 404 END { if (nonempty) { for (i in files) print i; }; }'`; \
adam@0 405 shift; \
adam@0 406 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
adam@0 407 test -n "$$unique" || unique=$$empty_fix; \
adam@0 408 if test $$# -gt 0; then \
adam@0 409 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
adam@0 410 "$$@" $$unique; \
adam@0 411 else \
adam@0 412 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
adam@0 413 $$unique; \
adam@0 414 fi; \
adam@0 415 fi
adam@0 416 ctags: CTAGS
adam@0 417 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
adam@0 418 $(TAGS_FILES) $(LISP)
adam@0 419 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
adam@0 420 unique=`for i in $$list; do \
adam@0 421 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
adam@0 422 done | \
adam@0 423 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
adam@0 424 END { if (nonempty) { for (i in files) print i; }; }'`; \
adam@0 425 test -z "$(CTAGS_ARGS)$$unique" \
adam@0 426 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
adam@0 427 $$unique
adam@0 428
adam@0 429 GTAGS:
adam@0 430 here=`$(am__cd) $(top_builddir) && pwd` \
adam@0 431 && $(am__cd) $(top_srcdir) \
adam@0 432 && gtags -i $(GTAGS_ARGS) "$$here"
adam@0 433
adam@0 434 distclean-tags:
adam@0 435 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
adam@0 436
adam@0 437 distdir: $(DISTFILES)
adam@0 438 $(am__remove_distdir)
adam@0 439 test -d "$(distdir)" || mkdir "$(distdir)"
adam@0 440 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
adam@0 441 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
adam@0 442 list='$(DISTFILES)'; \
adam@0 443 dist_files=`for file in $$list; do echo $$file; done | \
adam@0 444 sed -e "s|^$$srcdirstrip/||;t" \
adam@0 445 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
adam@0 446 case $$dist_files in \
adam@0 447 */*) $(MKDIR_P) `echo "$$dist_files" | \
adam@0 448 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
adam@0 449 sort -u` ;; \
adam@0 450 esac; \
adam@0 451 for file in $$dist_files; do \
adam@0 452 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
adam@0 453 if test -d $$d/$$file; then \
adam@0 454 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
adam@0 455 if test -d "$(distdir)/$$file"; then \
adam@0 456 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
adam@0 457 fi; \
adam@0 458 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
adam@0 459 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
adam@0 460 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
adam@0 461 fi; \
adam@0 462 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
adam@0 463 else \
adam@0 464 test -f "$(distdir)/$$file" \
adam@0 465 || cp -p $$d/$$file "$(distdir)/$$file" \
adam@0 466 || exit 1; \
adam@0 467 fi; \
adam@0 468 done
adam@0 469 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
adam@0 470 if test "$$subdir" = .; then :; else \
adam@20 471 $(am__make_dryrun) \
adam@20 472 || test -d "$(distdir)/$$subdir" \
adam@20 473 || $(MKDIR_P) "$(distdir)/$$subdir" \
adam@20 474 || exit 1; \
adam@0 475 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
adam@0 476 $(am__relativize); \
adam@0 477 new_distdir=$$reldir; \
adam@0 478 dir1=$$subdir; dir2="$(top_distdir)"; \
adam@0 479 $(am__relativize); \
adam@0 480 new_top_distdir=$$reldir; \
adam@0 481 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
adam@0 482 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
adam@0 483 ($(am__cd) $$subdir && \
adam@0 484 $(MAKE) $(AM_MAKEFLAGS) \
adam@0 485 top_distdir="$$new_top_distdir" \
adam@0 486 distdir="$$new_distdir" \
adam@0 487 am__remove_distdir=: \
adam@0 488 am__skip_length_check=: \
adam@0 489 am__skip_mode_fix=: \
adam@0 490 distdir) \
adam@0 491 || exit 1; \
adam@0 492 fi; \
adam@0 493 done
adam@0 494 -test -n "$(am__skip_mode_fix)" \
adam@0 495 || find "$(distdir)" -type d ! -perm -755 \
adam@0 496 -exec chmod u+rwx,go+rx {} \; -o \
adam@0 497 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
adam@0 498 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
adam@0 499 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
adam@0 500 || chmod -R a+r "$(distdir)"
adam@0 501 dist-gzip: distdir
adam@0 502 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
adam@0 503 $(am__remove_distdir)
adam@0 504
adam@0 505 dist-bzip2: distdir
adam@20 506 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
adam@20 507 $(am__remove_distdir)
adam@20 508
adam@20 509 dist-lzip: distdir
adam@20 510 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
adam@0 511 $(am__remove_distdir)
adam@0 512
adam@0 513 dist-lzma: distdir
adam@0 514 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
adam@0 515 $(am__remove_distdir)
adam@0 516
adam@0 517 dist-xz: distdir
adam@20 518 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
adam@0 519 $(am__remove_distdir)
adam@0 520
adam@0 521 dist-tarZ: distdir
adam@0 522 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
adam@0 523 $(am__remove_distdir)
adam@0 524
adam@0 525 dist-shar: distdir
adam@0 526 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
adam@0 527 $(am__remove_distdir)
adam@0 528
adam@0 529 dist-zip: distdir
adam@0 530 -rm -f $(distdir).zip
adam@0 531 zip -rq $(distdir).zip $(distdir)
adam@0 532 $(am__remove_distdir)
adam@0 533
adam@0 534 dist dist-all: distdir
adam@0 535 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
adam@0 536 $(am__remove_distdir)
adam@0 537
adam@0 538 # This target untars the dist file and tries a VPATH configuration. Then
adam@0 539 # it guarantees that the distribution is self-contained by making another
adam@0 540 # tarfile.
adam@0 541 distcheck: dist
adam@0 542 case '$(DIST_ARCHIVES)' in \
adam@0 543 *.tar.gz*) \
adam@0 544 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
adam@0 545 *.tar.bz2*) \
adam@0 546 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
adam@0 547 *.tar.lzma*) \
adam@0 548 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
adam@20 549 *.tar.lz*) \
adam@20 550 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
adam@0 551 *.tar.xz*) \
adam@0 552 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
adam@0 553 *.tar.Z*) \
adam@0 554 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
adam@0 555 *.shar.gz*) \
adam@0 556 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
adam@0 557 *.zip*) \
adam@0 558 unzip $(distdir).zip ;;\
adam@0 559 esac
adam@0 560 chmod -R a-w $(distdir); chmod a+w $(distdir)
adam@0 561 mkdir $(distdir)/_build
adam@0 562 mkdir $(distdir)/_inst
adam@0 563 chmod a-w $(distdir)
adam@0 564 test -d $(distdir)/_build || exit 0; \
adam@0 565 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
adam@0 566 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
adam@0 567 && am__cwd=`pwd` \
adam@0 568 && $(am__cd) $(distdir)/_build \
adam@0 569 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
adam@20 570 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
adam@0 571 $(DISTCHECK_CONFIGURE_FLAGS) \
adam@0 572 && $(MAKE) $(AM_MAKEFLAGS) \
adam@0 573 && $(MAKE) $(AM_MAKEFLAGS) dvi \
adam@0 574 && $(MAKE) $(AM_MAKEFLAGS) check \
adam@0 575 && $(MAKE) $(AM_MAKEFLAGS) install \
adam@0 576 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
adam@0 577 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
adam@0 578 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
adam@0 579 distuninstallcheck \
adam@0 580 && chmod -R a-w "$$dc_install_base" \
adam@0 581 && ({ \
adam@0 582 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
adam@0 583 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
adam@0 584 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
adam@0 585 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
adam@0 586 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
adam@0 587 } || { rm -rf "$$dc_destdir"; exit 1; }) \
adam@0 588 && rm -rf "$$dc_destdir" \
adam@0 589 && $(MAKE) $(AM_MAKEFLAGS) dist \
adam@0 590 && rm -rf $(DIST_ARCHIVES) \
adam@0 591 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
adam@0 592 && cd "$$am__cwd" \
adam@0 593 || exit 1
adam@0 594 $(am__remove_distdir)
adam@0 595 @(echo "$(distdir) archives ready for distribution: "; \
adam@0 596 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
adam@0 597 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
adam@0 598 distuninstallcheck:
adam@20 599 @test -n '$(distuninstallcheck_dir)' || { \
adam@20 600 echo 'ERROR: trying to run $@ with an empty' \
adam@20 601 '$$(distuninstallcheck_dir)' >&2; \
adam@20 602 exit 1; \
adam@20 603 }; \
adam@20 604 $(am__cd) '$(distuninstallcheck_dir)' || { \
adam@20 605 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
adam@20 606 exit 1; \
adam@20 607 }; \
adam@20 608 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
adam@0 609 || { echo "ERROR: files left after uninstall:" ; \
adam@0 610 if test -n "$(DESTDIR)"; then \
adam@0 611 echo " (check DESTDIR support)"; \
adam@0 612 fi ; \
adam@0 613 $(distuninstallcheck_listfiles) ; \
adam@0 614 exit 1; } >&2
adam@0 615 distcleancheck: distclean
adam@0 616 @if test '$(srcdir)' = . ; then \
adam@0 617 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
adam@0 618 exit 1 ; \
adam@0 619 fi
adam@0 620 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
adam@0 621 || { echo "ERROR: files left in build directory after distclean:" ; \
adam@0 622 $(distcleancheck_listfiles) ; \
adam@0 623 exit 1; } >&2
adam@0 624 check-am: all-am
adam@0 625 check: check-recursive
adam@0 626 all-am: Makefile
adam@0 627 installdirs: installdirs-recursive
adam@0 628 installdirs-am:
adam@0 629 install: install-recursive
adam@0 630 install-exec: install-exec-recursive
adam@0 631 install-data: install-data-recursive
adam@0 632 uninstall: uninstall-recursive
adam@0 633
adam@0 634 install-am: all-am
adam@0 635 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
adam@0 636
adam@0 637 installcheck: installcheck-recursive
adam@0 638 install-strip:
adam@20 639 if test -z '$(STRIP)'; then \
adam@20 640 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
adam@20 641 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
adam@20 642 install; \
adam@20 643 else \
adam@20 644 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
adam@20 645 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
adam@20 646 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
adam@20 647 fi
adam@0 648 mostlyclean-generic:
adam@0 649
adam@0 650 clean-generic:
adam@0 651
adam@0 652 distclean-generic:
adam@0 653 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
adam@0 654 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
adam@0 655
adam@0 656 maintainer-clean-generic:
adam@0 657 @echo "This command is intended for maintainers to use"
adam@0 658 @echo "it deletes files that may require special tools to rebuild."
adam@0 659 clean: clean-recursive
adam@0 660
adam@0 661 clean-am: clean-generic clean-libtool mostlyclean-am
adam@0 662
adam@0 663 distclean: distclean-recursive
adam@0 664 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
adam@0 665 -rm -f Makefile
adam@0 666 distclean-am: clean-am distclean-generic distclean-libtool \
adam@0 667 distclean-tags
adam@0 668
adam@0 669 dvi: dvi-recursive
adam@0 670
adam@0 671 dvi-am:
adam@0 672
adam@0 673 html: html-recursive
adam@0 674
adam@0 675 html-am:
adam@0 676
adam@0 677 info: info-recursive
adam@0 678
adam@0 679 info-am:
adam@0 680
adam@0 681 install-data-am:
adam@0 682
adam@0 683 install-dvi: install-dvi-recursive
adam@0 684
adam@0 685 install-dvi-am:
adam@0 686
adam@0 687 install-exec-am: install-exec-local
adam@0 688
adam@0 689 install-html: install-html-recursive
adam@0 690
adam@0 691 install-html-am:
adam@0 692
adam@0 693 install-info: install-info-recursive
adam@0 694
adam@0 695 install-info-am:
adam@0 696
adam@0 697 install-man:
adam@0 698
adam@0 699 install-pdf: install-pdf-recursive
adam@0 700
adam@0 701 install-pdf-am:
adam@0 702
adam@0 703 install-ps: install-ps-recursive
adam@0 704
adam@0 705 install-ps-am:
adam@0 706
adam@0 707 installcheck-am:
adam@0 708
adam@0 709 maintainer-clean: maintainer-clean-recursive
adam@0 710 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
adam@0 711 -rm -rf $(top_srcdir)/autom4te.cache
adam@0 712 -rm -f Makefile
adam@0 713 maintainer-clean-am: distclean-am maintainer-clean-generic
adam@0 714
adam@0 715 mostlyclean: mostlyclean-recursive
adam@0 716
adam@0 717 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
adam@0 718
adam@0 719 pdf: pdf-recursive
adam@0 720
adam@0 721 pdf-am:
adam@0 722
adam@0 723 ps: ps-recursive
adam@0 724
adam@0 725 ps-am:
adam@0 726
adam@0 727 uninstall-am:
adam@0 728
adam@0 729 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
adam@0 730 install-am install-strip tags-recursive
adam@0 731
adam@0 732 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
adam@0 733 all all-am am--refresh check check-am clean clean-generic \
adam@0 734 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
adam@20 735 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
adam@20 736 dist-zip distcheck distclean distclean-generic \
adam@20 737 distclean-libtool distclean-tags distcleancheck distdir \
adam@20 738 distuninstallcheck dvi dvi-am html html-am info info-am \
adam@20 739 install install-am install-data install-data-am install-dvi \
adam@20 740 install-dvi-am install-exec install-exec-am install-exec-local \
adam@20 741 install-html install-html-am install-info install-info-am \
adam@20 742 install-man install-pdf install-pdf-am install-ps \
adam@20 743 install-ps-am install-strip installcheck installcheck-am \
adam@20 744 installdirs installdirs-am maintainer-clean \
adam@20 745 maintainer-clean-generic mostlyclean mostlyclean-generic \
adam@20 746 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
adam@20 747 uninstall uninstall-am
adam@0 748
adam@0 749
adam@0 750 .PHONY: package reauto
adam@0 751
adam@0 752 install-exec-local:
adam@0 753 mkdir -p $(LIB_UR)
adam@20 754 cp "${srcdir}"/src/ur/*.urs "$(LIB_UR)/"
adam@20 755 cp "${srcdir}"/src/ur/*.ur "$(LIB_UR)/"
adam@20 756 cp "${srcdir}"/src/ur/*.urp "$(LIB_UR)/"
adam@20 757 mkdir -p "$(INCLUDE)"
adam@20 758 cp "${srcdir}"/include/*.h "$(INCLUDE)/"
adam@0 759 -ldconfig
adam@0 760
adam@0 761 package:
adam@0 762 hg archive -t tgz /tmp/urweb_feed.tgz
adam@0 763
adam@0 764 reauto:
adam@0 765 -autoreconf
adam@0 766 libtoolize -cf
adam@0 767 automake --add-missing --force-missing --copy
adam@0 768 autoreconf
adam@0 769
adam@0 770 # Tell versions [3.59,3.63) of GNU make to not export all variables.
adam@0 771 # Otherwise a system limit (for SysV at least) may be exceeded.
adam@0 772 .NOEXPORT: