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