ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/doc/Makefile.in
Revision: 4360
Committed: Sat Aug 2 20:40:29 2014 UTC (11 years, 11 months ago) by michael
File size: 17138 byte(s)
Log Message:
- Got rid of acinclude.m4

File Contents

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