comparison Makefile.in @ 36:9cb4031fa5e0

updated the generated AutoHELL files
author meillo@marmaro.de
date Fri, 07 May 2010 16:44:26 +0200
parents 7e01b9096bb6
children 907fee7c081a
comparison
equal deleted inserted replaced
35:9bf8b9f0f09d 36:9cb4031fa5e0
1 # Makefile.in generated by automake 1.7.9 from Makefile.am. 1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # Free Software Foundation, Inc. 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
6 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
9 10
10 # This program is distributed in the hope that it will be useful, 11 # 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 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE. 14 # PARTICULAR PURPOSE.
14 15
15 @SET_MAKE@ 16 @SET_MAKE@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@ 17 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@ 18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@ 20 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@ 21 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 top_builddir = .
24
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644 23 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c 24 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c 25 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA) 26 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name) 27 transform = $(program_transform_name)
33 PRE_INSTALL = : 29 PRE_INSTALL = :
34 POST_INSTALL = : 30 POST_INSTALL = :
35 NORMAL_UNINSTALL = : 31 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = : 32 PRE_UNINSTALL = :
37 POST_UNINSTALL = : 33 POST_UNINSTALL = :
34 subdir = .
35 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
37 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
38 TODO acconfig.h config.guess config.sub depcomp install-sh \
39 missing mkinstalldirs
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45 configure.lineno config.status.lineno
46 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47 CONFIG_HEADER = config.h
48 CONFIG_CLEAN_FILES =
49 CONFIG_CLEAN_VPATH_FILES =
50 SOURCES =
51 DIST_SOURCES =
52 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53 html-recursive info-recursive install-data-recursive \
54 install-dvi-recursive install-exec-recursive \
55 install-html-recursive install-info-recursive \
56 install-pdf-recursive install-ps-recursive install-recursive \
57 installcheck-recursive installdirs-recursive pdf-recursive \
58 ps-recursive uninstall-recursive
59 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
60 distclean-recursive maintainer-clean-recursive
61 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
62 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
63 distdir dist dist-all distcheck
64 ETAGS = etags
65 CTAGS = ctags
66 DIST_SUBDIRS = $(SUBDIRS)
67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68 distdir = $(PACKAGE)-$(VERSION)
69 top_distdir = $(distdir)
70 am__remove_distdir = \
71 { test ! -d "$(distdir)" \
72 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
73 && rm -fr "$(distdir)"; }; }
74 am__relativize = \
75 dir0=`pwd`; \
76 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
77 sed_rest='s,^[^/]*/*,,'; \
78 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
79 sed_butlast='s,/*[^/]*$$,,'; \
80 while test -n "$$dir1"; do \
81 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
82 if test "$$first" != "."; then \
83 if test "$$first" = ".."; then \
84 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
85 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
86 else \
87 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
88 if test "$$first2" = "$$first"; then \
89 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
90 else \
91 dir2="../$$dir2"; \
92 fi; \
93 dir0="$$dir0"/"$$first"; \
94 fi; \
95 fi; \
96 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
97 done; \
98 reldir="$$dir2"
99 DIST_ARCHIVES = $(distdir).tar.gz
100 GZIP_ENV = --best
101 distuninstallcheck_listfiles = find . -type f -print
102 distcleancheck_listfiles = find . -type f -print
38 ACLOCAL = @ACLOCAL@ 103 ACLOCAL = @ACLOCAL@
39 AMDEP_FALSE = @AMDEP_FALSE@
40 AMDEP_TRUE = @AMDEP_TRUE@
41 AMTAR = @AMTAR@ 104 AMTAR = @AMTAR@
42 AUTOCONF = @AUTOCONF@ 105 AUTOCONF = @AUTOCONF@
43 AUTOHEADER = @AUTOHEADER@ 106 AUTOHEADER = @AUTOHEADER@
44 AUTOMAKE = @AUTOMAKE@ 107 AUTOMAKE = @AUTOMAKE@
45 AWK = @AWK@ 108 AWK = @AWK@
59 EXEEXT = @EXEEXT@ 122 EXEEXT = @EXEEXT@
60 GLIB_CFLAGS = @GLIB_CFLAGS@ 123 GLIB_CFLAGS = @GLIB_CFLAGS@
61 GLIB_LIBS = @GLIB_LIBS@ 124 GLIB_LIBS = @GLIB_LIBS@
62 GREP = @GREP@ 125 GREP = @GREP@
63 IDENT_LIBS = @IDENT_LIBS@ 126 IDENT_LIBS = @IDENT_LIBS@
127 INSTALL = @INSTALL@
64 INSTALL_DATA = @INSTALL_DATA@ 128 INSTALL_DATA = @INSTALL_DATA@
65 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 129 INSTALL_PROGRAM = @INSTALL_PROGRAM@
66 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 130 INSTALL_SCRIPT = @INSTALL_SCRIPT@
67 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 131 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
68 LDFLAGS = @LDFLAGS@ 132 LDFLAGS = @LDFLAGS@
70 LIBS = @LIBS@ 134 LIBS = @LIBS@
71 LOCKFILE_LIBS = @LOCKFILE_LIBS@ 135 LOCKFILE_LIBS = @LOCKFILE_LIBS@
72 LTLIBOBJS = @LTLIBOBJS@ 136 LTLIBOBJS = @LTLIBOBJS@
73 MAKEINFO = @MAKEINFO@ 137 MAKEINFO = @MAKEINFO@
74 MD5_LIBS = @MD5_LIBS@ 138 MD5_LIBS = @MD5_LIBS@
139 MKDIR_P = @MKDIR_P@
75 OBJEXT = @OBJEXT@ 140 OBJEXT = @OBJEXT@
76 PACKAGE = @PACKAGE@ 141 PACKAGE = @PACKAGE@
77 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 142 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
78 PACKAGE_NAME = @PACKAGE_NAME@ 143 PACKAGE_NAME = @PACKAGE_NAME@
79 PACKAGE_STRING = @PACKAGE_STRING@ 144 PACKAGE_STRING = @PACKAGE_STRING@
80 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 145 PACKAGE_TARNAME = @PACKAGE_TARNAME@
146 PACKAGE_URL = @PACKAGE_URL@
81 PACKAGE_VERSION = @PACKAGE_VERSION@ 147 PACKAGE_VERSION = @PACKAGE_VERSION@
82 PATH_SEPARATOR = @PATH_SEPARATOR@ 148 PATH_SEPARATOR = @PATH_SEPARATOR@
83 PKG_CONFIG = @PKG_CONFIG@ 149 PKG_CONFIG = @PKG_CONFIG@
84 RANLIB = @RANLIB@ 150 RANLIB = @RANLIB@
85 RESOLV_LIBS = @RESOLV_LIBS@ 151 RESOLV_LIBS = @RESOLV_LIBS@
86 SET_MAKE = @SET_MAKE@ 152 SET_MAKE = @SET_MAKE@
87 SHELL = @SHELL@ 153 SHELL = @SHELL@
88 STRIP = @STRIP@ 154 STRIP = @STRIP@
89 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 155 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
90 VERSION = @VERSION@ 156 VERSION = @VERSION@
157 abs_builddir = @abs_builddir@
158 abs_srcdir = @abs_srcdir@
159 abs_top_builddir = @abs_top_builddir@
160 abs_top_srcdir = @abs_top_srcdir@
91 ac_ct_CC = @ac_ct_CC@ 161 ac_ct_CC = @ac_ct_CC@
92 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
93 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
94 am__include = @am__include@ 162 am__include = @am__include@
95 am__leading_dot = @am__leading_dot@ 163 am__leading_dot = @am__leading_dot@
96 am__quote = @am__quote@ 164 am__quote = @am__quote@
165 am__tar = @am__tar@
166 am__untar = @am__untar@
97 bindir = @bindir@ 167 bindir = @bindir@
98 build_alias = @build_alias@ 168 build_alias = @build_alias@
169 builddir = @builddir@
99 datadir = @datadir@ 170 datadir = @datadir@
100 datarootdir = @datarootdir@ 171 datarootdir = @datarootdir@
101 docdir = @docdir@ 172 docdir = @docdir@
102 dvidir = @dvidir@ 173 dvidir = @dvidir@
103 exec_prefix = @exec_prefix@ 174 exec_prefix = @exec_prefix@
110 libdir = @libdir@ 181 libdir = @libdir@
111 libexecdir = @libexecdir@ 182 libexecdir = @libexecdir@
112 localedir = @localedir@ 183 localedir = @localedir@
113 localstatedir = @localstatedir@ 184 localstatedir = @localstatedir@
114 mandir = @mandir@ 185 mandir = @mandir@
186 mkdir_p = @mkdir_p@
115 oldincludedir = @oldincludedir@ 187 oldincludedir = @oldincludedir@
116 pdfdir = @pdfdir@ 188 pdfdir = @pdfdir@
117 prefix = @prefix@ 189 prefix = @prefix@
118 program_transform_name = @program_transform_name@ 190 program_transform_name = @program_transform_name@
119 psdir = @psdir@ 191 psdir = @psdir@
120 sbindir = @sbindir@ 192 sbindir = @sbindir@
121 sharedstatedir = @sharedstatedir@ 193 sharedstatedir = @sharedstatedir@
194 srcdir = @srcdir@
122 sysconfdir = @sysconfdir@ 195 sysconfdir = @sysconfdir@
123 target_alias = @target_alias@ 196 target_alias = @target_alias@
197 top_build_prefix = @top_build_prefix@
198 top_builddir = @top_builddir@
199 top_srcdir = @top_srcdir@
124 with_confdir = @with_confdir@ 200 with_confdir = @with_confdir@
125 with_group = @with_group@ 201 with_group = @with_group@
126 with_logdir = @with_logdir@ 202 with_logdir = @with_logdir@
127 with_spooldir = @with_spooldir@ 203 with_spooldir = @with_spooldir@
128 with_user = @with_user@ 204 with_user = @with_user@
131 docs/README docs/m*.[0-9] \ 207 docs/README docs/m*.[0-9] \
132 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \ 208 tpl/failmsg.tpl tpl/failmsg.tpl.de tpl/failmsg.tpl.fr tpl/failmsg.tpl.it \
133 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \ 209 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \
134 INSTALL.agenda INSTALL.ipaq agenda-config.site 210 INSTALL.agenda INSTALL.ipaq agenda-config.site
135 211
136
137 SUBDIRS = src 212 SUBDIRS = src
138 subdir = .
139 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
140 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
141 CONFIG_HEADER = config.h
142 CONFIG_CLEAN_FILES =
143 DIST_SOURCES =
144
145 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
146 ps-recursive install-info-recursive uninstall-info-recursive \
147 all-recursive install-data-recursive install-exec-recursive \
148 installdirs-recursive install-recursive uninstall-recursive \
149 check-recursive installcheck-recursive
150 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
151 COPYING ChangeLog INSTALL Makefile.am NEWS TODO acconfig.h \
152 aclocal.m4 config.guess config.h.in config.sub configure \
153 configure.ac depcomp install-sh missing mkinstalldirs
154 DIST_SUBDIRS = $(SUBDIRS)
155 all: config.h 213 all: config.h
156 $(MAKE) $(AM_MAKEFLAGS) all-recursive 214 $(MAKE) $(AM_MAKEFLAGS) all-recursive
157 215
158 .SUFFIXES: 216 .SUFFIXES:
159 217 am--refresh:
160 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 218 @:
161 configure.lineno 219 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
162 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 220 @for dep in $?; do \
163 cd $(top_srcdir) && \ 221 case '$(am__configure_deps)' in \
164 $(AUTOMAKE) --gnu Makefile 222 *$$dep*) \
165 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 223 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
166 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) 224 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
167 225 && exit 0; \
168 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 226 exit 1;; \
227 esac; \
228 done; \
229 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
230 $(am__cd) $(top_srcdir) && \
231 $(AUTOMAKE) --gnu Makefile
232 .PRECIOUS: Makefile
233 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
234 @case '$?' in \
235 *config.status*) \
236 echo ' $(SHELL) ./config.status'; \
237 $(SHELL) ./config.status;; \
238 *) \
239 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
240 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
241 esac;
242
243 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
169 $(SHELL) ./config.status --recheck 244 $(SHELL) ./config.status --recheck
170 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 245
171 cd $(srcdir) && $(AUTOCONF) 246 $(top_srcdir)/configure: $(am__configure_deps)
172 247 $(am__cd) $(srcdir) && $(AUTOCONF)
173 $(ACLOCAL_M4): configure.ac 248 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
174 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 249 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
250 $(am__aclocal_m4_deps):
175 251
176 config.h: stamp-h1 252 config.h: stamp-h1
177 @if test ! -f $@; then \ 253 @if test ! -f $@; then \
178 rm -f stamp-h1; \ 254 rm -f stamp-h1; \
179 $(MAKE) stamp-h1; \ 255 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
180 else :; fi 256 else :; fi
181 257
182 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 258 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
183 @rm -f stamp-h1 259 @rm -f stamp-h1
184 cd $(top_builddir) && $(SHELL) ./config.status config.h 260 cd $(top_builddir) && $(SHELL) ./config.status config.h
185 261 $(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h
186 $(srcdir)/config.h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) $(top_srcdir)/acconfig.h 262 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
187 cd $(top_srcdir) && $(AUTOHEADER) 263 rm -f stamp-h1
188 touch $(srcdir)/config.h.in 264 touch $@
189 265
190 distclean-hdr: 266 distclean-hdr:
191 -rm -f config.h stamp-h1 267 -rm -f config.h stamp-h1
192 uninstall-info-am:
193 268
194 # This directory's subdirectories are mostly independent; you can cd 269 # This directory's subdirectories are mostly independent; you can cd
195 # into them and run `make' without going through this Makefile. 270 # into them and run `make' without going through this Makefile.
196 # To change the values of `make' variables: instead of editing Makefiles, 271 # To change the values of `make' variables: instead of editing Makefiles,
197 # (1) if the variable is set in `config.status', edit `config.status' 272 # (1) if the variable is set in `config.status', edit `config.status'
198 # (which will cause the Makefiles to be regenerated when you run `make'); 273 # (which will cause the Makefiles to be regenerated when you run `make');
199 # (2) otherwise, pass the desired values on the `make' command line. 274 # (2) otherwise, pass the desired values on the `make' command line.
200 $(RECURSIVE_TARGETS): 275 $(RECURSIVE_TARGETS):
201 @set fnord $$MAKEFLAGS; amf=$$2; \ 276 @fail= failcom='exit 1'; \
277 for f in x $$MAKEFLAGS; do \
278 case $$f in \
279 *=* | --[!k]*);; \
280 *k*) failcom='fail=yes';; \
281 esac; \
282 done; \
202 dot_seen=no; \ 283 dot_seen=no; \
203 target=`echo $@ | sed s/-recursive//`; \ 284 target=`echo $@ | sed s/-recursive//`; \
204 list='$(SUBDIRS)'; for subdir in $$list; do \ 285 list='$(SUBDIRS)'; for subdir in $$list; do \
205 echo "Making $$target in $$subdir"; \ 286 echo "Making $$target in $$subdir"; \
206 if test "$$subdir" = "."; then \ 287 if test "$$subdir" = "."; then \
207 dot_seen=yes; \ 288 dot_seen=yes; \
208 local_target="$$target-am"; \ 289 local_target="$$target-am"; \
209 else \ 290 else \
210 local_target="$$target"; \ 291 local_target="$$target"; \
211 fi; \ 292 fi; \
212 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 293 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
213 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 294 || eval $$failcom; \
214 done; \ 295 done; \
215 if test "$$dot_seen" = "no"; then \ 296 if test "$$dot_seen" = "no"; then \
216 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 297 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
217 fi; test -z "$$fail" 298 fi; test -z "$$fail"
218 299
219 mostlyclean-recursive clean-recursive distclean-recursive \ 300 $(RECURSIVE_CLEAN_TARGETS):
220 maintainer-clean-recursive: 301 @fail= failcom='exit 1'; \
221 @set fnord $$MAKEFLAGS; amf=$$2; \ 302 for f in x $$MAKEFLAGS; do \
303 case $$f in \
304 *=* | --[!k]*);; \
305 *k*) failcom='fail=yes';; \
306 esac; \
307 done; \
222 dot_seen=no; \ 308 dot_seen=no; \
223 case "$@" in \ 309 case "$@" in \
224 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 310 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
225 *) list='$(SUBDIRS)' ;; \ 311 *) list='$(SUBDIRS)' ;; \
226 esac; \ 312 esac; \
236 if test "$$subdir" = "."; then \ 322 if test "$$subdir" = "."; then \
237 local_target="$$target-am"; \ 323 local_target="$$target-am"; \
238 else \ 324 else \
239 local_target="$$target"; \ 325 local_target="$$target"; \
240 fi; \ 326 fi; \
241 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 327 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
242 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 328 || eval $$failcom; \
243 done && test -z "$$fail" 329 done && test -z "$$fail"
244 tags-recursive: 330 tags-recursive:
245 list='$(SUBDIRS)'; for subdir in $$list; do \ 331 list='$(SUBDIRS)'; for subdir in $$list; do \
246 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 332 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
247 done 333 done
248 ctags-recursive: 334 ctags-recursive:
249 list='$(SUBDIRS)'; for subdir in $$list; do \ 335 list='$(SUBDIRS)'; for subdir in $$list; do \
250 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 336 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
251 done 337 done
252
253 ETAGS = etags
254 ETAGSFLAGS =
255
256 CTAGS = ctags
257 CTAGSFLAGS =
258
259 tags: TAGS
260 338
261 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 339 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
262 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 340 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
263 unique=`for i in $$list; do \ 341 unique=`for i in $$list; do \
264 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 342 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
265 done | \ 343 done | \
266 $(AWK) ' { files[$$0] = 1; } \ 344 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
267 END { for (i in files) print i; }'`; \ 345 END { if (nonempty) { for (i in files) print i; }; }'`; \
268 mkid -fID $$unique 346 mkid -fID $$unique
347 tags: TAGS
269 348
270 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 349 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
271 $(TAGS_FILES) $(LISP) 350 $(TAGS_FILES) $(LISP)
272 tags=; \ 351 set x; \
273 here=`pwd`; \ 352 here=`pwd`; \
274 if (etags --etags-include --version) >/dev/null 2>&1; then \ 353 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
275 include_option=--etags-include; \ 354 include_option=--etags-include; \
355 empty_fix=.; \
276 else \ 356 else \
277 include_option=--include; \ 357 include_option=--include; \
358 empty_fix=; \
278 fi; \ 359 fi; \
279 list='$(SUBDIRS)'; for subdir in $$list; do \ 360 list='$(SUBDIRS)'; for subdir in $$list; do \
280 if test "$$subdir" = .; then :; else \ 361 if test "$$subdir" = .; then :; else \
281 test -f $$subdir/TAGS && \ 362 test ! -f $$subdir/TAGS || \
282 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 363 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
283 fi; \ 364 fi; \
284 done; \ 365 done; \
285 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 366 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
286 unique=`for i in $$list; do \ 367 unique=`for i in $$list; do \
287 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 368 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
288 done | \ 369 done | \
289 $(AWK) ' { files[$$0] = 1; } \ 370 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
290 END { for (i in files) print i; }'`; \ 371 END { if (nonempty) { for (i in files) print i; }; }'`; \
291 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 372 shift; \
292 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 373 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
293 $$tags $$unique 374 test -n "$$unique" || unique=$$empty_fix; \
294 375 if test $$# -gt 0; then \
376 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377 "$$@" $$unique; \
378 else \
379 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380 $$unique; \
381 fi; \
382 fi
295 ctags: CTAGS 383 ctags: CTAGS
296 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 384 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
297 $(TAGS_FILES) $(LISP) 385 $(TAGS_FILES) $(LISP)
298 tags=; \
299 here=`pwd`; \
300 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 386 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
301 unique=`for i in $$list; do \ 387 unique=`for i in $$list; do \
302 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 388 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303 done | \ 389 done | \
304 $(AWK) ' { files[$$0] = 1; } \ 390 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
305 END { for (i in files) print i; }'`; \ 391 END { if (nonempty) { for (i in files) print i; }; }'`; \
306 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 392 test -z "$(CTAGS_ARGS)$$unique" \
307 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 393 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
308 $$tags $$unique 394 $$unique
309 395
310 GTAGS: 396 GTAGS:
311 here=`$(am__cd) $(top_builddir) && pwd` \ 397 here=`$(am__cd) $(top_builddir) && pwd` \
312 && cd $(top_srcdir) \ 398 && $(am__cd) $(top_srcdir) \
313 && gtags -i $(GTAGS_ARGS) $$here 399 && gtags -i $(GTAGS_ARGS) "$$here"
314 400
315 distclean-tags: 401 distclean-tags:
316 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 402 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
317 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
318
319 top_distdir = .
320 distdir = $(PACKAGE)-$(VERSION)
321
322 am__remove_distdir = \
323 { test ! -d $(distdir) \
324 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
325 && rm -fr $(distdir); }; }
326
327 GZIP_ENV = --best
328 distuninstallcheck_listfiles = find . -type f -print
329 distcleancheck_listfiles = find . -type f -print
330 403
331 distdir: $(DISTFILES) 404 distdir: $(DISTFILES)
332 $(am__remove_distdir) 405 $(am__remove_distdir)
333 mkdir $(distdir) 406 test -d "$(distdir)" || mkdir "$(distdir)"
334 $(mkinstalldirs) $(distdir)/docs $(distdir)/examples $(distdir)/tpl 407 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
335 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 408 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
336 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 409 list='$(DISTFILES)'; \
337 list='$(DISTFILES)'; for file in $$list; do \ 410 dist_files=`for file in $$list; do echo $$file; done | \
338 case $$file in \ 411 sed -e "s|^$$srcdirstrip/||;t" \
339 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 412 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
340 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 413 case $$dist_files in \
341 esac; \ 414 */*) $(MKDIR_P) `echo "$$dist_files" | \
415 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
416 sort -u` ;; \
417 esac; \
418 for file in $$dist_files; do \
342 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 419 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
343 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 420 if test -d $$d/$$file; then \
344 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 421 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
345 dir="/$$dir"; \ 422 if test -d "$(distdir)/$$file"; then \
346 $(mkinstalldirs) "$(distdir)$$dir"; \ 423 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424 fi; \
425 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
426 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
427 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
428 fi; \
429 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
347 else \ 430 else \
348 dir=''; \ 431 test -f "$(distdir)/$$file" \
349 fi; \ 432 || cp -p $$d/$$file "$(distdir)/$$file" \
350 if test -d $$d/$$file; then \
351 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
352 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
353 fi; \
354 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
355 else \
356 test -f $(distdir)/$$file \
357 || cp -p $$d/$$file $(distdir)/$$file \
358 || exit 1; \ 433 || exit 1; \
359 fi; \ 434 fi; \
360 done 435 done
361 list='$(SUBDIRS)'; for subdir in $$list; do \ 436 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
362 if test "$$subdir" = .; then :; else \ 437 if test "$$subdir" = .; then :; else \
363 test -d $(distdir)/$$subdir \ 438 test -d "$(distdir)/$$subdir" \
364 || mkdir $(distdir)/$$subdir \ 439 || $(MKDIR_P) "$(distdir)/$$subdir" \
365 || exit 1; \ 440 || exit 1; \
366 (cd $$subdir && \ 441 fi; \
442 done
443 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
444 if test "$$subdir" = .; then :; else \
445 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
446 $(am__relativize); \
447 new_distdir=$$reldir; \
448 dir1=$$subdir; dir2="$(top_distdir)"; \
449 $(am__relativize); \
450 new_top_distdir=$$reldir; \
451 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
452 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
453 ($(am__cd) $$subdir && \
367 $(MAKE) $(AM_MAKEFLAGS) \ 454 $(MAKE) $(AM_MAKEFLAGS) \
368 top_distdir="$(top_distdir)" \ 455 top_distdir="$$new_top_distdir" \
369 distdir=../$(distdir)/$$subdir \ 456 distdir="$$new_distdir" \
457 am__remove_distdir=: \
458 am__skip_length_check=: \
459 am__skip_mode_fix=: \
370 distdir) \ 460 distdir) \
371 || exit 1; \ 461 || exit 1; \
372 fi; \ 462 fi; \
373 done 463 done
374 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 464 -test -n "$(am__skip_mode_fix)" \
465 || find "$(distdir)" -type d ! -perm -755 \
466 -exec chmod u+rwx,go+rx {} \; -o \
375 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 467 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
376 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 468 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
377 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 469 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
378 || chmod -R a+r $(distdir) 470 || chmod -R a+r "$(distdir)"
379 dist-gzip: distdir 471 dist-gzip: distdir
380 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 472 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
473 $(am__remove_distdir)
474
475 dist-bzip2: distdir
476 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
477 $(am__remove_distdir)
478
479 dist-lzma: distdir
480 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
481 $(am__remove_distdir)
482
483 dist-xz: distdir
484 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
485 $(am__remove_distdir)
486
487 dist-tarZ: distdir
488 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
489 $(am__remove_distdir)
490
491 dist-shar: distdir
492 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
493 $(am__remove_distdir)
494
495 dist-zip: distdir
496 -rm -f $(distdir).zip
497 zip -rq $(distdir).zip $(distdir)
381 $(am__remove_distdir) 498 $(am__remove_distdir)
382 499
383 dist dist-all: distdir 500 dist dist-all: distdir
384 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 501 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
385 $(am__remove_distdir) 502 $(am__remove_distdir)
386 503
387 # This target untars the dist file and tries a VPATH configuration. Then 504 # This target untars the dist file and tries a VPATH configuration. Then
388 # it guarantees that the distribution is self-contained by making another 505 # it guarantees that the distribution is self-contained by making another
389 # tarfile. 506 # tarfile.
390 distcheck: dist 507 distcheck: dist
391 $(am__remove_distdir) 508 case '$(DIST_ARCHIVES)' in \
392 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 509 *.tar.gz*) \
510 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
511 *.tar.bz2*) \
512 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
513 *.tar.lzma*) \
514 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
515 *.tar.xz*) \
516 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
517 *.tar.Z*) \
518 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
519 *.shar.gz*) \
520 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
521 *.zip*) \
522 unzip $(distdir).zip ;;\
523 esac
393 chmod -R a-w $(distdir); chmod a+w $(distdir) 524 chmod -R a-w $(distdir); chmod a+w $(distdir)
394 mkdir $(distdir)/_build 525 mkdir $(distdir)/_build
395 mkdir $(distdir)/_inst 526 mkdir $(distdir)/_inst
396 chmod a-w $(distdir) 527 chmod a-w $(distdir)
528 test -d $(distdir)/_build || exit 0; \
397 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 529 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
398 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 530 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
399 && cd $(distdir)/_build \ 531 && am__cwd=`pwd` \
532 && $(am__cd) $(distdir)/_build \
400 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 533 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
401 $(DISTCHECK_CONFIGURE_FLAGS) \ 534 $(DISTCHECK_CONFIGURE_FLAGS) \
402 && $(MAKE) $(AM_MAKEFLAGS) \ 535 && $(MAKE) $(AM_MAKEFLAGS) \
403 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 536 && $(MAKE) $(AM_MAKEFLAGS) dvi \
404 && $(MAKE) $(AM_MAKEFLAGS) check \ 537 && $(MAKE) $(AM_MAKEFLAGS) check \
407 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 540 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
408 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 541 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
409 distuninstallcheck \ 542 distuninstallcheck \
410 && chmod -R a-w "$$dc_install_base" \ 543 && chmod -R a-w "$$dc_install_base" \
411 && ({ \ 544 && ({ \
412 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ 545 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
413 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 546 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
414 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 547 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
415 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 548 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
416 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 549 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
417 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 550 } || { rm -rf "$$dc_destdir"; exit 1; }) \
418 && rm -rf "$$dc_destdir" \ 551 && rm -rf "$$dc_destdir" \
419 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ 552 && $(MAKE) $(AM_MAKEFLAGS) dist \
420 && rm -f $(distdir).tar.gz \ 553 && rm -rf $(DIST_ARCHIVES) \
421 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 554 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
422 $(am__remove_distdir) 555 && cd "$$am__cwd" \
423 @echo "$(distdir).tar.gz is ready for distribution" | \ 556 || exit 1
424 sed 'h;s/./=/g;p;x;p;x' 557 $(am__remove_distdir)
558 @(echo "$(distdir) archives ready for distribution: "; \
559 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
560 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
425 distuninstallcheck: 561 distuninstallcheck:
426 @cd $(distuninstallcheck_dir) \ 562 @$(am__cd) '$(distuninstallcheck_dir)' \
427 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 563 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
428 || { echo "ERROR: files left after uninstall:" ; \ 564 || { echo "ERROR: files left after uninstall:" ; \
429 if test -n "$(DESTDIR)"; then \ 565 if test -n "$(DESTDIR)"; then \
430 echo " (check DESTDIR support)"; \ 566 echo " (check DESTDIR support)"; \
431 fi ; \ 567 fi ; \
443 check-am: all-am 579 check-am: all-am
444 check: check-recursive 580 check: check-recursive
445 all-am: Makefile config.h 581 all-am: Makefile config.h
446 installdirs: installdirs-recursive 582 installdirs: installdirs-recursive
447 installdirs-am: 583 installdirs-am:
448
449 install: install-recursive 584 install: install-recursive
450 install-exec: install-exec-recursive 585 install-exec: install-exec-recursive
451 install-data: install-data-recursive 586 install-data: install-data-recursive
452 uninstall: uninstall-recursive 587 uninstall: uninstall-recursive
453 588
463 mostlyclean-generic: 598 mostlyclean-generic:
464 599
465 clean-generic: 600 clean-generic:
466 601
467 distclean-generic: 602 distclean-generic:
468 -rm -f $(CONFIG_CLEAN_FILES) 603 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
604 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
469 605
470 maintainer-clean-generic: 606 maintainer-clean-generic:
471 @echo "This command is intended for maintainers to use" 607 @echo "This command is intended for maintainers to use"
472 @echo "it deletes files that may require special tools to rebuild." 608 @echo "it deletes files that may require special tools to rebuild."
473 clean: clean-recursive 609 clean: clean-recursive
481 617
482 dvi: dvi-recursive 618 dvi: dvi-recursive
483 619
484 dvi-am: 620 dvi-am:
485 621
622 html: html-recursive
623
624 html-am:
625
486 info: info-recursive 626 info: info-recursive
487 627
488 info-am: 628 info-am:
489 629
490 install-data-am: install-data-local 630 install-data-am: install-data-local
491 631
632 install-dvi: install-dvi-recursive
633
634 install-dvi-am:
635
492 install-exec-am: 636 install-exec-am:
493 637
638 install-html: install-html-recursive
639
640 install-html-am:
641
494 install-info: install-info-recursive 642 install-info: install-info-recursive
495 643
644 install-info-am:
645
496 install-man: 646 install-man:
647
648 install-pdf: install-pdf-recursive
649
650 install-pdf-am:
651
652 install-ps: install-ps-recursive
653
654 install-ps-am:
497 655
498 installcheck-am: 656 installcheck-am:
499 657
500 maintainer-clean: maintainer-clean-recursive 658 maintainer-clean: maintainer-clean-recursive
501 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 659 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
513 671
514 ps: ps-recursive 672 ps: ps-recursive
515 673
516 ps-am: 674 ps-am:
517 675
518 uninstall-am: uninstall-info-am 676 uninstall-am:
519 677
520 uninstall-info: uninstall-info-recursive 678 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
521 679 ctags-recursive install-am install-strip tags-recursive
522 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ 680
523 clean-generic clean-recursive ctags ctags-recursive dist \ 681 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
524 dist-all dist-gzip distcheck distclean distclean-generic \ 682 all all-am am--refresh check check-am clean clean-generic \
525 distclean-hdr distclean-recursive distclean-tags distcleancheck \ 683 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
526 distdir distuninstallcheck dvi dvi-am dvi-recursive info \ 684 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
527 info-am info-recursive install install-am install-data \ 685 distclean distclean-generic distclean-hdr distclean-tags \
528 install-data-am install-data-local install-data-recursive \ 686 distcleancheck distdir distuninstallcheck dvi dvi-am html \
529 install-exec install-exec-am install-exec-recursive \ 687 html-am info info-am install install-am install-data \
530 install-info install-info-am install-info-recursive install-man \ 688 install-data-am install-data-local install-dvi install-dvi-am \
531 install-recursive install-strip installcheck installcheck-am \ 689 install-exec install-exec-am install-html install-html-am \
532 installdirs installdirs-am installdirs-recursive \ 690 install-info install-info-am install-man install-pdf \
533 maintainer-clean maintainer-clean-generic \ 691 install-pdf-am install-ps install-ps-am install-strip \
534 maintainer-clean-recursive mostlyclean mostlyclean-generic \ 692 installcheck installcheck-am installdirs installdirs-am \
535 mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \ 693 maintainer-clean maintainer-clean-generic mostlyclean \
536 ps-recursive tags tags-recursive uninstall uninstall-am \ 694 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
537 uninstall-info-am uninstall-info-recursive uninstall-recursive 695 uninstall uninstall-am
538 696
539 697
540 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir 698 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir
541 699
542 conf_dir: $(DESTDIR)@with_confdir@ 700 conf_dir: $(DESTDIR)@with_confdir@
573 install -d `dirname $(DESTDIR)@with_spooldir@` 731 install -d `dirname $(DESTDIR)@with_spooldir@`
574 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@ 732 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@
575 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock 733 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock
576 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input 734 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input
577 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/popuidl 735 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/popuidl
736
578 # Tell versions [3.59,3.63) of GNU make to not export all variables. 737 # Tell versions [3.59,3.63) of GNU make to not export all variables.
579 # Otherwise a system limit (for SysV at least) may be exceeded. 738 # Otherwise a system limit (for SysV at least) may be exceeded.
580 .NOEXPORT: 739 .NOEXPORT: