~ubuntu-branches/ubuntu/wily/cairo-clock/wily

« back to all changes in this revision

Viewing changes to themes/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Müller
  • Date: 2006-11-15 14:59:42 UTC
  • Revision ID: james.westby@ubuntu.com-20061115145942-c8mveeun0e8czv9y
Tags: 0.3.2-0ubuntu1
* added new themes
* added and fixed patch for 24h-mode supplied by Darryll
* fixed some of my own themes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# 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
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
top_builddir = ..
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
INSTALL = @INSTALL@
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
target_triplet = @target@
 
39
subdir = themes
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(install_sh) -d
 
46
CONFIG_HEADER = $(top_builddir)/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
SOURCES =
 
49
DIST_SOURCES =
 
50
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
51
        html-recursive info-recursive install-data-recursive \
 
52
        install-exec-recursive install-info-recursive \
 
53
        install-recursive installcheck-recursive installdirs-recursive \
 
54
        pdf-recursive ps-recursive uninstall-info-recursive \
 
55
        uninstall-recursive
 
56
ETAGS = etags
 
57
CTAGS = ctags
 
58
DIST_SUBDIRS = $(SUBDIRS)
 
59
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
60
ACLOCAL = @ACLOCAL@
 
61
AMDEP_FALSE = @AMDEP_FALSE@
 
62
AMDEP_TRUE = @AMDEP_TRUE@
 
63
AMTAR = @AMTAR@
 
64
AR = @AR@
 
65
AUTOCONF = @AUTOCONF@
 
66
AUTOHEADER = @AUTOHEADER@
 
67
AUTOMAKE = @AUTOMAKE@
 
68
AWK = @AWK@
 
69
CC = @CC@
 
70
CCDEPMODE = @CCDEPMODE@
 
71
CFLAGS = @CFLAGS@
 
72
CLOCK_DEFINES = @CLOCK_DEFINES@
 
73
CPP = @CPP@
 
74
CPPFLAGS = @CPPFLAGS@
 
75
CXXCPP = @CXXCPP@
 
76
CYGPATH_W = @CYGPATH_W@
 
77
DEFS = @DEFS@
 
78
DEPDIR = @DEPDIR@
 
79
ECHO = @ECHO@
 
80
ECHO_C = @ECHO_C@
 
81
ECHO_N = @ECHO_N@
 
82
ECHO_T = @ECHO_T@
 
83
EGREP = @EGREP@
 
84
EXEEXT = @EXEEXT@
 
85
GLIB_CFLAGS = @GLIB_CFLAGS@
 
86
GLIB_LIBS = @GLIB_LIBS@
 
87
GREP = @GREP@
 
88
GTK_CFLAGS = @GTK_CFLAGS@
 
89
GTK_DEP_CFLAGS = @GTK_DEP_CFLAGS@
 
90
GTK_DEP_LIBS = @GTK_DEP_LIBS@
 
91
GTK_LIBS = @GTK_LIBS@
 
92
INSTALL_DATA = @INSTALL_DATA@
 
93
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
94
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
95
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
96
LDFLAGS = @LDFLAGS@
 
97
LIBOBJS = @LIBOBJS@
 
98
LIBS = @LIBS@
 
99
LIBTOOL = @LIBTOOL@
 
100
LN_S = @LN_S@
 
101
LTLIBOBJS = @LTLIBOBJS@
 
102
MAKEINFO = @MAKEINFO@
 
103
OBJEXT = @OBJEXT@
 
104
PACKAGE = @PACKAGE@
 
105
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
106
PACKAGE_NAME = @PACKAGE_NAME@
 
107
PACKAGE_STRING = @PACKAGE_STRING@
 
108
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
109
PACKAGE_VERSION = @PACKAGE_VERSION@
 
110
PATH_SEPARATOR = @PATH_SEPARATOR@
 
111
PKG_CONFIG = @PKG_CONFIG@
 
112
RANLIB = @RANLIB@
 
113
SET_MAKE = @SET_MAKE@
 
114
SHELL = @SHELL@
 
115
STRIP = @STRIP@
 
116
VERSION = @VERSION@
 
117
ac_ct_CC = @ac_ct_CC@
 
118
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
119
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
120
am__include = @am__include@
 
121
am__leading_dot = @am__leading_dot@
 
122
am__quote = @am__quote@
 
123
am__tar = @am__tar@
 
124
am__untar = @am__untar@
 
125
bindir = @bindir@
 
126
build = @build@
 
127
build_alias = @build_alias@
 
128
build_cpu = @build_cpu@
 
129
build_os = @build_os@
 
130
build_vendor = @build_vendor@
 
131
datadir = @datadir@
 
132
datarootdir = @datarootdir@
 
133
docdir = @docdir@
 
134
dvidir = @dvidir@
 
135
exec_prefix = @exec_prefix@
 
136
host = @host@
 
137
host_alias = @host_alias@
 
138
host_cpu = @host_cpu@
 
139
host_os = @host_os@
 
140
host_vendor = @host_vendor@
 
141
htmldir = @htmldir@
 
142
includedir = @includedir@
 
143
infodir = @infodir@
 
144
install_sh = @install_sh@
 
145
libdir = @libdir@
 
146
libexecdir = @libexecdir@
 
147
localedir = @localedir@
 
148
localstatedir = @localstatedir@
 
149
mandir = @mandir@
 
150
mkdir_p = @mkdir_p@
 
151
oldincludedir = @oldincludedir@
 
152
pdfdir = @pdfdir@
 
153
prefix = @prefix@
 
154
program_transform_name = @program_transform_name@
 
155
psdir = @psdir@
 
156
sbindir = @sbindir@
 
157
sharedstatedir = @sharedstatedir@
 
158
sysconfdir = @sysconfdir@
 
159
target = @target@
 
160
target_alias = @target_alias@
 
161
target_cpu = @target_cpu@
 
162
target_os = @target_os@
 
163
target_vendor = @target_vendor@
 
164
SUBDIRS = antique default default-24 fdo funky glassy ipulse ipulse-24 quartz-24 radium radium-24 silvia silvia-24 simple simple-24 tango zen
 
165
all: all-recursive
 
166
 
 
167
.SUFFIXES:
 
168
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
169
        @for dep in $?; do \
 
170
          case '$(am__configure_deps)' in \
 
171
            *$$dep*) \
 
172
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
173
                && exit 0; \
 
174
              exit 1;; \
 
175
          esac; \
 
176
        done; \
 
177
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  themes/Makefile'; \
 
178
        cd $(top_srcdir) && \
 
179
          $(AUTOMAKE) --gnu  themes/Makefile
 
180
.PRECIOUS: Makefile
 
181
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
182
        @case '$?' in \
 
183
          *config.status*) \
 
184
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
185
          *) \
 
186
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
187
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
188
        esac;
 
189
 
 
190
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
191
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
192
 
 
193
$(top_srcdir)/configure:  $(am__configure_deps)
 
194
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
195
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
196
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
197
 
 
198
mostlyclean-libtool:
 
199
        -rm -f *.lo
 
200
 
 
201
clean-libtool:
 
202
        -rm -rf .libs _libs
 
203
 
 
204
distclean-libtool:
 
205
        -rm -f libtool
 
206
uninstall-info-am:
 
207
 
 
208
# This directory's subdirectories are mostly independent; you can cd
 
209
# into them and run `make' without going through this Makefile.
 
210
# To change the values of `make' variables: instead of editing Makefiles,
 
211
# (1) if the variable is set in `config.status', edit `config.status'
 
212
#     (which will cause the Makefiles to be regenerated when you run `make');
 
213
# (2) otherwise, pass the desired values on the `make' command line.
 
214
$(RECURSIVE_TARGETS):
 
215
        @failcom='exit 1'; \
 
216
        for f in x $$MAKEFLAGS; do \
 
217
          case $$f in \
 
218
            *=* | --[!k]*);; \
 
219
            *k*) failcom='fail=yes';; \
 
220
          esac; \
 
221
        done; \
 
222
        dot_seen=no; \
 
223
        target=`echo $@ | sed s/-recursive//`; \
 
224
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
225
          echo "Making $$target in $$subdir"; \
 
226
          if test "$$subdir" = "."; then \
 
227
            dot_seen=yes; \
 
228
            local_target="$$target-am"; \
 
229
          else \
 
230
            local_target="$$target"; \
 
231
          fi; \
 
232
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
233
          || eval $$failcom; \
 
234
        done; \
 
235
        if test "$$dot_seen" = "no"; then \
 
236
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
237
        fi; test -z "$$fail"
 
238
 
 
239
mostlyclean-recursive clean-recursive distclean-recursive \
 
240
maintainer-clean-recursive:
 
241
        @failcom='exit 1'; \
 
242
        for f in x $$MAKEFLAGS; do \
 
243
          case $$f in \
 
244
            *=* | --[!k]*);; \
 
245
            *k*) failcom='fail=yes';; \
 
246
          esac; \
 
247
        done; \
 
248
        dot_seen=no; \
 
249
        case "$@" in \
 
250
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
251
          *) list='$(SUBDIRS)' ;; \
 
252
        esac; \
 
253
        rev=''; for subdir in $$list; do \
 
254
          if test "$$subdir" = "."; then :; else \
 
255
            rev="$$subdir $$rev"; \
 
256
          fi; \
 
257
        done; \
 
258
        rev="$$rev ."; \
 
259
        target=`echo $@ | sed s/-recursive//`; \
 
260
        for subdir in $$rev; do \
 
261
          echo "Making $$target in $$subdir"; \
 
262
          if test "$$subdir" = "."; then \
 
263
            local_target="$$target-am"; \
 
264
          else \
 
265
            local_target="$$target"; \
 
266
          fi; \
 
267
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
268
          || eval $$failcom; \
 
269
        done && test -z "$$fail"
 
270
tags-recursive:
 
271
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
272
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
273
        done
 
274
ctags-recursive:
 
275
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
276
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
277
        done
 
278
 
 
279
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
280
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
281
        unique=`for i in $$list; do \
 
282
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
283
          done | \
 
284
          $(AWK) '    { files[$$0] = 1; } \
 
285
               END { for (i in files) print i; }'`; \
 
286
        mkid -fID $$unique
 
287
tags: TAGS
 
288
 
 
289
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
290
                $(TAGS_FILES) $(LISP)
 
291
        tags=; \
 
292
        here=`pwd`; \
 
293
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
294
          include_option=--etags-include; \
 
295
          empty_fix=.; \
 
296
        else \
 
297
          include_option=--include; \
 
298
          empty_fix=; \
 
299
        fi; \
 
300
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
301
          if test "$$subdir" = .; then :; else \
 
302
            test ! -f $$subdir/TAGS || \
 
303
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
304
          fi; \
 
305
        done; \
 
306
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
307
        unique=`for i in $$list; do \
 
308
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
309
          done | \
 
310
          $(AWK) '    { files[$$0] = 1; } \
 
311
               END { for (i in files) print i; }'`; \
 
312
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
313
          test -n "$$unique" || unique=$$empty_fix; \
 
314
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
315
            $$tags $$unique; \
 
316
        fi
 
317
ctags: CTAGS
 
318
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
319
                $(TAGS_FILES) $(LISP)
 
320
        tags=; \
 
321
        here=`pwd`; \
 
322
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
323
        unique=`for i in $$list; do \
 
324
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
325
          done | \
 
326
          $(AWK) '    { files[$$0] = 1; } \
 
327
               END { for (i in files) print i; }'`; \
 
328
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
329
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
330
             $$tags $$unique
 
331
 
 
332
GTAGS:
 
333
        here=`$(am__cd) $(top_builddir) && pwd` \
 
334
          && cd $(top_srcdir) \
 
335
          && gtags -i $(GTAGS_ARGS) $$here
 
336
 
 
337
distclean-tags:
 
338
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
339
 
 
340
distdir: $(DISTFILES)
 
341
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
342
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
343
        list='$(DISTFILES)'; for file in $$list; do \
 
344
          case $$file in \
 
345
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
346
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
347
          esac; \
 
348
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
349
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
350
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
351
            dir="/$$dir"; \
 
352
            $(mkdir_p) "$(distdir)$$dir"; \
 
353
          else \
 
354
            dir=''; \
 
355
          fi; \
 
356
          if test -d $$d/$$file; then \
 
357
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
358
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
359
            fi; \
 
360
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
361
          else \
 
362
            test -f $(distdir)/$$file \
 
363
            || cp -p $$d/$$file $(distdir)/$$file \
 
364
            || exit 1; \
 
365
          fi; \
 
366
        done
 
367
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
368
          if test "$$subdir" = .; then :; else \
 
369
            test -d "$(distdir)/$$subdir" \
 
370
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
371
            || exit 1; \
 
372
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
373
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
374
            (cd $$subdir && \
 
375
              $(MAKE) $(AM_MAKEFLAGS) \
 
376
                top_distdir="$$top_distdir" \
 
377
                distdir="$$distdir/$$subdir" \
 
378
                distdir) \
 
379
              || exit 1; \
 
380
          fi; \
 
381
        done
 
382
check-am: all-am
 
383
check: check-recursive
 
384
all-am: Makefile
 
385
installdirs: installdirs-recursive
 
386
installdirs-am:
 
387
install: install-recursive
 
388
install-exec: install-exec-recursive
 
389
install-data: install-data-recursive
 
390
uninstall: uninstall-recursive
 
391
 
 
392
install-am: all-am
 
393
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
394
 
 
395
installcheck: installcheck-recursive
 
396
install-strip:
 
397
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
398
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
399
          `test -z '$(STRIP)' || \
 
400
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
401
mostlyclean-generic:
 
402
 
 
403
clean-generic:
 
404
 
 
405
distclean-generic:
 
406
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
407
 
 
408
maintainer-clean-generic:
 
409
        @echo "This command is intended for maintainers to use"
 
410
        @echo "it deletes files that may require special tools to rebuild."
 
411
clean: clean-recursive
 
412
 
 
413
clean-am: clean-generic clean-libtool mostlyclean-am
 
414
 
 
415
distclean: distclean-recursive
 
416
        -rm -f Makefile
 
417
distclean-am: clean-am distclean-generic distclean-libtool \
 
418
        distclean-tags
 
419
 
 
420
dvi: dvi-recursive
 
421
 
 
422
dvi-am:
 
423
 
 
424
html: html-recursive
 
425
 
 
426
info: info-recursive
 
427
 
 
428
info-am:
 
429
 
 
430
install-data-am:
 
431
 
 
432
install-exec-am:
 
433
 
 
434
install-info: install-info-recursive
 
435
 
 
436
install-man:
 
437
 
 
438
installcheck-am:
 
439
 
 
440
maintainer-clean: maintainer-clean-recursive
 
441
        -rm -f Makefile
 
442
maintainer-clean-am: distclean-am maintainer-clean-generic
 
443
 
 
444
mostlyclean: mostlyclean-recursive
 
445
 
 
446
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
447
 
 
448
pdf: pdf-recursive
 
449
 
 
450
pdf-am:
 
451
 
 
452
ps: ps-recursive
 
453
 
 
454
ps-am:
 
455
 
 
456
uninstall-am: uninstall-info-am
 
457
 
 
458
uninstall-info: uninstall-info-recursive
 
459
 
 
460
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
461
        clean clean-generic clean-libtool clean-recursive ctags \
 
462
        ctags-recursive distclean distclean-generic distclean-libtool \
 
463
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
464
        html-am info info-am install install-am install-data \
 
465
        install-data-am install-exec install-exec-am install-info \
 
466
        install-info-am install-man install-strip installcheck \
 
467
        installcheck-am installdirs installdirs-am maintainer-clean \
 
468
        maintainer-clean-generic maintainer-clean-recursive \
 
469
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
470
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
471
        uninstall uninstall-am uninstall-info-am
 
472
 
 
473
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
474
# Otherwise a system limit (for SysV at least) may be exceeded.
 
475
.NOEXPORT: