blob: 513c6b3295ed61d7fde1c4207cbacd5f4cb1e2ce [file] [log] [blame]
Lev Walkin4c776e52010-11-08 02:07:31 -08001# Makefile.in generated by automake 1.10 from Makefile.am.
Lev Walkin8e8b5482004-06-17 23:42:48 +00002# @configure_input@
Lev Walkinf15320b2004-06-03 03:38:44 +00003
Lev Walkin8e8b5482004-06-17 23:42:48 +00004# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Lev Walkin4c776e52010-11-08 02:07:31 -08005# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Lev Walkinf15320b2004-06-03 03:38:44 +00006# 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@
Lev Walkin9dea5c92004-08-07 06:26:40 +000016
Lev Walkinf15320b2004-06-03 03:38:44 +000017VPATH = @srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +000018pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +000021am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Lev Walkin8e8b5482004-06-17 23:42:48 +000022install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
Lev Walkinf15320b2004-06-03 03:38:44 +000025INSTALL_HEADER = $(INSTALL_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000026transform = $(program_transform_name)
Lev Walkinf15320b2004-06-03 03:38:44 +000027NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
Lev Walkin5af1a692006-08-18 01:54:27 +000033build_triplet = @build@
Lev Walkinf15320b2004-06-03 03:38:44 +000034host_triplet = @host@
Lev Walkin5af1a692006-08-18 01:54:27 +000035target_triplet = @target@
Lev Walkinf15320b2004-06-03 03:38:44 +000036subdir = doc
Lev Walkin8e8b5482004-06-17 23:42:48 +000037DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/configure.in
40am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41 $(ACLOCAL_M4)
Lev Walkinf15320b2004-06-03 03:38:44 +000042mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43CONFIG_HEADER = $(top_builddir)/config.h
44CONFIG_CLEAN_FILES =
Lev Walkin8e8b5482004-06-17 23:42:48 +000045SOURCES =
Lev Walkinf15320b2004-06-03 03:38:44 +000046DIST_SOURCES =
Lev Walkin5af1a692006-08-18 01:54:27 +000047am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48am__vpath_adj = case $$p in \
49 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50 *) f=$$p;; \
51 esac;
52am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
Lev Walkin9dea5c92004-08-07 06:26:40 +000053am__installdirs = "$(DESTDIR)$(docsdir)"
54docsDATA_INSTALL = $(INSTALL_DATA)
55DATA = $(docs_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000056DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57ACLOCAL = @ACLOCAL@
58ADD_CFLAGS = @ADD_CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +000059AMTAR = @AMTAR@
60AR = @AR@
61AUTOCONF = @AUTOCONF@
62AUTOHEADER = @AUTOHEADER@
63AUTOMAKE = @AUTOMAKE@
64AWK = @AWK@
65CC = @CC@
66CCDEPMODE = @CCDEPMODE@
67CFLAGS = @CFLAGS@
68CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
69CPP = @CPP@
70CPPFLAGS = @CPPFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +000071CYGPATH_W = @CYGPATH_W@
72DEFS = @DEFS@
73DEPDIR = @DEPDIR@
Lev Walkin4da95cf2010-10-16 02:46:32 -070074DSYMUTIL = @DSYMUTIL@
75DUMPBIN = @DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +000076ECHO_C = @ECHO_C@
77ECHO_N = @ECHO_N@
78ECHO_T = @ECHO_T@
79EGREP = @EGREP@
80EXEEXT = @EXEEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -070081FGREP = @FGREP@
Lev Walkin27fd0b62007-08-27 23:57:45 +000082GREP = @GREP@
Lev Walkin4c776e52010-11-08 02:07:31 -080083INSTALL = @INSTALL@
Lev Walkin8e8b5482004-06-17 23:42:48 +000084INSTALL_DATA = @INSTALL_DATA@
85INSTALL_PROGRAM = @INSTALL_PROGRAM@
86INSTALL_SCRIPT = @INSTALL_SCRIPT@
87INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin4da95cf2010-10-16 02:46:32 -070088LD = @LD@
Lev Walkin8e8b5482004-06-17 23:42:48 +000089LDFLAGS = @LDFLAGS@
90LEX = @LEX@
91LEXLIB = @LEXLIB@
92LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
93LIBOBJS = @LIBOBJS@
94LIBS = @LIBS@
95LIBTOOL = @LIBTOOL@
Lev Walkin4da95cf2010-10-16 02:46:32 -070096LIPO = @LIPO@
Lev Walkin8e8b5482004-06-17 23:42:48 +000097LN_S = @LN_S@
98LTLIBOBJS = @LTLIBOBJS@
99MAINT = @MAINT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000100MAKEINFO = @MAKEINFO@
Lev Walkin4c776e52010-11-08 02:07:31 -0800101MKDIR_P = @MKDIR_P@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700102NM = @NM@
103NMEDIT = @NMEDIT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000104OBJEXT = @OBJEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700105OTOOL = @OTOOL@
106OTOOL64 = @OTOOL64@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000107PACKAGE = @PACKAGE@
108PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
109PACKAGE_NAME = @PACKAGE_NAME@
110PACKAGE_STRING = @PACKAGE_STRING@
111PACKAGE_TARNAME = @PACKAGE_TARNAME@
112PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000113PATH_SEPARATOR = @PATH_SEPARATOR@
114RANLIB = @RANLIB@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700115SED = @SED@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000116SET_MAKE = @SET_MAKE@
117SHELL = @SHELL@
118STRIP = @STRIP@
119VERSION = @VERSION@
120YACC = @YACC@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000121YFLAGS = @YFLAGS@
Lev Walkin4c776e52010-11-08 02:07:31 -0800122abs_builddir = @abs_builddir@
123abs_srcdir = @abs_srcdir@
124abs_top_builddir = @abs_top_builddir@
125abs_top_srcdir = @abs_top_srcdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000126ac_ct_CC = @ac_ct_CC@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700127ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000128am__include = @am__include@
129am__leading_dot = @am__leading_dot@
130am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000131am__tar = @am__tar@
132am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000133bindir = @bindir@
134build = @build@
135build_alias = @build_alias@
136build_cpu = @build_cpu@
137build_os = @build_os@
138build_vendor = @build_vendor@
Lev Walkin4c776e52010-11-08 02:07:31 -0800139builddir = @builddir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000140datadir = @datadir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000141datarootdir = @datarootdir@
142docdir = @docdir@
143dvidir = @dvidir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000144exec_prefix = @exec_prefix@
145host = @host@
146host_alias = @host_alias@
147host_cpu = @host_cpu@
148host_os = @host_os@
149host_vendor = @host_vendor@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000150htmldir = @htmldir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000151includedir = @includedir@
152infodir = @infodir@
153install_sh = @install_sh@
154libdir = @libdir@
155libexecdir = @libexecdir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000156localedir = @localedir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000157localstatedir = @localstatedir@
Lev Walkin4c776e52010-11-08 02:07:31 -0800158lt_ECHO = @lt_ECHO@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000159mandir = @mandir@
160mkdir_p = @mkdir_p@
161oldincludedir = @oldincludedir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000162pdfdir = @pdfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000163prefix = @prefix@
164program_transform_name = @program_transform_name@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000165psdir = @psdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000166sbindir = @sbindir@
167sharedstatedir = @sharedstatedir@
Lev Walkin4c776e52010-11-08 02:07:31 -0800168srcdir = @srcdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000169sysconfdir = @sysconfdir@
170target = @target@
171target_alias = @target_alias@
172target_cpu = @target_cpu@
173target_os = @target_os@
174target_vendor = @target_vendor@
Lev Walkin4c776e52010-11-08 02:07:31 -0800175top_builddir = @top_builddir@
176top_srcdir = @top_srcdir@
Lev Walkin9dea5c92004-08-07 06:26:40 +0000177docsdir = $(datadir)/doc/asn1c
Lev Walkin70393102005-03-24 03:30:13 +0000178docs_DATA = $(srcdir)/*.pdf \
179 $(srcdir)/*.html
180
181EXTRA_DIST = $(srcdir)/*.pdf \
182 $(srcdir)/*.html
183
Lev Walkin4c776e52010-11-08 02:07:31 -0800184CLEANFILES = *.*~ *.aux *.dvi *.log *.out *.toc
Lev Walkinf15320b2004-06-03 03:38:44 +0000185all: all-am
186
187.SUFFIXES:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000188$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
189 @for dep in $?; do \
190 case '$(am__configure_deps)' in \
191 *$$dep*) \
192 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
193 && exit 0; \
194 exit 1;; \
195 esac; \
196 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000197 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000198 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000199 $(AUTOMAKE) --foreign doc/Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000200.PRECIOUS: Makefile
201Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
202 @case '$?' in \
203 *config.status*) \
204 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
205 *) \
206 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
207 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
208 esac;
209
210$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
211 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212
213$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
214 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
215$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Lev Walkinf15320b2004-06-03 03:38:44 +0000217
218mostlyclean-libtool:
219 -rm -f *.lo
220
221clean-libtool:
222 -rm -rf .libs _libs
Lev Walkin9dea5c92004-08-07 06:26:40 +0000223install-docsDATA: $(docs_DATA)
224 @$(NORMAL_INSTALL)
Lev Walkin4c776e52010-11-08 02:07:31 -0800225 test -z "$(docsdir)" || $(MKDIR_P) "$(DESTDIR)$(docsdir)"
Lev Walkin9dea5c92004-08-07 06:26:40 +0000226 @list='$(docs_DATA)'; for p in $$list; do \
227 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000228 f=$(am__strip_dir) \
Lev Walkin9dea5c92004-08-07 06:26:40 +0000229 echo " $(docsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docsdir)/$$f'"; \
230 $(docsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docsdir)/$$f"; \
231 done
232
233uninstall-docsDATA:
234 @$(NORMAL_UNINSTALL)
235 @list='$(docs_DATA)'; for p in $$list; do \
Lev Walkin5af1a692006-08-18 01:54:27 +0000236 f=$(am__strip_dir) \
Lev Walkin9dea5c92004-08-07 06:26:40 +0000237 echo " rm -f '$(DESTDIR)$(docsdir)/$$f'"; \
238 rm -f "$(DESTDIR)$(docsdir)/$$f"; \
239 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000240tags: TAGS
241TAGS:
242
Lev Walkin8e8b5482004-06-17 23:42:48 +0000243ctags: CTAGS
244CTAGS:
Lev Walkinf15320b2004-06-03 03:38:44 +0000245
Lev Walkinf15320b2004-06-03 03:38:44 +0000246
247distdir: $(DISTFILES)
Lev Walkin4c776e52010-11-08 02:07:31 -0800248 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
249 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
250 list='$(DISTFILES)'; \
251 dist_files=`for file in $$list; do echo $$file; done | \
252 sed -e "s|^$$srcdirstrip/||;t" \
253 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
254 case $$dist_files in \
255 */*) $(MKDIR_P) `echo "$$dist_files" | \
256 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
257 sort -u` ;; \
258 esac; \
259 for file in $$dist_files; do \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000260 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000261 if test -d $$d/$$file; then \
Lev Walkin4c776e52010-11-08 02:07:31 -0800262 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000263 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
264 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
265 fi; \
266 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000267 else \
268 test -f $(distdir)/$$file \
269 || cp -p $$d/$$file $(distdir)/$$file \
270 || exit 1; \
271 fi; \
272 done
273check-am: all-am
274check: check-am
Lev Walkin9dea5c92004-08-07 06:26:40 +0000275all-am: Makefile $(DATA)
Lev Walkinf15320b2004-06-03 03:38:44 +0000276installdirs:
Lev Walkin9dea5c92004-08-07 06:26:40 +0000277 for dir in "$(DESTDIR)$(docsdir)"; do \
Lev Walkin4c776e52010-11-08 02:07:31 -0800278 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Lev Walkin9dea5c92004-08-07 06:26:40 +0000279 done
Lev Walkinf15320b2004-06-03 03:38:44 +0000280install: install-am
281install-exec: install-exec-am
282install-data: install-data-am
283uninstall: uninstall-am
284
285install-am: all-am
286 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
287
288installcheck: installcheck-am
289install-strip:
290 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000291 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000292 `test -z '$(STRIP)' || \
293 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
294mostlyclean-generic:
295
296clean-generic:
297 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
298
299distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000300 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000301
302maintainer-clean-generic:
303 @echo "This command is intended for maintainers to use"
304 @echo "it deletes files that may require special tools to rebuild."
305clean: clean-am
306
307clean-am: clean-generic clean-libtool mostlyclean-am
308
309distclean: distclean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000310 -rm -f Makefile
Lev Walkin4c776e52010-11-08 02:07:31 -0800311distclean-am: clean-am distclean-generic
Lev Walkinf15320b2004-06-03 03:38:44 +0000312
313dvi: dvi-am
314
315dvi-am:
316
Lev Walkin8e8b5482004-06-17 23:42:48 +0000317html: html-am
318
Lev Walkinf15320b2004-06-03 03:38:44 +0000319info: info-am
320
321info-am:
322
Lev Walkin9dea5c92004-08-07 06:26:40 +0000323install-data-am: install-docsDATA
Lev Walkinf15320b2004-06-03 03:38:44 +0000324
Lev Walkin4c776e52010-11-08 02:07:31 -0800325install-dvi: install-dvi-am
326
Lev Walkinf15320b2004-06-03 03:38:44 +0000327install-exec-am:
328
Lev Walkin4c776e52010-11-08 02:07:31 -0800329install-html: install-html-am
330
Lev Walkinf15320b2004-06-03 03:38:44 +0000331install-info: install-info-am
332
333install-man:
334
Lev Walkin4c776e52010-11-08 02:07:31 -0800335install-pdf: install-pdf-am
336
337install-ps: install-ps-am
338
Lev Walkinf15320b2004-06-03 03:38:44 +0000339installcheck-am:
340
341maintainer-clean: maintainer-clean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000342 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000343maintainer-clean-am: distclean-am maintainer-clean-generic
344
345mostlyclean: mostlyclean-am
346
347mostlyclean-am: mostlyclean-generic mostlyclean-libtool
348
Lev Walkin8e8b5482004-06-17 23:42:48 +0000349pdf: pdf-am
350
351pdf-am:
352
353ps: ps-am
354
355ps-am:
356
Lev Walkin4c776e52010-11-08 02:07:31 -0800357uninstall-am: uninstall-docsDATA
358
359.MAKE: install-am install-strip
Lev Walkinf15320b2004-06-03 03:38:44 +0000360
361.PHONY: all all-am check check-am clean clean-generic clean-libtool \
362 distclean distclean-generic distclean-libtool distdir dvi \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000363 dvi-am html html-am info info-am install install-am \
Lev Walkin4c776e52010-11-08 02:07:31 -0800364 install-data install-data-am install-docsDATA install-dvi \
365 install-dvi-am install-exec install-exec-am install-html \
366 install-html-am install-info install-info-am install-man \
367 install-pdf install-pdf-am install-ps install-ps-am \
Lev Walkin9dea5c92004-08-07 06:26:40 +0000368 install-strip installcheck installcheck-am installdirs \
369 maintainer-clean maintainer-clean-generic mostlyclean \
370 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Lev Walkin4c776e52010-11-08 02:07:31 -0800371 uninstall uninstall-am uninstall-docsDATA
Lev Walkinf15320b2004-06-03 03:38:44 +0000372
Lev Walkin4c776e52010-11-08 02:07:31 -0800373
374regen:
375 pdflatex --output-format=dvi asn1c-usage
376 pdflatex --output-format=dvi asn1c-usage
377 pdflatex --output-format=dvi asn1c-usage
378 dvipdf asn1c-usage
Lev Walkinf15320b2004-06-03 03:38:44 +0000379# Tell versions [3.59,3.63) of GNU make to not export all variables.
380# Otherwise a system limit (for SysV at least) may be exceeded.
381.NOEXPORT: