Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | t00mlabs | 1 | # Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software |
||
6 | # Foundation, 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 | subdir = . |
||
36 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
||
37 | $(srcdir)/Makefile.in $(srcdir)/config.h.in \ |
||
38 | $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ |
||
39 | install-sh missing mkinstalldirs py-compile |
||
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 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
||
60 | am__vpath_adj = case $$p in \ |
||
61 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
||
62 | *) f=$$p;; \ |
||
63 | esac; |
||
64 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
||
65 | am__install_max = 40 |
||
66 | am__nobase_strip_setup = \ |
||
67 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
||
68 | am__nobase_strip = \ |
||
69 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
||
70 | am__nobase_list = $(am__nobase_strip_setup); \ |
||
71 | for p in $$list; do echo "$$p $$p"; done | \ |
||
72 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
||
73 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
||
74 | if (++n[$$2] == $(am__install_max)) \ |
||
75 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
||
76 | END { for (dir in files) print dir, files[dir] }' |
||
77 | am__base_list = \ |
||
78 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
||
79 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
||
80 | am__uninstall_files_from_dir = { \ |
||
81 | test -z "$$files" \ |
||
82 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
||
83 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
||
84 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
||
85 | } |
||
86 | am__installdirs = "$(DESTDIR)$(alertlogdocdir)" |
||
87 | DATA = $(alertlogdoc_DATA) |
||
88 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
||
89 | distclean-recursive maintainer-clean-recursive |
||
90 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
||
91 | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
||
92 | distdir dist dist-all distcheck |
||
93 | ETAGS = etags |
||
94 | CTAGS = ctags |
||
95 | DIST_SUBDIRS = $(SUBDIRS) |
||
96 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
||
97 | distdir = $(PACKAGE)-$(VERSION) |
||
98 | top_distdir = $(distdir) |
||
99 | am__remove_distdir = \ |
||
100 | if test -d "$(distdir)"; then \ |
||
101 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
||
102 | && rm -rf "$(distdir)" \ |
||
103 | || { sleep 5 && rm -rf "$(distdir)"; }; \ |
||
104 | else :; fi |
||
105 | am__relativize = \ |
||
106 | dir0=`pwd`; \ |
||
107 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
||
108 | sed_rest='s,^[^/]*/*,,'; \ |
||
109 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
||
110 | sed_butlast='s,/*[^/]*$$,,'; \ |
||
111 | while test -n "$$dir1"; do \ |
||
112 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
||
113 | if test "$$first" != "."; then \ |
||
114 | if test "$$first" = ".."; then \ |
||
115 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
||
116 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
||
117 | else \ |
||
118 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
||
119 | if test "$$first2" = "$$first"; then \ |
||
120 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
||
121 | else \ |
||
122 | dir2="../$$dir2"; \ |
||
123 | fi; \ |
||
124 | dir0="$$dir0"/"$$first"; \ |
||
125 | fi; \ |
||
126 | fi; \ |
||
127 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
||
128 | done; \ |
||
129 | reldir="$$dir2" |
||
130 | DIST_ARCHIVES = $(distdir).tar.gz |
||
131 | GZIP_ENV = --best |
||
132 | distuninstallcheck_listfiles = find . -type f -print |
||
133 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
||
134 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
||
135 | distcleancheck_listfiles = find . -type f -print |
||
136 | ACLOCAL = @ACLOCAL@ |
||
137 | ALL_LINGUAS = @ALL_LINGUAS@ |
||
138 | AMTAR = @AMTAR@ |
||
139 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
||
140 | AUTOCONF = @AUTOCONF@ |
||
141 | AUTOHEADER = @AUTOHEADER@ |
||
142 | AUTOMAKE = @AUTOMAKE@ |
||
143 | AWK = @AWK@ |
||
144 | CATALOGS = @CATALOGS@ |
||
145 | CATOBJEXT = @CATOBJEXT@ |
||
146 | CC = @CC@ |
||
147 | CCDEPMODE = @CCDEPMODE@ |
||
148 | CFLAGS = @CFLAGS@ |
||
149 | CPP = @CPP@ |
||
150 | CPPFLAGS = @CPPFLAGS@ |
||
151 | CYGPATH_W = @CYGPATH_W@ |
||
152 | DATADIRNAME = @DATADIRNAME@ |
||
153 | DEFS = @DEFS@ |
||
154 | DEPDIR = @DEPDIR@ |
||
155 | ECHO_C = @ECHO_C@ |
||
156 | ECHO_N = @ECHO_N@ |
||
157 | ECHO_T = @ECHO_T@ |
||
158 | EGREP = @EGREP@ |
||
159 | EXEEXT = @EXEEXT@ |
||
160 | GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ |
||
161 | GMOFILES = @GMOFILES@ |
||
162 | GMSGFMT = @GMSGFMT@ |
||
163 | GREP = @GREP@ |
||
164 | INSTALL = @INSTALL@ |
||
165 | INSTALL_DATA = @INSTALL_DATA@ |
||
166 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
||
167 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
||
168 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
||
169 | INSTOBJEXT = @INSTOBJEXT@ |
||
170 | INTLLIBS = @INTLLIBS@ |
||
171 | INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ |
||
172 | INTLTOOL_MERGE = @INTLTOOL_MERGE@ |
||
173 | INTLTOOL_PERL = @INTLTOOL_PERL@ |
||
174 | INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ |
||
175 | INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ |
||
176 | INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ |
||
177 | INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ |
||
178 | INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ |
||
179 | LDFLAGS = @LDFLAGS@ |
||
180 | LIBOBJS = @LIBOBJS@ |
||
181 | LIBS = @LIBS@ |
||
182 | LTLIBOBJS = @LTLIBOBJS@ |
||
183 | MAKEINFO = @MAKEINFO@ |
||
184 | MKDIR_P = @MKDIR_P@ |
||
185 | MKINSTALLDIRS = @MKINSTALLDIRS@ |
||
186 | MSGFMT = @MSGFMT@ |
||
187 | MSGFMT_OPTS = @MSGFMT_OPTS@ |
||
188 | MSGMERGE = @MSGMERGE@ |
||
189 | OBJEXT = @OBJEXT@ |
||
190 | PACKAGE = @PACKAGE@ |
||
191 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
||
192 | PACKAGE_NAME = @PACKAGE_NAME@ |
||
193 | PACKAGE_STRING = @PACKAGE_STRING@ |
||
194 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
||
195 | PACKAGE_URL = @PACKAGE_URL@ |
||
196 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
||
197 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
||
198 | POFILES = @POFILES@ |
||
199 | POSUB = @POSUB@ |
||
200 | PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ |
||
201 | PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ |
||
202 | PYTHON = @PYTHON@ |
||
203 | PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ |
||
204 | PYTHON_PLATFORM = @PYTHON_PLATFORM@ |
||
205 | PYTHON_PREFIX = @PYTHON_PREFIX@ |
||
206 | PYTHON_VERSION = @PYTHON_VERSION@ |
||
207 | SET_MAKE = @SET_MAKE@ |
||
208 | SHELL = @SHELL@ |
||
209 | STRIP = @STRIP@ |
||
210 | USE_NLS = @USE_NLS@ |
||
211 | VERSION = @VERSION@ |
||
212 | XGETTEXT = @XGETTEXT@ |
||
213 | abs_builddir = @abs_builddir@ |
||
214 | abs_srcdir = @abs_srcdir@ |
||
215 | abs_top_builddir = @abs_top_builddir@ |
||
216 | abs_top_srcdir = @abs_top_srcdir@ |
||
217 | ac_ct_CC = @ac_ct_CC@ |
||
218 | am__include = @am__include@ |
||
219 | am__leading_dot = @am__leading_dot@ |
||
220 | am__quote = @am__quote@ |
||
221 | am__tar = @am__tar@ |
||
222 | am__untar = @am__untar@ |
||
223 | bindir = @bindir@ |
||
224 | build_alias = @build_alias@ |
||
225 | builddir = @builddir@ |
||
226 | datadir = @datadir@ |
||
227 | datarootdir = @datarootdir@ |
||
228 | docdir = @docdir@ |
||
229 | dvidir = @dvidir@ |
||
230 | exec_prefix = @exec_prefix@ |
||
231 | host_alias = @host_alias@ |
||
232 | htmldir = @htmldir@ |
||
233 | includedir = @includedir@ |
||
234 | infodir = @infodir@ |
||
235 | install_sh = @install_sh@ |
||
236 | intltool__v_merge_options_ = @intltool__v_merge_options_@ |
||
237 | intltool__v_merge_options_0 = @intltool__v_merge_options_0@ |
||
238 | libdir = @libdir@ |
||
239 | libexecdir = @libexecdir@ |
||
240 | localedir = @localedir@ |
||
241 | localstatedir = @localstatedir@ |
||
242 | mandir = @mandir@ |
||
243 | mkdir_p = @mkdir_p@ |
||
244 | oldincludedir = @oldincludedir@ |
||
245 | pdfdir = @pdfdir@ |
||
246 | pkgpyexecdir = @pkgpyexecdir@ |
||
247 | pkgpythondir = @pkgpythondir@ |
||
248 | prefix = @prefix@ |
||
249 | program_transform_name = @program_transform_name@ |
||
250 | psdir = @psdir@ |
||
251 | pyexecdir = @pyexecdir@ |
||
252 | pythondir = @pythondir@ |
||
253 | sbindir = @sbindir@ |
||
254 | sharedstatedir = @sharedstatedir@ |
||
255 | srcdir = @srcdir@ |
||
256 | sysconfdir = @sysconfdir@ |
||
257 | target_alias = @target_alias@ |
||
258 | top_build_prefix = @top_build_prefix@ |
||
259 | top_builddir = @top_builddir@ |
||
260 | top_srcdir = @top_srcdir@ |
||
261 | SUBDIRS = src po |
||
262 | alertlogdocdir = ${prefix}/doc/alertlog |
||
263 | alertlogdoc_DATA = \ |
||
264 | README\ |
||
265 | COPYING\ |
||
266 | AUTHORS\ |
||
267 | ChangeLog\ |
||
268 | INSTALL\ |
||
269 | NEWS |
||
270 | |||
271 | INTLTOOL_FILES = intltool-extract.in \ |
||
272 | intltool-merge.in \ |
||
273 | intltool-update.in |
||
274 | |||
275 | EXTRA_DIST = $(alertlogdoc_DATA) \ |
||
276 | $(INTLTOOL_FILES) |
||
277 | |||
278 | DISTCLEANFILES = intltool-extract \ |
||
279 | intltool-merge \ |
||
280 | intltool-update \ |
||
281 | po/.intltool-merge-cache |
||
282 | |||
283 | all: config.h |
||
284 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
||
285 | |||
286 | .SUFFIXES: |
||
287 | am--refresh: Makefile |
||
288 | @: |
||
289 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
||
290 | @for dep in $?; do \ |
||
291 | case '$(am__configure_deps)' in \ |
||
292 | *$$dep*) \ |
||
293 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ |
||
294 | $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ |
||
295 | && exit 0; \ |
||
296 | exit 1;; \ |
||
297 | esac; \ |
||
298 | done; \ |
||
299 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
||
300 | $(am__cd) $(top_srcdir) && \ |
||
301 | $(AUTOMAKE) --gnu Makefile |
||
302 | .PRECIOUS: Makefile |
||
303 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
||
304 | @case '$?' in \ |
||
305 | *config.status*) \ |
||
306 | echo ' $(SHELL) ./config.status'; \ |
||
307 | $(SHELL) ./config.status;; \ |
||
308 | *) \ |
||
309 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
||
310 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
||
311 | esac; |
||
312 | |||
313 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
||
314 | $(SHELL) ./config.status --recheck |
||
315 | |||
316 | $(top_srcdir)/configure: $(am__configure_deps) |
||
317 | $(am__cd) $(srcdir) && $(AUTOCONF) |
||
318 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
||
319 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
||
320 | $(am__aclocal_m4_deps): |
||
321 | |||
322 | config.h: stamp-h1 |
||
323 | @if test ! -f $@; then rm -f stamp-h1; else :; fi |
||
324 | @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi |
||
325 | |||
326 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
||
327 | @rm -f stamp-h1 |
||
328 | cd $(top_builddir) && $(SHELL) ./config.status config.h |
||
329 | $(srcdir)/config.h.in: $(am__configure_deps) |
||
330 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
||
331 | rm -f stamp-h1 |
||
332 | touch $@ |
||
333 | |||
334 | distclean-hdr: |
||
335 | -rm -f config.h stamp-h1 |
||
336 | install-alertlogdocDATA: $(alertlogdoc_DATA) |
||
337 | @$(NORMAL_INSTALL) |
||
338 | test -z "$(alertlogdocdir)" || $(MKDIR_P) "$(DESTDIR)$(alertlogdocdir)" |
||
339 | @list='$(alertlogdoc_DATA)'; test -n "$(alertlogdocdir)" || list=; \ |
||
340 | for p in $$list; do \ |
||
341 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
342 | echo "$$d$$p"; \ |
||
343 | done | $(am__base_list) | \ |
||
344 | while read files; do \ |
||
345 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(alertlogdocdir)'"; \ |
||
346 | $(INSTALL_DATA) $$files "$(DESTDIR)$(alertlogdocdir)" || exit $$?; \ |
||
347 | done |
||
348 | |||
349 | uninstall-alertlogdocDATA: |
||
350 | @$(NORMAL_UNINSTALL) |
||
351 | @list='$(alertlogdoc_DATA)'; test -n "$(alertlogdocdir)" || list=; \ |
||
352 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
353 | dir='$(DESTDIR)$(alertlogdocdir)'; $(am__uninstall_files_from_dir) |
||
354 | |||
355 | # This directory's subdirectories are mostly independent; you can cd |
||
356 | # into them and run `make' without going through this Makefile. |
||
357 | # To change the values of `make' variables: instead of editing Makefiles, |
||
358 | # (1) if the variable is set in `config.status', edit `config.status' |
||
359 | # (which will cause the Makefiles to be regenerated when you run `make'); |
||
360 | # (2) otherwise, pass the desired values on the `make' command line. |
||
361 | $(RECURSIVE_TARGETS): |
||
362 | @fail= failcom='exit 1'; \ |
||
363 | for f in x $$MAKEFLAGS; do \ |
||
364 | case $$f in \ |
||
365 | *=* | --[!k]*);; \ |
||
366 | *k*) failcom='fail=yes';; \ |
||
367 | esac; \ |
||
368 | done; \ |
||
369 | dot_seen=no; \ |
||
370 | target=`echo $@ | sed s/-recursive//`; \ |
||
371 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
||
372 | echo "Making $$target in $$subdir"; \ |
||
373 | if test "$$subdir" = "."; then \ |
||
374 | dot_seen=yes; \ |
||
375 | local_target="$$target-am"; \ |
||
376 | else \ |
||
377 | local_target="$$target"; \ |
||
378 | fi; \ |
||
379 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
||
380 | || eval $$failcom; \ |
||
381 | done; \ |
||
382 | if test "$$dot_seen" = "no"; then \ |
||
383 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
||
384 | fi; test -z "$$fail" |
||
385 | |||
386 | $(RECURSIVE_CLEAN_TARGETS): |
||
387 | @fail= failcom='exit 1'; \ |
||
388 | for f in x $$MAKEFLAGS; do \ |
||
389 | case $$f in \ |
||
390 | *=* | --[!k]*);; \ |
||
391 | *k*) failcom='fail=yes';; \ |
||
392 | esac; \ |
||
393 | done; \ |
||
394 | dot_seen=no; \ |
||
395 | case "$@" in \ |
||
396 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
||
397 | *) list='$(SUBDIRS)' ;; \ |
||
398 | esac; \ |
||
399 | rev=''; for subdir in $$list; do \ |
||
400 | if test "$$subdir" = "."; then :; else \ |
||
401 | rev="$$subdir $$rev"; \ |
||
402 | fi; \ |
||
403 | done; \ |
||
404 | rev="$$rev ."; \ |
||
405 | target=`echo $@ | sed s/-recursive//`; \ |
||
406 | for subdir in $$rev; do \ |
||
407 | echo "Making $$target in $$subdir"; \ |
||
408 | if test "$$subdir" = "."; then \ |
||
409 | local_target="$$target-am"; \ |
||
410 | else \ |
||
411 | local_target="$$target"; \ |
||
412 | fi; \ |
||
413 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
||
414 | || eval $$failcom; \ |
||
415 | done && test -z "$$fail" |
||
416 | tags-recursive: |
||
417 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
||
418 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
||
419 | done |
||
420 | ctags-recursive: |
||
421 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
||
422 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
||
423 | done |
||
424 | |||
425 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
||
426 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
||
427 | unique=`for i in $$list; do \ |
||
428 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
||
429 | done | \ |
||
430 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
||
431 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
||
432 | mkid -fID $$unique |
||
433 | tags: TAGS |
||
434 | |||
435 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
||
436 | $(TAGS_FILES) $(LISP) |
||
437 | set x; \ |
||
438 | here=`pwd`; \ |
||
439 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
||
440 | include_option=--etags-include; \ |
||
441 | empty_fix=.; \ |
||
442 | else \ |
||
443 | include_option=--include; \ |
||
444 | empty_fix=; \ |
||
445 | fi; \ |
||
446 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
||
447 | if test "$$subdir" = .; then :; else \ |
||
448 | test ! -f $$subdir/TAGS || \ |
||
449 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
||
450 | fi; \ |
||
451 | done; \ |
||
452 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
||
453 | unique=`for i in $$list; do \ |
||
454 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
||
455 | done | \ |
||
456 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
||
457 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
||
458 | shift; \ |
||
459 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
||
460 | test -n "$$unique" || unique=$$empty_fix; \ |
||
461 | if test $$# -gt 0; then \ |
||
462 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
463 | "$$@" $$unique; \ |
||
464 | else \ |
||
465 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
466 | $$unique; \ |
||
467 | fi; \ |
||
468 | fi |
||
469 | ctags: CTAGS |
||
470 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
||
471 | $(TAGS_FILES) $(LISP) |
||
472 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
||
473 | unique=`for i in $$list; do \ |
||
474 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
||
475 | done | \ |
||
476 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
||
477 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
||
478 | test -z "$(CTAGS_ARGS)$$unique" \ |
||
479 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
||
480 | $$unique |
||
481 | |||
482 | GTAGS: |
||
483 | here=`$(am__cd) $(top_builddir) && pwd` \ |
||
484 | && $(am__cd) $(top_srcdir) \ |
||
485 | && gtags -i $(GTAGS_ARGS) "$$here" |
||
486 | |||
487 | distclean-tags: |
||
488 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
||
489 | |||
490 | distdir: $(DISTFILES) |
||
491 | $(am__remove_distdir) |
||
492 | test -d "$(distdir)" || mkdir "$(distdir)" |
||
493 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
494 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
495 | list='$(DISTFILES)'; \ |
||
496 | dist_files=`for file in $$list; do echo $$file; done | \ |
||
497 | sed -e "s|^$$srcdirstrip/||;t" \ |
||
498 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
||
499 | case $$dist_files in \ |
||
500 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
||
501 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
||
502 | sort -u` ;; \ |
||
503 | esac; \ |
||
504 | for file in $$dist_files; do \ |
||
505 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
||
506 | if test -d $$d/$$file; then \ |
||
507 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
||
508 | if test -d "$(distdir)/$$file"; then \ |
||
509 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
510 | fi; \ |
||
511 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
||
512 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
||
513 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
514 | fi; \ |
||
515 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
||
516 | else \ |
||
517 | test -f "$(distdir)/$$file" \ |
||
518 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
||
519 | || exit 1; \ |
||
520 | fi; \ |
||
521 | done |
||
522 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
||
523 | if test "$$subdir" = .; then :; else \ |
||
524 | test -d "$(distdir)/$$subdir" \ |
||
525 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
||
526 | || exit 1; \ |
||
527 | fi; \ |
||
528 | done |
||
529 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
||
530 | if test "$$subdir" = .; then :; else \ |
||
531 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
||
532 | $(am__relativize); \ |
||
533 | new_distdir=$$reldir; \ |
||
534 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
||
535 | $(am__relativize); \ |
||
536 | new_top_distdir=$$reldir; \ |
||
537 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
||
538 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
||
539 | ($(am__cd) $$subdir && \ |
||
540 | $(MAKE) $(AM_MAKEFLAGS) \ |
||
541 | top_distdir="$$new_top_distdir" \ |
||
542 | distdir="$$new_distdir" \ |
||
543 | am__remove_distdir=: \ |
||
544 | am__skip_length_check=: \ |
||
545 | am__skip_mode_fix=: \ |
||
546 | distdir) \ |
||
547 | || exit 1; \ |
||
548 | fi; \ |
||
549 | done |
||
550 | -test -n "$(am__skip_mode_fix)" \ |
||
551 | || find "$(distdir)" -type d ! -perm -755 \ |
||
552 | -exec chmod u+rwx,go+rx {} \; -o \ |
||
553 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
||
554 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
||
555 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
||
556 | || chmod -R a+r "$(distdir)" |
||
557 | dist-gzip: distdir |
||
558 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
||
559 | $(am__remove_distdir) |
||
560 | |||
561 | dist-bzip2: distdir |
||
562 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
||
563 | $(am__remove_distdir) |
||
564 | |||
565 | dist-lzip: distdir |
||
566 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
||
567 | $(am__remove_distdir) |
||
568 | |||
569 | dist-lzma: distdir |
||
570 | tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
||
571 | $(am__remove_distdir) |
||
572 | |||
573 | dist-xz: distdir |
||
574 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
||
575 | $(am__remove_distdir) |
||
576 | |||
577 | dist-tarZ: distdir |
||
578 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
||
579 | $(am__remove_distdir) |
||
580 | |||
581 | dist-shar: distdir |
||
582 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
||
583 | $(am__remove_distdir) |
||
584 | |||
585 | dist-zip: distdir |
||
586 | -rm -f $(distdir).zip |
||
587 | zip -rq $(distdir).zip $(distdir) |
||
588 | $(am__remove_distdir) |
||
589 | |||
590 | dist dist-all: distdir |
||
591 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
||
592 | $(am__remove_distdir) |
||
593 | |||
594 | # This target untars the dist file and tries a VPATH configuration. Then |
||
595 | # it guarantees that the distribution is self-contained by making another |
||
596 | # tarfile. |
||
597 | distcheck: dist |
||
598 | case '$(DIST_ARCHIVES)' in \ |
||
599 | *.tar.gz*) \ |
||
600 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
||
601 | *.tar.bz2*) \ |
||
602 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
||
603 | *.tar.lzma*) \ |
||
604 | lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
||
605 | *.tar.lz*) \ |
||
606 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
||
607 | *.tar.xz*) \ |
||
608 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
||
609 | *.tar.Z*) \ |
||
610 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
||
611 | *.shar.gz*) \ |
||
612 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
||
613 | *.zip*) \ |
||
614 | unzip $(distdir).zip ;;\ |
||
615 | esac |
||
616 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
||
617 | mkdir $(distdir)/_build |
||
618 | mkdir $(distdir)/_inst |
||
619 | chmod a-w $(distdir) |
||
620 | test -d $(distdir)/_build || exit 0; \ |
||
621 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
||
622 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
||
623 | && am__cwd=`pwd` \ |
||
624 | && $(am__cd) $(distdir)/_build \ |
||
625 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
||
626 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
||
627 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
||
628 | && $(MAKE) $(AM_MAKEFLAGS) \ |
||
629 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
||
630 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
||
631 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
||
632 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
||
633 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
||
634 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
||
635 | distuninstallcheck \ |
||
636 | && chmod -R a-w "$$dc_install_base" \ |
||
637 | && ({ \ |
||
638 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
||
639 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
||
640 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
||
641 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
||
642 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
||
643 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
||
644 | && rm -rf "$$dc_destdir" \ |
||
645 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
||
646 | && rm -rf $(DIST_ARCHIVES) \ |
||
647 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
||
648 | && cd "$$am__cwd" \ |
||
649 | || exit 1 |
||
650 | $(am__remove_distdir) |
||
651 | @(echo "$(distdir) archives ready for distribution: "; \ |
||
652 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
||
653 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
||
654 | distuninstallcheck: |
||
655 | @test -n '$(distuninstallcheck_dir)' || { \ |
||
656 | echo 'ERROR: trying to run $@ with an empty' \ |
||
657 | '$$(distuninstallcheck_dir)' >&2; \ |
||
658 | exit 1; \ |
||
659 | }; \ |
||
660 | $(am__cd) '$(distuninstallcheck_dir)' || { \ |
||
661 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
||
662 | exit 1; \ |
||
663 | }; \ |
||
664 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
||
665 | || { echo "ERROR: files left after uninstall:" ; \ |
||
666 | if test -n "$(DESTDIR)"; then \ |
||
667 | echo " (check DESTDIR support)"; \ |
||
668 | fi ; \ |
||
669 | $(distuninstallcheck_listfiles) ; \ |
||
670 | exit 1; } >&2 |
||
671 | distcleancheck: distclean |
||
672 | @if test '$(srcdir)' = . ; then \ |
||
673 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
||
674 | exit 1 ; \ |
||
675 | fi |
||
676 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
||
677 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
||
678 | $(distcleancheck_listfiles) ; \ |
||
679 | exit 1; } >&2 |
||
680 | check-am: all-am |
||
681 | check: check-recursive |
||
682 | all-am: Makefile $(DATA) config.h |
||
683 | installdirs: installdirs-recursive |
||
684 | installdirs-am: |
||
685 | for dir in "$(DESTDIR)$(alertlogdocdir)"; do \ |
||
686 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
||
687 | done |
||
688 | install: install-recursive |
||
689 | install-exec: install-exec-recursive |
||
690 | install-data: install-data-recursive |
||
691 | uninstall: uninstall-recursive |
||
692 | |||
693 | install-am: all-am |
||
694 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
||
695 | |||
696 | installcheck: installcheck-recursive |
||
697 | install-strip: |
||
698 | if test -z '$(STRIP)'; then \ |
||
699 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
700 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
701 | install; \ |
||
702 | else \ |
||
703 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
704 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
705 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
||
706 | fi |
||
707 | mostlyclean-generic: |
||
708 | |||
709 | clean-generic: |
||
710 | |||
711 | distclean-generic: |
||
712 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
||
713 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
||
714 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
||
715 | |||
716 | maintainer-clean-generic: |
||
717 | @echo "This command is intended for maintainers to use" |
||
718 | @echo "it deletes files that may require special tools to rebuild." |
||
719 | clean: clean-recursive |
||
720 | |||
721 | clean-am: clean-generic mostlyclean-am |
||
722 | |||
723 | distclean: distclean-recursive |
||
724 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
||
725 | -rm -f Makefile |
||
726 | distclean-am: clean-am distclean-generic distclean-hdr distclean-tags |
||
727 | |||
728 | dvi: dvi-recursive |
||
729 | |||
730 | dvi-am: |
||
731 | |||
732 | html: html-recursive |
||
733 | |||
734 | html-am: |
||
735 | |||
736 | info: info-recursive |
||
737 | |||
738 | info-am: |
||
739 | |||
740 | install-data-am: install-alertlogdocDATA |
||
741 | |||
742 | install-dvi: install-dvi-recursive |
||
743 | |||
744 | install-dvi-am: |
||
745 | |||
746 | install-exec-am: |
||
747 | |||
748 | install-html: install-html-recursive |
||
749 | |||
750 | install-html-am: |
||
751 | |||
752 | install-info: install-info-recursive |
||
753 | |||
754 | install-info-am: |
||
755 | |||
756 | install-man: |
||
757 | |||
758 | install-pdf: install-pdf-recursive |
||
759 | |||
760 | install-pdf-am: |
||
761 | |||
762 | install-ps: install-ps-recursive |
||
763 | |||
764 | install-ps-am: |
||
765 | |||
766 | installcheck-am: |
||
767 | |||
768 | maintainer-clean: maintainer-clean-recursive |
||
769 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
||
770 | -rm -rf $(top_srcdir)/autom4te.cache |
||
771 | -rm -f Makefile |
||
772 | maintainer-clean-am: distclean-am maintainer-clean-generic |
||
773 | |||
774 | mostlyclean: mostlyclean-recursive |
||
775 | |||
776 | mostlyclean-am: mostlyclean-generic |
||
777 | |||
778 | pdf: pdf-recursive |
||
779 | |||
780 | pdf-am: |
||
781 | |||
782 | ps: ps-recursive |
||
783 | |||
784 | ps-am: |
||
785 | |||
786 | uninstall-am: uninstall-alertlogdocDATA uninstall-local |
||
787 | |||
788 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ |
||
789 | ctags-recursive install-am install-strip tags-recursive |
||
790 | |||
791 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
||
792 | all all-am am--refresh check check-am clean clean-generic \ |
||
793 | ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ |
||
794 | dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ |
||
795 | distcheck distclean distclean-generic distclean-hdr \ |
||
796 | distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
||
797 | dvi-am html html-am info info-am install \ |
||
798 | install-alertlogdocDATA install-am install-data \ |
||
799 | install-data-am install-dvi install-dvi-am install-exec \ |
||
800 | install-exec-am install-html install-html-am install-info \ |
||
801 | install-info-am install-man install-pdf install-pdf-am \ |
||
802 | install-ps install-ps-am install-strip installcheck \ |
||
803 | installcheck-am installdirs installdirs-am maintainer-clean \ |
||
804 | maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ |
||
805 | pdf-am ps ps-am tags tags-recursive uninstall \ |
||
806 | uninstall-alertlogdocDATA uninstall-am uninstall-local |
||
807 | |||
808 | |||
809 | # Remove doc directory on uninstall |
||
810 | uninstall-local: |
||
811 | -rm -r $(alertlogdocdir) |
||
812 | |||
813 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
||
814 | # Otherwise a system limit (for SysV at least) may be exceeded. |
||
815 | .NOEXPORT: |