xref: /freebsd/contrib/ntp/sntp/scripts/Makefile.in (revision f5f40dd6)
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = scripts
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
93	$(top_srcdir)/libopts/m4/stdnoreturn.m4 \
94	$(top_srcdir)/m4/hms_search_lib.m4 $(top_srcdir)/m4/libtool.m4 \
95	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97	$(top_srcdir)/m4/ntp_cacheversion.m4 \
98	$(top_srcdir)/m4/ntp_compiler.m4 \
99	$(top_srcdir)/m4/ntp_crosscompile.m4 \
100	$(top_srcdir)/m4/ntp_crypto_rand.m4 \
101	$(top_srcdir)/m4/ntp_debug.m4 $(top_srcdir)/m4/ntp_dir_sep.m4 \
102	$(top_srcdir)/m4/ntp_facilitynames.m4 \
103	$(top_srcdir)/m4/ntp_harden.m4 $(top_srcdir)/m4/ntp_ipv6.m4 \
104	$(top_srcdir)/m4/ntp_lib_m.m4 $(top_srcdir)/m4/ntp_libevent.m4 \
105	$(top_srcdir)/m4/ntp_libntp.m4 \
106	$(top_srcdir)/m4/ntp_lineeditlibs.m4 \
107	$(top_srcdir)/m4/ntp_locinfo.m4 \
108	$(top_srcdir)/m4/ntp_openssl.m4 \
109	$(top_srcdir)/m4/ntp_pkg_config.m4 \
110	$(top_srcdir)/m4/ntp_prog_cc.m4 $(top_srcdir)/m4/ntp_sntp.m4 \
111	$(top_srcdir)/m4/ntp_sysexits.m4 \
112	$(top_srcdir)/m4/ntp_unitytest.m4 \
113	$(top_srcdir)/m4/ntp_ver_suffix.m4 \
114	$(top_srcdir)/m4/openldap-thread-check.m4 \
115	$(top_srcdir)/m4/openldap.m4 $(top_srcdir)/m4/os_cflags.m4 \
116	$(top_srcdir)/m4/snprintf.m4 \
117	$(top_srcdir)/m4/sntp_problemtests.m4 \
118	$(top_srcdir)/m4/version.m4 $(top_srcdir)/configure.ac
119am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120	$(ACLOCAL_M4)
121DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
122mkinstalldirs = $(install_sh) -d
123CONFIG_HEADER = $(top_builddir)/config.h
124CONFIG_CLEAN_FILES =
125CONFIG_CLEAN_VPATH_FILES =
126AM_V_P = $(am__v_P_@AM_V@)
127am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128am__v_P_0 = false
129am__v_P_1 = :
130AM_V_GEN = $(am__v_GEN_@AM_V@)
131am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132am__v_GEN_0 = @echo "  GEN     " $@;
133am__v_GEN_1 =
134AM_V_at = $(am__v_at_@AM_V@)
135am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136am__v_at_0 = @
137am__v_at_1 =
138SOURCES =
139DIST_SOURCES =
140am__can_run_installinfo = \
141  case $$AM_UPDATE_INFO_DIR in \
142    n|no|NO) false;; \
143    *) (install-info --version) >/dev/null 2>&1;; \
144  esac
145am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
146am__DIST_COMMON = $(srcdir)/Makefile.in
147DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
148ACLOCAL = @ACLOCAL@
149ALLOCA = @ALLOCA@
150AMTAR = @AMTAR@
151AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
152AR = @AR@
153AUTOCONF = @AUTOCONF@
154AUTOHEADER = @AUTOHEADER@
155AUTOMAKE = @AUTOMAKE@
156AWK = @AWK@
157BUILD_THREAD = @BUILD_THREAD@
158CALC_TICKADJ_DB = @CALC_TICKADJ_DB@
159CALC_TICKADJ_DL = @CALC_TICKADJ_DL@
160CALC_TICKADJ_DS = @CALC_TICKADJ_DS@
161CALC_TICKADJ_MS = @CALC_TICKADJ_MS@
162CALC_TICKADJ_NI = @CALC_TICKADJ_NI@
163CC = @CC@
164CCDEPMODE = @CCDEPMODE@
165CC_NOFORMAT = @CC_NOFORMAT@
166CFLAGS = @CFLAGS@
167CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
168CFLAGS_NTP = @CFLAGS_NTP@
169CPP = @CPP@
170CPPFLAGS = @CPPFLAGS@
171CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
172CPPFLAGS_NTP = @CPPFLAGS_NTP@
173CSCOPE = @CSCOPE@
174CTAGS = @CTAGS@
175CYGPATH_W = @CYGPATH_W@
176DEFS = @DEFS@
177DEPDIR = @DEPDIR@
178DLLTOOL = @DLLTOOL@
179DSYMUTIL = @DSYMUTIL@
180DUMPBIN = @DUMPBIN@
181ECHO_C = @ECHO_C@
182ECHO_N = @ECHO_N@
183ECHO_T = @ECHO_T@
184EDITLINE_LIBS = @EDITLINE_LIBS@
185EGREP = @EGREP@
186ETAGS = @ETAGS@
187EXEEXT = @EXEEXT@
188FGREP = @FGREP@
189GREP = @GREP@
190HAVE_INLINE = @HAVE_INLINE@
191INSTALL = @INSTALL@
192INSTALL_DATA = @INSTALL_DATA@
193INSTALL_PROGRAM = @INSTALL_PROGRAM@
194INSTALL_SCRIPT = @INSTALL_SCRIPT@
195INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
196LD = @LD@
197LDADD_LIBEVENT = @LDADD_LIBEVENT@
198LDADD_LIBNTP = @LDADD_LIBNTP@
199LDADD_LIBUTIL = @LDADD_LIBUTIL@
200LDADD_NTP = @LDADD_NTP@
201LDFLAGS = @LDFLAGS@
202LDFLAGS_NTP = @LDFLAGS_NTP@
203LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
204LIBM = @LIBM@
205LIBOBJS = @LIBOBJS@
206LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
207LIBOPTS_DIR = @LIBOPTS_DIR@
208LIBOPTS_LDADD = @LIBOPTS_LDADD@
209LIBS = @LIBS@
210LIBTOOL = @LIBTOOL@
211LIBTOOL_DEPS = @LIBTOOL_DEPS@
212LIB_SYSLOG = @LIB_SYSLOG@
213LIPO = @LIPO@
214LN_S = @LN_S@
215LTHREAD_LIBS = @LTHREAD_LIBS@
216LTLIBOBJS = @LTLIBOBJS@
217LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
218MAKEINFO = @MAKEINFO@
219MANIFEST_TOOL = @MANIFEST_TOOL@
220MANTAGFMT = @MANTAGFMT@
221MKDIR_P = @MKDIR_P@
222NM = @NM@
223NMEDIT = @NMEDIT@
224NTPDATE_DB = @NTPDATE_DB@
225NTPDATE_DL = @NTPDATE_DL@
226NTPDATE_DS = @NTPDATE_DS@
227NTPDATE_MS = @NTPDATE_MS@
228NTPDATE_NI = @NTPDATE_NI@
229NTPDC_DB = @NTPDC_DB@
230NTPDC_DL = @NTPDC_DL@
231NTPDC_DS = @NTPDC_DS@
232NTPDC_MS = @NTPDC_MS@
233NTPDC_NI = @NTPDC_NI@
234NTPDSIM_DB = @NTPDSIM_DB@
235NTPDSIM_DL = @NTPDSIM_DL@
236NTPDSIM_DS = @NTPDSIM_DS@
237NTPDSIM_MS = @NTPDSIM_MS@
238NTPDSIM_NI = @NTPDSIM_NI@
239NTPD_DB = @NTPD_DB@
240NTPD_DL = @NTPD_DL@
241NTPD_DS = @NTPD_DS@
242NTPD_MS = @NTPD_MS@
243NTPD_NI = @NTPD_NI@
244NTPQ_DB = @NTPQ_DB@
245NTPQ_DL = @NTPQ_DL@
246NTPQ_DS = @NTPQ_DS@
247NTPQ_MS = @NTPQ_MS@
248NTPQ_NI = @NTPQ_NI@
249NTPSNMPD_DB = @NTPSNMPD_DB@
250NTPSNMPD_DL = @NTPSNMPD_DL@
251NTPSNMPD_DS = @NTPSNMPD_DS@
252NTPSNMPD_MS = @NTPSNMPD_MS@
253NTPSNMPD_NI = @NTPSNMPD_NI@
254NTPSWEEP_DB = @NTPSWEEP_DB@
255NTPSWEEP_DL = @NTPSWEEP_DL@
256NTPSWEEP_DS = @NTPSWEEP_DS@
257NTPSWEEP_MS = @NTPSWEEP_MS@
258NTPSWEEP_NI = @NTPSWEEP_NI@
259NTPTIME_DB = @NTPTIME_DB@
260NTPTIME_DL = @NTPTIME_DL@
261NTPTIME_DS = @NTPTIME_DS@
262NTPTIME_MS = @NTPTIME_MS@
263NTPTIME_NI = @NTPTIME_NI@
264NTPTRACE_DB = @NTPTRACE_DB@
265NTPTRACE_DL = @NTPTRACE_DL@
266NTPTRACE_DS = @NTPTRACE_DS@
267NTPTRACE_MS = @NTPTRACE_MS@
268NTPTRACE_NI = @NTPTRACE_NI@
269NTP_FORCE_LIBEVENT_DIST = @NTP_FORCE_LIBEVENT_DIST@
270NTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
271NTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
272NTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
273NTP_KEYGEN_DB = @NTP_KEYGEN_DB@
274NTP_KEYGEN_DL = @NTP_KEYGEN_DL@
275NTP_KEYGEN_DS = @NTP_KEYGEN_DS@
276NTP_KEYGEN_MS = @NTP_KEYGEN_MS@
277NTP_KEYGEN_NI = @NTP_KEYGEN_NI@
278NTP_WAIT_DB = @NTP_WAIT_DB@
279NTP_WAIT_DL = @NTP_WAIT_DL@
280NTP_WAIT_DS = @NTP_WAIT_DS@
281NTP_WAIT_MS = @NTP_WAIT_MS@
282NTP_WAIT_NI = @NTP_WAIT_NI@
283OBJDUMP = @OBJDUMP@
284OBJEXT = @OBJEXT@
285OTOOL = @OTOOL@
286OTOOL64 = @OTOOL64@
287PACKAGE = @PACKAGE@
288PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
289PACKAGE_NAME = @PACKAGE_NAME@
290PACKAGE_STRING = @PACKAGE_STRING@
291PACKAGE_TARNAME = @PACKAGE_TARNAME@
292PACKAGE_URL = @PACKAGE_URL@
293PACKAGE_VERSION = @PACKAGE_VERSION@
294PATH_OPENSSL = @PATH_OPENSSL@
295PATH_RUBY = @PATH_RUBY@
296PATH_SEPARATOR = @PATH_SEPARATOR@
297PKG_CONFIG = @PKG_CONFIG@
298POSIX_SHELL = @POSIX_SHELL@
299PTHREAD_LIBS = @PTHREAD_LIBS@
300RANLIB = @RANLIB@
301SED = @SED@
302SET_MAKE = @SET_MAKE@
303SHELL = @SHELL@
304SNTP = @SNTP@
305SNTP_DB = @SNTP_DB@
306SNTP_DL = @SNTP_DL@
307SNTP_DS = @SNTP_DS@
308SNTP_MS = @SNTP_MS@
309SNTP_NI = @SNTP_NI@
310STDNORETURN_H = @STDNORETURN_H@
311STRIP = @STRIP@
312TICKADJ_DB = @TICKADJ_DB@
313TICKADJ_DL = @TICKADJ_DL@
314TICKADJ_DS = @TICKADJ_DS@
315TICKADJ_MS = @TICKADJ_MS@
316TICKADJ_NI = @TICKADJ_NI@
317TIMETRIM_DB = @TIMETRIM_DB@
318TIMETRIM_DL = @TIMETRIM_DL@
319TIMETRIM_DS = @TIMETRIM_DS@
320TIMETRIM_MS = @TIMETRIM_MS@
321TIMETRIM_NI = @TIMETRIM_NI@
322UPDATE_LEAP_DB = @UPDATE_LEAP_DB@
323UPDATE_LEAP_DL = @UPDATE_LEAP_DL@
324UPDATE_LEAP_DS = @UPDATE_LEAP_DS@
325UPDATE_LEAP_MS = @UPDATE_LEAP_MS@
326UPDATE_LEAP_NI = @UPDATE_LEAP_NI@
327VERSION = @VERSION@
328VER_SUFFIX = @VER_SUFFIX@
329abs_builddir = @abs_builddir@
330abs_srcdir = @abs_srcdir@
331abs_top_builddir = @abs_top_builddir@
332abs_top_srcdir = @abs_top_srcdir@
333ac_ct_AR = @ac_ct_AR@
334ac_ct_CC = @ac_ct_CC@
335ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
336am__include = @am__include@
337am__leading_dot = @am__leading_dot@
338am__quote = @am__quote@
339am__tar = @am__tar@
340am__untar = @am__untar@
341bindir = @bindir@
342build = @build@
343build_alias = @build_alias@
344build_cpu = @build_cpu@
345build_os = @build_os@
346build_vendor = @build_vendor@
347builddir = @builddir@
348datadir = @datadir@
349datarootdir = @datarootdir@
350docdir = @docdir@
351dvidir = @dvidir@
352exec_prefix = @exec_prefix@
353host = @host@
354host_alias = @host_alias@
355host_cpu = @host_cpu@
356host_os = @host_os@
357host_vendor = @host_vendor@
358htmldir = @htmldir@
359includedir = @includedir@
360infodir = @infodir@
361install_sh = @install_sh@
362libdir = @libdir@
363libexecdir = @libexecdir@
364localedir = @localedir@
365localstatedir = @localstatedir@
366mandir = @mandir@
367mkdir_p = @mkdir_p@
368oldincludedir = @oldincludedir@
369pdfdir = @pdfdir@
370prefix = @prefix@
371program_transform_name = @program_transform_name@
372psdir = @psdir@
373runstatedir = @runstatedir@
374sbindir = @sbindir@
375sharedstatedir = @sharedstatedir@
376srcdir = @srcdir@
377subdirs = @subdirs@
378sysconfdir = @sysconfdir@
379target_alias = @target_alias@
380top_build_prefix = @top_build_prefix@
381top_builddir = @top_builddir@
382top_srcdir = @top_srcdir@
383NULL =
384EXTRA_DIST = \
385	cvo.sh			\
386	genHardFlags		\
387	genLocInfo		\
388	mansec2subst.sed	\
389	$(NULL)
390
391all: all-am
392
393.SUFFIXES:
394$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
395	@for dep in $?; do \
396	  case '$(am__configure_deps)' in \
397	    *$$dep*) \
398	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
399	        && { if test -f $@; then exit 0; else break; fi; }; \
400	      exit 1;; \
401	  esac; \
402	done; \
403	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
404	$(am__cd) $(top_srcdir) && \
405	  $(AUTOMAKE) --foreign scripts/Makefile
406Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
407	@case '$?' in \
408	  *config.status*) \
409	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
410	  *) \
411	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
412	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
413	esac;
414
415$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
416	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
417
418$(top_srcdir)/configure:  $(am__configure_deps)
419	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
421	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422$(am__aclocal_m4_deps):
423
424mostlyclean-libtool:
425	-rm -f *.lo
426
427clean-libtool:
428	-rm -rf .libs _libs
429tags TAGS:
430
431ctags CTAGS:
432
433cscope cscopelist:
434
435distdir: $(BUILT_SOURCES)
436	$(MAKE) $(AM_MAKEFLAGS) distdir-am
437
438distdir-am: $(DISTFILES)
439	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
440	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
441	list='$(DISTFILES)'; \
442	  dist_files=`for file in $$list; do echo $$file; done | \
443	  sed -e "s|^$$srcdirstrip/||;t" \
444	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
445	case $$dist_files in \
446	  */*) $(MKDIR_P) `echo "$$dist_files" | \
447			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
448			   sort -u` ;; \
449	esac; \
450	for file in $$dist_files; do \
451	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
452	  if test -d $$d/$$file; then \
453	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
454	    if test -d "$(distdir)/$$file"; then \
455	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
456	    fi; \
457	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
458	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
459	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
460	    fi; \
461	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
462	  else \
463	    test -f "$(distdir)/$$file" \
464	    || cp -p $$d/$$file "$(distdir)/$$file" \
465	    || exit 1; \
466	  fi; \
467	done
468check-am: all-am
469check: check-am
470all-am: Makefile
471installdirs:
472install: install-am
473install-exec: install-exec-am
474install-data: install-data-am
475uninstall: uninstall-am
476
477install-am: all-am
478	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
479
480installcheck: installcheck-am
481install-strip:
482	if test -z '$(STRIP)'; then \
483	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
484	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
485	      install; \
486	else \
487	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
488	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
489	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
490	fi
491mostlyclean-generic:
492
493clean-generic:
494
495distclean-generic:
496	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
497	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
498
499maintainer-clean-generic:
500	@echo "This command is intended for maintainers to use"
501	@echo "it deletes files that may require special tools to rebuild."
502clean: clean-am
503
504clean-am: clean-generic clean-libtool mostlyclean-am
505
506distclean: distclean-am
507	-rm -f Makefile
508distclean-am: clean-am distclean-generic
509
510dvi: dvi-am
511
512dvi-am:
513
514html: html-am
515
516html-am:
517
518info: info-am
519
520info-am:
521
522install-data-am:
523
524install-dvi: install-dvi-am
525
526install-dvi-am:
527
528install-exec-am:
529
530install-html: install-html-am
531
532install-html-am:
533
534install-info: install-info-am
535
536install-info-am:
537
538install-man:
539
540install-pdf: install-pdf-am
541
542install-pdf-am:
543
544install-ps: install-ps-am
545
546install-ps-am:
547
548installcheck-am:
549
550maintainer-clean: maintainer-clean-am
551	-rm -f Makefile
552maintainer-clean-am: distclean-am maintainer-clean-generic
553
554mostlyclean: mostlyclean-am
555
556mostlyclean-am: mostlyclean-generic mostlyclean-libtool
557
558pdf: pdf-am
559
560pdf-am:
561
562ps: ps-am
563
564ps-am:
565
566uninstall-am:
567
568.MAKE: install-am install-strip
569
570.PHONY: all all-am check check-am clean clean-generic clean-libtool \
571	cscopelist-am ctags-am distclean distclean-generic \
572	distclean-libtool distdir dvi dvi-am html html-am info info-am \
573	install install-am install-data install-data-am install-dvi \
574	install-dvi-am install-exec install-exec-am install-html \
575	install-html-am install-info install-info-am install-man \
576	install-pdf install-pdf-am install-ps install-ps-am \
577	install-strip installcheck installcheck-am installdirs \
578	maintainer-clean maintainer-clean-generic mostlyclean \
579	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
580	tags-am uninstall uninstall-am
581
582.PRECIOUS: Makefile
583
584
585# Tell versions [3.59,3.63) of GNU make to not export all variables.
586# Otherwise a system limit (for SysV at least) may be exceeded.
587.NOEXPORT:
588