automake/autoconf fixes
[cacao.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 # $Id: Makefile.in 120 1999-01-20 15:41:38Z andi $
14
15
16 SHELL = /bin/sh
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 DISTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = .
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64 CC = @CC@
65 COMPILER_OBJECTS = @COMPILER_OBJECTS@
66 COMPILER_SOURCES = @COMPILER_SOURCES@
67 GC_OBJ = @GC_OBJ@
68 LIBTHREAD = @LIBTHREAD@
69 MAKEINFO = @MAKEINFO@
70 PACKAGE = @PACKAGE@
71 RANLIB = @RANLIB@
72 SYSDEP_DIR = @SYSDEP_DIR@
73 THREAD_OBJ = @THREAD_OBJ@
74 VERSION = @VERSION@
75
76 MAINTAINERCLEANFILES = Makefile.in configure
77 SUBDIRS = toolbox mm alpha jit comp nat threads mips
78
79 EXTRA_DIST = html/cacaoinstall.html html/cacaoman.html html/index.html \
80                          doc/cacao.1
81
82 CLEANFILES = @SYSDEP_DIR@/asmpart.o \
83                          @SYSDEP_DIR@/asmpart.s \
84              @SYSDEP_DIR@/offsets.h \
85                  nativetable.hh \
86                  nativetypes.hh
87
88 bin_PROGRAMS = cacao
89 noinst_PROGRAMS = cacaoh
90 man_MANS = doc/cacao.1
91
92 INCLUDES=-I/usr/include -I$(top_srcdir)/@SYSDEP_DIR@ -I$(top_srcdir)/jit -I@SYSDEP_DIR@ -I$(top_srcdir)
93
94 cacao_SOURCES = \
95         asmpart.h \
96         builtin.c \
97         builtin.h \
98         callargs.h \
99         @COMPILER_SOURCES@ \
100         global.h \
101         jit.c \
102         jit.h \
103         loader.c \
104         loader.h \
105         main.c \
106         native.c \
107         native.h \
108         tables.c \
109         tables.h
110
111 EXTRA_cacao_SOURCES = compiler.c compiler.h
112
113 cacao_LDADD = \
114         @SYSDEP_DIR@/asmpart.o \
115         @COMPILER_OBJECTS@ \
116         toolbox/libtoolbox.a \
117         @GC_OBJ@ \
118     @THREAD_OBJ@
119
120 cacao_DEPENDENCIES = \
121         @SYSDEP_DIR@/asmpart.o \
122         @COMPILER_OBJECTS@ \
123         toolbox/libtoolbox.a \
124         @GC_OBJ@ \
125         @THREAD_OBJ@
126
127 cacaoh_SOURCES = headers.c tables.c loader.c builtin.c
128 cacaoh_LDADD = toolbox/libtoolbox.a @GC_OBJ@ @THREAD_OBJ@
129 cacaoh_DEPENDENCIES = toolbox/libtoolbox.a @GC_OBJ@ @THREAD_OBJ@
130 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
131 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
132 CONFIG_HEADER = config.h
133 CONFIG_CLEAN_FILES = 
134 PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
135
136
137 DEFS = @DEFS@ -I. -I$(srcdir) -I.
138 CPPFLAGS = @CPPFLAGS@
139 LDFLAGS = @LDFLAGS@
140 LIBS = @LIBS@
141 cacao_OBJECTS =  builtin.o jit.o loader.o main.o native.o tables.o
142 cacao_LDFLAGS = 
143 cacaoh_OBJECTS =  headers.o tables.o loader.o builtin.o
144 cacaoh_LDFLAGS = 
145 CFLAGS = @CFLAGS@
146 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
147 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
148 man1dir = $(mandir)/man1
149 MANS = $(man_MANS)
150
151 NROFF = nroff
152 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
153 Makefile.in NEWS acconfig.h aclocal.m4 config.guess config.h.in \
154 config.sub configure configure.in install-sh missing mkinstalldirs \
155 stamp-h.in
156
157
158 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
159
160 TAR = gtar
161 GZIP = --best
162 SOURCES = $(cacao_SOURCES) $(EXTRA_cacao_SOURCES) $(cacaoh_SOURCES)
163 OBJECTS = $(cacao_OBJECTS) $(cacaoh_OBJECTS)
164
165 all: all-recursive-am all-am
166
167 .SUFFIXES:
168 .SUFFIXES: .S .c .o .s
169 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
170         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
171
172 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
173         cd $(top_builddir) \
174           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
175
176 $(ACLOCAL_M4):  configure.in 
177         cd $(srcdir) && $(ACLOCAL)
178
179 config.status: $(srcdir)/configure
180         $(SHELL) ./config.status --recheck
181 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
182         cd $(srcdir) && $(AUTOCONF)
183
184 config.h: stamp-h
185         @:
186 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
187         cd $(top_builddir) \
188           && CONFIG_FILES= CONFIG_HEADERS=config.h \
189              $(SHELL) ./config.status
190         @echo timestamp > stamp-h
191 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
192 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
193         cd $(top_srcdir) && $(AUTOHEADER)
194         @echo timestamp > $(srcdir)/stamp-h.in
195
196 mostlyclean-hdr:
197
198 clean-hdr:
199
200 distclean-hdr:
201         -rm -f config.h
202
203 maintainer-clean-hdr:
204
205 mostlyclean-binPROGRAMS:
206
207 clean-binPROGRAMS:
208         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
209
210 distclean-binPROGRAMS:
211
212 maintainer-clean-binPROGRAMS:
213
214 install-binPROGRAMS: $(bin_PROGRAMS)
215         @$(NORMAL_INSTALL)
216         $(mkinstalldirs) $(DESTDIR)$(bindir)
217         @list='$(bin_PROGRAMS)'; for p in $$list; do \
218           if test -f $$p; then \
219             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
220              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
221           else :; fi; \
222         done
223
224 uninstall-binPROGRAMS:
225         @$(NORMAL_UNINSTALL)
226         list='$(bin_PROGRAMS)'; for p in $$list; do \
227           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
228         done
229
230 mostlyclean-noinstPROGRAMS:
231
232 clean-noinstPROGRAMS:
233         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
234
235 distclean-noinstPROGRAMS:
236
237 maintainer-clean-noinstPROGRAMS:
238
239 .c.o:
240         $(COMPILE) -c $<
241
242 .s.o:
243         $(COMPILE) -c $<
244
245 .S.o:
246         $(COMPILE) -c $<
247
248 mostlyclean-compile:
249         -rm -f *.o core *.core
250
251 clean-compile:
252
253 distclean-compile:
254         -rm -f *.tab.c
255
256 maintainer-clean-compile:
257
258 cacao: $(cacao_OBJECTS) $(cacao_DEPENDENCIES)
259         @rm -f cacao
260         $(LINK) $(cacao_LDFLAGS) $(cacao_OBJECTS) $(cacao_LDADD) $(LIBS)
261
262 cacaoh: $(cacaoh_OBJECTS) $(cacaoh_DEPENDENCIES)
263         @rm -f cacaoh
264         $(LINK) $(cacaoh_LDFLAGS) $(cacaoh_OBJECTS) $(cacaoh_LDADD) $(LIBS)
265
266 install-man1:
267         $(mkinstalldirs) $(DESTDIR)$(man1dir)
268         @list='$(man1_MANS)'; \
269         l2='$(man_MANS)'; for i in $$l2; do \
270           case "$$i" in \
271             *.1*) list="$$list $$i" ;; \
272           esac; \
273         done; \
274         for i in $$list; do \
275           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
276           else file=$$i; fi; \
277           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
278           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
279           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
280           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
281           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
282         done
283
284 uninstall-man1:
285         @list='$(man1_MANS)'; \
286         l2='$(man_MANS)'; for i in $$l2; do \
287           case "$$i" in \
288             *.1*) list="$$list $$i" ;; \
289           esac; \
290         done; \
291         for i in $$list; do \
292           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
293           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
294           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
295           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
296           rm -f $(DESTDIR)$(man1dir)/$$inst; \
297         done
298 install-man: $(MANS)
299         @$(NORMAL_INSTALL)
300         $(MAKE) install-man1
301 uninstall-man:
302         @$(NORMAL_UNINSTALL)
303         $(MAKE) uninstall-man1
304
305 # This directory's subdirectories are mostly independent; you can cd
306 # into them and run `make' without going through this Makefile.
307 # To change the values of `make' variables: instead of editing Makefiles,
308 # (1) if the variable is set in `config.status', edit `config.status'
309 #     (which will cause the Makefiles to be regenerated when you run `make');
310 # (2) otherwise, pass the desired values on the `make' command line.
311
312 @SET_MAKE@
313
314 all-recursive install-data-recursive install-exec-recursive \
315 installdirs-recursive install-recursive uninstall-recursive  \
316 check-recursive installcheck-recursive info-recursive dvi-recursive:
317         @set fnord $(MAKEFLAGS); amf=$$2; \
318         list='$(SUBDIRS)'; for subdir in $$list; do \
319           target=`echo $@ | sed s/-recursive//`; \
320           echo "Making $$target in $$subdir"; \
321           (cd $$subdir && $(MAKE) $$target) \
322            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
323         done && test -z "$$fail"
324
325 mostlyclean-recursive clean-recursive distclean-recursive \
326 maintainer-clean-recursive:
327         @set fnord $(MAKEFLAGS); amf=$$2; \
328         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
329           rev="$$subdir $$rev"; \
330         done; \
331         for subdir in $$rev; do \
332           target=`echo $@ | sed s/-recursive//`; \
333           echo "Making $$target in $$subdir"; \
334           (cd $$subdir && $(MAKE) $$target) \
335            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
336         done && test -z "$$fail"
337 tags-recursive:
338         list='$(SUBDIRS)'; for subdir in $$list; do \
339           (cd $$subdir && $(MAKE) tags); \
340         done
341
342 tags: TAGS
343
344 ID: $(HEADERS) $(SOURCES) $(LISP)
345         here=`pwd` && cd $(srcdir) \
346           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
347
348 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
349         tags=; \
350         here=`pwd`; \
351         list='$(SUBDIRS)'; for subdir in $$list; do \
352           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
353         done; \
354         list='$(SOURCES) $(HEADERS)'; \
355         unique=`for i in $$list; do echo $$i; done | \
356           awk '    { files[$$0] = 1; } \
357                END { for (i in files) print i; }'`; \
358         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
359           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
360
361 mostlyclean-tags:
362
363 clean-tags:
364
365 distclean-tags:
366         -rm -f TAGS ID
367
368 maintainer-clean-tags:
369
370 distdir = $(PACKAGE)-$(VERSION)
371 top_distdir = $(distdir)
372
373 # This target untars the dist file and tries a VPATH configuration.  Then
374 # it guarantees that the distribution is self-contained by making another
375 # tarfile.
376 distcheck: dist
377         -rm -rf $(distdir)
378         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
379         mkdir $(distdir)/=build
380         mkdir $(distdir)/=inst
381         dc_install_base=`cd $(distdir)/=inst && pwd`; \
382         cd $(distdir)/=build \
383           && ../configure --srcdir=.. --prefix=$$dc_install_base \
384           && $(MAKE) \
385           && $(MAKE) dvi \
386           && $(MAKE) check \
387           && $(MAKE) install \
388           && $(MAKE) installcheck \
389           && $(MAKE) dist
390         -rm -rf $(distdir)
391         @echo "========================"; \
392         echo "$(distdir).tar.gz is ready for distribution"; \
393         echo "========================"
394 dist: distdir
395         -chmod -R a+r $(distdir)
396         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
397         -rm -rf $(distdir)
398 dist-all: distdir
399         -chmod -R a+r $(distdir)
400         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
401         -rm -rf $(distdir)
402 distdir: $(DISTFILES)
403         -rm -rf $(distdir)
404         mkdir $(distdir)
405         -chmod 777 $(distdir)
406         $(mkinstalldirs) $(distdir)/doc $(distdir)/html
407         @for file in $(DISTFILES); do \
408           d=$(srcdir); \
409           test -f $(distdir)/$$file \
410           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
411           || cp -p $$d/$$file $(distdir)/$$file; \
412         done
413         for subdir in $(SUBDIRS); do \
414           test -d $(distdir)/$$subdir \
415           || mkdir $(distdir)/$$subdir \
416           || exit 1; \
417           chmod 777 $(distdir)/$$subdir; \
418           (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
419             || exit 1; \
420         done
421 info: info-recursive
422 dvi: dvi-recursive
423 check: all-am
424         $(MAKE) check-recursive
425 installcheck: installcheck-recursive
426 all-recursive-am: config.h
427         $(MAKE) all-recursive
428
429 all-am: Makefile $(PROGRAMS) $(MANS) config.h
430
431 install-exec-am: install-binPROGRAMS
432
433 install-data-am: install-man
434
435 uninstall-am: uninstall-binPROGRAMS uninstall-man
436
437 install-exec: install-exec-recursive install-exec-am
438         @$(NORMAL_INSTALL)
439
440 install-data: install-data-recursive install-data-am
441         @$(NORMAL_INSTALL)
442
443 install: install-recursive install-exec-am install-data-am
444         @:
445
446 uninstall: uninstall-recursive uninstall-am
447
448 install-strip:
449         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
450 installdirs: installdirs-recursive
451         $(mkinstalldirs)  $(DATADIR)$(bindir) $(DESTDIR)$(mandir)/man1
452
453
454 mostlyclean-generic:
455         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
456
457 clean-generic:
458         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
459
460 distclean-generic:
461         -rm -f Makefile $(DISTCLEANFILES)
462         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
463         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
464
465 maintainer-clean-generic:
466         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
467         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
468 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
469                 mostlyclean-noinstPROGRAMS mostlyclean-compile \
470                 mostlyclean-tags mostlyclean-generic
471
472 clean-am:  clean-hdr clean-binPROGRAMS clean-noinstPROGRAMS \
473                 clean-compile clean-tags clean-generic mostlyclean-am
474
475 distclean-am:  distclean-hdr distclean-binPROGRAMS \
476                 distclean-noinstPROGRAMS distclean-compile \
477                 distclean-tags distclean-generic clean-am
478
479 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
480                 maintainer-clean-noinstPROGRAMS \
481                 maintainer-clean-compile maintainer-clean-tags \
482                 maintainer-clean-generic distclean-am
483
484 mostlyclean:  mostlyclean-recursive mostlyclean-am
485
486 clean:  clean-recursive clean-am
487
488 distclean:  distclean-recursive distclean-am
489         -rm -f config.status
490
491 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
492         @echo "This command is intended for maintainers to use;"
493         @echo "it deletes files that may require special tools to rebuild."
494         -rm -f config.status
495
496 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
497 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
498 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
499 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
500 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
501 mostlyclean-compile distclean-compile clean-compile \
502 maintainer-clean-compile install-man1 uninstall-man1 install-man \
503 uninstall-man install-data-recursive uninstall-data-recursive \
504 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
505 uninstalldirs-recursive all-recursive check-recursive \
506 installcheck-recursive info-recursive dvi-recursive \
507 mostlyclean-recursive distclean-recursive clean-recursive \
508 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
509 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
510 installcheck all-recursive-am all-am install-exec-am install-data-am \
511 uninstall-am install-exec install-data install uninstall all \
512 installdirs mostlyclean-generic distclean-generic clean-generic \
513 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
514
515
516 native.c: nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh
517
518 nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh: cacaoh
519         ./cacaoh \
520                 java.lang.Object \
521                 java.lang.String \
522                 java.lang.Class \
523                 java.lang.ClassLoader \
524                 java.lang.Compiler \
525                 java.lang.Double \
526                 java.lang.Float \
527                 java.lang.Math \
528                 java.lang.Runtime \
529                 java.lang.SecurityManager \
530                 java.lang.System \
531                 java.lang.Thread \
532                 java.lang.ThreadGroup \
533                 java.lang.Throwable \
534                 java.io.File \
535                 java.io.FileDescriptor \
536                 java.io.FileInputStream \
537                 java.io.FileOutputStream \
538                 java.io.PrintStream \
539                 java.io.RandomAccessFile \
540                 java.util.Properties \
541                 java.util.Date
542
543 @SYSDEP_DIR@/asmpart.o: $(top_srcdir)/@SYSDEP_DIR@/asmpart.c @SYSDEP_DIR@/offsets.h
544         rm -f @SYSDEP_DIR@/asmpart.s
545         @CPP@ $(INCLUDES) $(top_srcdir)/@SYSDEP_DIR@/asmpart.c \
546                         > @SYSDEP_DIR@/asmpart.s
547         @CC@ $(CFLAGS) $(INCLUDES) -c -o @SYSDEP_DIR@/asmpart.o \
548                         @SYSDEP_DIR@/asmpart.s
549         rm -f asmpart.s
550
551 compiler.o: builtin.h compiler.h global.h loader.h tables.h native.h \
552             asmpart.h compiler.c comp/*.c \
553             @SYSDEP_DIR@/gen.c @SYSDEP_DIR@/disass.c
554         @CC@ $(CFLAGS) $(INCLUDES) -c compiler.c
555
556 # Tell versions [3.59,3.63) of GNU make to not export all variables.
557 # Otherwise a system limit (for SysV at least) may be exceeded.
558 .NOEXPORT: