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