home *** CD-ROM | disk | FTP | other *** search
Makefile | 2001-03-04 | 16.2 KB | 634 lines |
- # Makefile.in generated automatically by automake 1.4a from Makefile.am
-
- # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
- # Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
-
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- # PARTICULAR PURPOSE.
-
- SHELL = /bin/sh
-
- srcdir = .
- top_srcdir = ..
- prefix = /gg
- exec_prefix = ${prefix}
-
- bindir = ${exec_prefix}/bin
- sbindir = ${exec_prefix}/sbin
- libexecdir = ${exec_prefix}/libexec
- datadir = ${prefix}/share
- sysconfdir = ${prefix}/etc
- sharedstatedir = ${prefix}/com
- localstatedir = ${prefix}/var
- libdir = ${exec_prefix}/lib
- infodir = ${prefix}/info
- mandir = ${prefix}/man
- includedir = ${prefix}/include
- oldincludedir = /usr/include
-
- pkgdatadir = $(datadir)/jikes
- pkglibdir = $(libdir)/jikes
- pkgincludedir = $(includedir)/jikes
-
- top_builddir = ..
-
- ACLOCAL = ${SHELL} /Boot/Home/T/jikes-1.13/missing --run aclocal
- AUTOCONF = ${SHELL} /Boot/Home/T/jikes-1.13/missing --run autoconf
- AUTOMAKE = ${SHELL} /Boot/Home/T/jikes-1.13/missing --run automake
- AUTOHEADER = ${SHELL} /Boot/Home/T/jikes-1.13/missing --run autoheader
-
- INSTALL = /bin/install -c
- INSTALL_PROGRAM = ${INSTALL}
- INSTALL_DATA = ${INSTALL} -m 644
- INSTALL_SCRIPT = ${INSTALL}
- INSTALL_STRIP_FLAG =
- transform = s,x,x,
-
- NORMAL_INSTALL = :
- PRE_INSTALL = :
- POST_INSTALL = :
- NORMAL_UNINSTALL = :
- PRE_UNINSTALL = :
- POST_UNINSTALL = :
-
-
- host_alias = @host_alias@
- host_triplet = m68k-unknown-none
- AMDEP = #
- AMTAR = ${SHELL} /Boot/Home/T/jikes-1.13/missing --run tar
- AWK = gawk
- CC = gcc
- CPP = @CPP@
- CXX = g++
- CXXCPP = g++ -E
- DEPDIR = .deps
- EXEEXT =
- JIKESPG = jikespg
- MAINT = #
- MAKEINFO = ${SHELL} /Boot/Home/T/jikes-1.13/missing --run makeinfo
- OBJEXT = o
- PACKAGE = jikes
- STRIP = strip
- VERSION = 1.13
- install_sh = ./install-sh
-
-
- bin_PROGRAMS = jikes
-
- jikes_SOURCES = \
- ast.cpp \
- body.cpp \
- bytecode.cpp \
- case.cpp \
- code.cpp \
- control.cpp \
- decl.cpp \
- definite.cpp \
- depend.cpp \
- diagnose.cpp \
- double.cpp \
- dump.cpp \
- error.cpp \
- expr.cpp \
- getclass.cpp \
- incrmnt.cpp \
- init.cpp \
- javaact.cpp \
- jikes.cpp \
- jikesapi.cpp \
- long.cpp \
- lookup.cpp \
- lpginput.cpp \
- modifier.cpp \
- op.cpp \
- option.cpp \
- parser.cpp \
- scanner.cpp \
- segment.cpp \
- set.cpp \
- stream.cpp \
- symbol.cpp \
- system.cpp \
- tab.cpp \
- unparse.cpp \
- unzip.cpp \
- zip.cpp \
- platform.cpp \
- amiga.c \
- jikesapi.h
-
-
- # FIXME : jikesapi.h does not get installed right now.
-
- noinst_HEADERS = \
- access.h \
- ast.h \
- bytecode.h \
- case.h \
- class.h \
- code.h \
- control.h \
- depend.h \
- diagnose.h \
- double.h \
- error.h \
- getclass.h \
- javaact.h \
- javadcl.h \
- javadef.h \
- javaprs.h \
- javasym.h \
- jikesapi.h \
- long.h \
- lookup.h \
- lpginput.h \
- op.h \
- option.h \
- parser.h \
- platform.h \
- scanner.h \
- segment.h \
- semantic.h \
- set.h \
- spell.h \
- stream.h \
- symbol.h \
- tab.h \
- table.h \
- tuple.h \
- unzip.h \
- zip.h
-
-
- # Include the java.g file in the .tar ball
-
- EXTRA_DIST = java.g
-
- # The rest of the entries in this file are dependencies
- # manually extracted from the .h and .cpp files. We
- # can not use the automatic dependency tracking in
- # automake because it has some serious portability
- # problems with non-gcc compilers. If dependencies
- # are changed in the source code, these deps will
- # need to be manually updated.
-
- access_h = access.h platform.h
-
- ast_h = ast.h platform.h stream.h symbol.h set.h
-
- bytecode_h = bytecode.h platform.h tuple.h ast.h class.h \
- option.h long.h op.h segment.h
-
-
- case_h = case.h platform.h
-
- class_h = class.h platform.h semantic.h access.h tuple.h op.h
-
- code_h = code.h platform.h
-
- control_h = control.h platform.h option.h symbol.h tuple.h set.h
-
- depend_h = depend.h platform.h
-
- diagnose_h = diagnose.h platform.h parser.h jikesapi.h
-
- double_h = double.h platform.h
-
- error_h = error.h platform.h stream.h tuple.h jikesapi.h
-
- getclass_h = getclass.h platform.h semantic.h long.h double.h
-
- javaact_h = javaact.h
-
- javadcl_h = javadcl.h
-
- javadef_h = javadef.h
-
- javaprs_h = javaprs.h
-
- javasym_h = javasym.h
-
- jikesapi_h = jikesapi.h
-
- long_h = long.h platform.h
-
- lookup_h = lookup.h platform.h tuple.h long.h double.h
-
- lpginput_h = lpginput.h platform.h stream.h
-
- op_h = op.h platform.h tuple.h
-
- option_h = option.h platform.h code.h tuple.h jikesapi.h
-
- parser_h = parser.h platform.h lpginput.h
-
- platform_h = platform.h config.h tuple.h
-
- scanner_h = scanner.h platform.h code.h javadef.h javasym.h stream.h
-
- segment_h = segment.h platform.h tuple.h
-
- semantic_h = semantic.h platform.h ast.h diagnose.h error.h \
- symbol.h control.h tuple.h set.h
-
-
- set_h = set.h platform.h symbol.h
-
- spell_h = spell.h platform.h case.h
-
- stream_h = stream.h platform.h javadef.h javasym.h tuple.h \
- tab.h lookup.h jikesapi.h
-
-
- symbol_h = symbol.h platform.h code.h stream.h option.h lookup.h \
- depend.h access.h tuple.h case.h
-
-
- tab_h = tab.h platform.h
-
- table_h = table.h platform.h symbol.h
-
- tuple_h = tuple.h jikesapi.h
-
- unzip_h = unzip.h platform.h
-
- zip_h = zip.h platform.h tuple.h unzip.h
- subdir = src
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = config.h
- CONFIG_CLEAN_FILES =
- bin_PROGRAMS = jikes$(EXEEXT)
- PROGRAMS = $(bin_PROGRAMS)
-
-
- DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.
- CPPFLAGS =
- LDFLAGS = -s -m68020-60 -m68881
- # Use GG:lib/libnix/swapstack.o when compiling for a 68000
- # Use GG:lib/libm020/libnix/swapstack.o when compiling for a 68020+
- LIBS = GG:lib/libm020/libnix/swapstack.o -licu-uc -lw -noixemul
- am_jikes_OBJECTS = ast.$(OBJEXT) body.$(OBJEXT) bytecode.$(OBJEXT) \
- case.$(OBJEXT) code.$(OBJEXT) control.$(OBJEXT) decl.$(OBJEXT) \
- definite.$(OBJEXT) depend.$(OBJEXT) diagnose.$(OBJEXT) double.$(OBJEXT) \
- dump.$(OBJEXT) error.$(OBJEXT) expr.$(OBJEXT) getclass.$(OBJEXT) \
- incrmnt.$(OBJEXT) init.$(OBJEXT) javaact.$(OBJEXT) jikes.$(OBJEXT) \
- jikesapi.$(OBJEXT) long.$(OBJEXT) lookup.$(OBJEXT) lpginput.$(OBJEXT) \
- modifier.$(OBJEXT) op.$(OBJEXT) option.$(OBJEXT) parser.$(OBJEXT) \
- scanner.$(OBJEXT) segment.$(OBJEXT) set.$(OBJEXT) stream.$(OBJEXT) \
- symbol.$(OBJEXT) system.$(OBJEXT) tab.$(OBJEXT) unparse.$(OBJEXT) \
- unzip.$(OBJEXT) zip.$(OBJEXT) platform.$(OBJEXT) amiga.$(OBJEXT)
- jikes_OBJECTS = $(am_jikes_OBJECTS)
- jikes_LDADD = $(LDADD)
- jikes_DEPENDENCIES =
- jikes_LDFLAGS =
- CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
- CXXFLAGS = -O0 -m68020-60 -m68881 -DICU131 -Dstat=mystat -Dfopen=myfopen -Dopendir=myopendir -Dmkdir=mymkdir
- CXXLD = $(CXX)
- CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
- CFLAGS = -O0 -m68020-60 -m68881 -DICU131 -Dstat=mystat -Dfopen=myfopen -Dopendir=myopendir -Dmkdir=mymkdir
- COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
- DIST_SOURCES = $(jikes_SOURCES)
- HEADERS = $(noinst_HEADERS)
-
- depcomp =
- DIST_COMMON = $(noinst_HEADERS) ./stamp-h.in Makefile.am Makefile.in \
- config.h.in
-
-
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-
- GZIP_ENV = --best
- SOURCES = $(jikes_SOURCES)
- OBJECTS = $(am_jikes_OBJECTS)
-
- all: all-redirect
- .SUFFIXES:
- .SUFFIXES: .c .cpp .h .o .obj
- $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps src/Makefile
-
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) \
- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
- config.h: stamp-h
- @if test ! -f $@; then \
- rm -f stamp-h; \
- $(MAKE) stamp-h; \
- else :; fi
- stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
- @rm -f stamp-h stamp-hT
- @echo timestamp > stamp-hT 2> /dev/null
- cd $(top_builddir) \
- && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
- $(SHELL) ./config.status
- @mv stamp-hT stamp-h
- $(srcdir)/config.h.in: #$(srcdir)/./stamp-h.in
- @if test ! -f $@; then \
- rm -f $(srcdir)/./stamp-h.in; \
- $(MAKE) $(srcdir)/./stamp-h.in; \
- else :; fi
- $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
- @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
- @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
- cd $(top_srcdir) && $(AUTOHEADER)
- @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
-
- mostlyclean-hdr:
-
- clean-hdr:
-
- distclean-hdr:
- -rm -f config.h
-
- maintainer-clean-hdr:
-
- mostlyclean-binPROGRAMS:
-
- clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-
- distclean-binPROGRAMS:
-
- maintainer-clean-binPROGRAMS:
-
- install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(bindir)
- @list='$(bin_PROGRAMS)'; for p in $$list; do \
- if test -f $$p; then \
- f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
- echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f"; \
- $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f; \
- else :; fi; \
- done
-
- uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; for p in $$list; do \
- f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
- echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
- rm -f $(DESTDIR)$(bindir)/$$f; \
- done
-
- mostlyclean-compile:
- -rm -f *.o core *.core
- -rm -f *.$(OBJEXT)
-
- clean-compile:
-
- distclean-compile:
- -rm -f *.tab.c
-
- maintainer-clean-compile:
-
- jikes$(EXEEXT): $(jikes_OBJECTS) $(jikes_DEPENDENCIES)
- @rm -f jikes$(EXEEXT)
- $(CXXLINK) $(jikes_LDFLAGS) $(jikes_OBJECTS) $(jikes_LDADD) $(LIBS)
- .cpp.o:
- $(CXXCOMPILE) -c -o $@ $<
- .cpp.obj:
- $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
-
- tags: TAGS
-
- ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- mkid -fID $$unique $(LISP)
-
- TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- tags=; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
- || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
-
- mostlyclean-tags:
-
- clean-tags:
-
- distclean-tags:
- -rm -f TAGS ID
-
- maintainer-clean-tags:
-
- distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
- distdir: $(DISTFILES)
- @for file in $(DISTFILES); do \
- d=$(srcdir); \
- if test -d $$d/$$file; then \
- cp -pR $$d/$$file $(distdir) \
- || exit 1; \
- else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
- || exit 1; \
- fi; \
- done
- info-am:
- info: info-am
- dvi-am:
- dvi: dvi-am
- check-am: all-am
- check: check-am
- installcheck-am:
- installcheck: installcheck-am
- all-recursive-am: config.h
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
-
- install-exec-am: install-binPROGRAMS
- install-exec: install-exec-am
-
- install-data-am:
- install-data: install-data-am
-
- install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- install: install-am
- uninstall-am: uninstall-binPROGRAMS
- uninstall: uninstall-am
- all-am: Makefile $(PROGRAMS) $(HEADERS) config.h
- all-redirect: all-am
- install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
- installdirs:
- $(mkinstalldirs) $(DESTDIR)$(bindir)
-
-
- mostlyclean-generic:
-
- clean-generic:
-
- distclean-generic:
- -rm -f Makefile $(CONFIG_CLEAN_FILES)
- -rm -f config.cache config.log stamp-h stamp-h[0-9]*
-
- maintainer-clean-generic:
- -rm -f Makefile.in
- mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
- mostlyclean-compile mostlyclean-tags \
- mostlyclean-generic
-
- mostlyclean: mostlyclean-am
-
- clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
- clean-generic mostlyclean-am
-
- clean: clean-am
-
- distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
- distclean-tags distclean-generic clean-am
-
- distclean: distclean-am
-
- maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
- maintainer-clean-compile maintainer-clean-tags \
- maintainer-clean-generic distclean-am
- @echo "This command is intended for maintainers to use;"
- @echo "it deletes files that may require special tools to rebuild."
-
- maintainer-clean: maintainer-clean-am
-
- .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
- mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
- maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
- mostlyclean-compile distclean-compile clean-compile \
- maintainer-clean-compile tags mostlyclean-tags distclean-tags \
- clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
- check-am installcheck-am installcheck all-recursive-am install-exec-am \
- install-exec install-data-am install-data install-am install \
- uninstall-am uninstall all-redirect all-am all install-strip \
- installdirs mostlyclean-generic distclean-generic clean-generic \
- maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-
-
- # Special rule to remake autogenerated Java files
-
- jikespg:
- cd $(srcdir)
- jikespg java.g
- rm -f java.l
-
- # This rule will build an efence malloc debugging enabled version of jikes.
- # This should be used for testing purposes only! It is really slow!
-
- efence:
- @rm -f jikes$(EXEEXT)
- $(CXXLINK) -o jikes$(EXEEXT) $(jikes_OBJECTS) -lstdc++ -lefence
-
- ast.$(OBJEXT) : ast.cpp $(ast_h)
-
- body.$(OBJEXT) : body.cpp $(platform_h) $(semantic_h) $(control_h)
-
- bytecode.$(OBJEXT) : bytecode.cpp $(bytecode_h) $(ast_h) $(class_h) \
- $(control_h) $(semantic_h) $(stream_h) $(symbol_h) $(table_h)
-
- case.$(OBJEXT) : case.cpp $(case_h)
-
- code.$(OBJEXT) : code.cpp $(code_h)
-
- control.$(OBJEXT) : control.cpp $(control_h) $(scanner_h) $(parser_h) \
- $(semantic_h) $(error_h) $(bytecode_h) $(case_h)
-
- decl.$(OBJEXT) : decl.cpp $(platform_h) $(semantic_h) $(control_h) \
- $(depend_h) $(table_h) $(tuple_h)
-
- definite.$(OBJEXT) : definite.cpp $(platform_h) $(semantic_h)
-
- depend.$(OBJEXT) : depend.cpp $(depend_h) $(control_h) $(ast_h) \
- $(semantic_h)
-
- diagnose.$(OBJEXT) : diagnose.cpp $(diagnose_h) $(control_h) \
- $(semantic_h) $(case_h) $(spell_h)
-
- double.$(OBJEXT) : double.cpp $(double_h) $(long_h)
-
- dump.$(OBJEXT) : dump.cpp $(platform_h) $(javasym_h) $(control_h) \
- $(stream_h)
-
- error.$(OBJEXT) : error.cpp $(error_h) $(control_h) $(semantic_h) \
- $(ast_h)
-
- expr.$(OBJEXT) : expr.cpp $(platform_h) $(double_h) $(parser_h) \
- $(semantic_h) $(control_h) $(table_h) $(tuple_h) $(spell_h)
-
- getclass.$(OBJEXT) : getclass.cpp $(getclass_h) $(control_h) \
- $(semantic_h) $(access_h) $(zip_h) $(jikesapi_h)
-
- incrmnt.$(OBJEXT) : incrmnt.cpp $(platform_h) $(control_h) \
- $(scanner_h) $(parser_h) $(semantic_h) $(case_h) $(set_h)
-
- init.$(OBJEXT) : init.cpp $(platform_h) $(semantic_h) $(control_h)
-
- javaact.$(OBJEXT) : javaact.cpp $(platform_h) $(parser_h) $(ast_h) $(javaact_h)
-
- jikes.$(OBJEXT) : jikes.cpp $(platform_h) $(jikesapi_h)
-
- jikesapi.$(OBJEXT) : jikesapi.cpp $(platform_h) $(control_h) $(jikesapi_h)
-
- long.$(OBJEXT) : long.cpp $(long_h) $(double_h)
-
- lookup.$(OBJEXT) : $(lookup_cpp) $(lookup_h) $(control_h) \
- $(symbol_h) $(code_h) $(ast_h) $(case_h)
-
- lpginput.$(OBJEXT) : lpginput.cpp $(lpginput_h) $(javadcl_h)
-
- modifier.$(OBJEXT) : modifier.cpp $(platform_h) $(semantic_h)
-
- op.$(OBJEXT) : op.cpp $(op_h)
-
- option.$(OBJEXT) : option.cpp $(option_h) $(javasym_h) \
- $(error_h) $(case_h)
-
- parser.$(OBJEXT) : parser.cpp $(parser_h) $(ast_h)
-
- platform.$(OBJEXT) : platform.cpp $(platform_h) $(long_h) $(double_h)
-
- scanner.$(OBJEXT) : scanner.cpp $(scanner_h) $(control_h) $(error_h)
-
- segment.$(OBJEXT) : segment.cpp $(segment_h)
-
- set.$(OBJEXT) : set.cpp $(set_h)
-
- stream.$(OBJEXT) : stream.cpp $(stream_h) $(code_h) $(zip_h) \
- $(symbol_h) $(control_h) $(semantic_h)
-
- system.$(OBJEXT) : system.cpp $(platform_h) $(control_h) \
- $(semantic_h) $(zip_h)
-
- symbol.$(OBJEXT) : symbol.cpp $(symbol_h) $(stream_h) \
- $(control_h) $(ast_h) $(semantic_h) $(table_h) $(zip_h) \
- $(set_h) $(case_h)
-
- tab.$(OBJEXT) : tab.cpp $(tab_h)
-
- unparse.$(OBJEXT) : unparse.cpp $(ast_h)
-
- unzip.$(OBJEXT) : unzip.cpp $(unzip_h)
-
- zip.$(OBJEXT) : zip.cpp $(zip_h) $(control_h) $(symbol_h)
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
-