annotate Makefile.in @ 0:33bf7ee17644

Initial import from some old code
author Adam Chlipala <adam@chlipala.net>
date Sat, 03 Mar 2012 14:59:04 -0500
parents
children
rev   line source
adam@0 1 # Makefile.in generated by automake 1.11.1 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@0 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
adam@0 6 # 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
adam@0 18 VPATH = @srcdir@
adam@0 19 pkgdatadir = $(datadir)/@PACKAGE@
adam@0 20 pkgincludedir = $(includedir)/@PACKAGE@
adam@0 21 pkglibdir = $(libdir)/@PACKAGE@
adam@0 22 pkglibexecdir = $(libexecdir)/@PACKAGE@
adam@0 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
adam@0 24 install_sh_DATA = $(install_sh) -c -m 644
adam@0 25 install_sh_PROGRAM = $(install_sh) -c
adam@0 26 install_sh_SCRIPT = $(install_sh) -c
adam@0 27 INSTALL_HEADER = $(INSTALL_DATA)
adam@0 28 transform = $(program_transform_name)
adam@0 29 NORMAL_INSTALL = :
adam@0 30 PRE_INSTALL = :
adam@0 31 POST_INSTALL = :
adam@0 32 NORMAL_UNINSTALL = :
adam@0 33 PRE_UNINSTALL = :
adam@0 34 POST_UNINSTALL = :
adam@0 35 build_triplet = @build@
adam@0 36 host_triplet = @host@
adam@0 37 subdir = .
adam@0 38 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
adam@0 39 $(srcdir)/Makefile.in $(top_srcdir)/configure config.guess \
adam@0 40 config.sub depcomp install-sh ltmain.sh missing
adam@0 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
adam@0 42 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
adam@0 43 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
adam@0 44 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
adam@0 45 $(top_srcdir)/configure.ac
adam@0 46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
adam@0 47 $(ACLOCAL_M4)
adam@0 48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
adam@0 49 configure.lineno config.status.lineno
adam@0 50 mkinstalldirs = $(install_sh) -d
adam@0 51 CONFIG_CLEAN_FILES =
adam@0 52 CONFIG_CLEAN_VPATH_FILES =
adam@0 53 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
adam@0 54 am__vpath_adj = case $$p in \
adam@0 55 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
adam@0 56 *) f=$$p;; \
adam@0 57 esac;
adam@0 58 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
adam@0 59 am__install_max = 40
adam@0 60 am__nobase_strip_setup = \
adam@0 61 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
adam@0 62 am__nobase_strip = \
adam@0 63 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
adam@0 64 am__nobase_list = $(am__nobase_strip_setup); \
adam@0 65 for p in $$list; do echo "$$p $$p"; done | \
adam@0 66 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
adam@0 67 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
adam@0 68 if (++n[$$2] == $(am__install_max)) \
adam@0 69 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
adam@0 70 END { for (dir in files) print dir, files[dir] }'
adam@0 71 am__base_list = \
adam@0 72 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
adam@0 73 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
adam@0 74 am__installdirs = "$(DESTDIR)$(libdir)"
adam@0 75 LTLIBRARIES = $(lib_LTLIBRARIES)
adam@0 76 liburweb_mail_la_LIBADD =
adam@0 77 am_liburweb_mail_la_OBJECTS = mail.lo
adam@0 78 liburweb_mail_la_OBJECTS = $(am_liburweb_mail_la_OBJECTS)
adam@0 79 DEFAULT_INCLUDES = -I.@am__isrc@
adam@0 80 depcomp = $(SHELL) $(top_srcdir)/depcomp
adam@0 81 am__depfiles_maybe = depfiles
adam@0 82 am__mv = mv -f
adam@0 83 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
adam@0 84 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
adam@0 85 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
adam@0 86 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
adam@0 87 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
adam@0 88 CCLD = $(CC)
adam@0 89 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
adam@0 90 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
adam@0 91 $(LDFLAGS) -o $@
adam@0 92 SOURCES = $(liburweb_mail_la_SOURCES)
adam@0 93 DIST_SOURCES = $(liburweb_mail_la_SOURCES)
adam@0 94 ETAGS = etags
adam@0 95 CTAGS = ctags
adam@0 96 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
adam@0 97 distdir = $(PACKAGE)-$(VERSION)
adam@0 98 top_distdir = $(distdir)
adam@0 99 am__remove_distdir = \
adam@0 100 { test ! -d "$(distdir)" \
adam@0 101 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
adam@0 102 && rm -fr "$(distdir)"; }; }
adam@0 103 DIST_ARCHIVES = $(distdir).tar.gz
adam@0 104 GZIP_ENV = --best
adam@0 105 distuninstallcheck_listfiles = find . -type f -print
adam@0 106 distcleancheck_listfiles = find . -type f -print
adam@0 107 ACLOCAL = @ACLOCAL@
adam@0 108 AMTAR = @AMTAR@
adam@0 109 AR = @AR@
adam@0 110 AUTOCONF = @AUTOCONF@
adam@0 111 AUTOHEADER = @AUTOHEADER@
adam@0 112 AUTOMAKE = @AUTOMAKE@
adam@0 113 AWK = @AWK@
adam@0 114 CC = @CC@
adam@0 115 CCDEPMODE = @CCDEPMODE@
adam@0 116 CFLAGS = @CFLAGS@
adam@0 117 CPP = @CPP@
adam@0 118 CPPFLAGS = @CPPFLAGS@
adam@0 119 CYGPATH_W = @CYGPATH_W@
adam@0 120 DEFS = @DEFS@
adam@0 121 DEPDIR = @DEPDIR@
adam@0 122 DLLTOOL = @DLLTOOL@
adam@0 123 DSYMUTIL = @DSYMUTIL@
adam@0 124 DUMPBIN = @DUMPBIN@
adam@0 125 ECHO_C = @ECHO_C@
adam@0 126 ECHO_N = @ECHO_N@
adam@0 127 ECHO_T = @ECHO_T@
adam@0 128 EGREP = @EGREP@
adam@0 129 EXEEXT = @EXEEXT@
adam@0 130 FGREP = @FGREP@
adam@0 131 GREP = @GREP@
adam@0 132 INSTALL = @INSTALL@
adam@0 133 INSTALL_DATA = @INSTALL_DATA@
adam@0 134 INSTALL_PROGRAM = @INSTALL_PROGRAM@
adam@0 135 INSTALL_SCRIPT = @INSTALL_SCRIPT@
adam@0 136 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
adam@0 137 LD = @LD@
adam@0 138 LDFLAGS = @LDFLAGS@
adam@0 139 LIBOBJS = @LIBOBJS@
adam@0 140 LIBS = @LIBS@
adam@0 141 LIBTOOL = @LIBTOOL@
adam@0 142 LIPO = @LIPO@
adam@0 143 LN_S = @LN_S@
adam@0 144 LTLIBOBJS = @LTLIBOBJS@
adam@0 145 MAKEINFO = @MAKEINFO@
adam@0 146 MANIFEST_TOOL = @MANIFEST_TOOL@
adam@0 147 MKDIR_P = @MKDIR_P@
adam@0 148 NM = @NM@
adam@0 149 NMEDIT = @NMEDIT@
adam@0 150 OBJDUMP = @OBJDUMP@
adam@0 151 OBJEXT = @OBJEXT@
adam@0 152 OTOOL = @OTOOL@
adam@0 153 OTOOL64 = @OTOOL64@
adam@0 154 PACKAGE = @PACKAGE@
adam@0 155 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
adam@0 156 PACKAGE_NAME = @PACKAGE_NAME@
adam@0 157 PACKAGE_STRING = @PACKAGE_STRING@
adam@0 158 PACKAGE_TARNAME = @PACKAGE_TARNAME@
adam@0 159 PACKAGE_URL = @PACKAGE_URL@
adam@0 160 PACKAGE_VERSION = @PACKAGE_VERSION@
adam@0 161 PATH_SEPARATOR = @PATH_SEPARATOR@
adam@0 162 RANLIB = @RANLIB@
adam@0 163 SED = @SED@
adam@0 164 SET_MAKE = @SET_MAKE@
adam@0 165 SHELL = @SHELL@
adam@0 166 STRIP = @STRIP@
adam@0 167 URWEB_INC = @URWEB_INC@
adam@0 168 URWEB_LIB = @URWEB_LIB@
adam@0 169 VERSION = @VERSION@
adam@0 170 abs_builddir = @abs_builddir@
adam@0 171 abs_srcdir = @abs_srcdir@
adam@0 172 abs_top_builddir = @abs_top_builddir@
adam@0 173 abs_top_srcdir = @abs_top_srcdir@
adam@0 174 ac_ct_AR = @ac_ct_AR@
adam@0 175 ac_ct_CC = @ac_ct_CC@
adam@0 176 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
adam@0 177 am__include = @am__include@
adam@0 178 am__leading_dot = @am__leading_dot@
adam@0 179 am__quote = @am__quote@
adam@0 180 am__tar = @am__tar@
adam@0 181 am__untar = @am__untar@
adam@0 182 bindir = @bindir@
adam@0 183 build = @build@
adam@0 184 build_alias = @build_alias@
adam@0 185 build_cpu = @build_cpu@
adam@0 186 build_os = @build_os@
adam@0 187 build_vendor = @build_vendor@
adam@0 188 builddir = @builddir@
adam@0 189 datadir = @datadir@
adam@0 190 datarootdir = @datarootdir@
adam@0 191 docdir = @docdir@
adam@0 192 dvidir = @dvidir@
adam@0 193 exec_prefix = @exec_prefix@
adam@0 194 host = @host@
adam@0 195 host_alias = @host_alias@
adam@0 196 host_cpu = @host_cpu@
adam@0 197 host_os = @host_os@
adam@0 198 host_vendor = @host_vendor@
adam@0 199 htmldir = @htmldir@
adam@0 200 includedir = @includedir@
adam@0 201 infodir = @infodir@
adam@0 202 install_sh = @install_sh@
adam@0 203 libdir = @libdir@
adam@0 204 libexecdir = @libexecdir@
adam@0 205 localedir = @localedir@
adam@0 206 localstatedir = @localstatedir@
adam@0 207 mandir = @mandir@
adam@0 208 mkdir_p = @mkdir_p@
adam@0 209 oldincludedir = @oldincludedir@
adam@0 210 pdfdir = @pdfdir@
adam@0 211 prefix = @prefix@
adam@0 212 program_transform_name = @program_transform_name@
adam@0 213 psdir = @psdir@
adam@0 214 sbindir = @sbindir@
adam@0 215 sharedstatedir = @sharedstatedir@
adam@0 216 srcdir = @srcdir@
adam@0 217 sysconfdir = @sysconfdir@
adam@0 218 target_alias = @target_alias@
adam@0 219 top_build_prefix = @top_build_prefix@
adam@0 220 top_builddir = @top_builddir@
adam@0 221 top_srcdir = @top_srcdir@
adam@0 222 ACLOCAL_AMFLAGS = -I m4
adam@0 223 LIB = @URWEB_LIB@/mail
adam@0 224 lib_LTLIBRARIES = liburweb_mail.la
adam@0 225 liburweb_mail_la_SOURCES = mail.c
adam@0 226 AM_CPPFLAGS = -I@URWEB_INC@
adam@0 227 AM_CFLAGS = -Wimplicit -Wall -Werror
adam@0 228 all: all-am
adam@0 229
adam@0 230 .SUFFIXES:
adam@0 231 .SUFFIXES: .c .lo .o .obj
adam@0 232 am--refresh:
adam@0 233 @:
adam@0 234 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
adam@0 235 @for dep in $?; do \
adam@0 236 case '$(am__configure_deps)' in \
adam@0 237 *$$dep*) \
adam@0 238 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
adam@0 239 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
adam@0 240 && exit 0; \
adam@0 241 exit 1;; \
adam@0 242 esac; \
adam@0 243 done; \
adam@0 244 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
adam@0 245 $(am__cd) $(top_srcdir) && \
adam@0 246 $(AUTOMAKE) --foreign Makefile
adam@0 247 .PRECIOUS: Makefile
adam@0 248 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
adam@0 249 @case '$?' in \
adam@0 250 *config.status*) \
adam@0 251 echo ' $(SHELL) ./config.status'; \
adam@0 252 $(SHELL) ./config.status;; \
adam@0 253 *) \
adam@0 254 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
adam@0 255 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
adam@0 256 esac;
adam@0 257
adam@0 258 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
adam@0 259 $(SHELL) ./config.status --recheck
adam@0 260
adam@0 261 $(top_srcdir)/configure: $(am__configure_deps)
adam@0 262 $(am__cd) $(srcdir) && $(AUTOCONF)
adam@0 263 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
adam@0 264 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
adam@0 265 $(am__aclocal_m4_deps):
adam@0 266 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
adam@0 267 @$(NORMAL_INSTALL)
adam@0 268 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
adam@0 269 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
adam@0 270 list2=; for p in $$list; do \
adam@0 271 if test -f $$p; then \
adam@0 272 list2="$$list2 $$p"; \
adam@0 273 else :; fi; \
adam@0 274 done; \
adam@0 275 test -z "$$list2" || { \
adam@0 276 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
adam@0 277 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
adam@0 278 }
adam@0 279
adam@0 280 uninstall-libLTLIBRARIES:
adam@0 281 @$(NORMAL_UNINSTALL)
adam@0 282 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
adam@0 283 for p in $$list; do \
adam@0 284 $(am__strip_dir) \
adam@0 285 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
adam@0 286 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
adam@0 287 done
adam@0 288
adam@0 289 clean-libLTLIBRARIES:
adam@0 290 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
adam@0 291 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
adam@0 292 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
adam@0 293 test "$$dir" != "$$p" || dir=.; \
adam@0 294 echo "rm -f \"$${dir}/so_locations\""; \
adam@0 295 rm -f "$${dir}/so_locations"; \
adam@0 296 done
adam@0 297 liburweb_mail.la: $(liburweb_mail_la_OBJECTS) $(liburweb_mail_la_DEPENDENCIES)
adam@0 298 $(LINK) -rpath $(libdir) $(liburweb_mail_la_OBJECTS) $(liburweb_mail_la_LIBADD) $(LIBS)
adam@0 299
adam@0 300 mostlyclean-compile:
adam@0 301 -rm -f *.$(OBJEXT)
adam@0 302
adam@0 303 distclean-compile:
adam@0 304 -rm -f *.tab.c
adam@0 305
adam@0 306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mail.Plo@am__quote@
adam@0 307
adam@0 308 .c.o:
adam@0 309 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
adam@0 310 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
adam@0 311 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
adam@0 312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
adam@0 313 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
adam@0 314
adam@0 315 .c.obj:
adam@0 316 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
adam@0 317 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
adam@0 318 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
adam@0 319 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
adam@0 320 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
adam@0 321
adam@0 322 .c.lo:
adam@0 323 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
adam@0 324 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
adam@0 325 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
adam@0 326 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
adam@0 327 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
adam@0 328
adam@0 329 mostlyclean-libtool:
adam@0 330 -rm -f *.lo
adam@0 331
adam@0 332 clean-libtool:
adam@0 333 -rm -rf .libs _libs
adam@0 334
adam@0 335 distclean-libtool:
adam@0 336 -rm -f libtool config.lt
adam@0 337
adam@0 338 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
adam@0 339 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
adam@0 340 unique=`for i in $$list; do \
adam@0 341 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
adam@0 342 done | \
adam@0 343 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
adam@0 344 END { if (nonempty) { for (i in files) print i; }; }'`; \
adam@0 345 mkid -fID $$unique
adam@0 346 tags: TAGS
adam@0 347
adam@0 348 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
adam@0 349 $(TAGS_FILES) $(LISP)
adam@0 350 set x; \
adam@0 351 here=`pwd`; \
adam@0 352 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
adam@0 353 unique=`for i in $$list; do \
adam@0 354 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
adam@0 355 done | \
adam@0 356 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
adam@0 357 END { if (nonempty) { for (i in files) print i; }; }'`; \
adam@0 358 shift; \
adam@0 359 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
adam@0 360 test -n "$$unique" || unique=$$empty_fix; \
adam@0 361 if test $$# -gt 0; then \
adam@0 362 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
adam@0 363 "$$@" $$unique; \
adam@0 364 else \
adam@0 365 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
adam@0 366 $$unique; \
adam@0 367 fi; \
adam@0 368 fi
adam@0 369 ctags: CTAGS
adam@0 370 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
adam@0 371 $(TAGS_FILES) $(LISP)
adam@0 372 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
adam@0 373 unique=`for i in $$list; do \
adam@0 374 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
adam@0 375 done | \
adam@0 376 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
adam@0 377 END { if (nonempty) { for (i in files) print i; }; }'`; \
adam@0 378 test -z "$(CTAGS_ARGS)$$unique" \
adam@0 379 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
adam@0 380 $$unique
adam@0 381
adam@0 382 GTAGS:
adam@0 383 here=`$(am__cd) $(top_builddir) && pwd` \
adam@0 384 && $(am__cd) $(top_srcdir) \
adam@0 385 && gtags -i $(GTAGS_ARGS) "$$here"
adam@0 386
adam@0 387 distclean-tags:
adam@0 388 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
adam@0 389
adam@0 390 distdir: $(DISTFILES)
adam@0 391 $(am__remove_distdir)
adam@0 392 test -d "$(distdir)" || mkdir "$(distdir)"
adam@0 393 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
adam@0 394 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
adam@0 395 list='$(DISTFILES)'; \
adam@0 396 dist_files=`for file in $$list; do echo $$file; done | \
adam@0 397 sed -e "s|^$$srcdirstrip/||;t" \
adam@0 398 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
adam@0 399 case $$dist_files in \
adam@0 400 */*) $(MKDIR_P) `echo "$$dist_files" | \
adam@0 401 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
adam@0 402 sort -u` ;; \
adam@0 403 esac; \
adam@0 404 for file in $$dist_files; do \
adam@0 405 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
adam@0 406 if test -d $$d/$$file; then \
adam@0 407 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
adam@0 408 if test -d "$(distdir)/$$file"; then \
adam@0 409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
adam@0 410 fi; \
adam@0 411 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
adam@0 412 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
adam@0 413 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
adam@0 414 fi; \
adam@0 415 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
adam@0 416 else \
adam@0 417 test -f "$(distdir)/$$file" \
adam@0 418 || cp -p $$d/$$file "$(distdir)/$$file" \
adam@0 419 || exit 1; \
adam@0 420 fi; \
adam@0 421 done
adam@0 422 -test -n "$(am__skip_mode_fix)" \
adam@0 423 || find "$(distdir)" -type d ! -perm -755 \
adam@0 424 -exec chmod u+rwx,go+rx {} \; -o \
adam@0 425 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
adam@0 426 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
adam@0 427 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
adam@0 428 || chmod -R a+r "$(distdir)"
adam@0 429 dist-gzip: distdir
adam@0 430 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
adam@0 431 $(am__remove_distdir)
adam@0 432
adam@0 433 dist-bzip2: distdir
adam@0 434 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
adam@0 435 $(am__remove_distdir)
adam@0 436
adam@0 437 dist-lzma: distdir
adam@0 438 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
adam@0 439 $(am__remove_distdir)
adam@0 440
adam@0 441 dist-xz: distdir
adam@0 442 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
adam@0 443 $(am__remove_distdir)
adam@0 444
adam@0 445 dist-tarZ: distdir
adam@0 446 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
adam@0 447 $(am__remove_distdir)
adam@0 448
adam@0 449 dist-shar: distdir
adam@0 450 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
adam@0 451 $(am__remove_distdir)
adam@0 452
adam@0 453 dist-zip: distdir
adam@0 454 -rm -f $(distdir).zip
adam@0 455 zip -rq $(distdir).zip $(distdir)
adam@0 456 $(am__remove_distdir)
adam@0 457
adam@0 458 dist dist-all: distdir
adam@0 459 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
adam@0 460 $(am__remove_distdir)
adam@0 461
adam@0 462 # This target untars the dist file and tries a VPATH configuration. Then
adam@0 463 # it guarantees that the distribution is self-contained by making another
adam@0 464 # tarfile.
adam@0 465 distcheck: dist
adam@0 466 case '$(DIST_ARCHIVES)' in \
adam@0 467 *.tar.gz*) \
adam@0 468 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
adam@0 469 *.tar.bz2*) \
adam@0 470 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
adam@0 471 *.tar.lzma*) \
adam@0 472 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
adam@0 473 *.tar.xz*) \
adam@0 474 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
adam@0 475 *.tar.Z*) \
adam@0 476 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
adam@0 477 *.shar.gz*) \
adam@0 478 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
adam@0 479 *.zip*) \
adam@0 480 unzip $(distdir).zip ;;\
adam@0 481 esac
adam@0 482 chmod -R a-w $(distdir); chmod a+w $(distdir)
adam@0 483 mkdir $(distdir)/_build
adam@0 484 mkdir $(distdir)/_inst
adam@0 485 chmod a-w $(distdir)
adam@0 486 test -d $(distdir)/_build || exit 0; \
adam@0 487 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
adam@0 488 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
adam@0 489 && am__cwd=`pwd` \
adam@0 490 && $(am__cd) $(distdir)/_build \
adam@0 491 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
adam@0 492 $(DISTCHECK_CONFIGURE_FLAGS) \
adam@0 493 && $(MAKE) $(AM_MAKEFLAGS) \
adam@0 494 && $(MAKE) $(AM_MAKEFLAGS) dvi \
adam@0 495 && $(MAKE) $(AM_MAKEFLAGS) check \
adam@0 496 && $(MAKE) $(AM_MAKEFLAGS) install \
adam@0 497 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
adam@0 498 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
adam@0 499 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
adam@0 500 distuninstallcheck \
adam@0 501 && chmod -R a-w "$$dc_install_base" \
adam@0 502 && ({ \
adam@0 503 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
adam@0 504 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
adam@0 505 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
adam@0 506 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
adam@0 507 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
adam@0 508 } || { rm -rf "$$dc_destdir"; exit 1; }) \
adam@0 509 && rm -rf "$$dc_destdir" \
adam@0 510 && $(MAKE) $(AM_MAKEFLAGS) dist \
adam@0 511 && rm -rf $(DIST_ARCHIVES) \
adam@0 512 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
adam@0 513 && cd "$$am__cwd" \
adam@0 514 || exit 1
adam@0 515 $(am__remove_distdir)
adam@0 516 @(echo "$(distdir) archives ready for distribution: "; \
adam@0 517 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
adam@0 518 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
adam@0 519 distuninstallcheck:
adam@0 520 @$(am__cd) '$(distuninstallcheck_dir)' \
adam@0 521 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
adam@0 522 || { echo "ERROR: files left after uninstall:" ; \
adam@0 523 if test -n "$(DESTDIR)"; then \
adam@0 524 echo " (check DESTDIR support)"; \
adam@0 525 fi ; \
adam@0 526 $(distuninstallcheck_listfiles) ; \
adam@0 527 exit 1; } >&2
adam@0 528 distcleancheck: distclean
adam@0 529 @if test '$(srcdir)' = . ; then \
adam@0 530 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
adam@0 531 exit 1 ; \
adam@0 532 fi
adam@0 533 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
adam@0 534 || { echo "ERROR: files left in build directory after distclean:" ; \
adam@0 535 $(distcleancheck_listfiles) ; \
adam@0 536 exit 1; } >&2
adam@0 537 check-am: all-am
adam@0 538 check: check-am
adam@0 539 all-am: Makefile $(LTLIBRARIES)
adam@0 540 installdirs:
adam@0 541 for dir in "$(DESTDIR)$(libdir)"; do \
adam@0 542 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
adam@0 543 done
adam@0 544 install: install-am
adam@0 545 install-exec: install-exec-am
adam@0 546 install-data: install-data-am
adam@0 547 uninstall: uninstall-am
adam@0 548
adam@0 549 install-am: all-am
adam@0 550 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
adam@0 551
adam@0 552 installcheck: installcheck-am
adam@0 553 install-strip:
adam@0 554 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
adam@0 555 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
adam@0 556 `test -z '$(STRIP)' || \
adam@0 557 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
adam@0 558 mostlyclean-generic:
adam@0 559
adam@0 560 clean-generic:
adam@0 561
adam@0 562 distclean-generic:
adam@0 563 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
adam@0 564 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
adam@0 565
adam@0 566 maintainer-clean-generic:
adam@0 567 @echo "This command is intended for maintainers to use"
adam@0 568 @echo "it deletes files that may require special tools to rebuild."
adam@0 569 clean: clean-am
adam@0 570
adam@0 571 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
adam@0 572 mostlyclean-am
adam@0 573
adam@0 574 distclean: distclean-am
adam@0 575 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
adam@0 576 -rm -rf ./$(DEPDIR)
adam@0 577 -rm -f Makefile
adam@0 578 distclean-am: clean-am distclean-compile distclean-generic \
adam@0 579 distclean-libtool distclean-tags
adam@0 580
adam@0 581 dvi: dvi-am
adam@0 582
adam@0 583 dvi-am:
adam@0 584
adam@0 585 html: html-am
adam@0 586
adam@0 587 html-am:
adam@0 588
adam@0 589 info: info-am
adam@0 590
adam@0 591 info-am:
adam@0 592
adam@0 593 install-data-am:
adam@0 594
adam@0 595 install-dvi: install-dvi-am
adam@0 596
adam@0 597 install-dvi-am:
adam@0 598
adam@0 599 install-exec-am: install-exec-local install-libLTLIBRARIES
adam@0 600
adam@0 601 install-html: install-html-am
adam@0 602
adam@0 603 install-html-am:
adam@0 604
adam@0 605 install-info: install-info-am
adam@0 606
adam@0 607 install-info-am:
adam@0 608
adam@0 609 install-man:
adam@0 610
adam@0 611 install-pdf: install-pdf-am
adam@0 612
adam@0 613 install-pdf-am:
adam@0 614
adam@0 615 install-ps: install-ps-am
adam@0 616
adam@0 617 install-ps-am:
adam@0 618
adam@0 619 installcheck-am:
adam@0 620
adam@0 621 maintainer-clean: maintainer-clean-am
adam@0 622 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
adam@0 623 -rm -rf $(top_srcdir)/autom4te.cache
adam@0 624 -rm -rf ./$(DEPDIR)
adam@0 625 -rm -f Makefile
adam@0 626 maintainer-clean-am: distclean-am maintainer-clean-generic
adam@0 627
adam@0 628 mostlyclean: mostlyclean-am
adam@0 629
adam@0 630 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
adam@0 631 mostlyclean-libtool
adam@0 632
adam@0 633 pdf: pdf-am
adam@0 634
adam@0 635 pdf-am:
adam@0 636
adam@0 637 ps: ps-am
adam@0 638
adam@0 639 ps-am:
adam@0 640
adam@0 641 uninstall-am: uninstall-libLTLIBRARIES
adam@0 642
adam@0 643 .MAKE: install-am install-strip
adam@0 644
adam@0 645 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
adam@0 646 clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
adam@0 647 dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
adam@0 648 dist-xz dist-zip distcheck distclean distclean-compile \
adam@0 649 distclean-generic distclean-libtool distclean-tags \
adam@0 650 distcleancheck distdir distuninstallcheck dvi dvi-am html \
adam@0 651 html-am info info-am install install-am install-data \
adam@0 652 install-data-am install-dvi install-dvi-am install-exec \
adam@0 653 install-exec-am install-exec-local install-html \
adam@0 654 install-html-am install-info install-info-am \
adam@0 655 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
adam@0 656 install-ps install-ps-am install-strip installcheck \
adam@0 657 installcheck-am installdirs maintainer-clean \
adam@0 658 maintainer-clean-generic mostlyclean mostlyclean-compile \
adam@0 659 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
adam@0 660 tags uninstall uninstall-am uninstall-libLTLIBRARIES
adam@0 661
adam@0 662
adam@0 663 .PHONY: reauto
adam@0 664
adam@0 665 reauto:
adam@0 666 -autoreconf
adam@0 667 libtoolize -cf
adam@0 668 automake --add-missing --force-missing --copy
adam@0 669 autoreconf
adam@0 670
adam@0 671 install-exec-local:
adam@0 672 mkdir -p $(LIB)
adam@0 673 cp lib.urp $(LIB)/
adam@0 674 cp *.h $(LIB)/
adam@0 675 cp *.urs $(LIB)/
adam@0 676 -ldconfig
adam@0 677
adam@0 678 # Tell versions [3.59,3.63) of GNU make to not export all variables.
adam@0 679 # Otherwise a system limit (for SysV at least) may be exceeded.
adam@0 680 .NOEXPORT: