blob: c7095515df87b914d2c4d456e3461c0576dcb1c0 (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- shell-script -*-
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
# the various compile modes.
#
# See BlankForm in this directory for details.
. config/linux
CPP=/usr/bin/cpp
|