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