2005-02-01 11:17:02 +08:00
|
|
|
# Makefile.in generated by automake 1.6.3 from Makefile.am.
|
|
|
|
# @configure_input@
|
|
|
|
|
|
|
|
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
|
|
|
# Free Software Foundation, Inc.
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
@SET_MAKE@
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright by the Board of Trustees of the University of Illinois.
|
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
|
|
|
# terms governing use, modification, and redistribution, is contained in
|
|
|
|
# the files COPYING and Copyright.html. COPYING can be found at the root
|
|
|
|
# of the source code distribution tree; Copyright.html can be found at the
|
|
|
|
# root level of an installed copy of the electronic HDF5 document set and
|
|
|
|
# is linked from the top-level documents page. It can also be found at
|
|
|
|
# http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have
|
|
|
|
# access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.
|
|
|
|
#
|
|
|
|
# This makefile mostly just reinvokes make in the various subdirectories
|
|
|
|
# but does so in the correct order. You can alternatively invoke make from
|
|
|
|
# each subdirectory manually.
|
|
|
|
#
|
|
|
|
# Top-level HDF5 Makefile(.in)
|
|
|
|
SHELL = @SHELL@
|
|
|
|
|
|
|
|
srcdir = @srcdir@
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
prefix = @prefix@
|
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
|
|
|
|
bindir = @bindir@
|
|
|
|
sbindir = @sbindir@
|
|
|
|
libexecdir = @libexecdir@
|
|
|
|
datadir = @datadir@
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
localstatedir = @localstatedir@
|
|
|
|
libdir = @libdir@
|
|
|
|
infodir = @infodir@
|
|
|
|
mandir = @mandir@
|
|
|
|
oldincludedir = /usr/include
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
top_builddir = .
|
|
|
|
|
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
|
|
transform = @program_transform_name@
|
|
|
|
NORMAL_INSTALL = :
|
|
|
|
PRE_INSTALL = :
|
|
|
|
POST_INSTALL = :
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
POST_UNINSTALL = :
|
|
|
|
host_alias = @host_alias@
|
|
|
|
host_triplet = @host@
|
|
|
|
|
|
|
|
EXEEXT = @EXEEXT@
|
|
|
|
OBJEXT = @OBJEXT@
|
|
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
|
|
|
|
|
|
# Install directories that automake doesn't know about
|
|
|
|
includedir = $(exec_prefix)/include
|
2005-02-02 05:05:33 +08:00
|
|
|
|
|
|
|
|
2005-02-03 00:00:36 +08:00
|
|
|
# Set the paths for autotools to be correct on heping.
|
|
|
|
# Ideally, these tools should never be needed during the build.
|
|
|
|
ACLOCAL = /usr/bin/aclocal
|
|
|
|
AUTOCONF = /usr/local/autoconf-2.59/bin/autoconf
|
|
|
|
AUTOMAKE = /usr/bin/automake
|
|
|
|
AUTOHEADER = /usr/local/autoconf-2.59/bin/autoheader
|
2005-02-01 11:17:02 +08:00
|
|
|
ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@
|
|
|
|
AMTAR = @AMTAR@
|
2005-02-12 01:40:52 +08:00
|
|
|
AM_MAKEFLAGS = @AM_MAKEFLAGS@
|
2005-02-01 11:17:02 +08:00
|
|
|
AR = @AR@
|
|
|
|
AS = @AS@
|
|
|
|
AWK = @AWK@
|
|
|
|
BUILD_PDB2HDF = @BUILD_PDB2HDF@
|
|
|
|
BYTESEX = @BYTESEX@
|
|
|
|
CC = @CC@
|
|
|
|
CC_VERSION = @CC_VERSION@
|
|
|
|
CONFIG_DATE = @CONFIG_DATE@
|
|
|
|
CONFIG_MODE = @CONFIG_MODE@
|
|
|
|
CONFIG_USER = @CONFIG_USER@
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
|
|
|
CXX = @CXX@
|
|
|
|
CXXCPP = @CXXCPP@
|
|
|
|
DEBUG_PKG = @DEBUG_PKG@
|
|
|
|
DEPDIR = @DEPDIR@
|
|
|
|
DLLTOOL = @DLLTOOL@
|
|
|
|
DYNAMIC_DIRS = @DYNAMIC_DIRS@
|
|
|
|
ECHO = @ECHO@
|
|
|
|
F77 = @F77@
|
|
|
|
F9XSUFFIXFLAG = @F9XSUFFIXFLAG@
|
|
|
|
FC = @FC@
|
|
|
|
FFLAGS = @FFLAGS@
|
|
|
|
FILTERS = @FILTERS@
|
|
|
|
FSEARCH_DIRS = @FSEARCH_DIRS@
|
|
|
|
GASS = @GASS@
|
|
|
|
H5_VERSION = @H5_VERSION@
|
|
|
|
HADDR_T = @HADDR_T@
|
|
|
|
HDF5_INTERFACES = @HDF5_INTERFACES@
|
|
|
|
HID_T = @HID_T@
|
|
|
|
HL = @HL@
|
|
|
|
HL_FOR = @HL_FOR@
|
|
|
|
HSIZET = @HSIZET@
|
|
|
|
HSIZE_T = @HSIZE_T@
|
|
|
|
HSSIZE_T = @HSSIZE_T@
|
|
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
|
|
INSTRUMENT_LIBRARY = @INSTRUMENT_LIBRARY@
|
|
|
|
LIBTOOL = @LIBTOOL@
|
|
|
|
LN_S = @LN_S@
|
|
|
|
LT_STATIC_EXEC = @LT_STATIC_EXEC@
|
2005-02-03 04:59:46 +08:00
|
|
|
MAINT = @MAINT@
|
2005-02-01 11:17:02 +08:00
|
|
|
MPE = @MPE@
|
|
|
|
OBJDUMP = @OBJDUMP@
|
|
|
|
OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
|
|
|
|
PACKAGE = @PACKAGE@
|
|
|
|
PARALLEL = @PARALLEL@
|
|
|
|
PERL = @PERL@
|
|
|
|
PTHREAD = @PTHREAD@
|
|
|
|
RANLIB = @RANLIB@
|
|
|
|
ROOT = @ROOT@
|
|
|
|
RUNPARALLEL = @RUNPARALLEL@
|
|
|
|
RUNSERIAL = @RUNSERIAL@
|
|
|
|
R_INTEGER = @R_INTEGER@
|
|
|
|
R_LARGE = @R_LARGE@
|
|
|
|
SEARCH = @SEARCH@
|
|
|
|
SETX = @SETX@
|
|
|
|
SIZE_T = @SIZE_T@
|
|
|
|
SRB = @SRB@
|
|
|
|
SSL = @SSL@
|
|
|
|
STATIC_SHARED = @STATIC_SHARED@
|
|
|
|
STRIP = @STRIP@
|
|
|
|
TESTGASS = @TESTGASS@
|
|
|
|
TESTPARALLEL = @TESTPARALLEL@
|
|
|
|
TESTSRB = @TESTSRB@
|
|
|
|
TRACE_API = @TRACE_API@
|
|
|
|
USE_FILTER_DEFLATE = @USE_FILTER_DEFLATE@
|
|
|
|
USE_FILTER_FLETCHER32 = @USE_FILTER_FLETCHER32@
|
|
|
|
USE_FILTER_NBIT = @USE_FILTER_NBIT@
|
|
|
|
USE_FILTER_SHUFFLE = @USE_FILTER_SHUFFLE@
|
|
|
|
USE_FILTER_SZIP = @USE_FILTER_SZIP@
|
|
|
|
VERSION = @VERSION@
|
|
|
|
am__include = @am__include@
|
|
|
|
am__quote = @am__quote@
|
|
|
|
install_sh = @install_sh@
|
|
|
|
|
2005-02-12 01:40:52 +08:00
|
|
|
# pmake has issues if variables are undefined. Solve this problem in
|
|
|
|
# top-level Makefile by defining all variables it complains about.
|
|
|
|
# Configure should set AM_MAKEFLAGS to -V to solve this problem in
|
|
|
|
# subdirectories.
|
|
|
|
# NOTE: This means that invoking pmake in a subdirectory will not work.
|
|
|
|
CONFIG_STATUS_DEPENDENCIES =
|
|
|
|
TAGS_DEPENDENCIES =
|
|
|
|
TAGS_FILES =
|
|
|
|
HEADERS =
|
|
|
|
SOURCES =
|
|
|
|
TEXINFOS =
|
|
|
|
EXTRA_DIST =
|
|
|
|
LISP =
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
# Shell commands used in Makefiles
|
|
|
|
RM = rm -f
|
|
|
|
CP = cp
|
|
|
|
|
|
|
|
# Libraries to link to while building
|
|
|
|
LIBHDF5 = $(top_builddir)/src/libhdf5.la
|
|
|
|
LIBH5TEST = $(top_builddir)/test/libh5test.la
|
|
|
|
LIBH5F = $(top_builddir)/fortran/src/libhdf5_fortran.la
|
|
|
|
LIBH5FTEST = $(top_builddir)/fortran/test/libh5test_fortran.la
|
|
|
|
LIBH5CPP = $(top_builddir)/c++/src/libhdf5_cpp.la
|
|
|
|
LIBH5TOOLS = $(top_builddir)/tools/lib/libh5tools.la
|
|
|
|
LIBH5_HL = $(top_builddir)/hl/src/libhdf5_hl.la
|
|
|
|
LIBH5F_HL = $(top_builddir)/hl/fortran/src/libhdf5hl_fortran.la
|
|
|
|
docdir = $(exec_prefix)/doc
|
|
|
|
|
|
|
|
# Scripts used to build examples
|
|
|
|
H5CC = $(bindir)/h5cc
|
|
|
|
H5CC_PP = $(bindir)/h5pcc
|
|
|
|
H5FC = $(bindir)/h5fc
|
|
|
|
H5FC_PP = $(bindir)/h5pfc
|
|
|
|
|
|
|
|
# Make sure that these variables are exported to the Makefiles
|
|
|
|
F9XMODEXT = @F9XMODEXT@
|
2005-02-01 23:27:37 +08:00
|
|
|
F9XMODFLAG = @F9XMODFLAG@
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
# Define subdirectories to build.
|
|
|
|
# Add this directory to SUBDIRS so that examples get built after tools
|
|
|
|
# but before examples in extra interfaces (c++ and fortran).
|
|
|
|
# Since we're explicitly listing DIST_SUBDIRS, we also need to list
|
|
|
|
# directories that are only conditionally built (so that their Makefiles
|
|
|
|
# are cleaned as well).
|
|
|
|
# Note that `make clean' will not affect the examples or doc directories.
|
2005-02-12 01:40:52 +08:00
|
|
|
|
|
|
|
# Conditionals. These conditionals are defined during configure
|
|
|
|
# Define each variable to empty if it is not used to placate pmake
|
2005-02-01 11:17:02 +08:00
|
|
|
@BUILD_PARALLEL_CONDITIONAL_TRUE@TESTPARALLEL_DIR = testpar
|
2005-02-12 01:40:52 +08:00
|
|
|
@BUILD_PARALLEL_CONDITIONAL_FALSE@TESTPARALLEL_DIR =
|
2005-02-01 11:17:02 +08:00
|
|
|
@BUILD_CXX_CONDITIONAL_TRUE@CXX_DIR = c++
|
2005-02-12 01:40:52 +08:00
|
|
|
@BUILD_CXX_CONDITIONAL_FALSE@CXX_DIR =
|
2005-02-01 11:17:02 +08:00
|
|
|
@BUILD_FORTRAN_CONDITIONAL_TRUE@FORTRAN_DIR = fortran
|
2005-02-12 01:40:52 +08:00
|
|
|
@BUILD_FORTRAN_CONDITIONAL_FALSE@FORTRAN_DIR =
|
2005-02-01 11:17:02 +08:00
|
|
|
@BUILD_HDF5_HL_CONDITIONAL_TRUE@HDF5_HL_DIR = hl
|
2005-02-12 01:40:52 +08:00
|
|
|
@BUILD_HDF5_HL_CONDITIONAL_FALSE@HDF5_HL_DIR =
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
SUBDIRS = src test $(TESTPARALLEL_DIR) tools . $(CXX_DIR) $(FORTRAN_DIR) \
|
|
|
|
$(HDF5_HL_DIR)
|
|
|
|
|
|
|
|
DIST_SUBDIRS = src test testpar tools . c++ fortran hl perform examples \
|
|
|
|
doc
|
|
|
|
|
|
|
|
|
|
|
|
# Some files generated during configure that should be cleaned
|
|
|
|
DISTCLEANFILES = src/H5config.h src/H5pubconf.h config/stamp1 config/stamp2
|
|
|
|
subdir = .
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/bin/mkinstalldirs
|
|
|
|
CONFIG_HEADER = $(top_builddir)/src/H5config.h
|
|
|
|
CONFIG_CLEAN_FILES =
|
|
|
|
DIST_SOURCES =
|
|
|
|
|
|
|
|
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
|
|
|
uninstall-info-recursive all-recursive install-data-recursive \
|
|
|
|
install-exec-recursive installdirs-recursive install-recursive \
|
|
|
|
uninstall-recursive check-recursive installcheck-recursive
|
|
|
|
DIST_COMMON = COPYING Makefile.am Makefile.in aclocal.m4 bin/compile \
|
|
|
|
bin/config.guess bin/config.sub bin/depcomp bin/install-sh \
|
|
|
|
bin/ltmain.sh bin/missing bin/mkinstalldirs configure \
|
|
|
|
configure.in
|
|
|
|
all: all-recursive
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
|
|
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
|
|
configure.lineno
|
2005-02-03 04:59:46 +08:00
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/config/commence.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
2005-02-01 11:17:02 +08:00
|
|
|
cd $(top_srcdir) && \
|
2005-02-04 05:59:40 +08:00
|
|
|
$(AUTOMAKE) --foreign Makefile
|
2005-02-03 04:59:46 +08:00
|
|
|
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
2005-02-01 11:17:02 +08:00
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
|
|
|
|
|
|
|
|
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
|
$(SHELL) ./config.status --recheck
|
2005-02-03 04:59:46 +08:00
|
|
|
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
2005-02-01 11:17:02 +08:00
|
|
|
cd $(srcdir) && $(AUTOCONF)
|
|
|
|
|
2005-02-03 04:59:46 +08:00
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
|
2005-02-01 11:17:02 +08:00
|
|
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|
|
|
|
|
|
|
mostlyclean-libtool:
|
|
|
|
-rm -f *.lo
|
|
|
|
|
|
|
|
clean-libtool:
|
|
|
|
-rm -rf .libs _libs
|
|
|
|
|
|
|
|
distclean-libtool:
|
|
|
|
-rm -f libtool
|
|
|
|
uninstall-info-am:
|
|
|
|
|
|
|
|
# This directory's subdirectories are mostly independent; you can cd
|
|
|
|
# into them and run `make' without going through this Makefile.
|
|
|
|
# To change the values of `make' variables: instead of editing Makefiles,
|
|
|
|
# (1) if the variable is set in `config.status', edit `config.status'
|
|
|
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
|
|
|
# (2) otherwise, pass the desired values on the `make' command line.
|
|
|
|
$(RECURSIVE_TARGETS):
|
|
|
|
@set fnord $$MAKEFLAGS; amf=$$2; \
|
|
|
|
dot_seen=no; \
|
|
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
echo "Making $$target in $$subdir"; \
|
|
|
|
if test "$$subdir" = "."; then \
|
|
|
|
dot_seen=yes; \
|
|
|
|
local_target="$$target-am"; \
|
|
|
|
else \
|
|
|
|
local_target="$$target"; \
|
|
|
|
fi; \
|
|
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|
|
|
done; \
|
|
|
|
if test "$$dot_seen" = "no"; then \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
|
|
fi; test -z "$$fail"
|
|
|
|
|
|
|
|
mostlyclean-recursive clean-recursive distclean-recursive \
|
|
|
|
maintainer-clean-recursive:
|
|
|
|
@set fnord $$MAKEFLAGS; amf=$$2; \
|
|
|
|
dot_seen=no; \
|
|
|
|
case "$@" in \
|
|
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|
|
|
*) list='$(SUBDIRS)' ;; \
|
|
|
|
esac; \
|
|
|
|
rev=''; for subdir in $$list; do \
|
|
|
|
if test "$$subdir" = "."; then :; else \
|
|
|
|
rev="$$subdir $$rev"; \
|
|
|
|
fi; \
|
|
|
|
done; \
|
|
|
|
rev="$$rev ."; \
|
|
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
|
|
for subdir in $$rev; do \
|
|
|
|
echo "Making $$target in $$subdir"; \
|
|
|
|
if test "$$subdir" = "."; then \
|
|
|
|
local_target="$$target-am"; \
|
|
|
|
else \
|
|
|
|
local_target="$$target"; \
|
|
|
|
fi; \
|
|
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|
|
|
done && test -z "$$fail"
|
|
|
|
tags-recursive:
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
1997-08-16 00:35:53 +08:00
|
|
|
done
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
ETAGS = etags
|
|
|
|
ETAGSFLAGS =
|
|
|
|
|
|
|
|
tags: TAGS
|
|
|
|
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
|
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
|
|
END { for (i in files) print i; }'`; \
|
|
|
|
mkid -fID $$unique
|
|
|
|
|
|
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
|
|
$(TAGS_FILES) $(LISP)
|
|
|
|
tags=; \
|
|
|
|
here=`pwd`; \
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
if test "$$subdir" = .; then :; else \
|
|
|
|
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
|
|
|
fi; \
|
|
|
|
done; \
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
|
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
|
|
END { for (i in files) print i; }'`; \
|
|
|
|
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|
|
|
|
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
|
$$tags $$unique
|
|
|
|
|
|
|
|
GTAGS:
|
|
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
|
|
&& cd $(top_srcdir) \
|
|
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
|
|
|
|
|
|
|
distclean-tags:
|
|
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
|
|
|
|
top_distdir = .
|
|
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
|
|
|
|
|
|
am__remove_distdir = \
|
|
|
|
{ test ! -d $(distdir) \
|
|
|
|
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
|
|
&& rm -fr $(distdir); }; }
|
|
|
|
|
|
|
|
GZIP_ENV = --best
|
|
|
|
distcleancheck_listfiles = find . -type f -print
|
|
|
|
|
|
|
|
distdir: $(DISTFILES)
|
|
|
|
$(am__remove_distdir)
|
|
|
|
mkdir $(distdir)
|
|
|
|
$(mkinstalldirs) $(distdir)/bin $(distdir)/c++/src $(distdir)/fortran/src $(distdir)/src $(distdir)/testpar $(distdir)/tools/h5dump $(distdir)/tools/h5jam $(distdir)/tools/h5repack $(distdir)/tools/misc
|
|
|
|
@list='$(DISTFILES)'; for file in $$list; do \
|
|
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
|
|
dir="/$$dir"; \
|
|
|
|
$(mkinstalldirs) "$(distdir)$$dir"; \
|
|
|
|
else \
|
|
|
|
dir=''; \
|
|
|
|
fi; \
|
|
|
|
if test -d $$d/$$file; then \
|
|
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
|
|
fi; \
|
|
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
|
|
else \
|
|
|
|
test -f $(distdir)/$$file \
|
|
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
|
|
|| exit 1; \
|
|
|
|
fi; \
|
|
|
|
done
|
|
|
|
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
if test "$$subdir" = .; then :; else \
|
|
|
|
test -d $(distdir)/$$subdir \
|
|
|
|
|| mkdir $(distdir)/$$subdir \
|
|
|
|
|| exit 1; \
|
|
|
|
(cd $$subdir && \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
|
|
|
top_distdir="$(top_distdir)" \
|
|
|
|
distdir=../$(distdir)/$$subdir \
|
|
|
|
distdir) \
|
|
|
|
|| exit 1; \
|
|
|
|
fi; \
|
1999-06-19 02:29:11 +08:00
|
|
|
done
|
2005-02-01 11:17:02 +08:00
|
|
|
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
|
|
|
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
|
|
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
|
|
|
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
|
|
|
|| chmod -R a+r $(distdir)
|
|
|
|
dist-gzip: distdir
|
|
|
|
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
|
|
$(am__remove_distdir)
|
1999-06-19 02:29:11 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
dist dist-all: distdir
|
|
|
|
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
|
|
$(am__remove_distdir)
|
|
|
|
|
|
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
|
|
|
# it guarantees that the distribution is self-contained by making another
|
|
|
|
# tarfile.
|
|
|
|
distcheck: dist
|
|
|
|
$(am__remove_distdir)
|
|
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
|
|
|
|
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
|
|
|
mkdir $(distdir)/=build
|
|
|
|
mkdir $(distdir)/=inst
|
|
|
|
chmod a-w $(distdir)
|
|
|
|
dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
|
|
|
|
&& cd $(distdir)/=build \
|
|
|
|
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
|
|
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
|
|
|
&& (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
|
|
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
|
|
|
find $$dc_install_base -type f -print ; \
|
|
|
|
exit 1; } >&2 ) \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
|
|
|
|
&& rm -f $(distdir).tar.gz \
|
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
|
|
|
$(am__remove_distdir)
|
|
|
|
@echo "$(distdir).tar.gz is ready for distribution" | \
|
|
|
|
sed 'h;s/./=/g;p;x;p;x'
|
|
|
|
distcleancheck: distclean
|
|
|
|
if test '$(srcdir)' = . ; then \
|
|
|
|
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
|
|
|
exit 1 ; \
|
|
|
|
fi
|
|
|
|
test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
|
|
|
|| { echo "ERROR: files left after distclean:" ; \
|
|
|
|
$(distcleancheck_listfiles) ; \
|
|
|
|
exit 1; } >&2
|
|
|
|
check-am: all-am
|
|
|
|
check: check-recursive
|
|
|
|
all-am: Makefile all-local
|
|
|
|
installdirs: installdirs-recursive
|
|
|
|
installdirs-am:
|
|
|
|
|
|
|
|
install: install-recursive
|
|
|
|
install-exec: install-exec-recursive
|
|
|
|
install-data: install-data-recursive
|
|
|
|
uninstall: uninstall-recursive
|
|
|
|
|
|
|
|
install-am: all-am
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
|
|
|
|
installcheck: installcheck-recursive
|
|
|
|
install-strip:
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
INSTALL_STRIP_FLAG=-s \
|
|
|
|
`test -z '$(STRIP)' || \
|
|
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
|
|
mostlyclean-generic:
|
|
|
|
|
|
|
|
clean-generic:
|
|
|
|
|
|
|
|
distclean-generic:
|
|
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|
|
|
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
|
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
clean: clean-recursive
|
|
|
|
|
|
|
|
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
|
|
|
|
|
|
|
|
distclean: distclean-recursive
|
|
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
|
|
distclean-am: clean-am distclean-generic distclean-libtool \
|
|
|
|
distclean-tags
|
|
|
|
|
|
|
|
dvi: dvi-recursive
|
|
|
|
|
|
|
|
dvi-am:
|
|
|
|
|
|
|
|
info: info-recursive
|
|
|
|
|
|
|
|
info-am:
|
|
|
|
|
|
|
|
install-data-am:
|
|
|
|
|
|
|
|
install-exec-am:
|
|
|
|
|
|
|
|
install-info: install-info-recursive
|
|
|
|
|
|
|
|
install-man:
|
|
|
|
|
|
|
|
installcheck-am: installcheck-local
|
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-recursive
|
|
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
|
|
-rm -rf autom4te.cache
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-recursive
|
|
|
|
|
|
|
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
|
|
|
|
mostlyclean-local
|
|
|
|
|
|
|
|
uninstall-am: uninstall-info-am
|
|
|
|
|
|
|
|
uninstall-info: uninstall-info-recursive
|
|
|
|
|
|
|
|
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am all-local check check-am \
|
|
|
|
clean clean-generic clean-libtool clean-local clean-recursive \
|
|
|
|
dist dist-all dist-gzip distcheck distclean distclean-generic \
|
|
|
|
distclean-libtool distclean-recursive distclean-tags \
|
|
|
|
distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
|
|
|
|
info-recursive install install-am install-data install-data-am \
|
|
|
|
install-data-recursive install-exec install-exec-am \
|
|
|
|
install-exec-recursive install-info install-info-am \
|
|
|
|
install-info-recursive install-man install-recursive \
|
|
|
|
install-strip installcheck installcheck-am installcheck-local \
|
|
|
|
installdirs installdirs-am installdirs-recursive \
|
|
|
|
maintainer-clean maintainer-clean-generic \
|
|
|
|
maintainer-clean-recursive mostlyclean mostlyclean-generic \
|
|
|
|
mostlyclean-libtool mostlyclean-local mostlyclean-recursive \
|
|
|
|
tags tags-recursive uninstall uninstall-am uninstall-info-am \
|
|
|
|
uninstall-info-recursive uninstall-recursive
|
|
|
|
|
|
|
|
|
|
|
|
# Define rules for lib, progs, check, and tests.
|
|
|
|
# These simply involve recursing into subdirectories.
|
|
|
|
test _test: check
|
|
|
|
|
|
|
|
lib progs:
|
|
|
|
@@SETX@; for d in $(SUBDIRS); do \
|
|
|
|
if test $$d != .; then \
|
2005-02-12 01:40:52 +08:00
|
|
|
(cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; \
|
2005-02-01 11:17:02 +08:00
|
|
|
fi; \
|
2001-09-22 07:50:15 +08:00
|
|
|
done
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
# Make all and make tests also create tests in perform directory
|
|
|
|
all-local:
|
2005-02-12 01:40:52 +08:00
|
|
|
cd perform && $(MAKE) $(AM_MAKEFLAGS) all
|
2005-02-01 11:17:02 +08:00
|
|
|
tests:
|
|
|
|
@@SETX@; for d in $(SUBDIRS) perform; do \
|
|
|
|
if test $$d != .; then \
|
2005-02-12 01:40:52 +08:00
|
|
|
(cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; \
|
2005-02-01 11:17:02 +08:00
|
|
|
fi; \
|
|
|
|
done
|
2002-02-22 05:10:29 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
# Clean and mostlyclean need to recurse into docs, examples, and perform
|
|
|
|
# directories unless they've already been distcleaned.
|
|
|
|
clean-local:
|
|
|
|
@@SETX@; for d in docs examples perform; do \
|
|
|
|
if test -f $$d/Makefile; then \
|
2005-02-12 01:40:52 +08:00
|
|
|
(cd $$d && $(MAKE) $(AM_MAKEFLAGS) clean) || exit 1; \
|
2005-02-01 11:17:02 +08:00
|
|
|
fi; \
|
1999-03-04 07:17:48 +08:00
|
|
|
done
|
2001-09-22 07:50:15 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
mostlyclean-local:
|
|
|
|
@@SETX@; for d in docs examples perform; do \
|
|
|
|
if test -f $$d/Makefile; then \
|
2005-02-12 01:40:52 +08:00
|
|
|
(cd $$d && $(MAKE) $(AM_MAKEFLAGS) mostlyclean) || exit 1; \
|
2005-02-01 11:17:02 +08:00
|
|
|
fi; \
|
2001-09-22 07:50:15 +08:00
|
|
|
done
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
# 'make install-all' also installs docs and examples
|
|
|
|
install-all:
|
2005-02-12 01:40:52 +08:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) install
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) install-doc
|
2005-02-01 11:17:02 +08:00
|
|
|
uninstall-all:
|
2005-02-12 01:40:52 +08:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) uninstall
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) uninstall-doc
|
2005-02-01 11:17:02 +08:00
|
|
|
|
|
|
|
# Install examples in this directory and recursively
|
|
|
|
install-examples uninstall-examples:
|
|
|
|
@@SETX@; for d in examples $(HDF5_INTERFACES); do \
|
2005-02-12 01:40:52 +08:00
|
|
|
(cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; \
|
2001-09-22 07:50:15 +08:00
|
|
|
done
|
1999-03-04 07:17:48 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
# Install documentation and examples
|
2001-02-06 04:26:44 +08:00
|
|
|
install-doc:
|
2005-02-12 01:40:52 +08:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) install-examples
|
|
|
|
(cd doc && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1;
|
2001-02-06 04:26:44 +08:00
|
|
|
|
2001-04-11 03:15:23 +08:00
|
|
|
uninstall-doc:
|
2005-02-12 01:40:52 +08:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) uninstall-examples
|
|
|
|
(cd doc && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1;
|
2001-04-11 03:15:23 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
# `make check-install' or `make installcheck' checks that examples can
|
|
|
|
# be successfully built
|
2002-02-28 03:31:37 +08:00
|
|
|
check-install:
|
2005-02-12 01:40:52 +08:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) installcheck
|
1998-01-28 13:47:19 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
installcheck-local:
|
2005-02-12 01:40:52 +08:00
|
|
|
(cd examples && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1;
|
1999-03-04 07:17:48 +08:00
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
# Don't include conclude.am in root Makefile; tests target needs to
|
|
|
|
# recurse into perform directory as well as reguar subdirs.
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
.NOEXPORT:
|