Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / ipsec-tools / src / setkey |
1.1 ! misho 1: # Makefile.in generated by automake 1.11.1 from Makefile.am. ! 2: # src/setkey/Makefile. Generated from Makefile.in by configure. ! 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: ! 17: ! 18: ! 19: ! 20: pkgdatadir = $(datadir)/ipsec-tools ! 21: pkgincludedir = $(includedir)/ipsec-tools ! 22: pkglibdir = $(libdir)/ipsec-tools ! 23: pkglibexecdir = $(libexecdir)/ipsec-tools ! 24: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd ! 25: install_sh_DATA = $(install_sh) -c -m 644 ! 26: install_sh_PROGRAM = $(install_sh) -c ! 27: install_sh_SCRIPT = $(install_sh) -c ! 28: INSTALL_HEADER = $(INSTALL_DATA) ! 29: transform = $(program_transform_name) ! 30: NORMAL_INSTALL = : ! 31: PRE_INSTALL = : ! 32: POST_INSTALL = : ! 33: NORMAL_UNINSTALL = : ! 34: PRE_UNINSTALL = : ! 35: POST_UNINSTALL = : ! 36: build_triplet = i386-portbld-freebsd10.0 ! 37: host_triplet = i386-portbld-freebsd10.0 ! 38: sbin_PROGRAMS = setkey$(EXEEXT) ! 39: subdir = src/setkey ! 40: DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ ! 41: $(srcdir)/Makefile.in parse.c parse.h token.c ! 42: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ! 43: am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \ ! 44: $(top_srcdir)/configure.ac ! 45: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ ! 46: $(ACLOCAL_M4) ! 47: mkinstalldirs = $(install_sh) -d ! 48: CONFIG_HEADER = $(top_builddir)/config.h ! 49: CONFIG_CLEAN_FILES = ! 50: CONFIG_CLEAN_VPATH_FILES = ! 51: am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" ! 52: PROGRAMS = $(sbin_PROGRAMS) ! 53: am_setkey_OBJECTS = setkey.$(OBJEXT) parse.$(OBJEXT) token.$(OBJEXT) ! 54: setkey_OBJECTS = $(am_setkey_OBJECTS) ! 55: am__DEPENDENCIES_1 = ! 56: setkey_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! 57: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(setkey_LDFLAGS) \ ! 58: $(LDFLAGS) -o $@ ! 59: DEFAULT_INCLUDES = -I. -I$(top_builddir) ! 60: depcomp = $(SHELL) $(top_srcdir)/depcomp ! 61: am__depfiles_maybe = depfiles ! 62: am__mv = mv -f ! 63: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ ! 64: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ! 65: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! 66: --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ ! 67: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ! 68: CCLD = $(CC) ! 69: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! 70: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ ! 71: $(LDFLAGS) -o $@ ! 72: LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS) ! 73: LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! 74: --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS) ! 75: YLWRAP = $(top_srcdir)/ylwrap ! 76: YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) ! 77: LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! 78: --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS) ! 79: SOURCES = $(setkey_SOURCES) ! 80: DIST_SOURCES = $(setkey_SOURCES) ! 81: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; ! 82: am__vpath_adj = case $$p in \ ! 83: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ ! 84: *) f=$$p;; \ ! 85: esac; ! 86: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; ! 87: am__install_max = 40 ! 88: am__nobase_strip_setup = \ ! 89: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` ! 90: am__nobase_strip = \ ! 91: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" ! 92: am__nobase_list = $(am__nobase_strip_setup); \ ! 93: for p in $$list; do echo "$$p $$p"; done | \ ! 94: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ ! 95: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ ! 96: if (++n[$$2] == $(am__install_max)) \ ! 97: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ ! 98: END { for (dir in files) print dir, files[dir] }' ! 99: am__base_list = \ ! 100: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ ! 101: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' ! 102: man8dir = $(mandir)/man8 ! 103: NROFF = nroff ! 104: MANS = $(man8_MANS) ! 105: HEADERS = $(noinst_HEADERS) ! 106: ETAGS = etags ! 107: CTAGS = ctags ! 108: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ! 109: ACLOCAL = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run aclocal-1.11 ! 110: AMTAR = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run tar ! 111: AR = ar ! 112: AUTOCONF = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run autoconf ! 113: AUTOHEADER = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run autoheader ! 114: AUTOMAKE = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run automake-1.11 ! 115: AWK = gawk ! 116: CC = cc ! 117: CCDEPMODE = depmode=gcc3 ! 118: CFLAGS = -pipe -g -Wall -Werror -Wno-unused ! 119: CONFIGURE_AMFLAGS = ! 120: CPP = cpp ! 121: CPPFLAGS = -I${top_srcdir}/src/racoon/missing ! 122: CRYPTOBJS = ! 123: CYGPATH_W = echo ! 124: DEFS = -DHAVE_CONFIG_H ! 125: DEPDIR = .deps ! 126: DSYMUTIL = ! 127: DUMPBIN = ! 128: ECHO_C = ! 129: ECHO_N = -n ! 130: ECHO_T = ! 131: EGREP = /usr/bin/grep -E ! 132: EXEEXT = ! 133: EXTRA_CRYPTO = ! 134: FGREP = /usr/bin/grep -F ! 135: FRAG_OBJS = isakmp_frag.o ! 136: GLIBC_BUGS = ! 137: GREP = /usr/bin/grep ! 138: HYBRID_OBJS = isakmp_xauth.o isakmp_cfg.o isakmp_unity.o throttle.o ! 139: INCLUDE_GLIBC = ! 140: INSTALL = /usr/bin/install -c -o root -g wheel ! 141: INSTALL_DATA = install -o root -g wheel -m 444 ! 142: INSTALL_OPTS = ! 143: INSTALL_PROGRAM = install -o root -g wheel -m 555 ! 144: INSTALL_SCRIPT = install -o root -g wheel -m 555 ! 145: INSTALL_STRIP_PROGRAM = $(install_sh) -c -s ! 146: KERNEL_INCLUDE = ! 147: KRB5_CONFIG = /usr/bin/krb5-config ! 148: LD = /usr/bin/ld ! 149: LDFLAGS = -rpath=/usr/lib:/usr/local/lib ! 150: LEX = flex ! 151: LEXLIB = -lfl ! 152: LEX_OUTPUT_ROOT = lex.yy ! 153: LIBOBJS = ! 154: LIBS = -lradius -lcrypto -lreadline -lcrypt -lcrypt -L/lib -R/lib -lradius ! 155: LIBTOOL = $(SHELL) /usr/local/bin/libtool ! 156: LIPO = ! 157: LN_S = ln -s ! 158: LTLIBOBJS = ! 159: MAKEINFO = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run makeinfo ! 160: MKDIR_P = ../.././install-sh -c -d ! 161: NATT_OBJS = nattraversal.o ! 162: NM = /usr/bin/nm -B ! 163: NMEDIT = ! 164: OBJDUMP = objdump ! 165: OBJEXT = o ! 166: OTOOL = ! 167: OTOOL64 = ! 168: PACKAGE = ipsec-tools ! 169: PACKAGE_BUGREPORT = ! 170: PACKAGE_NAME = ipsec-tools ! 171: PACKAGE_STRING = ipsec-tools 0.8.0 ! 172: PACKAGE_TARNAME = ipsec-tools ! 173: PACKAGE_URL = ! 174: PACKAGE_VERSION = 0.8.0 ! 175: PATH_SEPARATOR = : ! 176: RANLIB = ranlib ! 177: RPM = ! 178: SECCTX_OBJS = ! 179: SED = /usr/bin/sed ! 180: SET_MAKE = ! 181: SHELL = /bin/sh ! 182: STRIP = strip ! 183: VERSION = 0.8.0 ! 184: YACC = bison -y ! 185: YFLAGS = ! 186: abs_builddir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/src/setkey ! 187: abs_srcdir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/src/setkey ! 188: abs_top_builddir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0 ! 189: abs_top_srcdir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0 ! 190: ac_ct_CC = cc ! 191: ac_ct_DUMPBIN = ! 192: am__include = include ! 193: am__leading_dot = . ! 194: am__quote = ! 195: am__tar = ${AMTAR} chof - "$$tardir" ! 196: am__untar = ${AMTAR} xf - ! 197: bindir = ${exec_prefix}/bin ! 198: build = i386-portbld-freebsd10.0 ! 199: build_alias = i386-portbld-freebsd10.0 ! 200: build_cpu = i386 ! 201: build_os = freebsd10.0 ! 202: build_vendor = portbld ! 203: builddir = . ! 204: datadir = ${datarootdir} ! 205: datarootdir = ${prefix}/share ! 206: docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} ! 207: dvidir = ${docdir} ! 208: exec_prefix = ${prefix} ! 209: host = i386-portbld-freebsd10.0 ! 210: host_alias = ! 211: host_cpu = i386 ! 212: host_os = freebsd10.0 ! 213: host_vendor = portbld ! 214: htmldir = ${docdir} ! 215: include_racoondir = ${prefix}/include/racoon ! 216: includedir = ${prefix}/include ! 217: infodir = /usr/local/info ! 218: install_sh = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/install-sh ! 219: libdir = ${exec_prefix}/lib ! 220: libexecdir = ${exec_prefix}/libexec ! 221: localedir = ${datarootdir}/locale ! 222: localstatedir = /var/db ! 223: lt_ECHO = echo ! 224: mandir = /usr/local/man ! 225: mkdir_p = $(top_builddir)/./install-sh -c -d ! 226: oldincludedir = /usr/include ! 227: pdfdir = ${docdir} ! 228: prefix = /usr/local ! 229: program_transform_name = s,x,x, ! 230: psdir = ${docdir} ! 231: sbindir = ${exec_prefix}/sbin ! 232: sharedstatedir = ${prefix}/com ! 233: srcdir = . ! 234: sysconfdir = /usr/local/etc/racoon ! 235: target_alias = ! 236: top_build_prefix = ../../ ! 237: top_builddir = ../.. ! 238: top_srcdir = ../.. ! 239: AM_CFLAGS = -I${top_srcdir}/src/libipsec ! 240: AM_YFLAGS = -d ! 241: BUILT_SOURCES = parse.h ! 242: setkey_SOURCES = \ ! 243: setkey.c \ ! 244: parse.y \ ! 245: token.l ! 246: ! 247: setkey_LDFLAGS = ../libipsec/libipsec.la ! 248: setkey_DEPENDENCIES = ../libipsec/libipsec.la ! 249: setkey_LDADD = $(LEXLIB) ! 250: noinst_HEADERS = vchar.h extern.h ! 251: man8_MANS = setkey.8 ! 252: EXTRA_DIST = ${man8_MANS} sample-policy01.cf sample-policy02.cf sample.cf \ ! 253: scriptdump.pl test-pfkey.c ! 254: ! 255: all: $(BUILT_SOURCES) ! 256: $(MAKE) $(AM_MAKEFLAGS) all-am ! 257: ! 258: .SUFFIXES: ! 259: .SUFFIXES: .c .l .lo .o .obj .y ! 260: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) ! 261: @for dep in $?; do \ ! 262: case '$(am__configure_deps)' in \ ! 263: *$$dep*) \ ! 264: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ ! 265: && { if test -f $@; then exit 0; else break; fi; }; \ ! 266: exit 1;; \ ! 267: esac; \ ! 268: done; \ ! 269: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/setkey/Makefile'; \ ! 270: $(am__cd) $(top_srcdir) && \ ! 271: $(AUTOMAKE) --foreign src/setkey/Makefile ! 272: .PRECIOUS: Makefile ! 273: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ! 274: @case '$?' in \ ! 275: *config.status*) \ ! 276: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ ! 277: *) \ ! 278: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ ! 279: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ ! 280: esac; ! 281: ! 282: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) ! 283: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ! 284: ! 285: $(top_srcdir)/configure: $(am__configure_deps) ! 286: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ! 287: $(ACLOCAL_M4): $(am__aclocal_m4_deps) ! 288: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ! 289: $(am__aclocal_m4_deps): ! 290: install-sbinPROGRAMS: $(sbin_PROGRAMS) ! 291: @$(NORMAL_INSTALL) ! 292: test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" ! 293: @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ ! 294: for p in $$list; do echo "$$p $$p"; done | \ ! 295: sed 's/$(EXEEXT)$$//' | \ ! 296: while read p p1; do if test -f $$p || test -f $$p1; \ ! 297: then echo "$$p"; echo "$$p"; else :; fi; \ ! 298: done | \ ! 299: sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ ! 300: -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ ! 301: sed 'N;N;N;s,\n, ,g' | \ ! 302: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ ! 303: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ ! 304: if ($$2 == $$4) files[d] = files[d] " " $$1; \ ! 305: else { print "f", $$3 "/" $$4, $$1; } } \ ! 306: END { for (d in files) print "f", d, files[d] }' | \ ! 307: while read type dir files; do \ ! 308: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ ! 309: test -z "$$files" || { \ ! 310: echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ ! 311: $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ ! 312: } \ ! 313: ; done ! 314: ! 315: uninstall-sbinPROGRAMS: ! 316: @$(NORMAL_UNINSTALL) ! 317: @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ ! 318: files=`for p in $$list; do echo "$$p"; done | \ ! 319: sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ ! 320: -e 's/$$/$(EXEEXT)/' `; \ ! 321: test -n "$$list" || exit 0; \ ! 322: echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ ! 323: cd "$(DESTDIR)$(sbindir)" && rm -f $$files ! 324: ! 325: clean-sbinPROGRAMS: ! 326: @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \ ! 327: echo " rm -f" $$list; \ ! 328: rm -f $$list || exit $$?; \ ! 329: test -n "$(EXEEXT)" || exit 0; \ ! 330: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ ! 331: echo " rm -f" $$list; \ ! 332: rm -f $$list ! 333: parse.h: parse.c ! 334: @if test ! -f $@; then \ ! 335: rm -f parse.c; \ ! 336: $(MAKE) $(AM_MAKEFLAGS) parse.c; \ ! 337: else :; fi ! 338: setkey$(EXEEXT): $(setkey_OBJECTS) $(setkey_DEPENDENCIES) ! 339: @rm -f setkey$(EXEEXT) ! 340: $(setkey_LINK) $(setkey_OBJECTS) $(setkey_LDADD) $(LIBS) ! 341: ! 342: mostlyclean-compile: ! 343: -rm -f *.$(OBJEXT) ! 344: ! 345: distclean-compile: ! 346: -rm -f *.tab.c ! 347: ! 348: include ./$(DEPDIR)/parse.Po ! 349: include ./$(DEPDIR)/setkey.Po ! 350: include ./$(DEPDIR)/token.Po ! 351: ! 352: .c.o: ! 353: $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ! 354: $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ! 355: # source='$<' object='$@' libtool=no \ ! 356: # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ ! 357: # $(COMPILE) -c $< ! 358: ! 359: .c.obj: ! 360: $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` ! 361: $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ! 362: # source='$<' object='$@' libtool=no \ ! 363: # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ ! 364: # $(COMPILE) -c `$(CYGPATH_W) '$<'` ! 365: ! 366: .c.lo: ! 367: $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ! 368: $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo ! 369: # source='$<' object='$@' libtool=yes \ ! 370: # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ ! 371: # $(LTCOMPILE) -c -o $@ $< ! 372: ! 373: .l.c: ! 374: $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) ! 375: ! 376: .y.c: ! 377: $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) ! 378: ! 379: mostlyclean-libtool: ! 380: -rm -f *.lo ! 381: ! 382: clean-libtool: ! 383: -rm -rf .libs _libs ! 384: install-man8: $(man8_MANS) ! 385: @$(NORMAL_INSTALL) ! 386: test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)" ! 387: @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \ ! 388: { for i in $$list; do echo "$$i"; done; \ ! 389: } | while read p; do \ ! 390: if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ ! 391: echo "$$d$$p"; echo "$$p"; \ ! 392: done | \ ! 393: sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ ! 394: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ ! 395: sed 'N;N;s,\n, ,g' | { \ ! 396: list=; while read file base inst; do \ ! 397: if test "$$base" = "$$inst"; then list="$$list $$file"; else \ ! 398: echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ ! 399: $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \ ! 400: fi; \ ! 401: done; \ ! 402: for i in $$list; do echo "$$i"; done | $(am__base_list) | \ ! 403: while read files; do \ ! 404: test -z "$$files" || { \ ! 405: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \ ! 406: $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \ ! 407: done; } ! 408: ! 409: uninstall-man8: ! 410: @$(NORMAL_UNINSTALL) ! 411: @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \ ! 412: files=`{ for i in $$list; do echo "$$i"; done; \ ! 413: } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ ! 414: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ ! 415: test -z "$$files" || { \ ! 416: echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \ ! 417: cd "$(DESTDIR)$(man8dir)" && rm -f $$files; } ! 418: ! 419: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) ! 420: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! 421: unique=`for i in $$list; do \ ! 422: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! 423: done | \ ! 424: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ ! 425: END { if (nonempty) { for (i in files) print i; }; }'`; \ ! 426: mkid -fID $$unique ! 427: tags: TAGS ! 428: ! 429: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ! 430: $(TAGS_FILES) $(LISP) ! 431: set x; \ ! 432: here=`pwd`; \ ! 433: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! 434: unique=`for i in $$list; do \ ! 435: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! 436: done | \ ! 437: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ ! 438: END { if (nonempty) { for (i in files) print i; }; }'`; \ ! 439: shift; \ ! 440: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ ! 441: test -n "$$unique" || unique=$$empty_fix; \ ! 442: if test $$# -gt 0; then \ ! 443: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! 444: "$$@" $$unique; \ ! 445: else \ ! 446: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! 447: $$unique; \ ! 448: fi; \ ! 449: fi ! 450: ctags: CTAGS ! 451: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ! 452: $(TAGS_FILES) $(LISP) ! 453: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ! 454: unique=`for i in $$list; do \ ! 455: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ! 456: done | \ ! 457: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ ! 458: END { if (nonempty) { for (i in files) print i; }; }'`; \ ! 459: test -z "$(CTAGS_ARGS)$$unique" \ ! 460: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ ! 461: $$unique ! 462: ! 463: GTAGS: ! 464: here=`$(am__cd) $(top_builddir) && pwd` \ ! 465: && $(am__cd) $(top_srcdir) \ ! 466: && gtags -i $(GTAGS_ARGS) "$$here" ! 467: ! 468: distclean-tags: ! 469: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags ! 470: ! 471: distdir: $(DISTFILES) ! 472: @list='$(MANS)'; if test -n "$$list"; then \ ! 473: list=`for p in $$list; do \ ! 474: if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ ! 475: if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ ! 476: if test -n "$$list" && \ ! 477: grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ ! 478: echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ ! 479: grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ ! 480: echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ ! 481: echo " typically \`make maintainer-clean' will remove them" >&2; \ ! 482: exit 1; \ ! 483: else :; fi; \ ! 484: else :; fi ! 485: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ! 486: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ! 487: list='$(DISTFILES)'; \ ! 488: dist_files=`for file in $$list; do echo $$file; done | \ ! 489: sed -e "s|^$$srcdirstrip/||;t" \ ! 490: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ ! 491: case $$dist_files in \ ! 492: */*) $(MKDIR_P) `echo "$$dist_files" | \ ! 493: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ ! 494: sort -u` ;; \ ! 495: esac; \ ! 496: for file in $$dist_files; do \ ! 497: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ ! 498: if test -d $$d/$$file; then \ ! 499: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ ! 500: if test -d "$(distdir)/$$file"; then \ ! 501: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ ! 502: fi; \ ! 503: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ! 504: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ ! 505: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ ! 506: fi; \ ! 507: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ ! 508: else \ ! 509: test -f "$(distdir)/$$file" \ ! 510: || cp -p $$d/$$file "$(distdir)/$$file" \ ! 511: || exit 1; \ ! 512: fi; \ ! 513: done ! 514: check-am: all-am ! 515: check: $(BUILT_SOURCES) ! 516: $(MAKE) $(AM_MAKEFLAGS) check-am ! 517: all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) ! 518: installdirs: ! 519: for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \ ! 520: test -z "$$dir" || $(MKDIR_P) "$$dir"; \ ! 521: done ! 522: install: $(BUILT_SOURCES) ! 523: $(MAKE) $(AM_MAKEFLAGS) install-am ! 524: install-exec: install-exec-am ! 525: install-data: install-data-am ! 526: uninstall: uninstall-am ! 527: ! 528: install-am: all-am ! 529: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am ! 530: ! 531: installcheck: installcheck-am ! 532: install-strip: ! 533: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ! 534: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ! 535: `test -z '$(STRIP)' || \ ! 536: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install ! 537: mostlyclean-generic: ! 538: ! 539: clean-generic: ! 540: ! 541: distclean-generic: ! 542: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) ! 543: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) ! 544: ! 545: maintainer-clean-generic: ! 546: @echo "This command is intended for maintainers to use" ! 547: @echo "it deletes files that may require special tools to rebuild." ! 548: -rm -f parse.c ! 549: -rm -f parse.h ! 550: -rm -f token.c ! 551: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) ! 552: clean: clean-am ! 553: ! 554: clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \ ! 555: mostlyclean-am ! 556: ! 557: distclean: distclean-am ! 558: -rm -rf ./$(DEPDIR) ! 559: -rm -f Makefile ! 560: distclean-am: clean-am distclean-compile distclean-generic \ ! 561: distclean-tags ! 562: ! 563: dvi: dvi-am ! 564: ! 565: dvi-am: ! 566: ! 567: html: html-am ! 568: ! 569: html-am: ! 570: ! 571: info: info-am ! 572: ! 573: info-am: ! 574: ! 575: install-data-am: install-man ! 576: ! 577: install-dvi: install-dvi-am ! 578: ! 579: install-dvi-am: ! 580: ! 581: install-exec-am: install-sbinPROGRAMS ! 582: ! 583: install-html: install-html-am ! 584: ! 585: install-html-am: ! 586: ! 587: install-info: install-info-am ! 588: ! 589: install-info-am: ! 590: ! 591: install-man: install-man8 ! 592: ! 593: install-pdf: install-pdf-am ! 594: ! 595: install-pdf-am: ! 596: ! 597: install-ps: install-ps-am ! 598: ! 599: install-ps-am: ! 600: ! 601: installcheck-am: ! 602: ! 603: maintainer-clean: maintainer-clean-am ! 604: -rm -rf ./$(DEPDIR) ! 605: -rm -f Makefile ! 606: maintainer-clean-am: distclean-am maintainer-clean-generic ! 607: ! 608: mostlyclean: mostlyclean-am ! 609: ! 610: mostlyclean-am: mostlyclean-compile mostlyclean-generic \ ! 611: mostlyclean-libtool ! 612: ! 613: pdf: pdf-am ! 614: ! 615: pdf-am: ! 616: ! 617: ps: ps-am ! 618: ! 619: ps-am: ! 620: ! 621: uninstall-am: uninstall-man uninstall-sbinPROGRAMS ! 622: ! 623: uninstall-man: uninstall-man8 ! 624: ! 625: .MAKE: all check install install-am install-strip ! 626: ! 627: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ ! 628: clean-libtool clean-sbinPROGRAMS ctags distclean \ ! 629: distclean-compile distclean-generic distclean-libtool \ ! 630: distclean-tags distdir dvi dvi-am html html-am info info-am \ ! 631: install install-am install-data install-data-am install-dvi \ ! 632: install-dvi-am install-exec install-exec-am install-html \ ! 633: install-html-am install-info install-info-am install-man \ ! 634: install-man8 install-pdf install-pdf-am install-ps \ ! 635: install-ps-am install-sbinPROGRAMS install-strip installcheck \ ! 636: installcheck-am installdirs maintainer-clean \ ! 637: maintainer-clean-generic mostlyclean mostlyclean-compile \ ! 638: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ ! 639: tags uninstall uninstall-am uninstall-man uninstall-man8 \ ! 640: uninstall-sbinPROGRAMS ! 641: ! 642: ! 643: # Tell versions [3.59,3.63) of GNU make to not export all variables. ! 644: # Otherwise a system limit (for SysV at least) may be exceeded. ! 645: .NOEXPORT: