]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ntp/sntp/libopts/Makefile.in
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ntp / sntp / libopts / Makefile.in
1 # Makefile.in generated by automake 1.11 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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = libopts
38 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
41         $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43         $(ACLOCAL_M4)
44 mkinstalldirs = $(install_sh) -d
45 CONFIG_HEADER = $(top_builddir)/config.h
46 CONFIG_CLEAN_FILES =
47 CONFIG_CLEAN_VPATH_FILES =
48 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49 am__vpath_adj = case $$p in \
50     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51     *) f=$$p;; \
52   esac;
53 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54 am__install_max = 40
55 am__nobase_strip_setup = \
56   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57 am__nobase_strip = \
58   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
59 am__nobase_list = $(am__nobase_strip_setup); \
60   for p in $$list; do echo "$$p $$p"; done | \
61   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
62   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
63     if (++n[$$2] == $(am__install_max)) \
64       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
65     END { for (dir in files) print dir, files[dir] }'
66 am__base_list = \
67   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69 am__installdirs = "$(DESTDIR)$(libdir)"
70 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
71 libopts_la_LIBADD =
72 am_libopts_la_OBJECTS = libopts_la-libopts.lo
73 libopts_la_OBJECTS = $(am_libopts_la_OBJECTS)
74 libopts_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
75         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76         $(libopts_la_LDFLAGS) $(LDFLAGS) -o $@
77 @INSTALL_LIBOPTS_FALSE@am_libopts_la_rpath =
78 @INSTALL_LIBOPTS_TRUE@am_libopts_la_rpath = -rpath $(libdir)
79 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
80 depcomp = $(SHELL) $(top_srcdir)/depcomp
81 am__depfiles_maybe = depfiles
82 am__mv = mv -f
83 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88 CCLD = $(CC)
89 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
91         $(LDFLAGS) -o $@
92 SOURCES = $(libopts_la_SOURCES)
93 DIST_SOURCES = $(libopts_la_SOURCES)
94 ETAGS = etags
95 CTAGS = ctags
96 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97 ACLOCAL = @ACLOCAL@
98 AMTAR = @AMTAR@
99 AR = @AR@
100 AUTOCONF = @AUTOCONF@
101 AUTOHEADER = @AUTOHEADER@
102 AUTOMAKE = @AUTOMAKE@
103 AWK = @AWK@
104 BINSUBDIR = @BINSUBDIR@
105 CC = @CC@
106 CCDEPMODE = @CCDEPMODE@
107 CFLAGS = @CFLAGS@
108 CPP = @CPP@
109 CPPFLAGS = @CPPFLAGS@
110 CYGPATH_W = @CYGPATH_W@
111 DEFS = @DEFS@
112 DEPDIR = @DEPDIR@
113 ECHO = @ECHO@
114 ECHO_C = @ECHO_C@
115 ECHO_N = @ECHO_N@
116 ECHO_T = @ECHO_T@
117 EGREP = @EGREP@
118 EXEEXT = @EXEEXT@
119 GREP = @GREP@
120 HAVE_INLINE = @HAVE_INLINE@
121 INSTALL = @INSTALL@
122 INSTALL_DATA = @INSTALL_DATA@
123 INSTALL_PROGRAM = @INSTALL_PROGRAM@
124 INSTALL_SCRIPT = @INSTALL_SCRIPT@
125 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126 LDFLAGS = @LDFLAGS@
127 LIBOBJS = @LIBOBJS@
128 LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
129 LIBOPTS_DIR = @LIBOPTS_DIR@
130 LIBOPTS_LDADD = @LIBOPTS_LDADD@
131 LIBS = @LIBS@
132 LIBTOOL = @LIBTOOL@
133 LN_S = @LN_S@
134 LTLIBOBJS = @LTLIBOBJS@
135 MAKEINFO = @MAKEINFO@
136 MKDIR_P = @MKDIR_P@
137 OBJEXT = @OBJEXT@
138 PACKAGE = @PACKAGE@
139 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140 PACKAGE_NAME = @PACKAGE_NAME@
141 PACKAGE_STRING = @PACKAGE_STRING@
142 PACKAGE_TARNAME = @PACKAGE_TARNAME@
143 PACKAGE_URL = @PACKAGE_URL@
144 PACKAGE_VERSION = @PACKAGE_VERSION@
145 PATH_SEPARATOR = @PATH_SEPARATOR@
146 RANLIB = @RANLIB@
147 SET_MAKE = @SET_MAKE@
148 SHELL = @SHELL@
149 STRIP = @STRIP@
150 VERSION = @VERSION@
151 abs_builddir = @abs_builddir@
152 abs_srcdir = @abs_srcdir@
153 abs_top_builddir = @abs_top_builddir@
154 abs_top_srcdir = @abs_top_srcdir@
155 ac_ct_CC = @ac_ct_CC@
156 am__include = @am__include@
157 am__leading_dot = @am__leading_dot@
158 am__quote = @am__quote@
159 am__tar = @am__tar@
160 am__untar = @am__untar@
161 bindir = @bindir@
162 build = @build@
163 build_alias = @build_alias@
164 build_cpu = @build_cpu@
165 build_os = @build_os@
166 build_vendor = @build_vendor@
167 builddir = @builddir@
168 datadir = @datadir@
169 datarootdir = @datarootdir@
170 docdir = @docdir@
171 dvidir = @dvidir@
172 exec_prefix = @exec_prefix@
173 host = @host@
174 host_alias = @host_alias@
175 host_cpu = @host_cpu@
176 host_os = @host_os@
177 host_vendor = @host_vendor@
178 htmldir = @htmldir@
179 includedir = @includedir@
180 infodir = @infodir@
181 install_sh = @install_sh@
182 libdir = @libdir@
183 libexecdir = @libexecdir@
184 localedir = @localedir@
185 localstatedir = @localstatedir@
186 mandir = @mandir@
187 mkdir_p = @mkdir_p@
188 oldincludedir = @oldincludedir@
189 pdfdir = @pdfdir@
190 prefix = @prefix@
191 program_transform_name = @program_transform_name@
192 psdir = @psdir@
193 sbindir = @sbindir@
194 sharedstatedir = @sharedstatedir@
195 srcdir = @srcdir@
196 sysconfdir = @sysconfdir@
197 target_alias = @target_alias@
198 top_build_prefix = @top_build_prefix@
199 top_builddir = @top_builddir@
200 top_srcdir = @top_srcdir@
201 MAINTAINERCLEANFILES = Makefile.in
202 @INSTALL_LIBOPTS_TRUE@lib_LTLIBRARIES = libopts.la
203 @INSTALL_LIBOPTS_FALSE@noinst_LTLIBRARIES = libopts.la
204 libopts_la_SOURCES = libopts.c
205 libopts_la_CPPFLAGS = -I$(top_srcdir)
206 libopts_la_LDFLAGS = -version-info  29:0:4
207 EXTRA_DIST = \
208     COPYING.lgpl            COPYING.mbsd            MakeDefs.inc  \
209     README                  autoopts/options.h      autoopts/usage-txt.h  \
210     autoopts.c              autoopts.h              boolean.c  \
211     compat/windows-config.h compat/compat.h         compat/pathfind.c  \
212     compat/snprintf.c       compat/strdup.c         compat/strchr.c  \
213     configfile.c            cook.c                  enumeration.c  \
214     environment.c           genshell.c              genshell.h  \
215     load.c                  m4/libopts.m4           m4/liboptschk.m4  \
216     makeshell.c             nested.c                numeric.c  \
217     pgusage.c               proto.h                 putshell.c  \
218     restore.c               save.c                  sort.c  \
219     stack.c                 streqvcmp.c             text_mmap.c  \
220     tokenize.c              usage.c                 version.c
221
222 all: all-am
223
224 .SUFFIXES:
225 .SUFFIXES: .c .lo .o .obj
226 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
227         @for dep in $?; do \
228           case '$(am__configure_deps)' in \
229             *$$dep*) \
230               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
231                 && { if test -f $@; then exit 0; else break; fi; }; \
232               exit 1;; \
233           esac; \
234         done; \
235         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libopts/Makefile'; \
236         $(am__cd) $(top_srcdir) && \
237           $(AUTOMAKE) --gnu libopts/Makefile
238 .PRECIOUS: Makefile
239 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240         @case '$?' in \
241           *config.status*) \
242             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
243           *) \
244             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
245             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
246         esac;
247
248 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
251 $(top_srcdir)/configure:  $(am__configure_deps)
252         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
254         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255 $(am__aclocal_m4_deps):
256 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
257         @$(NORMAL_INSTALL)
258         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
259         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
260         list2=; for p in $$list; do \
261           if test -f $$p; then \
262             list2="$$list2 $$p"; \
263           else :; fi; \
264         done; \
265         test -z "$$list2" || { \
266           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
267           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
268         }
269
270 uninstall-libLTLIBRARIES:
271         @$(NORMAL_UNINSTALL)
272         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
273         for p in $$list; do \
274           $(am__strip_dir) \
275           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
276           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
277         done
278
279 clean-libLTLIBRARIES:
280         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
281         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
282           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
283           test "$$dir" != "$$p" || dir=.; \
284           echo "rm -f \"$${dir}/so_locations\""; \
285           rm -f "$${dir}/so_locations"; \
286         done
287
288 clean-noinstLTLIBRARIES:
289         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
290         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
291           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
292           test "$$dir" != "$$p" || dir=.; \
293           echo "rm -f \"$${dir}/so_locations\""; \
294           rm -f "$${dir}/so_locations"; \
295         done
296 libopts.la: $(libopts_la_OBJECTS) $(libopts_la_DEPENDENCIES) 
297         $(libopts_la_LINK) $(am_libopts_la_rpath) $(libopts_la_OBJECTS) $(libopts_la_LIBADD) $(LIBS)
298
299 mostlyclean-compile:
300         -rm -f *.$(OBJEXT)
301
302 distclean-compile:
303         -rm -f *.tab.c
304
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libopts_la-libopts.Plo@am__quote@
306
307 .c.o:
308 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
309 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
313
314 .c.obj:
315 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
316 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
318 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
320
321 .c.lo:
322 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
323 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
325 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
327
328 libopts_la-libopts.lo: libopts.c
329 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libopts_la-libopts.lo -MD -MP -MF $(DEPDIR)/libopts_la-libopts.Tpo -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
330 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libopts_la-libopts.Tpo $(DEPDIR)/libopts_la-libopts.Plo
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libopts.c' object='libopts_la-libopts.lo' libtool=yes @AMDEPBACKSLASH@
332 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
334
335 mostlyclean-libtool:
336         -rm -f *.lo
337
338 clean-libtool:
339         -rm -rf .libs _libs
340
341 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
342         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
343         unique=`for i in $$list; do \
344             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345           done | \
346           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
347               END { if (nonempty) { for (i in files) print i; }; }'`; \
348         mkid -fID $$unique
349 tags: TAGS
350
351 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
352                 $(TAGS_FILES) $(LISP)
353         set x; \
354         here=`pwd`; \
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; nonempty = 1; } \
360               END { if (nonempty) { for (i in files) print i; }; }'`; \
361         shift; \
362         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
363           test -n "$$unique" || unique=$$empty_fix; \
364           if test $$# -gt 0; then \
365             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366               "$$@" $$unique; \
367           else \
368             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369               $$unique; \
370           fi; \
371         fi
372 ctags: CTAGS
373 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
374                 $(TAGS_FILES) $(LISP)
375         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
376         unique=`for i in $$list; do \
377             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378           done | \
379           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380               END { if (nonempty) { for (i in files) print i; }; }'`; \
381         test -z "$(CTAGS_ARGS)$$unique" \
382           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
383              $$unique
384
385 GTAGS:
386         here=`$(am__cd) $(top_builddir) && pwd` \
387           && $(am__cd) $(top_srcdir) \
388           && gtags -i $(GTAGS_ARGS) "$$here"
389
390 distclean-tags:
391         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
392
393 distdir: $(DISTFILES)
394         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
396         list='$(DISTFILES)'; \
397           dist_files=`for file in $$list; do echo $$file; done | \
398           sed -e "s|^$$srcdirstrip/||;t" \
399               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
400         case $$dist_files in \
401           */*) $(MKDIR_P) `echo "$$dist_files" | \
402                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
403                            sort -u` ;; \
404         esac; \
405         for file in $$dist_files; do \
406           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
407           if test -d $$d/$$file; then \
408             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
409             if test -d "$(distdir)/$$file"; then \
410               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411             fi; \
412             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
413               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
414               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
415             fi; \
416             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
417           else \
418             test -f "$(distdir)/$$file" \
419             || cp -p $$d/$$file "$(distdir)/$$file" \
420             || exit 1; \
421           fi; \
422         done
423 check-am: all-am
424 check: check-am
425 all-am: Makefile $(LTLIBRARIES)
426 installdirs:
427         for dir in "$(DESTDIR)$(libdir)"; do \
428           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
429         done
430 install: install-am
431 install-exec: install-exec-am
432 install-data: install-data-am
433 uninstall: uninstall-am
434
435 install-am: all-am
436         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
437
438 installcheck: installcheck-am
439 install-strip:
440         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
441           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
442           `test -z '$(STRIP)' || \
443             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
444 mostlyclean-generic:
445
446 clean-generic:
447
448 distclean-generic:
449         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
450         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
451
452 maintainer-clean-generic:
453         @echo "This command is intended for maintainers to use"
454         @echo "it deletes files that may require special tools to rebuild."
455         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
456 clean: clean-am
457
458 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
459         clean-noinstLTLIBRARIES mostlyclean-am
460
461 distclean: distclean-am
462         -rm -rf ./$(DEPDIR)
463         -rm -f Makefile
464 distclean-am: clean-am distclean-compile distclean-generic \
465         distclean-tags
466
467 dvi: dvi-am
468
469 dvi-am:
470
471 html: html-am
472
473 html-am:
474
475 info: info-am
476
477 info-am:
478
479 install-data-am:
480
481 install-dvi: install-dvi-am
482
483 install-dvi-am:
484
485 install-exec-am: install-libLTLIBRARIES
486
487 install-html: install-html-am
488
489 install-html-am:
490
491 install-info: install-info-am
492
493 install-info-am:
494
495 install-man:
496
497 install-pdf: install-pdf-am
498
499 install-pdf-am:
500
501 install-ps: install-ps-am
502
503 install-ps-am:
504
505 installcheck-am:
506
507 maintainer-clean: maintainer-clean-am
508         -rm -rf ./$(DEPDIR)
509         -rm -f Makefile
510 maintainer-clean-am: distclean-am maintainer-clean-generic
511
512 mostlyclean: mostlyclean-am
513
514 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
515         mostlyclean-libtool
516
517 pdf: pdf-am
518
519 pdf-am:
520
521 ps: ps-am
522
523 ps-am:
524
525 uninstall-am: uninstall-libLTLIBRARIES
526
527 .MAKE: install-am install-strip
528
529 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
530         clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
531         ctags distclean distclean-compile distclean-generic \
532         distclean-libtool distclean-tags distdir dvi dvi-am html \
533         html-am info info-am install install-am install-data \
534         install-data-am install-dvi install-dvi-am install-exec \
535         install-exec-am install-html install-html-am install-info \
536         install-info-am install-libLTLIBRARIES install-man install-pdf \
537         install-pdf-am install-ps install-ps-am install-strip \
538         installcheck installcheck-am installdirs maintainer-clean \
539         maintainer-clean-generic mostlyclean mostlyclean-compile \
540         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
541         tags uninstall uninstall-am uninstall-libLTLIBRARIES
542
543
544 # Tell versions [3.59,3.63) of GNU make to not export all variables.
545 # Otherwise a system limit (for SysV at least) may be exceeded.
546 .NOEXPORT: