[svn-r2577] Purpose:

Added support for compiling in subdirectories.
Platforms tested:
	Solaris, IRIX (O2K)
This commit is contained in:
Bill Wendling 2000-09-19 15:33:18 -05:00
parent 8055378bce
commit 3c789053eb
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -18,6 +18,7 @@ CC=@CC@
CFLAGS=@CFLAGS@
CPPFLAGS=@CPPFLAGS@
LDFLAGS=@LDFLAGS@
ROOT=@ROOT@
LIBS=@LIBS@
AR=@AR@
RANLIB=@RANLIB@