2002-03-26 01:54:41 +01:00
|
|
|
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
1999-04-07 16:42:40 +02:00
|
|
|
|
2002-03-26 01:54:41 +01:00
|
|
|
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
1999-04-07 16:42:40 +02:00
|
|
|
# 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.
|
|
|
|
|
1999-09-02 08:27:00 +02:00
|
|
|
|
1999-04-07 16:42:40 +02:00
|
|
|
SHELL = @SHELL@
|
|
|
|
|
|
|
|
srcdir = @srcdir@
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
prefix = @prefix@
|
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
|
|
|
|
bindir = @bindir@
|
|
|
|
sbindir = @sbindir@
|
|
|
|
libexecdir = @libexecdir@
|
|
|
|
datadir = @datadir@
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
localstatedir = @localstatedir@
|
|
|
|
libdir = @libdir@
|
|
|
|
infodir = @infodir@
|
|
|
|
mandir = @mandir@
|
|
|
|
includedir = @includedir@
|
|
|
|
oldincludedir = /usr/include
|
|
|
|
|
|
|
|
DESTDIR =
|
|
|
|
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
|
|
|
|
top_builddir = ..
|
|
|
|
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
|
|
|
|
INSTALL = @INSTALL@
|
1999-09-02 08:27:00 +02:00
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
1999-04-07 16:42:40 +02:00
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
transform = @program_transform_name@
|
|
|
|
|
|
|
|
NORMAL_INSTALL = :
|
|
|
|
PRE_INSTALL = :
|
|
|
|
POST_INSTALL = :
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
POST_UNINSTALL = :
|
|
|
|
build_alias = @build_alias@
|
|
|
|
build_triplet = @build@
|
|
|
|
host_alias = @host_alias@
|
|
|
|
host_triplet = @host@
|
|
|
|
target_alias = @target_alias@
|
|
|
|
target_triplet = @target@
|
|
|
|
AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
|
|
|
|
AR = @AR@
|
|
|
|
AS = @AS@
|
|
|
|
CC = @CC@
|
2002-03-27 17:41:44 +01:00
|
|
|
CHECKREFSPEC = @CHECKREFSPEC@
|
1999-04-07 16:42:40 +02:00
|
|
|
COMPPATH = @COMPPATH@
|
|
|
|
CXX = @CXX@
|
|
|
|
CXXCPP = @CXXCPP@
|
2000-01-17 20:22:20 +01:00
|
|
|
DIRLTDL = @DIRLTDL@
|
[multiple changes]
1999-08-09 Anthony Green <green@cygnus.com>
* gij.cc: New file.
* include/config.h.in: Rebuilt.
* acconfig.h: Add INTERPRETER.
* configure: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (libffi_files): Identify the libffi object files for
inclusion in libgcj.
(LIBFFIINCS): Define.
* interpret.cc (gnu::gcj::runtime::MethodInvocation::continue1):
Dummy definition for configurations without an interpreter.
* java/net/natPlainSocketImpl.cc (getOption): Disamiguate call to
java::lang::Boolean constructor.
* include/java-interp.h: Always include java-cpool.h.
* java/lang/natClassLoader.cc (getVMClassLoader0): Always return 0
when INTERPRETER not defined.
* java/lang/Class.h (finalize): Define.
* gnu/gcj/util/path/DirectoryPathEntry.java (getURL): Catch
IOException from File.getCanonicalPath.
(getStream): Likewise.
* NEWS: More news.
* THANKS: More thanks.
1999-08-09 Kresten Krab Thorup <krab@gnu.org>
* resolve.cc (get_ffi_type_from_signature): Generate uint16 for
jchar type.
(_Jv_PrepareClass): Allow non-abstract classes to
have abstract subclasses.
(_Jv_ResolvePoolEntry): Revert subclass check for protected
fields and methods.
* interpret.cc (continue1/perform_invoke): Don't sign extend
uint16 return val.
(continue1/lshl,lshr): Push long, not int.
(continue1/ulshr): Use UINT64, not long long.
* defineclass.cc (handleFieldsEnd): Handle case when all fields
are static.
* java/lang/natClass.cc (forName): Add call to _Jv_InitClass.
* java/lang/FirstThread.java (run): Add top-level exception
handler.
(run0): Renamed from run.
1999-08-08 Kresten Krab Thorup <krab@gnu.org>
* configure.in (--with-interpreter): Added.
* include/config.h.in (INTERPRETER): Added.
* java/lang/ClassLoader.java: File replaced.
* java/lang/VMClassLoader.java: New file.
* java/lang/natClassLoader.cc: New file.
* gnu/gcj/runtime/MethodInvocation.java: New file.
* gnu/gcj/util/path/SearchPath.java: New file.
* gnu/gcj/util/path/PathEntry.java: New file.
* gnu/gcj/util/path/DirectoryPathEntry.java: New file.
* gnu/gcj/util/path/ZipPathEntry.java: New file.
* gnu/gcj/util/path/URLPathEntry.java: New file.
* gnu/gcj/util/path/CacheEntry.java: New file.
* include/java-interp.h: New file.
* include/java-cpool.h: New file.
* include/java-insns.h: New file.
* defineclass.cc: New file.
* interpret.cc: New file.
* resolve.cc: New file.
* java/lang/natClass.cc (loaded_classes, _Jv_RegisterClass,
_Jv_RegisterClasses, _Jv_FindClassInCache, _Jv_FindClass,
_Jv_NewClass, _Jv_FindArrayClass): Moved to natClassLoader.cc.
(finalize): New.
(STATE_NOTHING, STATE_RESOLVED, STATE_IN_PROGRESS, STATE_DONE,
STATE_ERROR): Moved to java/lang/Class.h and renamed with JV_
prefix.
(initializeClass): Use new JV_ prefixed names. Also, call
ClassLoader::resolveClass instead of _Jv_ResolveClass.
* java/lang/Class.h (JV_STATE_PRELOADING, JV_STATE_LOADING,
JV_STATE_LOADED, JV_STATE_COMPILED, JV_STATE_PREPARED,
JV_STATE_LINKED): New.
(_Jv_WaitForState, _Jv_RegisterInitiatingLoader,
_Jv_UnregisterClass, _Jv_InternClassStrings): New friends.
(_Jv_IsInterpretedClass, _Jv_InitField, _Jv_LookupDeclaredMethod,
_Jv_DetermineVTableIndex, _Jv_ResolvePoolEntry, _Jv_PrepareClass,
_Jv_ClassReader, _Jv_InterpClass, _Jv_InterpMethod,
_Jv_InterpMethodInvocation): New friends for interpreter.
(finalize): New.
(CONSTANT_Class, CONSTANT_String, etc.): Moved to
include/java-cpool.h and renamed with JV_ prefix.
* include/jvm.h (_Jv_makeUtf8Const, _Jv_makeUtf8TypeConst): New
decls.
(_Jv_UnregisterClass): New decl.
* java/lang/natClassLoader.cc (_Jv_FindArrayClass): Added
class loader argument.
(_Jv_FindClass): Use class loader.
* prims.cc (_Jv_makeUtf8Const): New function.
(_Jv_NewObjectArray): Change use of _Jv_FindArrayClass.
(_Jv_NewPrimArray): Ditto.
(_Jv_FindClassFromSignature): Ditto.
* java/lang/reflect/natArray.cc (newInstance): Ditto.
* java/lang/reflect/natMethod.cc (getType): Ditto.
* include/java-field.h (_Jv_Field::isRef): Make robust for
non-resolved contexts.
* boehm.cc (_Jv_MarkObj): Mark interpreter-related fields.
Also, don't mark class->next field.
* java/lang/VirtualMachineError.java: Added FIXME note.
* configure.in (INTERPSPEC): New spec.
* libgcj.spec.in: Added INTERPSPEC.
* Makefile.am: Added gcjh friends for java/lang/VMClassLoader and
gnu/gcj/runtime/MethodInvocation.
(libgcj_la_SOURCES): Added resolve.cc defineclass.cc interpret.cc.
(ordinary_java_source_files): Added above mentioned java classes.
* configure: Rebuilt.
* Makefile.in: Rebuilt.
From-SVN: r28597
1999-08-08 16:06:23 +02:00
|
|
|
DIVIDESPEC = @DIVIDESPEC@
|
1999-04-26 16:28:20 +02:00
|
|
|
DLLTOOL = @DLLTOOL@
|
2001-05-22 08:47:48 +02:00
|
|
|
EXCEPTIONSPEC = @EXCEPTIONSPEC@
|
1999-04-07 16:42:40 +02:00
|
|
|
EXEEXT = @EXEEXT@
|
2001-04-05 01:38:53 +02:00
|
|
|
GCC_UNWIND_INCLUDE = @GCC_UNWIND_INCLUDE@
|
1999-04-07 16:42:40 +02:00
|
|
|
GCDEPS = @GCDEPS@
|
|
|
|
GCINCS = @GCINCS@
|
2000-10-06 03:57:45 +02:00
|
|
|
GCJ = @GCJ@
|
|
|
|
GCJFLAGS = @GCJFLAGS@
|
2002-03-26 01:54:41 +01:00
|
|
|
GCJVERSION = @GCJVERSION@
|
1999-04-07 16:42:40 +02:00
|
|
|
GCLIBS = @GCLIBS@
|
|
|
|
GCOBJS = @GCOBJS@
|
1999-05-11 14:11:09 +02:00
|
|
|
GCSPEC = @GCSPEC@
|
2000-03-05 23:26:30 +01:00
|
|
|
GCTESTSPEC = @GCTESTSPEC@
|
2001-05-24 07:40:37 +02:00
|
|
|
HASH_SYNC_SPEC = @HASH_SYNC_SPEC@
|
2000-01-17 20:22:20 +01:00
|
|
|
INCLTDL = @INCLTDL@
|
2000-10-06 03:57:45 +02:00
|
|
|
JC1GCSPEC = @JC1GCSPEC@
|
2001-06-02 10:49:31 +02:00
|
|
|
LIBFFI = @LIBFFI@
|
|
|
|
LIBFFIINCS = @LIBFFIINCS@
|
2000-11-27 00:24:21 +01:00
|
|
|
LIBGCJDEBUG = @LIBGCJDEBUG@
|
2000-03-05 23:26:30 +01:00
|
|
|
LIBGCJTESTSPEC = @LIBGCJTESTSPEC@
|
1999-04-07 16:42:40 +02:00
|
|
|
LIBGCJ_CFLAGS = @LIBGCJ_CFLAGS@
|
|
|
|
LIBGCJ_CXXFLAGS = @LIBGCJ_CXXFLAGS@
|
|
|
|
LIBGCJ_JAVAFLAGS = @LIBGCJ_JAVAFLAGS@
|
2001-08-15 22:46:48 +02:00
|
|
|
LIBICONV = @LIBICONV@
|
2000-01-17 20:22:20 +01:00
|
|
|
LIBLTDL = @LIBLTDL@
|
1999-04-26 16:28:20 +02:00
|
|
|
LIBTOOL = @LIBTOOL@
|
|
|
|
LN_S = @LN_S@
|
1999-04-07 16:42:40 +02:00
|
|
|
MAINT = @MAINT@
|
|
|
|
MAKEINFO = @MAKEINFO@
|
2000-01-17 20:22:20 +01:00
|
|
|
OBJDUMP = @OBJDUMP@
|
2000-10-06 03:57:45 +02:00
|
|
|
OBJEXT = @OBJEXT@
|
1999-04-07 16:42:40 +02:00
|
|
|
PACKAGE = @PACKAGE@
|
|
|
|
PERL = @PERL@
|
2002-02-23 04:15:37 +01:00
|
|
|
PLATFORMOBJS = @PLATFORMOBJS@
|
1999-04-07 16:42:40 +02:00
|
|
|
RANLIB = @RANLIB@
|
2000-10-06 03:57:45 +02:00
|
|
|
STRIP = @STRIP@
|
2000-05-19 19:55:34 +02:00
|
|
|
SYSDEP_SOURCES = @SYSDEP_SOURCES@
|
1999-05-11 14:11:09 +02:00
|
|
|
SYSTEMSPEC = @SYSTEMSPEC@
|
2002-03-26 01:54:41 +01:00
|
|
|
SYS_ZLIBS = @SYS_ZLIBS@
|
1999-04-07 16:42:40 +02:00
|
|
|
THREADDEPS = @THREADDEPS@
|
|
|
|
THREADINCS = @THREADINCS@
|
2002-03-26 01:54:41 +01:00
|
|
|
THREADLDFLAGS = @THREADLDFLAGS@
|
1999-04-07 16:42:40 +02:00
|
|
|
THREADLIBS = @THREADLIBS@
|
|
|
|
THREADOBJS = @THREADOBJS@
|
1999-05-11 14:11:09 +02:00
|
|
|
THREADSPEC = @THREADSPEC@
|
1999-04-07 16:42:40 +02:00
|
|
|
VERSION = @VERSION@
|
1999-05-21 15:09:54 +02:00
|
|
|
ZINCS = @ZINCS@
|
1999-05-11 14:11:09 +02:00
|
|
|
ZLIBS = @ZLIBS@
|
|
|
|
ZLIBSPEC = @ZLIBSPEC@
|
2000-03-05 23:26:30 +01:00
|
|
|
ZLIBTESTSPEC = @ZLIBTESTSPEC@
|
2002-02-27 06:32:29 +01:00
|
|
|
glibjava_CXX = @glibjava_CXX@
|
1999-04-07 16:42:40 +02:00
|
|
|
here = @here@
|
|
|
|
libgcj_basedir = @libgcj_basedir@
|
2001-07-04 00:31:43 +02:00
|
|
|
mkinstalldirs = @mkinstalldirs@
|
2002-03-15 19:03:49 +01:00
|
|
|
tool_include_dir = @tool_include_dir@
|
1999-04-07 16:42:40 +02:00
|
|
|
|
2001-04-05 01:38:53 +02:00
|
|
|
AUTOMAKE_OPTIONS = foreign dejagnu
|
1999-04-07 16:42:40 +02:00
|
|
|
|
|
|
|
# Setup the testing framework, if you have one
|
2001-05-24 07:40:37 +02:00
|
|
|
EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
|
|
|
|
echo $(top_builddir)/../expect/expect ; \
|
|
|
|
else echo expect ; fi`
|
1999-04-07 16:42:40 +02:00
|
|
|
|
|
|
|
|
2001-05-24 07:40:37 +02:00
|
|
|
RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
|
|
|
|
echo $(top_srcdir)/../dejagnu/runtest ; \
|
|
|
|
else echo runtest; fi`
|
1999-04-07 16:42:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
RUNTESTFLAGS = @AM_RUNTESTFLAGS@
|
2001-05-24 07:40:37 +02:00
|
|
|
CONFIG_HEADER = ../include/config.h ../gcj/libgcj-config.h
|
1999-04-07 16:42:40 +02:00
|
|
|
CONFIG_CLEAN_FILES =
|
|
|
|
DIST_COMMON = ChangeLog Makefile.am Makefile.in
|
|
|
|
|
|
|
|
|
1999-09-02 08:27:00 +02:00
|
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
1999-04-07 16:42:40 +02:00
|
|
|
|
2002-03-26 01:54:41 +01:00
|
|
|
TAR = tar
|
1999-04-07 16:42:40 +02:00
|
|
|
GZIP_ENV = --best
|
|
|
|
all: all-redirect
|
|
|
|
.SUFFIXES:
|
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
|
|
cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile
|
|
|
|
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
|
|
|
cd $(top_builddir) \
|
|
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
|
|
|
|
tags: TAGS
|
|
|
|
TAGS:
|
|
|
|
|
|
|
|
|
|
|
|
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
|
|
|
1999-09-02 08:27:00 +02:00
|
|
|
subdir = testsuite
|
|
|
|
|
1999-04-07 16:42:40 +02:00
|
|
|
distdir: $(DISTFILES)
|
|
|
|
here=`cd $(top_builddir) && pwd`; \
|
|
|
|
top_distdir=`cd $(top_distdir) && pwd`; \
|
|
|
|
distdir=`cd $(distdir) && pwd`; \
|
|
|
|
cd $(top_srcdir) \
|
|
|
|
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign testsuite/Makefile
|
|
|
|
@for file in $(DISTFILES); do \
|
|
|
|
d=$(srcdir); \
|
|
|
|
if test -d $$d/$$file; then \
|
2002-03-26 01:54:41 +01:00
|
|
|
cp -pr $$/$$file $(distdir)/$$file; \
|
1999-04-07 16:42:40 +02:00
|
|
|
else \
|
|
|
|
test -f $(distdir)/$$file \
|
|
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|
|
|
fi; \
|
|
|
|
done
|
|
|
|
|
|
|
|
DEJATOOL = $(PACKAGE)
|
|
|
|
|
|
|
|
RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
|
|
|
|
|
|
|
|
check-DEJAGNU: site.exp
|
|
|
|
srcdir=`cd $(srcdir) && pwd`; export srcdir; \
|
|
|
|
EXPECT=$(EXPECT); export EXPECT; \
|
|
|
|
runtest=$(RUNTEST); \
|
|
|
|
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
|
|
|
|
$$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
|
|
|
|
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
|
|
|
|
fi
|
|
|
|
site.exp: Makefile
|
|
|
|
@echo 'Making a new site.exp file...'
|
|
|
|
@test ! -f site.bak || rm -f site.bak
|
|
|
|
@echo '## these variables are automatically generated by make ##' > $@-t
|
|
|
|
@echo '# Do not edit here. If you wish to override these values' >> $@-t
|
|
|
|
@echo '# edit the last section' >> $@-t
|
|
|
|
@echo 'set tool $(DEJATOOL)' >> $@-t
|
|
|
|
@echo 'set srcdir $(srcdir)' >> $@-t
|
|
|
|
@echo 'set objdir' `pwd` >> $@-t
|
|
|
|
@echo 'set host_alias $(host_alias)' >> $@-t
|
|
|
|
@echo 'set host_triplet $(host_triplet)' >> $@-t
|
|
|
|
@echo 'set target_alias $(target_alias)' >> $@-t
|
|
|
|
@echo 'set target_triplet $(target_triplet)' >> $@-t
|
|
|
|
@echo 'set build_alias $(build_alias)' >> $@-t
|
|
|
|
@echo 'set build_triplet $(build_triplet)' >> $@-t
|
|
|
|
@echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
|
|
|
|
@test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
|
|
|
|
@test ! -f site.exp || mv site.exp site.bak
|
|
|
|
@mv $@-t site.exp
|
|
|
|
info-am:
|
|
|
|
info: info-am
|
|
|
|
dvi-am:
|
|
|
|
dvi: dvi-am
|
|
|
|
check-am: all-am
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
|
|
|
|
check: check-am
|
|
|
|
installcheck-am:
|
|
|
|
installcheck: installcheck-am
|
|
|
|
install-exec-am:
|
|
|
|
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: uninstall-am
|
|
|
|
all-am: Makefile
|
|
|
|
all-redirect: all-am
|
|
|
|
install-strip:
|
1999-09-02 08:27:00 +02:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
1999-04-07 16:42:40 +02:00
|
|
|
installdirs:
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
|
|
|
mostlyclean-am: mostlyclean-generic
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
|
|
|
|
clean-am: clean-generic mostlyclean-am
|
|
|
|
|
|
|
|
clean: clean-am
|
|
|
|
|
|
|
|
distclean-am: distclean-generic clean-am
|
1999-04-26 16:28:20 +02:00
|
|
|
-rm -f libtool
|
1999-04-07 16:42:40 +02:00
|
|
|
|
|
|
|
distclean: distclean-am
|
|
|
|
|
|
|
|
maintainer-clean-am: 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: tags distdir check-DEJAGNU info-am info dvi-am dvi check \
|
2001-04-05 01:38:53 +02:00
|
|
|
check-am installcheck-am installcheck install-exec-am install-exec \
|
|
|
|
install-data-am install-data install-am install uninstall-am uninstall \
|
|
|
|
all-redirect all-am all installdirs mostlyclean-generic \
|
|
|
|
distclean-generic clean-generic maintainer-clean-generic clean \
|
|
|
|
mostlyclean distclean maintainer-clean
|
1999-04-07 16:42:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
# 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:
|