• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pppd_plugin/src/
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  Free Software Foundation, Inc.
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
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24top_builddir = ..
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@
40subdir = src
41DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
42	$(srcdir)/Makefile.in
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.in
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51am__vpath_adj = case $$p in \
52    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53    *) f=$$p;; \
54  esac;
55am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
56am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man8dir)"
57libLTLIBRARIES_INSTALL = $(INSTALL)
58LTLIBRARIES = $(lib_LTLIBRARIES)
59pptp_la_LIBADD =
60am_pptp_la_OBJECTS = pptp.lo pptp_callmgr.lo pptp_ctrl.lo util.lo \
61	vector.lo dirutil.lo pptp_quirks.lo orckit_quirks.lo
62pptp_la_OBJECTS = $(am_pptp_la_OBJECTS)
63DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
64depcomp = $(SHELL) $(top_srcdir)/depcomp
65am__depfiles_maybe = depfiles
66COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
69	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
70	$(AM_CFLAGS) $(CFLAGS)
71CCLD = $(CC)
72LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
73	$(AM_LDFLAGS) $(LDFLAGS) -o $@
74SOURCES = $(pptp_la_SOURCES)
75DIST_SOURCES = $(pptp_la_SOURCES)
76man8dir = $(mandir)/man8
77NROFF = nroff
78MANS = $(man_MANS)
79HEADERS = $(noinst_HEADERS)
80ETAGS = etags
81CTAGS = ctags
82DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83ACLOCAL = @ACLOCAL@
84AMDEP_FALSE = @AMDEP_FALSE@
85AMDEP_TRUE = @AMDEP_TRUE@
86AMTAR = @AMTAR@
87AR = @AR@
88AUTOCONF = @AUTOCONF@
89AUTOHEADER = @AUTOHEADER@
90AUTOMAKE = @AUTOMAKE@
91AWK = @AWK@
92CC = @CC@
93CCDEPMODE = @CCDEPMODE@
94CFLAGS = @CFLAGS@
95CPP = @CPP@
96CPPFLAGS = @CPPFLAGS@
97CXX = @CXX@
98CXXCPP = @CXXCPP@
99CXXDEPMODE = @CXXDEPMODE@
100CXXFLAGS = @CXXFLAGS@
101CYGPATH_W = @CYGPATH_W@
102DEFS = @DEFS@
103DEPDIR = @DEPDIR@
104ECHO = @ECHO@
105ECHO_C = @ECHO_C@
106ECHO_N = @ECHO_N@
107ECHO_T = @ECHO_T@
108EGREP = @EGREP@
109EXEEXT = @EXEEXT@
110F77 = @F77@
111FFLAGS = @FFLAGS@
112GREP = @GREP@
113INSTALL_DATA = @INSTALL_DATA@
114INSTALL_PROGRAM = @INSTALL_PROGRAM@
115INSTALL_SCRIPT = @INSTALL_SCRIPT@
116INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
117LDFLAGS = @LDFLAGS@
118LIBOBJS = @LIBOBJS@
119LIBS = @LIBS@
120LIBTOOL = @LIBTOOL@
121LN_S = @LN_S@
122LTLIBOBJS = @LTLIBOBJS@
123MAKEINFO = @MAKEINFO@
124OBJEXT = @OBJEXT@
125PACKAGE = @PACKAGE@
126PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
127PACKAGE_NAME = @PACKAGE_NAME@
128PACKAGE_STRING = @PACKAGE_STRING@
129PACKAGE_TARNAME = @PACKAGE_TARNAME@
130PACKAGE_VERSION = @PACKAGE_VERSION@
131PATH_SEPARATOR = @PATH_SEPARATOR@
132RANLIB = @RANLIB@
133SED = @SED@
134SET_MAKE = @SET_MAKE@
135SHELL = @SHELL@
136STRIP = @STRIP@
137VERSION = @VERSION@
138ac_ct_CC = @ac_ct_CC@
139ac_ct_CXX = @ac_ct_CXX@
140ac_ct_F77 = @ac_ct_F77@
141am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
142am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
143am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
144am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
145am__include = @am__include@
146am__leading_dot = @am__leading_dot@
147am__quote = @am__quote@
148am__tar = @am__tar@
149am__untar = @am__untar@
150bindir = @bindir@
151build = @build@
152build_alias = @build_alias@
153build_cpu = @build_cpu@
154build_os = @build_os@
155build_vendor = @build_vendor@
156datadir = @datadir@
157datarootdir = @datarootdir@
158docdir = @docdir@
159dvidir = @dvidir@
160exec_prefix = @exec_prefix@
161host = @host@
162host_alias = @host_alias@
163host_cpu = @host_cpu@
164host_os = @host_os@
165host_vendor = @host_vendor@
166htmldir = @htmldir@
167includedir = @includedir@
168infodir = @infodir@
169install_sh = @install_sh@
170libdir = @libdir@
171libexecdir = @libexecdir@
172localedir = @localedir@
173localstatedir = @localstatedir@
174mandir = @mandir@
175mkdir_p = @mkdir_p@
176oldincludedir = @oldincludedir@
177pdfdir = @pdfdir@
178prefix = @prefix@
179program_transform_name = @program_transform_name@
180psdir = @psdir@
181sbindir = @sbindir@
182sharedstatedir = @sharedstatedir@
183sysconfdir = @sysconfdir@
184target_alias = @target_alias@
185
186# set the include path found by configure
187INCLUDES = $(all_includes)
188
189# the library search path.
190lib_LTLIBRARIES = pptp.la
191pptp_la_LDFLAGS = -module
192pptp_la_SOURCES = pptp.c pptp_callmgr.c pptp_ctrl.c util.c vector.c \
193	dirutil.c pptp_quirks.c orckit_quirks.c
194
195noinst_HEADERS = pptp_callmgr.h pptp_ctrl.h util.h vector.h pptp_options.h \
196		dirutil.h pptp_quirks.h orckit_quirks.h if_pppox.h
197
198AM_CFLAGS = -Wall
199man_MANS = pppd-pptp.8
200all: all-am
201
202.SUFFIXES:
203.SUFFIXES: .c .lo .o .obj
204$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
205	@for dep in $?; do \
206	  case '$(am__configure_deps)' in \
207	    *$$dep*) \
208	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
209		&& exit 0; \
210	      exit 1;; \
211	  esac; \
212	done; \
213	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
214	cd $(top_srcdir) && \
215	  $(AUTOMAKE) --gnu  src/Makefile
216.PRECIOUS: Makefile
217Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
218	@case '$?' in \
219	  *config.status*) \
220	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
221	  *) \
222	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
223	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
224	esac;
225
226$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
227	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228
229$(top_srcdir)/configure:  $(am__configure_deps)
230	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
232	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233install-libLTLIBRARIES: $(lib_LTLIBRARIES)
234	@$(NORMAL_INSTALL)
235	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
236	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
237	  if test -f $$p; then \
238	    f=$(am__strip_dir) \
239	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
240	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
241	  else :; fi; \
242	done
243
244uninstall-libLTLIBRARIES:
245	@$(NORMAL_UNINSTALL)
246	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
247	  p=$(am__strip_dir) \
248	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
249	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
250	done
251
252clean-libLTLIBRARIES:
253	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
254	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
255	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
256	  test "$$dir" != "$$p" || dir=.; \
257	  echo "rm -f \"$${dir}/so_locations\""; \
258	  rm -f "$${dir}/so_locations"; \
259	done
260pptp.la: $(pptp_la_OBJECTS) $(pptp_la_DEPENDENCIES) 
261	$(LINK) -rpath $(libdir) $(pptp_la_LDFLAGS) $(pptp_la_OBJECTS) $(pptp_la_LIBADD) $(LIBS)
262
263mostlyclean-compile:
264	-rm -f *.$(OBJEXT)
265
266distclean-compile:
267	-rm -f *.tab.c
268
269@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirutil.Plo@am__quote@
270@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orckit_quirks.Plo@am__quote@
271@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pptp.Plo@am__quote@
272@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pptp_callmgr.Plo@am__quote@
273@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pptp_ctrl.Plo@am__quote@
274@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pptp_quirks.Plo@am__quote@
275@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
276@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Plo@am__quote@
277
278.c.o:
279@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
280@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
281@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
282@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283@am__fastdepCC_FALSE@	$(COMPILE) -c $<
284
285.c.obj:
286@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
287@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
288@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
289@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
291
292.c.lo:
293@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
294@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
295@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
296@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
298
299mostlyclean-libtool:
300	-rm -f *.lo
301
302clean-libtool:
303	-rm -rf .libs _libs
304
305distclean-libtool:
306	-rm -f libtool
307uninstall-info-am:
308install-man8: $(man8_MANS) $(man_MANS)
309	@$(NORMAL_INSTALL)
310	test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
311	@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
312	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
313	for i in $$l2; do \
314	  case "$$i" in \
315	    *.8*) list="$$list $$i" ;; \
316	  esac; \
317	done; \
318	for i in $$list; do \
319	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
320	  else file=$$i; fi; \
321	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
322	  case "$$ext" in \
323	    8*) ;; \
324	    *) ext='8' ;; \
325	  esac; \
326	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
327	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
328	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
329	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
330	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
331	done
332uninstall-man8:
333	@$(NORMAL_UNINSTALL)
334	@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
335	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
336	for i in $$l2; do \
337	  case "$$i" in \
338	    *.8*) list="$$list $$i" ;; \
339	  esac; \
340	done; \
341	for i in $$list; do \
342	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
343	  case "$$ext" in \
344	    8*) ;; \
345	    *) ext='8' ;; \
346	  esac; \
347	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
348	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
349	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
350	  echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
351	  rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
352	done
353
354ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
355	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
356	unique=`for i in $$list; do \
357	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358	  done | \
359	  $(AWK) '    { files[$$0] = 1; } \
360	       END { for (i in files) print i; }'`; \
361	mkid -fID $$unique
362tags: TAGS
363
364TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
365		$(TAGS_FILES) $(LISP)
366	tags=; \
367	here=`pwd`; \
368	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
369	unique=`for i in $$list; do \
370	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371	  done | \
372	  $(AWK) '    { files[$$0] = 1; } \
373	       END { for (i in files) print i; }'`; \
374	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
375	  test -n "$$unique" || unique=$$empty_fix; \
376	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377	    $$tags $$unique; \
378	fi
379ctags: CTAGS
380CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381		$(TAGS_FILES) $(LISP)
382	tags=; \
383	here=`pwd`; \
384	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
385	unique=`for i in $$list; do \
386	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387	  done | \
388	  $(AWK) '    { files[$$0] = 1; } \
389	       END { for (i in files) print i; }'`; \
390	test -z "$(CTAGS_ARGS)$$tags$$unique" \
391	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
392	     $$tags $$unique
393
394GTAGS:
395	here=`$(am__cd) $(top_builddir) && pwd` \
396	  && cd $(top_srcdir) \
397	  && gtags -i $(GTAGS_ARGS) $$here
398
399distclean-tags:
400	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
401
402distdir: $(DISTFILES)
403	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
404	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
405	list='$(DISTFILES)'; for file in $$list; do \
406	  case $$file in \
407	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
408	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
409	  esac; \
410	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
411	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
412	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
413	    dir="/$$dir"; \
414	    $(mkdir_p) "$(distdir)$$dir"; \
415	  else \
416	    dir=''; \
417	  fi; \
418	  if test -d $$d/$$file; then \
419	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
420	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
421	    fi; \
422	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
423	  else \
424	    test -f $(distdir)/$$file \
425	    || cp -p $$d/$$file $(distdir)/$$file \
426	    || exit 1; \
427	  fi; \
428	done
429check-am: all-am
430check: check-am
431all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
432installdirs:
433	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man8dir)"; do \
434	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
435	done
436install: install-am
437install-exec: install-exec-am
438install-data: install-data-am
439uninstall: uninstall-am
440
441install-am: all-am
442	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
443
444installcheck: installcheck-am
445install-strip:
446	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
447	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
448	  `test -z '$(STRIP)' || \
449	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
450mostlyclean-generic:
451
452clean-generic:
453
454distclean-generic:
455	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
456
457maintainer-clean-generic:
458	@echo "This command is intended for maintainers to use"
459	@echo "it deletes files that may require special tools to rebuild."
460clean: clean-am
461
462clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
463	mostlyclean-am
464
465distclean: distclean-am
466	-rm -rf ./$(DEPDIR)
467	-rm -f Makefile
468distclean-am: clean-am distclean-compile distclean-generic \
469	distclean-libtool distclean-tags
470
471dvi: dvi-am
472
473dvi-am:
474
475html: html-am
476
477info: info-am
478
479info-am:
480
481install-data-am: install-man
482
483install-exec-am: install-libLTLIBRARIES
484
485install-info: install-info-am
486
487install-man: install-man8
488
489installcheck-am:
490
491maintainer-clean: maintainer-clean-am
492	-rm -rf ./$(DEPDIR)
493	-rm -f Makefile
494maintainer-clean-am: distclean-am maintainer-clean-generic
495
496mostlyclean: mostlyclean-am
497
498mostlyclean-am: mostlyclean-compile mostlyclean-generic \
499	mostlyclean-libtool
500
501pdf: pdf-am
502
503pdf-am:
504
505ps: ps-am
506
507ps-am:
508
509uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES uninstall-man
510
511uninstall-man: uninstall-man8
512
513.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
514	clean-libLTLIBRARIES clean-libtool ctags distclean \
515	distclean-compile distclean-generic distclean-libtool \
516	distclean-tags distdir dvi dvi-am html html-am info info-am \
517	install install-am install-data install-data-am install-exec \
518	install-exec-am install-info install-info-am \
519	install-libLTLIBRARIES install-man install-man8 install-strip \
520	installcheck installcheck-am installdirs maintainer-clean \
521	maintainer-clean-generic mostlyclean mostlyclean-compile \
522	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
523	tags uninstall uninstall-am uninstall-info-am \
524	uninstall-libLTLIBRARIES uninstall-man uninstall-man8
525
526# Tell versions [3.59,3.63) of GNU make to not export all variables.
527# Otherwise a system limit (for SysV at least) may be exceeded.
528.NOEXPORT:
529