1# Makefile.in generated by automake 1.11.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# $Id: Makefile.am 27165 2010-12-27 22:42:16Z androsyn $ 19 20VPATH = @srcdir@ 21pkgdatadir = $(datadir)/@PACKAGE@ 22pkgincludedir = $(includedir)/@PACKAGE@ 23pkglibdir = $(libdir)/@PACKAGE@ 24pkglibexecdir = $(libexecdir)/@PACKAGE@ 25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 26install_sh_DATA = $(install_sh) -c -m 644 27install_sh_PROGRAM = $(install_sh) -c 28install_sh_SCRIPT = $(install_sh) -c 29INSTALL_HEADER = $(INSTALL_DATA) 30transform = $(program_transform_name) 31NORMAL_INSTALL = : 32PRE_INSTALL = : 33POST_INSTALL = : 34NORMAL_UNINSTALL = : 35PRE_UNINSTALL = : 36POST_UNINSTALL = : 37build_triplet = @build@ 38host_triplet = @host@ 39subdir = src 40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 43 $(top_srcdir)/configure.ac 44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 45 $(ACLOCAL_M4) 46mkinstalldirs = $(install_sh) -d 47CONFIG_HEADER = $(top_builddir)/include/libratbox_config.h 48CONFIG_CLEAN_FILES = 49CONFIG_CLEAN_VPATH_FILES = 50am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 51am__vpath_adj = case $$p in \ 52 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 53 *) f=$$p;; \ 54 esac; 55am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 56am__install_max = 40 57am__nobase_strip_setup = \ 58 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 59am__nobase_strip = \ 60 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 61am__nobase_list = $(am__nobase_strip_setup); \ 62 for p in $$list; do echo "$$p $$p"; done | \ 63 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 64 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 65 if (++n[$$2] == $(am__install_max)) \ 66 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 67 END { for (dir in files) print dir, files[dir] }' 68am__base_list = \ 69 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 70 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 71am__installdirs = "$(DESTDIR)$(libdir)" 72LTLIBRARIES = $(lib_LTLIBRARIES) 73libratbox_la_DEPENDENCIES = 74am_libratbox_la_OBJECTS = unix.lo win32.lo crypt.lo balloc.lo \ 75 commio.lo openssl.lo gnutls.lo nossl.lo event.lo ratbox_lib.lo \ 76 rb_memory.lo linebuf.lo snprintf.lo tools.lo helper.lo \ 77 devpoll.lo epoll.lo poll.lo ports.lo select.lo kqueue.lo \ 78 rawbuf.lo patricia.lo arc4random.lo version.lo 79libratbox_la_OBJECTS = $(am_libratbox_la_OBJECTS) 80libratbox_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 81 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 82 $(libratbox_la_LDFLAGS) $(LDFLAGS) -o $@ 83DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include 84depcomp = $(SHELL) $(top_srcdir)/depcomp 85am__depfiles_maybe = depfiles 86am__mv = mv -f 87COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 88 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 89LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 90 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 91 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 92CCLD = $(CC) 93LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 94 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 95 $(LDFLAGS) -o $@ 96SOURCES = $(libratbox_la_SOURCES) 97DIST_SOURCES = $(libratbox_la_SOURCES) 98ETAGS = etags 99CTAGS = ctags 100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 101ACLOCAL = @ACLOCAL@ 102ALLOCA = @ALLOCA@ 103AMTAR = @AMTAR@ 104AR = @AR@ 105AUTOCONF = @AUTOCONF@ 106AUTOHEADER = @AUTOHEADER@ 107AUTOMAKE = @AUTOMAKE@ 108AWK = @AWK@ 109CC = @CC@ 110CCDEPMODE = @CCDEPMODE@ 111CFLAGS = @EXTRA_WARNINGS@ @CFLAGS@ 112CP = @CP@ 113CPP = @CPP@ 114CPPFLAGS = @CPPFLAGS@ 115CRYPT_LIB = @CRYPT_LIB@ 116CYGPATH_W = @CYGPATH_W@ 117DEFS = @DEFS@ 118DEPDIR = @DEPDIR@ 119DLLTOOL = @DLLTOOL@ 120DSYMUTIL = @DSYMUTIL@ 121DUMPBIN = @DUMPBIN@ 122ECHO_C = @ECHO_C@ 123ECHO_N = @ECHO_N@ 124ECHO_T = @ECHO_T@ 125EGREP = @EGREP@ 126EXEEXT = @EXEEXT@ 127EXTRA_WARNINGS = @EXTRA_WARNINGS@ 128FGREP = @FGREP@ 129GNUTLS_CFLAGS = @GNUTLS_CFLAGS@ 130GNUTLS_LIBS = @GNUTLS_LIBS@ 131GREP = @GREP@ 132INSTALL = @INSTALL@ 133INSTALL_DATA = @INSTALL_DATA@ 134INSTALL_PROGRAM = @INSTALL_PROGRAM@ 135INSTALL_SCRIPT = @INSTALL_SCRIPT@ 136INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 137LD = @LD@ 138LDFLAGS = @LDFLAGS@ 139LIBOBJS = @LIBOBJS@ 140LIBS = @LIBS@ 141LIBTOOL = @LIBTOOL@ 142LIPO = @LIPO@ 143LN_S = @LN_S@ 144LTLIBOBJS = @LTLIBOBJS@ 145MAINT = @MAINT@ 146MAKEINFO = @MAKEINFO@ 147MANIFEST_TOOL = @MANIFEST_TOOL@ 148MKDIR_P = @MKDIR_P@ 149MV = @MV@ 150NM = @NM@ 151NMEDIT = @NMEDIT@ 152OBJDUMP = @OBJDUMP@ 153OBJEXT = @OBJEXT@ 154OTOOL = @OTOOL@ 155OTOOL64 = @OTOOL64@ 156PACKAGE = @PACKAGE@ 157PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 158PACKAGE_NAME = @PACKAGE_NAME@ 159PACKAGE_STRING = @PACKAGE_STRING@ 160PACKAGE_TARNAME = @PACKAGE_TARNAME@ 161PACKAGE_URL = @PACKAGE_URL@ 162PACKAGE_VERSION = @PACKAGE_VERSION@ 163PATH_SEPARATOR = @PATH_SEPARATOR@ 164PICFLAGS = @PICFLAGS@ 165PKG_CONFIG = @PKG_CONFIG@ 166PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 167PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 168RANLIB = @RANLIB@ 169RB_PREFIX = @RB_PREFIX@ 170RB_RM = @RB_RM@ 171SED = @SED@ 172SEDOBJ = @SEDOBJ@ 173SET_MAKE = @SET_MAKE@ 174SHELL = @SHELL@ 175SSL_CFLAGS = @SSL_CFLAGS@ 176SSL_LIBS = @SSL_LIBS@ 177STRIP = @STRIP@ 178VERSION = @VERSION@ 179abs_builddir = @abs_builddir@ 180abs_srcdir = @abs_srcdir@ 181abs_top_builddir = @abs_top_builddir@ 182abs_top_srcdir = @abs_top_srcdir@ 183ac_ct_AR = @ac_ct_AR@ 184ac_ct_CC = @ac_ct_CC@ 185ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 186am__include = @am__include@ 187am__leading_dot = @am__leading_dot@ 188am__quote = @am__quote@ 189am__tar = @am__tar@ 190am__untar = @am__untar@ 191bindir = @bindir@ 192build = @build@ 193build_alias = @build_alias@ 194build_cpu = @build_cpu@ 195build_os = @build_os@ 196build_vendor = @build_vendor@ 197builddir = @builddir@ 198datadir = @datadir@ 199datarootdir = @datarootdir@ 200docdir = @docdir@ 201dvidir = @dvidir@ 202exec_prefix = @exec_prefix@ 203host = @host@ 204host_alias = @host_alias@ 205host_cpu = @host_cpu@ 206host_os = @host_os@ 207host_vendor = @host_vendor@ 208htmldir = @htmldir@ 209includedir = @includedir@ 210infodir = @infodir@ 211install_sh = @install_sh@ 212libdir = @libdir@ 213libexecdir = @libexecdir@ 214localedir = @localedir@ 215localstatedir = @localstatedir@ 216mandir = @mandir@ 217mkdir_p = @mkdir_p@ 218oldincludedir = @oldincludedir@ 219pdfdir = @pdfdir@ 220prefix = @prefix@ 221program_transform_name = @program_transform_name@ 222psdir = @psdir@ 223sbindir = @sbindir@ 224sharedstatedir = @sharedstatedir@ 225srcdir = @srcdir@ 226sysconfdir = @sysconfdir@ 227target_alias = @target_alias@ 228top_build_prefix = @top_build_prefix@ 229top_builddir = @top_builddir@ 230top_srcdir = @top_srcdir@ 231AUTOMAKE_OPTIONS = foreign 232INCLUDES = -I. -I../include @SSL_CFLAGS@ @GNUTLS_CFLAGS@ 233BUILT_SOURCES = version.c 234libratbox_la_SOURCES = \ 235 unix.c \ 236 win32.c \ 237 crypt.c \ 238 balloc.c \ 239 commio.c \ 240 openssl.c \ 241 gnutls.c \ 242 nossl.c \ 243 event.c \ 244 ratbox_lib.c \ 245 rb_memory.c \ 246 linebuf.c \ 247 snprintf.c \ 248 tools.c \ 249 helper.c \ 250 devpoll.c \ 251 epoll.c \ 252 poll.c \ 253 ports.c \ 254 select.c \ 255 kqueue.c \ 256 rawbuf.c \ 257 patricia.c \ 258 arc4random.c \ 259 version.c 260 261libratbox_la_LDFLAGS = @CRYPT_LIB@ @SSL_LIBS@ @GNUTLS_LIBS@ -avoid-version -no-undefined -export-symbols export-syms.txt 262libratbox_la_LIBADD = @CRYPT_LIB@ @SSL_LIBS@ @GNUTLS_LIBS@ 263lib_LTLIBRARIES = libratbox.la 264all: $(BUILT_SOURCES) 265 $(MAKE) $(AM_MAKEFLAGS) all-am 266 267.SUFFIXES: 268.SUFFIXES: .c .lo .o .obj 269$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 270 @for dep in $?; do \ 271 case '$(am__configure_deps)' in \ 272 *$$dep*) \ 273 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 274 && { if test -f $@; then exit 0; else break; fi; }; \ 275 exit 1;; \ 276 esac; \ 277 done; \ 278 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 279 $(am__cd) $(top_srcdir) && \ 280 $(AUTOMAKE) --foreign src/Makefile 281.PRECIOUS: Makefile 282Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 283 @case '$?' in \ 284 *config.status*) \ 285 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 286 *) \ 287 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 288 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 289 esac; 290 291$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 292 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 293 294$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 295 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 296$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 298$(am__aclocal_m4_deps): 299install-libLTLIBRARIES: $(lib_LTLIBRARIES) 300 @$(NORMAL_INSTALL) 301 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 302 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 303 list2=; for p in $$list; do \ 304 if test -f $$p; then \ 305 list2="$$list2 $$p"; \ 306 else :; fi; \ 307 done; \ 308 test -z "$$list2" || { \ 309 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 310 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 311 } 312 313uninstall-libLTLIBRARIES: 314 @$(NORMAL_UNINSTALL) 315 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 316 for p in $$list; do \ 317 $(am__strip_dir) \ 318 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 319 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 320 done 321 322clean-libLTLIBRARIES: 323 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 324 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 325 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 326 test "$$dir" != "$$p" || dir=.; \ 327 echo "rm -f \"$${dir}/so_locations\""; \ 328 rm -f "$${dir}/so_locations"; \ 329 done 330libratbox.la: $(libratbox_la_OBJECTS) $(libratbox_la_DEPENDENCIES) 331 $(libratbox_la_LINK) -rpath $(libdir) $(libratbox_la_OBJECTS) $(libratbox_la_LIBADD) $(LIBS) 332 333mostlyclean-compile: 334 -rm -f *.$(OBJEXT) 335 336distclean-compile: 337 -rm -f *.tab.c 338 339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arc4random.Plo@am__quote@ 340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balloc.Plo@am__quote@ 341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commio.Plo@am__quote@ 342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt.Plo@am__quote@ 343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devpoll.Plo@am__quote@ 344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoll.Plo@am__quote@ 345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@ 346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnutls.Plo@am__quote@ 347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper.Plo@am__quote@ 348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kqueue.Plo@am__quote@ 349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linebuf.Plo@am__quote@ 350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nossl.Plo@am__quote@ 351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openssl.Plo@am__quote@ 352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patricia.Plo@am__quote@ 353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Plo@am__quote@ 354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ports.Plo@am__quote@ 355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ratbox_lib.Plo@am__quote@ 356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawbuf.Plo@am__quote@ 357@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb_memory.Plo@am__quote@ 358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@ 359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Plo@am__quote@ 360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Plo@am__quote@ 361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Plo@am__quote@ 362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@ 363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Plo@am__quote@ 364 365.c.o: 366@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 367@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 368@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 369@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 370@am__fastdepCC_FALSE@ $(COMPILE) -c $< 371 372.c.obj: 373@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 374@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 375@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 376@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 377@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 378 379.c.lo: 380@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 381@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 382@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 383@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 384@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 385 386mostlyclean-libtool: 387 -rm -f *.lo 388 389clean-libtool: 390 -rm -rf .libs _libs 391 392ID: $(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; nonempty = 1; } \ 398 END { if (nonempty) { for (i in files) print i; }; }'`; \ 399 mkid -fID $$unique 400tags: TAGS 401 402TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 403 $(TAGS_FILES) $(LISP) 404 set x; \ 405 here=`pwd`; \ 406 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 407 unique=`for i in $$list; do \ 408 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 409 done | \ 410 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 411 END { if (nonempty) { for (i in files) print i; }; }'`; \ 412 shift; \ 413 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 414 test -n "$$unique" || unique=$$empty_fix; \ 415 if test $$# -gt 0; then \ 416 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 417 "$$@" $$unique; \ 418 else \ 419 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 420 $$unique; \ 421 fi; \ 422 fi 423ctags: CTAGS 424CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 425 $(TAGS_FILES) $(LISP) 426 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 427 unique=`for i in $$list; do \ 428 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 429 done | \ 430 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 431 END { if (nonempty) { for (i in files) print i; }; }'`; \ 432 test -z "$(CTAGS_ARGS)$$unique" \ 433 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 434 $$unique 435 436GTAGS: 437 here=`$(am__cd) $(top_builddir) && pwd` \ 438 && $(am__cd) $(top_srcdir) \ 439 && gtags -i $(GTAGS_ARGS) "$$here" 440 441distclean-tags: 442 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 443 444distdir: $(DISTFILES) 445 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 446 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 447 list='$(DISTFILES)'; \ 448 dist_files=`for file in $$list; do echo $$file; done | \ 449 sed -e "s|^$$srcdirstrip/||;t" \ 450 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 451 case $$dist_files in \ 452 */*) $(MKDIR_P) `echo "$$dist_files" | \ 453 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 454 sort -u` ;; \ 455 esac; \ 456 for file in $$dist_files; do \ 457 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 458 if test -d $$d/$$file; then \ 459 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 460 if test -d "$(distdir)/$$file"; then \ 461 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 462 fi; \ 463 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 464 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 465 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 466 fi; \ 467 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 468 else \ 469 test -f "$(distdir)/$$file" \ 470 || cp -p $$d/$$file "$(distdir)/$$file" \ 471 || exit 1; \ 472 fi; \ 473 done 474check-am: all-am 475check: $(BUILT_SOURCES) 476 $(MAKE) $(AM_MAKEFLAGS) check-am 477all-am: Makefile $(LTLIBRARIES) 478installdirs: 479 for dir in "$(DESTDIR)$(libdir)"; do \ 480 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 481 done 482install: $(BUILT_SOURCES) 483 $(MAKE) $(AM_MAKEFLAGS) install-am 484install-exec: install-exec-am 485install-data: install-data-am 486uninstall: uninstall-am 487 488install-am: all-am 489 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 490 491installcheck: installcheck-am 492install-strip: 493 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 494 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 495 `test -z '$(STRIP)' || \ 496 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 497mostlyclean-generic: 498 499clean-generic: 500 501distclean-generic: 502 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 503 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 504 505maintainer-clean-generic: 506 @echo "This command is intended for maintainers to use" 507 @echo "it deletes files that may require special tools to rebuild." 508 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 509clean: clean-am 510 511clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 512 mostlyclean-am 513 514distclean: distclean-am 515 -rm -rf ./$(DEPDIR) 516 -rm -f Makefile 517distclean-am: clean-am distclean-compile distclean-generic \ 518 distclean-tags 519 520dvi: dvi-am 521 522dvi-am: 523 524html: html-am 525 526html-am: 527 528info: info-am 529 530info-am: 531 532install-data-am: 533 534install-dvi: install-dvi-am 535 536install-dvi-am: 537 538install-exec-am: install-libLTLIBRARIES 539 540install-html: install-html-am 541 542install-html-am: 543 544install-info: install-info-am 545 546install-info-am: 547 548install-man: 549 550install-pdf: install-pdf-am 551 552install-pdf-am: 553 554install-ps: install-ps-am 555 556install-ps-am: 557 558installcheck-am: 559 560maintainer-clean: maintainer-clean-am 561 -rm -rf ./$(DEPDIR) 562 -rm -f Makefile 563maintainer-clean-am: distclean-am maintainer-clean-generic 564 565mostlyclean: mostlyclean-am 566 567mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 568 mostlyclean-libtool 569 570pdf: pdf-am 571 572pdf-am: 573 574ps: ps-am 575 576ps-am: 577 578uninstall-am: uninstall-libLTLIBRARIES 579 580.MAKE: all check install install-am install-strip 581 582.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 583 clean-libLTLIBRARIES clean-libtool ctags distclean \ 584 distclean-compile distclean-generic distclean-libtool \ 585 distclean-tags distdir dvi dvi-am html html-am info info-am \ 586 install install-am install-data install-data-am install-dvi \ 587 install-dvi-am install-exec install-exec-am install-html \ 588 install-html-am install-info install-info-am \ 589 install-libLTLIBRARIES install-man install-pdf install-pdf-am \ 590 install-ps install-ps-am install-strip installcheck \ 591 installcheck-am installdirs maintainer-clean \ 592 maintainer-clean-generic mostlyclean mostlyclean-compile \ 593 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 594 tags uninstall uninstall-am uninstall-libLTLIBRARIES 595 596 597version.c: version.c.SH ../CREDITS 598 $(SHELL) ./version.c.SH 599 $(CP) version.c version.c.last 600 601version.lo: version.c ../include/serno.h 602 $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@ 603 604# Tell versions [3.59,3.63) of GNU make to not export all variables. 605# Otherwise a system limit (for SysV at least) may be exceeded. 606.NOEXPORT: 607