• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/linux/
1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18am__make_dryrun = \
19  { \
20    am__dry=no; \
21    case $$MAKEFLAGS in \
22      *\\[\ \	]*) \
23        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25      *) \
26        for am__flg in $$MAKEFLAGS; do \
27          case $$am__flg in \
28            *=*|--*) ;; \
29            *n*) am__dry=yes; break;; \
30          esac; \
31        done;; \
32    esac; \
33    test $$am__dry = yes; \
34  }
35pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkglibexecdir = $(libexecdir)/@PACKAGE@
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51build_triplet = @build@
52host_triplet = @host@
53subdir = include/linux
54DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
57	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
58	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
59	$(top_srcdir)/configure.ac
60am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61	$(ACLOCAL_M4)
62mkinstalldirs = $(install_sh) -d
63CONFIG_CLEAN_FILES =
64CONFIG_CLEAN_VPATH_FILES =
65AM_V_GEN = $(am__v_GEN_@AM_V@)
66am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
67am__v_GEN_0 = @echo "  GEN   " $@;
68AM_V_at = $(am__v_at_@AM_V@)
69am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
70am__v_at_0 = @
71SOURCES =
72DIST_SOURCES =
73RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74	html-recursive info-recursive install-data-recursive \
75	install-dvi-recursive install-exec-recursive \
76	install-html-recursive install-info-recursive \
77	install-pdf-recursive install-ps-recursive install-recursive \
78	installcheck-recursive installdirs-recursive pdf-recursive \
79	ps-recursive uninstall-recursive
80am__can_run_installinfo = \
81  case $$AM_UPDATE_INFO_DIR in \
82    n|no|NO) false;; \
83    *) (install-info --version) >/dev/null 2>&1;; \
84  esac
85RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
86  distclean-recursive maintainer-clean-recursive
87AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
88	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
89	distdir
90ETAGS = etags
91CTAGS = ctags
92DIST_SUBDIRS = $(SUBDIRS)
93DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94am__relativize = \
95  dir0=`pwd`; \
96  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
97  sed_rest='s,^[^/]*/*,,'; \
98  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
99  sed_butlast='s,/*[^/]*$$,,'; \
100  while test -n "$$dir1"; do \
101    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
102    if test "$$first" != "."; then \
103      if test "$$first" = ".."; then \
104        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
105        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
106      else \
107        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
108        if test "$$first2" = "$$first"; then \
109          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
110        else \
111          dir2="../$$dir2"; \
112        fi; \
113        dir0="$$dir0"/"$$first"; \
114      fi; \
115    fi; \
116    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
117  done; \
118  reldir="$$dir2"
119ACLOCAL = @ACLOCAL@
120AMTAR = @AMTAR@
121AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
122AR = @AR@
123AUTOCONF = @AUTOCONF@
124AUTOHEADER = @AUTOHEADER@
125AUTOMAKE = @AUTOMAKE@
126AWK = @AWK@
127CC = @CC@
128CCDEPMODE = @CCDEPMODE@
129CFLAGS = @CFLAGS@
130CPP = @CPP@
131CPPFLAGS = @CPPFLAGS@
132CYGPATH_W = @CYGPATH_W@
133DEFS = @DEFS@
134DEPDIR = @DEPDIR@
135DLLTOOL = @DLLTOOL@
136DSYMUTIL = @DSYMUTIL@
137DUMPBIN = @DUMPBIN@
138ECHO_C = @ECHO_C@
139ECHO_N = @ECHO_N@
140ECHO_T = @ECHO_T@
141EGREP = @EGREP@
142EXEEXT = @EXEEXT@
143FGREP = @FGREP@
144GREP = @GREP@
145INSTALL = @INSTALL@
146INSTALL_DATA = @INSTALL_DATA@
147INSTALL_PROGRAM = @INSTALL_PROGRAM@
148INSTALL_SCRIPT = @INSTALL_SCRIPT@
149INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
150LD = @LD@
151LDFLAGS = @LDFLAGS@
152LEX = @LEX@
153LEXLIB = @LEXLIB@
154LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
155LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
156LIBMNL_LIBS = @LIBMNL_LIBS@
157LIBNETFILTER_CONNTRACK_CFLAGS = @LIBNETFILTER_CONNTRACK_CFLAGS@
158LIBNETFILTER_CONNTRACK_LIBS = @LIBNETFILTER_CONNTRACK_LIBS@
159LIBNETFILTER_CTHELPER_CFLAGS = @LIBNETFILTER_CTHELPER_CFLAGS@
160LIBNETFILTER_CTHELPER_LIBS = @LIBNETFILTER_CTHELPER_LIBS@
161LIBNETFILTER_CTTIMEOUT_CFLAGS = @LIBNETFILTER_CTTIMEOUT_CFLAGS@
162LIBNETFILTER_CTTIMEOUT_LIBS = @LIBNETFILTER_CTTIMEOUT_LIBS@
163LIBNETFILTER_QUEUE_CFLAGS = @LIBNETFILTER_QUEUE_CFLAGS@
164LIBNETFILTER_QUEUE_LIBS = @LIBNETFILTER_QUEUE_LIBS@
165LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@
166LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@
167LIBOBJS = @LIBOBJS@
168LIBS = @LIBS@
169LIBTOOL = @LIBTOOL@
170LIPO = @LIPO@
171LN_S = @LN_S@
172LTLIBOBJS = @LTLIBOBJS@
173MAKEINFO = @MAKEINFO@
174MANIFEST_TOOL = @MANIFEST_TOOL@
175MKDIR_P = @MKDIR_P@
176NM = @NM@
177NMEDIT = @NMEDIT@
178OBJDUMP = @OBJDUMP@
179OBJEXT = @OBJEXT@
180OTOOL = @OTOOL@
181OTOOL64 = @OTOOL64@
182PACKAGE = @PACKAGE@
183PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184PACKAGE_NAME = @PACKAGE_NAME@
185PACKAGE_STRING = @PACKAGE_STRING@
186PACKAGE_TARNAME = @PACKAGE_TARNAME@
187PACKAGE_URL = @PACKAGE_URL@
188PACKAGE_VERSION = @PACKAGE_VERSION@
189PATH_SEPARATOR = @PATH_SEPARATOR@
190PKG_CONFIG = @PKG_CONFIG@
191PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
192PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
193RANLIB = @RANLIB@
194SED = @SED@
195SET_MAKE = @SET_MAKE@
196SHELL = @SHELL@
197STRIP = @STRIP@
198VERSION = @VERSION@
199YACC = @YACC@
200YFLAGS = @YFLAGS@
201abs_builddir = @abs_builddir@
202abs_srcdir = @abs_srcdir@
203abs_top_builddir = @abs_top_builddir@
204abs_top_srcdir = @abs_top_srcdir@
205ac_ct_AR = @ac_ct_AR@
206ac_ct_CC = @ac_ct_CC@
207ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
208am__include = @am__include@
209am__leading_dot = @am__leading_dot@
210am__quote = @am__quote@
211am__tar = @am__tar@
212am__untar = @am__untar@
213bindir = @bindir@
214build = @build@
215build_alias = @build_alias@
216build_cpu = @build_cpu@
217build_os = @build_os@
218build_vendor = @build_vendor@
219builddir = @builddir@
220datadir = @datadir@
221datarootdir = @datarootdir@
222docdir = @docdir@
223dvidir = @dvidir@
224exec_prefix = @exec_prefix@
225host = @host@
226host_alias = @host_alias@
227host_cpu = @host_cpu@
228host_os = @host_os@
229host_vendor = @host_vendor@
230htmldir = @htmldir@
231includedir = @includedir@
232infodir = @infodir@
233install_sh = @install_sh@
234libdir = @libdir@
235libdl_LIBS = @libdl_LIBS@
236libexecdir = @libexecdir@
237localedir = @localedir@
238localstatedir = @localstatedir@
239mandir = @mandir@
240mkdir_p = @mkdir_p@
241oldincludedir = @oldincludedir@
242pdfdir = @pdfdir@
243prefix = @prefix@
244program_transform_name = @program_transform_name@
245psdir = @psdir@
246sbindir = @sbindir@
247sharedstatedir = @sharedstatedir@
248srcdir = @srcdir@
249sysconfdir = @sysconfdir@
250target_alias = @target_alias@
251top_build_prefix = @top_build_prefix@
252top_builddir = @top_builddir@
253top_srcdir = @top_srcdir@
254SUBDIRS = netfilter
255all: all-recursive
256
257.SUFFIXES:
258$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
259	@for dep in $?; do \
260	  case '$(am__configure_deps)' in \
261	    *$$dep*) \
262	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
263	        && { if test -f $@; then exit 0; else break; fi; }; \
264	      exit 1;; \
265	  esac; \
266	done; \
267	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/linux/Makefile'; \
268	$(am__cd) $(top_srcdir) && \
269	  $(AUTOMAKE) --foreign include/linux/Makefile
270.PRECIOUS: Makefile
271Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272	@case '$?' in \
273	  *config.status*) \
274	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
275	  *) \
276	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
277	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
278	esac;
279
280$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
283$(top_srcdir)/configure:  $(am__configure_deps)
284	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
286	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287$(am__aclocal_m4_deps):
288
289mostlyclean-libtool:
290	-rm -f *.lo
291
292clean-libtool:
293	-rm -rf .libs _libs
294
295# This directory's subdirectories are mostly independent; you can cd
296# into them and run `make' without going through this Makefile.
297# To change the values of `make' variables: instead of editing Makefiles,
298# (1) if the variable is set in `config.status', edit `config.status'
299#     (which will cause the Makefiles to be regenerated when you run `make');
300# (2) otherwise, pass the desired values on the `make' command line.
301$(RECURSIVE_TARGETS):
302	@fail= failcom='exit 1'; \
303	for f in x $$MAKEFLAGS; do \
304	  case $$f in \
305	    *=* | --[!k]*);; \
306	    *k*) failcom='fail=yes';; \
307	  esac; \
308	done; \
309	dot_seen=no; \
310	target=`echo $@ | sed s/-recursive//`; \
311	list='$(SUBDIRS)'; for subdir in $$list; do \
312	  echo "Making $$target in $$subdir"; \
313	  if test "$$subdir" = "."; then \
314	    dot_seen=yes; \
315	    local_target="$$target-am"; \
316	  else \
317	    local_target="$$target"; \
318	  fi; \
319	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
320	  || eval $$failcom; \
321	done; \
322	if test "$$dot_seen" = "no"; then \
323	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
324	fi; test -z "$$fail"
325
326$(RECURSIVE_CLEAN_TARGETS):
327	@fail= failcom='exit 1'; \
328	for f in x $$MAKEFLAGS; do \
329	  case $$f in \
330	    *=* | --[!k]*);; \
331	    *k*) failcom='fail=yes';; \
332	  esac; \
333	done; \
334	dot_seen=no; \
335	case "$@" in \
336	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
337	  *) list='$(SUBDIRS)' ;; \
338	esac; \
339	rev=''; for subdir in $$list; do \
340	  if test "$$subdir" = "."; then :; else \
341	    rev="$$subdir $$rev"; \
342	  fi; \
343	done; \
344	rev="$$rev ."; \
345	target=`echo $@ | sed s/-recursive//`; \
346	for subdir in $$rev; do \
347	  echo "Making $$target in $$subdir"; \
348	  if test "$$subdir" = "."; then \
349	    local_target="$$target-am"; \
350	  else \
351	    local_target="$$target"; \
352	  fi; \
353	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354	  || eval $$failcom; \
355	done && test -z "$$fail"
356tags-recursive:
357	list='$(SUBDIRS)'; for subdir in $$list; do \
358	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
359	done
360ctags-recursive:
361	list='$(SUBDIRS)'; for subdir in $$list; do \
362	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
363	done
364
365ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
366	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
367	unique=`for i in $$list; do \
368	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369	  done | \
370	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371	      END { if (nonempty) { for (i in files) print i; }; }'`; \
372	mkid -fID $$unique
373tags: TAGS
374
375TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376		$(TAGS_FILES) $(LISP)
377	set x; \
378	here=`pwd`; \
379	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
380	  include_option=--etags-include; \
381	  empty_fix=.; \
382	else \
383	  include_option=--include; \
384	  empty_fix=; \
385	fi; \
386	list='$(SUBDIRS)'; for subdir in $$list; do \
387	  if test "$$subdir" = .; then :; else \
388	    test ! -f $$subdir/TAGS || \
389	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
390	  fi; \
391	done; \
392	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
393	unique=`for i in $$list; do \
394	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395	  done | \
396	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397	      END { if (nonempty) { for (i in files) print i; }; }'`; \
398	shift; \
399	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400	  test -n "$$unique" || unique=$$empty_fix; \
401	  if test $$# -gt 0; then \
402	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403	      "$$@" $$unique; \
404	  else \
405	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406	      $$unique; \
407	  fi; \
408	fi
409ctags: CTAGS
410CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
411		$(TAGS_FILES) $(LISP)
412	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
413	unique=`for i in $$list; do \
414	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415	  done | \
416	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417	      END { if (nonempty) { for (i in files) print i; }; }'`; \
418	test -z "$(CTAGS_ARGS)$$unique" \
419	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420	     $$unique
421
422GTAGS:
423	here=`$(am__cd) $(top_builddir) && pwd` \
424	  && $(am__cd) $(top_srcdir) \
425	  && gtags -i $(GTAGS_ARGS) "$$here"
426
427distclean-tags:
428	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
429
430distdir: $(DISTFILES)
431	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
432	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
433	list='$(DISTFILES)'; \
434	  dist_files=`for file in $$list; do echo $$file; done | \
435	  sed -e "s|^$$srcdirstrip/||;t" \
436	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
437	case $$dist_files in \
438	  */*) $(MKDIR_P) `echo "$$dist_files" | \
439			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
440			   sort -u` ;; \
441	esac; \
442	for file in $$dist_files; do \
443	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
444	  if test -d $$d/$$file; then \
445	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
446	    if test -d "$(distdir)/$$file"; then \
447	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
448	    fi; \
449	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
451	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
452	    fi; \
453	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
454	  else \
455	    test -f "$(distdir)/$$file" \
456	    || cp -p $$d/$$file "$(distdir)/$$file" \
457	    || exit 1; \
458	  fi; \
459	done
460	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
461	  if test "$$subdir" = .; then :; else \
462	    $(am__make_dryrun) \
463	      || test -d "$(distdir)/$$subdir" \
464	      || $(MKDIR_P) "$(distdir)/$$subdir" \
465	      || exit 1; \
466	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
467	    $(am__relativize); \
468	    new_distdir=$$reldir; \
469	    dir1=$$subdir; dir2="$(top_distdir)"; \
470	    $(am__relativize); \
471	    new_top_distdir=$$reldir; \
472	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
473	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
474	    ($(am__cd) $$subdir && \
475	      $(MAKE) $(AM_MAKEFLAGS) \
476	        top_distdir="$$new_top_distdir" \
477	        distdir="$$new_distdir" \
478		am__remove_distdir=: \
479		am__skip_length_check=: \
480		am__skip_mode_fix=: \
481	        distdir) \
482	      || exit 1; \
483	  fi; \
484	done
485check-am: all-am
486check: check-recursive
487all-am: Makefile
488installdirs: installdirs-recursive
489installdirs-am:
490install: install-recursive
491install-exec: install-exec-recursive
492install-data: install-data-recursive
493uninstall: uninstall-recursive
494
495install-am: all-am
496	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
497
498installcheck: installcheck-recursive
499install-strip:
500	if test -z '$(STRIP)'; then \
501	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
502	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
503	      install; \
504	else \
505	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
506	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
507	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
508	fi
509mostlyclean-generic:
510
511clean-generic:
512
513distclean-generic:
514	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
515	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
516
517maintainer-clean-generic:
518	@echo "This command is intended for maintainers to use"
519	@echo "it deletes files that may require special tools to rebuild."
520clean: clean-recursive
521
522clean-am: clean-generic clean-libtool mostlyclean-am
523
524distclean: distclean-recursive
525	-rm -f Makefile
526distclean-am: clean-am distclean-generic distclean-tags
527
528dvi: dvi-recursive
529
530dvi-am:
531
532html: html-recursive
533
534html-am:
535
536info: info-recursive
537
538info-am:
539
540install-data-am:
541
542install-dvi: install-dvi-recursive
543
544install-dvi-am:
545
546install-exec-am:
547
548install-html: install-html-recursive
549
550install-html-am:
551
552install-info: install-info-recursive
553
554install-info-am:
555
556install-man:
557
558install-pdf: install-pdf-recursive
559
560install-pdf-am:
561
562install-ps: install-ps-recursive
563
564install-ps-am:
565
566installcheck-am:
567
568maintainer-clean: maintainer-clean-recursive
569	-rm -f Makefile
570maintainer-clean-am: distclean-am maintainer-clean-generic
571
572mostlyclean: mostlyclean-recursive
573
574mostlyclean-am: mostlyclean-generic mostlyclean-libtool
575
576pdf: pdf-recursive
577
578pdf-am:
579
580ps: ps-recursive
581
582ps-am:
583
584uninstall-am:
585
586.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
587	install-am install-strip tags-recursive
588
589.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
590	all all-am check check-am clean clean-generic clean-libtool \
591	ctags ctags-recursive distclean distclean-generic \
592	distclean-libtool distclean-tags distdir dvi dvi-am html \
593	html-am info info-am install install-am install-data \
594	install-data-am install-dvi install-dvi-am install-exec \
595	install-exec-am install-html install-html-am install-info \
596	install-info-am install-man install-pdf install-pdf-am \
597	install-ps install-ps-am install-strip installcheck \
598	installcheck-am installdirs installdirs-am maintainer-clean \
599	maintainer-clean-generic mostlyclean mostlyclean-generic \
600	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
601	uninstall uninstall-am
602
603
604# Tell versions [3.59,3.63) of GNU make to not export all variables.
605# Otherwise a system limit (for SysV at least) may be exceeded.
606.NOEXPORT:
607