mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r2577] Purpose:
Added support for compiling in subdirectories. Platforms tested: Solaris, IRIX (O2K)
This commit is contained in:
parent
8055378bce
commit
3c789053eb
@ -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
|
||||
|
@ -18,6 +18,7 @@ CC=@CC@
|
||||
CFLAGS=@CFLAGS@
|
||||
CPPFLAGS=@CPPFLAGS@
|
||||
LDFLAGS=@LDFLAGS@
|
||||
ROOT=@ROOT@
|
||||
LIBS=@LIBS@
|
||||
AR=@AR@
|
||||
RANLIB=@RANLIB@
|
||||
|
Loading…
Reference in New Issue
Block a user