Annotation of embedaddon/libnet/Makefile.in, revision 1.1.1.3
1.1.1.3 ! misho 1: # Makefile.in generated by automake 1.16.1 from Makefile.am.
1.1 misho 2: # @configure_input@
3:
1.1.1.3 ! misho 4: # Copyright (C) 1994-2018 Free Software Foundation, Inc.
! 5:
1.1 misho 6: # This Makefile.in is free software; the Free Software Foundation
7: # gives unlimited permission to copy and/or distribute it,
8: # with or without modifications, as long as this notice is preserved.
9:
10: # This program is distributed in the hope that it will be useful,
11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13: # PARTICULAR PURPOSE.
14:
15: @SET_MAKE@
16:
17:
18: VPATH = @srcdir@
1.1.1.3 ! misho 19: am__is_gnu_make = { \
! 20: if test -z '$(MAKELEVEL)'; then \
! 21: false; \
! 22: elif test -n '$(MAKE_HOST)'; then \
! 23: true; \
! 24: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
! 25: true; \
! 26: else \
! 27: false; \
! 28: fi; \
! 29: }
! 30: am__make_running_with_option = \
! 31: case $${target_option-} in \
! 32: ?) ;; \
! 33: *) echo "am__make_running_with_option: internal error: invalid" \
! 34: "target option '$${target_option-}' specified" >&2; \
! 35: exit 1;; \
! 36: esac; \
! 37: has_opt=no; \
! 38: sane_makeflags=$$MAKEFLAGS; \
! 39: if $(am__is_gnu_make); then \
! 40: sane_makeflags=$$MFLAGS; \
! 41: else \
! 42: case $$MAKEFLAGS in \
! 43: *\\[\ \ ]*) \
! 44: bs=\\; \
! 45: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
! 46: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
! 47: esac; \
! 48: fi; \
! 49: skip_next=no; \
! 50: strip_trailopt () \
! 51: { \
! 52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
! 53: }; \
! 54: for flg in $$sane_makeflags; do \
! 55: test $$skip_next = yes && { skip_next=no; continue; }; \
! 56: case $$flg in \
! 57: *=*|--*) continue;; \
! 58: -*I) strip_trailopt 'I'; skip_next=yes;; \
! 59: -*I?*) strip_trailopt 'I';; \
! 60: -*O) strip_trailopt 'O'; skip_next=yes;; \
! 61: -*O?*) strip_trailopt 'O';; \
! 62: -*l) strip_trailopt 'l'; skip_next=yes;; \
! 63: -*l?*) strip_trailopt 'l';; \
! 64: -[dEDm]) skip_next=yes;; \
! 65: -[JT]) skip_next=yes;; \
! 66: esac; \
! 67: case $$flg in \
! 68: *$$target_option*) has_opt=yes; break;; \
! 69: esac; \
! 70: done; \
! 71: test $$has_opt = yes
! 72: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
! 73: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1 misho 74: pkgdatadir = $(datadir)/@PACKAGE@
75: pkgincludedir = $(includedir)/@PACKAGE@
1.1.1.2 misho 76: pkglibdir = $(libdir)/@PACKAGE@
77: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1 misho 78: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79: install_sh_DATA = $(install_sh) -c -m 644
80: install_sh_PROGRAM = $(install_sh) -c
81: install_sh_SCRIPT = $(install_sh) -c
82: INSTALL_HEADER = $(INSTALL_DATA)
1.1.1.2 misho 83: transform = $(program_transform_name)
1.1 misho 84: NORMAL_INSTALL = :
85: PRE_INSTALL = :
86: POST_INSTALL = :
87: NORMAL_UNINSTALL = :
88: PRE_UNINSTALL = :
89: POST_UNINSTALL = :
90: build_triplet = @build@
91: host_triplet = @host@
92: target_triplet = @target@
1.1.1.3 ! misho 93: @ENABLE_SAMPLES_TRUE@am__append_1 = sample
! 94: @ENABLE_DOXYGEN_TRUE@am__append_2 = doc
1.1.1.2 misho 95: subdir = .
96: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.1.3 ! misho 97: am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
! 98: $(top_srcdir)/m4/ax_check_link_flag.m4 \
! 99: $(top_srcdir)/m4/ax_prog_doxygen.m4 \
! 100: $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
! 101: $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
! 102: $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/shell.m4 \
! 103: $(top_srcdir)/configure.ac
1.1.1.2 misho 104: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105: $(ACLOCAL_M4)
1.1.1.3 ! misho 106: DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
! 107: $(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON)
1.1.1.2 misho 108: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
109: configure.lineno config.status.lineno
1.1.1.3 ! misho 110: mkinstalldirs = $(install_sh) -d
1.1.1.2 misho 111: CONFIG_HEADER = $(top_builddir)/include/config.h
1.1.1.3 ! misho 112: CONFIG_CLEAN_FILES = Doxyfile libnet-config libnet.pc
1.1.1.2 misho 113: CONFIG_CLEAN_VPATH_FILES =
114: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115: am__vpath_adj = case $$p in \
116: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
117: *) f=$$p;; \
118: esac;
119: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
120: am__install_max = 40
121: am__nobase_strip_setup = \
122: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
123: am__nobase_strip = \
124: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
125: am__nobase_list = $(am__nobase_strip_setup); \
126: for p in $$list; do echo "$$p $$p"; done | \
127: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
128: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
129: if (++n[$$2] == $(am__install_max)) \
130: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
131: END { for (dir in files) print dir, files[dir] }'
132: am__base_list = \
133: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
134: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1.1.3 ! misho 135: am__uninstall_files_from_dir = { \
! 136: test -z "$$files" \
! 137: || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
! 138: || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
! 139: $(am__cd) "$$dir" && rm -f $$files; }; \
! 140: }
! 141: am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(docdir)" \
! 142: "$(DESTDIR)$(pkgconfigdir)"
1.1.1.2 misho 143: SCRIPTS = $(bin_SCRIPTS)
1.1.1.3 ! misho 144: AM_V_P = $(am__v_P_@AM_V@)
! 145: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
! 146: am__v_P_0 = false
! 147: am__v_P_1 = :
! 148: AM_V_GEN = $(am__v_GEN_@AM_V@)
! 149: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
! 150: am__v_GEN_0 = @echo " GEN " $@;
! 151: am__v_GEN_1 =
! 152: AM_V_at = $(am__v_at_@AM_V@)
! 153: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
! 154: am__v_at_0 = @
! 155: am__v_at_1 =
1.1.1.2 misho 156: depcomp =
1.1.1.3 ! misho 157: am__maybe_remake_depfiles =
1.1.1.2 misho 158: SOURCES =
159: DIST_SOURCES =
1.1.1.3 ! misho 160: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
! 161: ctags-recursive dvi-recursive html-recursive info-recursive \
! 162: install-data-recursive install-dvi-recursive \
! 163: install-exec-recursive install-html-recursive \
! 164: install-info-recursive install-pdf-recursive \
! 165: install-ps-recursive install-recursive installcheck-recursive \
! 166: installdirs-recursive pdf-recursive ps-recursive \
! 167: tags-recursive uninstall-recursive
! 168: am__can_run_installinfo = \
! 169: case $$AM_UPDATE_INFO_DIR in \
! 170: n|no|NO) false;; \
! 171: *) (install-info --version) >/dev/null 2>&1;; \
! 172: esac
! 173: DATA = $(dist_doc_DATA) $(pkgconfig_DATA)
1.1.1.2 misho 174: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
175: distclean-recursive maintainer-clean-recursive
1.1.1.3 ! misho 176: am__recursive_targets = \
! 177: $(RECURSIVE_TARGETS) \
! 178: $(RECURSIVE_CLEAN_TARGETS) \
! 179: $(am__extra_recursive_targets)
! 180: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
! 181: cscope distdir distdir-am dist dist-all distcheck
! 182: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
! 183: # Read a list of newline-separated strings from the standard input,
! 184: # and print each of them once, without duplicates. Input order is
! 185: # *not* preserved.
! 186: am__uniquify_input = $(AWK) '\
! 187: BEGIN { nonempty = 0; } \
! 188: { items[$$0] = 1; nonempty = 1; } \
! 189: END { if (nonempty) { for (i in items) print i; }; } \
! 190: '
! 191: # Make sure the list of sources is unique. This is necessary because,
! 192: # e.g., the same source file might be shared among _SOURCES variables
! 193: # for different programs/libraries.
! 194: am__define_uniq_tagged_files = \
! 195: list='$(am__tagged_files)'; \
! 196: unique=`for i in $$list; do \
! 197: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
! 198: done | $(am__uniquify_input)`
1.1.1.2 misho 199: ETAGS = etags
200: CTAGS = ctags
1.1.1.3 ! misho 201: CSCOPE = cscope
! 202: DIST_SUBDIRS = include src win32 sample doc
! 203: am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in \
! 204: $(srcdir)/libnet-config.in $(srcdir)/libnet.pc.in ar-lib \
! 205: compile config.guess config.sub install-sh ltmain.sh missing
1.1.1.2 misho 206: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
207: distdir = $(PACKAGE)-$(VERSION)
208: top_distdir = $(distdir)
209: am__remove_distdir = \
1.1.1.3 ! misho 210: if test -d "$(distdir)"; then \
! 211: find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
! 212: && rm -rf "$(distdir)" \
! 213: || { sleep 5 && rm -rf "$(distdir)"; }; \
! 214: else :; fi
! 215: am__post_remove_distdir = $(am__remove_distdir)
1.1.1.2 misho 216: am__relativize = \
217: dir0=`pwd`; \
218: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
219: sed_rest='s,^[^/]*/*,,'; \
220: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
221: sed_butlast='s,/*[^/]*$$,,'; \
222: while test -n "$$dir1"; do \
223: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
224: if test "$$first" != "."; then \
225: if test "$$first" = ".."; then \
226: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
227: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
228: else \
229: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
230: if test "$$first2" = "$$first"; then \
231: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
232: else \
233: dir2="../$$dir2"; \
234: fi; \
235: dir0="$$dir0"/"$$first"; \
236: fi; \
237: fi; \
238: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
239: done; \
240: reldir="$$dir2"
1.1.1.3 ! misho 241: DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
1.1.1.2 misho 242: GZIP_ENV = --best
1.1.1.3 ! misho 243: DIST_TARGETS = dist-gzip dist-zip
1.1.1.2 misho 244: distuninstallcheck_listfiles = find . -type f -print
1.1.1.3 ! misho 245: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
! 246: | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
1.1.1.2 misho 247: distcleancheck_listfiles = find . -type f -print
248: ACLOCAL = @ACLOCAL@
1.1 misho 249: ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
250: AMTAR = @AMTAR@
1.1.1.3 ! misho 251: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.1.1.2 misho 252: AR = @AR@
253: AUTOCONF = @AUTOCONF@
254: AUTOHEADER = @AUTOHEADER@
255: AUTOMAKE = @AUTOMAKE@
1.1 misho 256: AWK = @AWK@
257: CC = @CC@
1.1.1.2 misho 258: CFLAGS = @CFLAGS@
1.1.1.3 ! misho 259: CHMOD = @CHMOD@
1.1.1.2 misho 260: CPP = @CPP@
261: CPPFLAGS = @CPPFLAGS@
262: CYGPATH_W = @CYGPATH_W@
263: DEFS = @DEFS@
264: DLLTOOL = @DLLTOOL@
1.1.1.3 ! misho 265: DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
1.1.1.2 misho 266: DSYMUTIL = @DSYMUTIL@
267: DUMPBIN = @DUMPBIN@
1.1.1.3 ! misho 268: DX_CONFIG = @DX_CONFIG@
! 269: DX_DOCDIR = @DX_DOCDIR@
! 270: DX_DOT = @DX_DOT@
! 271: DX_DOXYGEN = @DX_DOXYGEN@
! 272: DX_DVIPS = @DX_DVIPS@
! 273: DX_EGREP = @DX_EGREP@
! 274: DX_ENV = @DX_ENV@
! 275: DX_FLAG_chi = @DX_FLAG_chi@
! 276: DX_FLAG_chm = @DX_FLAG_chm@
! 277: DX_FLAG_doc = @DX_FLAG_doc@
! 278: DX_FLAG_dot = @DX_FLAG_dot@
! 279: DX_FLAG_html = @DX_FLAG_html@
! 280: DX_FLAG_man = @DX_FLAG_man@
! 281: DX_FLAG_pdf = @DX_FLAG_pdf@
! 282: DX_FLAG_ps = @DX_FLAG_ps@
! 283: DX_FLAG_rtf = @DX_FLAG_rtf@
! 284: DX_FLAG_xml = @DX_FLAG_xml@
! 285: DX_HHC = @DX_HHC@
! 286: DX_LATEX = @DX_LATEX@
! 287: DX_MAKEINDEX = @DX_MAKEINDEX@
! 288: DX_PDFLATEX = @DX_PDFLATEX@
! 289: DX_PERL = @DX_PERL@
! 290: DX_PROJECT = @DX_PROJECT@
1.1.1.2 misho 291: ECHO_C = @ECHO_C@
292: ECHO_N = @ECHO_N@
293: ECHO_T = @ECHO_T@
294: EGREP = @EGREP@
1.1 misho 295: ENDIANESS = @ENDIANESS@
1.1.1.2 misho 296: EXEEXT = @EXEEXT@
297: FGREP = @FGREP@
298: GREP = @GREP@
1.1 misho 299: HAVE_PACKET_SOCKET = @HAVE_PACKET_SOCKET@
1.1.1.2 misho 300: INSTALL = @INSTALL@
301: INSTALL_DATA = @INSTALL_DATA@
302: INSTALL_PROGRAM = @INSTALL_PROGRAM@
303: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1 misho 304: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.1.1.2 misho 305: LD = @LD@
306: LDFLAGS = @LDFLAGS@
307: LIBOBJS = @LIBOBJS@
308: LIBS = @LIBS@
309: LIBTOOL = @LIBTOOL@
310: LIPO = @LIPO@
311: LN_S = @LN_S@
312: LTLIBOBJS = @LTLIBOBJS@
1.1.1.3 ! misho 313: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
1.1.1.2 misho 314: MAKEINFO = @MAKEINFO@
315: MANIFEST_TOOL = @MANIFEST_TOOL@
316: MKDIR_P = @MKDIR_P@
317: NM = @NM@
318: NMEDIT = @NMEDIT@
319: OBJDUMP = @OBJDUMP@
320: OBJEXT = @OBJEXT@
321: OTOOL = @OTOOL@
322: OTOOL64 = @OTOOL64@
1.1 misho 323: PACKAGE = @PACKAGE@
1.1.1.2 misho 324: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
325: PACKAGE_NAME = @PACKAGE_NAME@
326: PACKAGE_STRING = @PACKAGE_STRING@
327: PACKAGE_TARNAME = @PACKAGE_TARNAME@
328: PACKAGE_URL = @PACKAGE_URL@
329: PACKAGE_VERSION = @PACKAGE_VERSION@
330: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.1.3 ! misho 331: PKG_CONFIG_CFLAGS = @PKG_CONFIG_CFLAGS@
! 332: PKG_CONFIG_DEFINES = @PKG_CONFIG_DEFINES@
! 333: PKG_CONFIG_LIBS = @PKG_CONFIG_LIBS@
1.1 misho 334: RANLIB = @RANLIB@
1.1.1.2 misho 335: SED = @SED@
336: SET_MAKE = @SET_MAKE@
337: SHELL = @SHELL@
1.1 misho 338: STRIP = @STRIP@
339: VERSION = @VERSION@
1.1.1.3 ! misho 340: WIN32 = @WIN32@
! 341: WINDRES = @WINDRES@
1.1.1.2 misho 342: abs_builddir = @abs_builddir@
343: abs_srcdir = @abs_srcdir@
344: abs_top_builddir = @abs_top_builddir@
345: abs_top_srcdir = @abs_top_srcdir@
346: ac_ct_AR = @ac_ct_AR@
347: ac_ct_CC = @ac_ct_CC@
348: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
349: am__leading_dot = @am__leading_dot@
350: am__tar = @am__tar@
351: am__untar = @am__untar@
352: bindir = @bindir@
353: build = @build@
354: build_alias = @build_alias@
355: build_cpu = @build_cpu@
356: build_os = @build_os@
357: build_vendor = @build_vendor@
358: builddir = @builddir@
359: datadir = @datadir@
360: datarootdir = @datarootdir@
361: docdir = @docdir@
362: dvidir = @dvidir@
363: exec_prefix = @exec_prefix@
364: host = @host@
365: host_alias = @host_alias@
366: host_cpu = @host_cpu@
367: host_os = @host_os@
368: host_vendor = @host_vendor@
369: htmldir = @htmldir@
370: includedir = @includedir@
371: infodir = @infodir@
1.1 misho 372: install_sh = @install_sh@
1.1.1.2 misho 373: libdir = @libdir@
374: libexecdir = @libexecdir@
375: localedir = @localedir@
376: localstatedir = @localstatedir@
377: mandir = @mandir@
378: mkdir_p = @mkdir_p@
379: oldincludedir = @oldincludedir@
380: pdfdir = @pdfdir@
381: prefix = @prefix@
382: program_transform_name = @program_transform_name@
383: psdir = @psdir@
1.1.1.3 ! misho 384: runstatedir = @runstatedir@
1.1.1.2 misho 385: sbindir = @sbindir@
386: sharedstatedir = @sharedstatedir@
387: srcdir = @srcdir@
388: sysconfdir = @sysconfdir@
389: target = @target@
390: target_alias = @target_alias@
391: target_cpu = @target_cpu@
392: target_os = @target_os@
393: target_vendor = @target_vendor@
394: top_build_prefix = @top_build_prefix@
395: top_builddir = @top_builddir@
396: top_srcdir = @top_srcdir@
1.1.1.3 ! misho 397:
! 398: #
! 399: # Libnet automake information file
! 400: # Copyright (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
! 401: # All rights reserved.
! 402: #
! 403: DISTCHECK_CONFIGURE_FLAGS = --enable-doxygen-doc --disable-doxygen-html --disable-samples
! 404: ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
1.1.1.2 misho 405: bin_SCRIPTS = libnet-config
1.1.1.3 ! misho 406: pkgconfigdir = $(libdir)/pkgconfig
! 407: pkgconfig_DATA = libnet.pc
! 408: dist_doc_DATA = README.md ChangeLog.md # LICENSE
! 409: EXTRA_DIST = README.win32 autogen.sh libnet-config.in
! 410: SUBDIRS = include src win32 $(am__append_1) $(am__append_2)
! 411: MD5 = md5sum
! 412:
! 413: # (GNU make only) Unless we say otherwise, spare us the
! 414: # “Entering/Leaving directory ...” messages
! 415: GNUMAKEFLAGS = $(if $(value VERBOSE),,--no-print-directory)
1.1 misho 416: all: all-recursive
417:
418: .SUFFIXES:
1.1.1.3 ! misho 419: am--refresh: Makefile
1.1.1.2 misho 420: @:
1.1.1.3 ! misho 421: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
1.1.1.2 misho 422: @for dep in $?; do \
423: case '$(am__configure_deps)' in \
424: *$$dep*) \
1.1.1.3 ! misho 425: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
! 426: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
1.1.1.2 misho 427: && exit 0; \
428: exit 1;; \
429: esac; \
430: done; \
1.1.1.3 ! misho 431: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
1.1.1.2 misho 432: $(am__cd) $(top_srcdir) && \
1.1.1.3 ! misho 433: $(AUTOMAKE) --foreign --ignore-deps Makefile
1.1.1.2 misho 434: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
435: @case '$?' in \
436: *config.status*) \
437: echo ' $(SHELL) ./config.status'; \
438: $(SHELL) ./config.status;; \
439: *) \
1.1.1.3 ! misho 440: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
! 441: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
1.1.1.2 misho 442: esac;
1.1 misho 443:
1.1.1.2 misho 444: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1 misho 445: $(SHELL) ./config.status --recheck
446:
1.1.1.3 ! misho 447: $(top_srcdir)/configure: $(am__configure_deps)
1.1.1.2 misho 448: $(am__cd) $(srcdir) && $(AUTOCONF)
1.1.1.3 ! misho 449: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
1.1.1.2 misho 450: $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
451: $(am__aclocal_m4_deps):
1.1.1.3 ! misho 452: Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
1.1 misho 453: cd $(top_builddir) && $(SHELL) ./config.status $@
1.1.1.2 misho 454: libnet-config: $(top_builddir)/config.status $(srcdir)/libnet-config.in
1.1 misho 455: cd $(top_builddir) && $(SHELL) ./config.status $@
1.1.1.3 ! misho 456: libnet.pc: $(top_builddir)/config.status $(srcdir)/libnet.pc.in
! 457: cd $(top_builddir) && $(SHELL) ./config.status $@
1.1.1.2 misho 458: install-binSCRIPTS: $(bin_SCRIPTS)
459: @$(NORMAL_INSTALL)
460: @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
1.1.1.3 ! misho 461: if test -n "$$list"; then \
! 462: echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
! 463: $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
! 464: fi; \
1.1.1.2 misho 465: for p in $$list; do \
466: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
467: if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
468: done | \
469: sed -e 'p;s,.*/,,;n' \
470: -e 'h;s|.*|.|' \
471: -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
472: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
473: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
474: if ($$2 == $$4) { files[d] = files[d] " " $$1; \
475: if (++n[d] == $(am__install_max)) { \
476: print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
477: else { print "f", d "/" $$4, $$1 } } \
478: END { for (d in files) print "f", d, files[d] }' | \
479: while read type dir files; do \
480: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
481: test -z "$$files" || { \
482: echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
483: $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
484: } \
485: ; done
486:
487: uninstall-binSCRIPTS:
488: @$(NORMAL_UNINSTALL)
489: @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
490: files=`for p in $$list; do echo "$$p"; done | \
491: sed -e 's,.*/,,;$(transform)'`; \
1.1.1.3 ! misho 492: dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
1.1.1.2 misho 493:
494: mostlyclean-libtool:
495: -rm -f *.lo
496:
497: clean-libtool:
498: -rm -rf .libs _libs
499:
500: distclean-libtool:
501: -rm -f libtool config.lt
1.1.1.3 ! misho 502: install-dist_docDATA: $(dist_doc_DATA)
! 503: @$(NORMAL_INSTALL)
! 504: @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
! 505: if test -n "$$list"; then \
! 506: echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
! 507: $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
! 508: fi; \
! 509: for p in $$list; do \
! 510: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 511: echo "$$d$$p"; \
! 512: done | $(am__base_list) | \
! 513: while read files; do \
! 514: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
! 515: $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
! 516: done
! 517:
! 518: uninstall-dist_docDATA:
! 519: @$(NORMAL_UNINSTALL)
! 520: @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
! 521: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
! 522: dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
! 523: install-pkgconfigDATA: $(pkgconfig_DATA)
! 524: @$(NORMAL_INSTALL)
! 525: @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
! 526: if test -n "$$list"; then \
! 527: echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
! 528: $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
! 529: fi; \
! 530: for p in $$list; do \
! 531: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
! 532: echo "$$d$$p"; \
! 533: done | $(am__base_list) | \
! 534: while read files; do \
! 535: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
! 536: $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
! 537: done
! 538:
! 539: uninstall-pkgconfigDATA:
! 540: @$(NORMAL_UNINSTALL)
! 541: @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
! 542: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
! 543: dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
1.1 misho 544:
545: # This directory's subdirectories are mostly independent; you can cd
1.1.1.3 ! misho 546: # into them and run 'make' without going through this Makefile.
! 547: # To change the values of 'make' variables: instead of editing Makefiles,
! 548: # (1) if the variable is set in 'config.status', edit 'config.status'
! 549: # (which will cause the Makefiles to be regenerated when you run 'make');
! 550: # (2) otherwise, pass the desired values on the 'make' command line.
! 551: $(am__recursive_targets):
! 552: @fail=; \
! 553: if $(am__make_keepgoing); then \
! 554: failcom='fail=yes'; \
! 555: else \
! 556: failcom='exit 1'; \
! 557: fi; \
1.1 misho 558: dot_seen=no; \
559: target=`echo $@ | sed s/-recursive//`; \
1.1.1.3 ! misho 560: case "$@" in \
! 561: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 562: *) list='$(SUBDIRS)' ;; \
! 563: esac; \
! 564: for subdir in $$list; do \
1.1 misho 565: echo "Making $$target in $$subdir"; \
566: if test "$$subdir" = "."; then \
567: dot_seen=yes; \
568: local_target="$$target-am"; \
569: else \
570: local_target="$$target"; \
571: fi; \
1.1.1.2 misho 572: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
573: || eval $$failcom; \
1.1 misho 574: done; \
575: if test "$$dot_seen" = "no"; then \
576: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
577: fi; test -z "$$fail"
578:
1.1.1.3 ! misho 579: ID: $(am__tagged_files)
! 580: $(am__define_uniq_tagged_files); mkid -fID $$unique
! 581: tags: tags-recursive
! 582: TAGS: tags
1.1 misho 583:
1.1.1.3 ! misho 584: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.1.1.2 misho 585: set x; \
1.1 misho 586: here=`pwd`; \
1.1.1.2 misho 587: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
588: include_option=--etags-include; \
589: empty_fix=.; \
590: else \
591: include_option=--include; \
592: empty_fix=; \
593: fi; \
1.1 misho 594: list='$(SUBDIRS)'; for subdir in $$list; do \
595: if test "$$subdir" = .; then :; else \
1.1.1.2 misho 596: test ! -f $$subdir/TAGS || \
597: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.1 misho 598: fi; \
599: done; \
1.1.1.3 ! misho 600: $(am__define_uniq_tagged_files); \
1.1.1.2 misho 601: shift; \
602: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
603: test -n "$$unique" || unique=$$empty_fix; \
604: if test $$# -gt 0; then \
605: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
606: "$$@" $$unique; \
607: else \
608: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
609: $$unique; \
610: fi; \
611: fi
1.1.1.3 ! misho 612: ctags: ctags-recursive
! 613:
! 614: CTAGS: ctags
! 615: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 616: $(am__define_uniq_tagged_files); \
1.1.1.2 misho 617: test -z "$(CTAGS_ARGS)$$unique" \
618: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
619: $$unique
1.1 misho 620:
621: GTAGS:
622: here=`$(am__cd) $(top_builddir) && pwd` \
1.1.1.2 misho 623: && $(am__cd) $(top_srcdir) \
624: && gtags -i $(GTAGS_ARGS) "$$here"
1.1.1.3 ! misho 625: cscope: cscope.files
! 626: test ! -s cscope.files \
! 627: || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
! 628: clean-cscope:
! 629: -rm -f cscope.files
! 630: cscope.files: clean-cscope cscopelist
! 631: cscopelist: cscopelist-recursive
! 632:
! 633: cscopelist-am: $(am__tagged_files)
! 634: list='$(am__tagged_files)'; \
! 635: case "$(srcdir)" in \
! 636: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
! 637: *) sdir=$(subdir)/$(srcdir) ;; \
! 638: esac; \
! 639: for i in $$list; do \
! 640: if test -f "$$i"; then \
! 641: echo "$(subdir)/$$i"; \
! 642: else \
! 643: echo "$$sdir/$$i"; \
! 644: fi; \
! 645: done >> $(top_builddir)/cscope.files
1.1 misho 646:
647: distclean-tags:
1.1.1.2 misho 648: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1.1.3 ! misho 649: -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
! 650: @ENABLE_DOXYGEN_FALSE@dist-hook:
1.1 misho 651:
1.1.1.3 ! misho 652: distdir: $(BUILT_SOURCES)
! 653: $(MAKE) $(AM_MAKEFLAGS) distdir-am
! 654:
! 655: distdir-am: $(DISTFILES)
1.1 misho 656: $(am__remove_distdir)
1.1.1.2 misho 657: test -d "$(distdir)" || mkdir "$(distdir)"
658: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
659: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
660: list='$(DISTFILES)'; \
661: dist_files=`for file in $$list; do echo $$file; done | \
662: sed -e "s|^$$srcdirstrip/||;t" \
663: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
664: case $$dist_files in \
665: */*) $(MKDIR_P) `echo "$$dist_files" | \
666: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
667: sort -u` ;; \
668: esac; \
669: for file in $$dist_files; do \
1.1 misho 670: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
671: if test -d $$d/$$file; then \
1.1.1.2 misho 672: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
673: if test -d "$(distdir)/$$file"; then \
674: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
675: fi; \
1.1 misho 676: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.1.1.2 misho 677: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
678: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1 misho 679: fi; \
1.1.1.2 misho 680: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1 misho 681: else \
1.1.1.2 misho 682: test -f "$(distdir)/$$file" \
683: || cp -p $$d/$$file "$(distdir)/$$file" \
1.1 misho 684: || exit 1; \
685: fi; \
686: done
1.1.1.2 misho 687: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1 misho 688: if test "$$subdir" = .; then :; else \
1.1.1.3 ! misho 689: $(am__make_dryrun) \
! 690: || test -d "$(distdir)/$$subdir" \
! 691: || $(MKDIR_P) "$(distdir)/$$subdir" \
! 692: || exit 1; \
1.1.1.2 misho 693: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
694: $(am__relativize); \
695: new_distdir=$$reldir; \
696: dir1=$$subdir; dir2="$(top_distdir)"; \
697: $(am__relativize); \
698: new_top_distdir=$$reldir; \
699: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
700: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
701: ($(am__cd) $$subdir && \
1.1 misho 702: $(MAKE) $(AM_MAKEFLAGS) \
1.1.1.2 misho 703: top_distdir="$$new_top_distdir" \
704: distdir="$$new_distdir" \
705: am__remove_distdir=: \
706: am__skip_length_check=: \
707: am__skip_mode_fix=: \
1.1 misho 708: distdir) \
709: || exit 1; \
710: fi; \
711: done
1.1.1.3 ! misho 712: $(MAKE) $(AM_MAKEFLAGS) \
! 713: top_distdir="$(top_distdir)" distdir="$(distdir)" \
! 714: dist-hook
1.1.1.2 misho 715: -test -n "$(am__skip_mode_fix)" \
716: || find "$(distdir)" -type d ! -perm -755 \
717: -exec chmod u+rwx,go+rx {} \; -o \
1.1 misho 718: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
719: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1.1.1.2 misho 720: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
721: || chmod -R a+r "$(distdir)"
1.1 misho 722: dist-gzip: distdir
1.1.1.3 ! misho 723: tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
! 724: $(am__post_remove_distdir)
1.1.1.2 misho 725:
726: dist-bzip2: distdir
1.1.1.3 ! misho 727: tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
! 728: $(am__post_remove_distdir)
1.1.1.2 misho 729:
1.1.1.3 ! misho 730: dist-lzip: distdir
! 731: tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
! 732: $(am__post_remove_distdir)
1.1.1.2 misho 733:
734: dist-xz: distdir
1.1.1.3 ! misho 735: tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
! 736: $(am__post_remove_distdir)
1.1.1.2 misho 737:
738: dist-tarZ: distdir
1.1.1.3 ! misho 739: @echo WARNING: "Support for distribution archives compressed with" \
! 740: "legacy program 'compress' is deprecated." >&2
! 741: @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1.1.1.2 misho 742: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1.1.1.3 ! misho 743: $(am__post_remove_distdir)
1.1.1.2 misho 744:
745: dist-shar: distdir
1.1.1.3 ! misho 746: @echo WARNING: "Support for shar distribution archives is" \
! 747: "deprecated." >&2
! 748: @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
! 749: shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
! 750: $(am__post_remove_distdir)
1.1.1.2 misho 751: dist-zip: distdir
752: -rm -f $(distdir).zip
753: zip -rq $(distdir).zip $(distdir)
1.1.1.3 ! misho 754: $(am__post_remove_distdir)
1.1 misho 755:
1.1.1.3 ! misho 756: dist dist-all:
! 757: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
! 758: $(am__post_remove_distdir)
1.1 misho 759:
760: # This target untars the dist file and tries a VPATH configuration. Then
761: # it guarantees that the distribution is self-contained by making another
762: # tarfile.
763: distcheck: dist
1.1.1.2 misho 764: case '$(DIST_ARCHIVES)' in \
765: *.tar.gz*) \
1.1.1.3 ! misho 766: eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1.1.1.2 misho 767: *.tar.bz2*) \
768: bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.1.1.3 ! misho 769: *.tar.lz*) \
! 770: lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1.1.1.2 misho 771: *.tar.xz*) \
772: xz -dc $(distdir).tar.xz | $(am__untar) ;;\
773: *.tar.Z*) \
774: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
775: *.shar.gz*) \
1.1.1.3 ! misho 776: eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1.1.1.2 misho 777: *.zip*) \
778: unzip $(distdir).zip ;;\
779: esac
1.1.1.3 ! misho 780: chmod -R a-w $(distdir)
! 781: chmod u+w $(distdir)
! 782: mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1.1 misho 783: chmod a-w $(distdir)
1.1.1.2 misho 784: test -d $(distdir)/_build || exit 0; \
785: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
786: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
787: && am__cwd=`pwd` \
1.1.1.3 ! misho 788: && $(am__cd) $(distdir)/_build/sub \
! 789: && ../../configure \
! 790: $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1.1 misho 791: $(DISTCHECK_CONFIGURE_FLAGS) \
1.1.1.3 ! misho 792: --srcdir=../.. --prefix="$$dc_install_base" \
1.1 misho 793: && $(MAKE) $(AM_MAKEFLAGS) \
794: && $(MAKE) $(AM_MAKEFLAGS) dvi \
795: && $(MAKE) $(AM_MAKEFLAGS) check \
796: && $(MAKE) $(AM_MAKEFLAGS) install \
797: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
798: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1.1.1.2 misho 799: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
800: distuninstallcheck \
801: && chmod -R a-w "$$dc_install_base" \
802: && ({ \
803: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
804: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
805: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
806: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
807: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
808: } || { rm -rf "$$dc_destdir"; exit 1; }) \
809: && rm -rf "$$dc_destdir" \
810: && $(MAKE) $(AM_MAKEFLAGS) dist \
811: && rm -rf $(DIST_ARCHIVES) \
812: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
813: && cd "$$am__cwd" \
814: || exit 1
1.1.1.3 ! misho 815: $(am__post_remove_distdir)
1.1.1.2 misho 816: @(echo "$(distdir) archives ready for distribution: "; \
817: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
818: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
819: distuninstallcheck:
1.1.1.3 ! misho 820: @test -n '$(distuninstallcheck_dir)' || { \
! 821: echo 'ERROR: trying to run $@ with an empty' \
! 822: '$$(distuninstallcheck_dir)' >&2; \
! 823: exit 1; \
! 824: }; \
! 825: $(am__cd) '$(distuninstallcheck_dir)' || { \
! 826: echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
! 827: exit 1; \
! 828: }; \
! 829: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1.1.1.2 misho 830: || { echo "ERROR: files left after uninstall:" ; \
831: if test -n "$(DESTDIR)"; then \
832: echo " (check DESTDIR support)"; \
833: fi ; \
834: $(distuninstallcheck_listfiles) ; \
835: exit 1; } >&2
1.1 misho 836: distcleancheck: distclean
1.1.1.2 misho 837: @if test '$(srcdir)' = . ; then \
1.1 misho 838: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
839: exit 1 ; \
840: fi
1.1.1.2 misho 841: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
842: || { echo "ERROR: files left in build directory after distclean:" ; \
1.1 misho 843: $(distcleancheck_listfiles) ; \
844: exit 1; } >&2
845: check-am: all-am
846: check: check-recursive
1.1.1.3 ! misho 847: all-am: Makefile $(SCRIPTS) $(DATA)
1.1 misho 848: installdirs: installdirs-recursive
849: installdirs-am:
1.1.1.3 ! misho 850: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
1.1.1.2 misho 851: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
852: done
1.1 misho 853: install: install-recursive
854: install-exec: install-exec-recursive
855: install-data: install-data-recursive
856: uninstall: uninstall-recursive
857:
858: install-am: all-am
859: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
860:
861: installcheck: installcheck-recursive
862: install-strip:
1.1.1.3 ! misho 863: if test -z '$(STRIP)'; then \
! 864: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 865: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 866: install; \
! 867: else \
! 868: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 869: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 870: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 871: fi
1.1 misho 872: mostlyclean-generic:
873:
874: clean-generic:
875:
876: distclean-generic:
1.1.1.2 misho 877: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
878: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1 misho 879:
880: maintainer-clean-generic:
881: @echo "This command is intended for maintainers to use"
882: @echo "it deletes files that may require special tools to rebuild."
883: clean: clean-recursive
884:
1.1.1.2 misho 885: clean-am: clean-generic clean-libtool mostlyclean-am
1.1 misho 886:
887: distclean: distclean-recursive
888: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.1.1.2 misho 889: -rm -f Makefile
890: distclean-am: clean-am distclean-generic distclean-libtool \
891: distclean-tags
1.1 misho 892:
893: dvi: dvi-recursive
894:
895: dvi-am:
896:
1.1.1.2 misho 897: html: html-recursive
898:
899: html-am:
900:
1.1 misho 901: info: info-recursive
902:
903: info-am:
904:
1.1.1.3 ! misho 905: install-data-am: install-dist_docDATA install-pkgconfigDATA
1.1 misho 906:
1.1.1.2 misho 907: install-dvi: install-dvi-recursive
908:
909: install-dvi-am:
910:
911: install-exec-am: install-binSCRIPTS
912:
913: install-html: install-html-recursive
914:
915: install-html-am:
1.1 misho 916:
917: install-info: install-info-recursive
918:
1.1.1.2 misho 919: install-info-am:
920:
1.1 misho 921: install-man:
922:
1.1.1.2 misho 923: install-pdf: install-pdf-recursive
924:
925: install-pdf-am:
926:
927: install-ps: install-ps-recursive
928:
929: install-ps-am:
930:
1.1 misho 931: installcheck-am:
932:
933: maintainer-clean: maintainer-clean-recursive
934: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.1.1.2 misho 935: -rm -rf $(top_srcdir)/autom4te.cache
936: -rm -f Makefile
1.1 misho 937: maintainer-clean-am: distclean-am maintainer-clean-generic
938:
939: mostlyclean: mostlyclean-recursive
940:
1.1.1.2 misho 941: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.1 misho 942:
1.1.1.2 misho 943: pdf: pdf-recursive
1.1 misho 944:
1.1.1.2 misho 945: pdf-am:
1.1 misho 946:
1.1.1.2 misho 947: ps: ps-recursive
948:
949: ps-am:
950:
1.1.1.3 ! misho 951: uninstall-am: uninstall-binSCRIPTS uninstall-dist_docDATA \
! 952: uninstall-pkgconfigDATA
1.1.1.2 misho 953:
1.1.1.3 ! misho 954: .MAKE: $(am__recursive_targets) install-am install-strip
1.1.1.2 misho 955:
1.1.1.3 ! misho 956: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
! 957: am--refresh check check-am clean clean-cscope clean-generic \
! 958: clean-libtool cscope cscopelist-am ctags ctags-am dist \
! 959: dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
! 960: dist-tarZ dist-xz dist-zip distcheck distclean \
! 961: distclean-generic distclean-libtool distclean-tags \
! 962: distcleancheck distdir distuninstallcheck dvi dvi-am html \
! 963: html-am info info-am install install-am install-binSCRIPTS \
! 964: install-data install-data-am install-dist_docDATA install-dvi \
1.1.1.2 misho 965: install-dvi-am install-exec install-exec-am install-html \
966: install-html-am install-info install-info-am install-man \
1.1.1.3 ! misho 967: install-pdf install-pdf-am install-pkgconfigDATA install-ps \
! 968: install-ps-am install-strip installcheck installcheck-am \
! 969: installdirs installdirs-am maintainer-clean \
! 970: maintainer-clean-generic mostlyclean mostlyclean-generic \
! 971: mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
! 972: uninstall-am uninstall-binSCRIPTS uninstall-dist_docDATA \
! 973: uninstall-pkgconfigDATA
! 974:
! 975: .PRECIOUS: Makefile
! 976:
1.1.1.2 misho 977:
1.1.1.3 ! misho 978: #
! 979: # Doxygen rules from m4/ax_prog_doxygen.m4
! 980: #
! 981: @ENABLE_DOXYGEN_TRUE@@DX_RULES@
! 982:
! 983: @ENABLE_DOXYGEN_TRUE@doc: doxygen-doc
! 984: @ENABLE_DOXYGEN_TRUE@ $(AM_V_GEN)cd $(DX_DOCDIR) && ./fixmanpages && cd -
! 985:
! 986: @ENABLE_DOXYGEN_TRUE@dist-hook: doc
! 987: @ENABLE_DOXYGEN_FALSE@doc:
! 988: @ENABLE_DOXYGEN_FALSE@ @echo "Doxygen documentation (html + man) disabled, skipping ..."
! 989: md5-dist:
! 990: @for file in $(DIST_ARCHIVES); do \
! 991: $(MD5) $$file > $$file.md5; \
! 992: done
! 993:
! 994: release-hook:
! 995: @if [ ! `git tag | grep v$(PACKAGE_VERSION)` ]; then \
! 996: echo; \
! 997: printf "\e[1m\e[41mCannot find release tag v$(PACKAGE_VERSION)\e[0m\n"; \
! 998: printf "\e[1m\e[5mDo release anyway?\e[0m "; read yorn; \
! 999: if [ "$$yorn" != "y" -a "$$yorn" != "Y" ]; then \
! 1000: printf "OK, aborting release.\n"; \
! 1001: exit 1; \
! 1002: fi; \
! 1003: echo; \
! 1004: else \
! 1005: echo; \
! 1006: printf "\e[1m\e[42mFound GIT release tag v$(PACKAGE_VERSION)\e[0m\n"; \
! 1007: printf "\e[1m\e[44m>>Remember to push tags!\e[0m\n"; \
! 1008: echo; \
! 1009: fi
! 1010:
! 1011: release: doc distcheck release-hook md5-dist
! 1012: @echo
! 1013: @echo "Resulting release files:"
! 1014: @echo "================================================================="
! 1015: @for file in $(DIST_ARCHIVES); do \
! 1016: printf "%-32s Distribution tarball\n" $$file; \
! 1017: printf "%-32s " $$file.md5; cat $$file.md5 | cut -f1 -d' '; \
! 1018: mv $$file* ../; \
! 1019: done
1.1 misho 1020:
1021: # Tell versions [3.59,3.63) of GNU make to not export all variables.
1022: # Otherwise a system limit (for SysV at least) may be exceeded.
1023: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>