From 3c789053eb01348fc4c729b3949d432703aeb01b Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 19 Sep 2000 15:33:18 -0500 Subject: [svn-r2577] Purpose: Added support for compiling in subdirectories. Platforms tested: Solaris, IRIX (O2K) --- Makefile.in | 2 +- config/commence.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b132e71..4257811 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ srcdir=@srcdir@ @COMMENCE@ # Subdirectories in build-order (not including `examples') -SUBDIRS=src test tools doc @TESTPARALLEL@ +SUBDIRS=src test tools doc @TESTPARALLEL@ @subdirs@ ############################################################################## ## T A R G E T S diff --git a/config/commence.in b/config/commence.in index 04f4446..7a04cc5 100644 --- a/config/commence.in +++ b/config/commence.in @@ -18,6 +18,7 @@ CC=@CC@ CFLAGS=@CFLAGS@ CPPFLAGS=@CPPFLAGS@ LDFLAGS=@LDFLAGS@ +ROOT=@ROOT@ LIBS=@LIBS@ AR=@AR@ RANLIB=@RANLIB@ -- cgit v0.12