Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-10-08 03:10:13 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-10-08 03:10:13 +0400
commitd389acbabf615d25eff5940d75fd43221597b039 (patch)
treedbe6e2b135b7310b6acbf7205a75174a3c0a534d /newlib/Makefile.in
parentdd76747b8e7892a8a17be9149c600561f518399a (diff)
2002-10-07 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.am: Add EXTRA_DIRS to allow future dependencies on the build library. * configure.in: Ditto. * Makefile.in: Regenerated. * configure: Ditto. * libc/sys/linux/Makefile.am: Add EXTRA_SUBDIRS and EXTRA_SUBLIBS for specifying configured libraries/directories. * libc/sys/linux/configure.in: Ditto. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/configure: Ditto.
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r--newlib/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index a58444bf0..77d1ca114 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -78,6 +78,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@
DLLTOOL = @DLLTOOL@
EXEEXT = @EXEEXT@
+EXTRA_DIRS = @EXTRA_DIRS@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
LDFLAGS = @LDFLAGS@
@@ -164,7 +165,7 @@ FLAGS_TO_PASS = $(AM_MAKEFLAGS)
@HAVE_DOC_FALSE@DOCDIR =
SUBDIRS = libc libm \
- $(DOCDIR) .
+ $(DOCDIR) . $(EXTRA_DIRS)
tooldir = $(exec_prefix)/$(host_alias)
@@ -281,7 +282,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = gtar
GZIP_ENV = --best
-DIST_SUBDIRS = libc libm doc .
+DIST_SUBDIRS = libc libm doc . @EXTRA_DIRS@
EXPECT = `if test -f $(top_builddir)/../expect/expect; then echo $(top_builddir)/../expect/expect; else echo expect; fi`
RUNTEST = `if test -f $(top_srcdir)/../dejagnu/runtest; then echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi`
SOURCES = libm.a.c libc.a.c $(libm_la_SOURCES) $(libc_la_SOURCES)