ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/doc/Makefile.in
Revision: 5395
Committed: Tue Jan 20 14:03:27 2015 UTC (11 years, 6 months ago) by michael
File size: 17462 byte(s)
Log Message:
- libtool 2.4.5, automake 1.15

File Contents

# User Rev Content
1 michael 5395 # Makefile.in generated by automake 1.15 from Makefile.am.
2 michael 912 # @configure_input@
3    
4 michael 5395 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5 michael 1425
6 michael 912 # 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 michael 1310
17 michael 912 VPATH = @srcdir@
18 michael 5395 am__is_gnu_make = { \
19     if test -z '$(MAKELEVEL)'; then \
20     false; \
21     elif test -n '$(MAKE_HOST)'; then \
22     true; \
23     elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25     else \
26     false; \
27     fi; \
28     }
29 michael 2064 am__make_running_with_option = \
30     case $${target_option-} in \
31     ?) ;; \
32     *) echo "am__make_running_with_option: internal error: invalid" \
33     "target option '$${target_option-}' specified" >&2; \
34     exit 1;; \
35     esac; \
36     has_opt=no; \
37     sane_makeflags=$$MAKEFLAGS; \
38     if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40     else \
41 michael 1338 case $$MAKEFLAGS in \
42     *\\[\ \ ]*) \
43 michael 2064 bs=\\; \
44     sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45     | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 michael 1338 esac; \
47 michael 2064 fi; \
48     skip_next=no; \
49     strip_trailopt () \
50     { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52     }; \
53     for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56     *=*|--*) continue;; \
57     -*I) strip_trailopt 'I'; skip_next=yes;; \
58     -*I?*) strip_trailopt 'I';; \
59     -*O) strip_trailopt 'O'; skip_next=yes;; \
60     -*O?*) strip_trailopt 'O';; \
61     -*l) strip_trailopt 'l'; skip_next=yes;; \
62     -*l?*) strip_trailopt 'l';; \
63     -[dEDm]) skip_next=yes;; \
64     -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67     *$$target_option*) has_opt=yes; break;; \
68     esac; \
69     done; \
70     test $$has_opt = yes
71     am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72     am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 michael 912 pkgdatadir = $(datadir)/@PACKAGE@
74 michael 945 pkgincludedir = $(includedir)/@PACKAGE@
75 michael 912 pkglibdir = $(libdir)/@PACKAGE@
76 michael 945 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 michael 912 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78     install_sh_DATA = $(install_sh) -c -m 644
79     install_sh_PROGRAM = $(install_sh) -c
80     install_sh_SCRIPT = $(install_sh) -c
81     INSTALL_HEADER = $(INSTALL_DATA)
82     transform = $(program_transform_name)
83     NORMAL_INSTALL = :
84     PRE_INSTALL = :
85     POST_INSTALL = :
86     NORMAL_UNINSTALL = :
87     PRE_UNINSTALL = :
88     POST_UNINSTALL = :
89     build_triplet = @build@
90     host_triplet = @host@
91     subdir = doc
92     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 michael 2499 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
94 michael 2491 $(top_srcdir)/m4/ax_append_compile_flags.m4 \
95     $(top_srcdir)/m4/ax_append_flag.m4 \
96 michael 4979 $(top_srcdir)/m4/ax_arg_enable_assert.m4 \
97 michael 4360 $(top_srcdir)/m4/ax_arg_enable_debugging.m4 \
98     $(top_srcdir)/m4/ax_arg_enable_warnings.m4 \
99     $(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \
100 michael 4981 $(top_srcdir)/m4/ax_arg_libgeoip.m4 \
101 michael 4364 $(top_srcdir)/m4/ax_arg_openssl.m4 \
102 michael 2491 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
103 michael 4360 $(top_srcdir)/m4/ax_library_net.m4 \
104 michael 3838 $(top_srcdir)/m4/ax_require_defined.m4 \
105 michael 2480 $(top_srcdir)/m4/gcc_stack_protect.m4 \
106 michael 4961 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \
107     $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
108     $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
109     $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
110 michael 912 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111     $(ACLOCAL_M4)
112 michael 5395 DIST_COMMON = $(srcdir)/Makefile.am $(dist_sysconf_DATA) \
113     $(am__DIST_COMMON)
114 michael 912 mkinstalldirs = $(install_sh) -d
115     CONFIG_HEADER = $(top_builddir)/config.h
116     CONFIG_CLEAN_FILES =
117 michael 945 CONFIG_CLEAN_VPATH_FILES =
118 michael 1720 AM_V_P = $(am__v_P_@AM_V@)
119     am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120     am__v_P_0 = false
121     am__v_P_1 = :
122     AM_V_GEN = $(am__v_GEN_@AM_V@)
123     am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124     am__v_GEN_0 = @echo " GEN " $@;
125     am__v_GEN_1 =
126     AM_V_at = $(am__v_at_@AM_V@)
127     am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128     am__v_at_0 = @
129     am__v_at_1 =
130 michael 912 SOURCES =
131     DIST_SOURCES =
132 michael 1338 am__can_run_installinfo = \
133     case $$AM_UPDATE_INFO_DIR in \
134     n|no|NO) false;; \
135     *) (install-info --version) >/dev/null 2>&1;; \
136     esac
137 michael 945 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
138     am__vpath_adj = case $$p in \
139     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
140     *) f=$$p;; \
141     esac;
142     am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
143     am__install_max = 40
144     am__nobase_strip_setup = \
145     srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
146     am__nobase_strip = \
147     for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
148     am__nobase_list = $(am__nobase_strip_setup); \
149     for p in $$list; do echo "$$p $$p"; done | \
150     sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
151     $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
152     if (++n[$$2] == $(am__install_max)) \
153     { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
154     END { for (dir in files) print dir, files[dir] }'
155     am__base_list = \
156     sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
157     sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
158 michael 1257 am__uninstall_files_from_dir = { \
159     test -z "$$files" \
160     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
161     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
162     $(am__cd) "$$dir" && rm -f $$files; }; \
163     }
164 michael 912 man8dir = $(mandir)/man8
165 michael 1310 am__installdirs = "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(sysconfdir)"
166 michael 912 NROFF = nroff
167     MANS = $(man_MANS)
168 michael 1310 DATA = $(dist_sysconf_DATA)
169 michael 1720 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170 michael 5395 am__DIST_COMMON = $(srcdir)/Makefile.in
171 michael 912 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172     ACLOCAL = @ACLOCAL@
173     AMTAR = @AMTAR@
174 michael 1720 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
175 michael 912 AR = @AR@
176     AUTOCONF = @AUTOCONF@
177     AUTOHEADER = @AUTOHEADER@
178     AUTOMAKE = @AUTOMAKE@
179     AWK = @AWK@
180     CC = @CC@
181     CCDEPMODE = @CCDEPMODE@
182     CFLAGS = @CFLAGS@
183     CPP = @CPP@
184     CPPFLAGS = @CPPFLAGS@
185     CYGPATH_W = @CYGPATH_W@
186     DATADIR = @DATADIR@
187     DEFS = @DEFS@
188     DEPDIR = @DEPDIR@
189 michael 1106 DLLTOOL = @DLLTOOL@
190 db 941 DSYMUTIL = @DSYMUTIL@
191 michael 945 DUMPBIN = @DUMPBIN@
192 michael 912 ECHO_C = @ECHO_C@
193     ECHO_N = @ECHO_N@
194     ECHO_T = @ECHO_T@
195     EGREP = @EGREP@
196     EXEEXT = @EXEEXT@
197 michael 945 FGREP = @FGREP@
198 michael 912 GREP = @GREP@
199     INCLTDL = @INCLTDL@
200     INSTALL = @INSTALL@
201     INSTALL_DATA = @INSTALL_DATA@
202     INSTALL_PROGRAM = @INSTALL_PROGRAM@
203     INSTALL_SCRIPT = @INSTALL_SCRIPT@
204     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
205 michael 945 LD = @LD@
206 michael 912 LDFLAGS = @LDFLAGS@
207     LEX = @LEX@
208     LEXLIB = @LEXLIB@
209     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
210 michael 945 LIBADD_DL = @LIBADD_DL@
211     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
212     LIBADD_DLOPEN = @LIBADD_DLOPEN@
213     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
214 michael 912 LIBDIR = @LIBDIR@
215     LIBLTDL = @LIBLTDL@
216     LIBOBJS = @LIBOBJS@
217     LIBS = @LIBS@
218     LIBTOOL = @LIBTOOL@
219 michael 945 LIPO = @LIPO@
220 michael 912 LN_S = @LN_S@
221     LOCALSTATEDIR = @LOCALSTATEDIR@
222 michael 945 LTDLDEPS = @LTDLDEPS@
223     LTDLINCL = @LTDLINCL@
224     LTDLOPEN = @LTDLOPEN@
225 michael 912 LTLIBOBJS = @LTLIBOBJS@
226 michael 4961 LT_ARGZ_H = @LT_ARGZ_H@
227 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
228     LT_DLLOADERS = @LT_DLLOADERS@
229     LT_DLPREOPEN = @LT_DLPREOPEN@
230 michael 5395 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
231 michael 912 MAINT = @MAINT@
232     MAKEINFO = @MAKEINFO@
233 michael 1106 MANIFEST_TOOL = @MANIFEST_TOOL@
234 michael 912 MKDIR_P = @MKDIR_P@
235 michael 945 NM = @NM@
236 db 941 NMEDIT = @NMEDIT@
237 michael 945 OBJDUMP = @OBJDUMP@
238 michael 912 OBJEXT = @OBJEXT@
239 michael 945 OTOOL = @OTOOL@
240     OTOOL64 = @OTOOL64@
241 michael 912 PACKAGE = @PACKAGE@
242     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243     PACKAGE_NAME = @PACKAGE_NAME@
244     PACKAGE_STRING = @PACKAGE_STRING@
245     PACKAGE_TARNAME = @PACKAGE_TARNAME@
246 michael 967 PACKAGE_URL = @PACKAGE_URL@
247 michael 912 PACKAGE_VERSION = @PACKAGE_VERSION@
248     PATH_SEPARATOR = @PATH_SEPARATOR@
249     PREFIX = @PREFIX@
250     RANLIB = @RANLIB@
251     SED = @SED@
252     SET_MAKE = @SET_MAKE@
253     SHELL = @SHELL@
254     STRIP = @STRIP@
255     SYSCONFDIR = @SYSCONFDIR@
256     VERSION = @VERSION@
257     YACC = @YACC@
258     YFLAGS = @YFLAGS@
259     abs_builddir = @abs_builddir@
260     abs_srcdir = @abs_srcdir@
261     abs_top_builddir = @abs_top_builddir@
262     abs_top_srcdir = @abs_top_srcdir@
263 michael 1106 ac_ct_AR = @ac_ct_AR@
264 michael 912 ac_ct_CC = @ac_ct_CC@
265 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
266 michael 912 am__include = @am__include@
267     am__leading_dot = @am__leading_dot@
268     am__quote = @am__quote@
269     am__tar = @am__tar@
270     am__untar = @am__untar@
271     bindir = @bindir@
272     build = @build@
273     build_alias = @build_alias@
274     build_cpu = @build_cpu@
275     build_os = @build_os@
276     build_vendor = @build_vendor@
277     builddir = @builddir@
278     datadir = @datadir@
279     datarootdir = @datarootdir@
280     docdir = @docdir@
281     dvidir = @dvidir@
282     exec_prefix = @exec_prefix@
283     host = @host@
284     host_alias = @host_alias@
285     host_cpu = @host_cpu@
286     host_os = @host_os@
287     host_vendor = @host_vendor@
288     htmldir = @htmldir@
289     includedir = @includedir@
290     infodir = @infodir@
291     install_sh = @install_sh@
292     libdir = @libdir@
293     libexecdir = @libexecdir@
294     localedir = @localedir@
295     localstatedir = @localstatedir@
296 michael 945 ltdl_LIBOBJS = @ltdl_LIBOBJS@
297     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
298 michael 912 mandir = @mandir@
299 michael 1462 mkdir_p = @mkdir_p@
300 michael 912 oldincludedir = @oldincludedir@
301     pdfdir = @pdfdir@
302     prefix = @prefix@
303     program_transform_name = @program_transform_name@
304     psdir = @psdir@
305     sbindir = @sbindir@
306     sharedstatedir = @sharedstatedir@
307     srcdir = @srcdir@
308 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
309 michael 912 sysconfdir = @sysconfdir@
310     target_alias = @target_alias@
311 db 941 top_build_prefix = @top_build_prefix@
312 michael 912 top_builddir = @top_builddir@
313     top_srcdir = @top_srcdir@
314     AUTOMAKE_OPTIONS = foreign
315     man_MANS = ircd.8
316 michael 1825 dist_sysconf_DATA = reference.conf
317 michael 912 all: all-am
318    
319     .SUFFIXES:
320     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
321     @for dep in $?; do \
322     case '$(am__configure_deps)' in \
323     *$$dep*) \
324 michael 945 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
325     && { if test -f $@; then exit 0; else break; fi; }; \
326 michael 912 exit 1;; \
327     esac; \
328     done; \
329 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
330     $(am__cd) $(top_srcdir) && \
331     $(AUTOMAKE) --foreign doc/Makefile
332 michael 912 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
333     @case '$?' in \
334     *config.status*) \
335     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
336     *) \
337     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
338     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
339     esac;
340    
341     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343    
344     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
345     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
347     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348 michael 945 $(am__aclocal_m4_deps):
349 michael 912
350     mostlyclean-libtool:
351     -rm -f *.lo
352    
353     clean-libtool:
354     -rm -rf .libs _libs
355 michael 945 install-man8: $(man_MANS)
356 michael 912 @$(NORMAL_INSTALL)
357 michael 1338 @list1=''; \
358     list2='$(man_MANS)'; \
359     test -n "$(man8dir)" \
360     && test -n "`echo $$list1$$list2`" \
361     || exit 0; \
362     echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
363     $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
364     { for i in $$list1; do echo "$$i"; done; \
365     if test -n "$$list2"; then \
366     for i in $$list2; do echo "$$i"; done \
367     | sed -n '/\.8[a-z]*$$/p'; \
368     fi; \
369 michael 945 } | while read p; do \
370     if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
371     echo "$$d$$p"; echo "$$p"; \
372     done | \
373     sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
374     -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
375     sed 'N;N;s,\n, ,g' | { \
376     list=; while read file base inst; do \
377     if test "$$base" = "$$inst"; then list="$$list $$file"; else \
378     echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
379     $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
380     fi; \
381 michael 912 done; \
382 michael 945 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
383     while read files; do \
384     test -z "$$files" || { \
385     echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
386     $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
387     done; }
388    
389 michael 912 uninstall-man8:
390     @$(NORMAL_UNINSTALL)
391 michael 945 @list=''; test -n "$(man8dir)" || exit 0; \
392     files=`{ for i in $$list; do echo "$$i"; done; \
393     l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
394     sed -n '/\.8[a-z]*$$/p'; \
395     } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
396     -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
397 michael 1257 dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
398 michael 1310 install-dist_sysconfDATA: $(dist_sysconf_DATA)
399     @$(NORMAL_INSTALL)
400     @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
401 michael 1338 if test -n "$$list"; then \
402     echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
403 michael 1356 $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
404 michael 1338 fi; \
405 michael 1310 for p in $$list; do \
406     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
407     echo "$$d$$p"; \
408     done | $(am__base_list) | \
409     while read files; do \
410     echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
411     $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
412     done
413    
414     uninstall-dist_sysconfDATA:
415     @$(NORMAL_UNINSTALL)
416     @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
417     files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
418     dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
419 michael 1720 tags TAGS:
420 michael 912
421 michael 1720 ctags CTAGS:
422 michael 912
423 michael 1373 cscope cscopelist:
424 michael 912
425 michael 1373
426 michael 912 distdir: $(DISTFILES)
427     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
428     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429     list='$(DISTFILES)'; \
430     dist_files=`for file in $$list; do echo $$file; done | \
431     sed -e "s|^$$srcdirstrip/||;t" \
432     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
433     case $$dist_files in \
434     */*) $(MKDIR_P) `echo "$$dist_files" | \
435     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
436     sort -u` ;; \
437     esac; \
438     for file in $$dist_files; do \
439     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
440     if test -d $$d/$$file; then \
441     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
442 michael 945 if test -d "$(distdir)/$$file"; then \
443     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
444     fi; \
445 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
446 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
447     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
448 michael 912 fi; \
449 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
450 michael 912 else \
451 michael 945 test -f "$(distdir)/$$file" \
452     || cp -p $$d/$$file "$(distdir)/$$file" \
453 michael 912 || exit 1; \
454     fi; \
455     done
456     check-am: all-am
457     check: check-am
458 michael 1310 all-am: Makefile $(MANS) $(DATA)
459 michael 912 installdirs:
460 michael 1310 for dir in "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(sysconfdir)"; do \
461 michael 912 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
462     done
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 michael 1257 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 michael 912 mostlyclean-generic:
483    
484     clean-generic:
485    
486     distclean-generic:
487     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
488 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
489 michael 912
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 michael 945 html-am:
508    
509 michael 912 info: info-am
510    
511     info-am:
512    
513     install-data-am: install-man
514    
515     install-dvi: install-dvi-am
516    
517 michael 945 install-dvi-am:
518    
519 michael 1310 install-exec-am: install-dist_sysconfDATA
520 michael 912
521     install-html: install-html-am
522    
523 michael 945 install-html-am:
524    
525 michael 912 install-info: install-info-am
526    
527 michael 945 install-info-am:
528    
529 michael 912 install-man: install-man8
530    
531     install-pdf: install-pdf-am
532    
533 michael 945 install-pdf-am:
534    
535 michael 912 install-ps: install-ps-am
536    
537 michael 945 install-ps-am:
538    
539 michael 912 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 michael 1310 uninstall-am: uninstall-dist_sysconfDATA uninstall-man
558 michael 912
559     uninstall-man: uninstall-man8
560    
561     .MAKE: install-am install-strip
562    
563     .PHONY: all all-am check check-am clean clean-generic clean-libtool \
564 michael 1720 cscopelist-am ctags-am distclean distclean-generic \
565     distclean-libtool distdir dvi dvi-am html html-am info info-am \
566     install install-am install-data install-data-am \
567     install-dist_sysconfDATA install-dvi install-dvi-am \
568     install-exec install-exec-am install-html install-html-am \
569     install-info install-info-am install-man install-man8 \
570     install-pdf install-pdf-am install-ps install-ps-am \
571     install-strip installcheck installcheck-am installdirs \
572     maintainer-clean maintainer-clean-generic mostlyclean \
573     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
574     tags-am uninstall uninstall-am uninstall-dist_sysconfDATA \
575 michael 1310 uninstall-man uninstall-man8
576 michael 912
577 michael 5395 .PRECIOUS: Makefile
578 michael 945
579 michael 5395
580 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
581     # Otherwise a system limit (for SysV at least) may be exceeded.
582     .NOEXPORT: