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