Skip to content

Commit b5f74a9

Browse files
committed
Re-bootstrap with new autotools
1 parent 3de48f0 commit b5f74a9

120 files changed

Lines changed: 15001 additions & 11763 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

INSTALL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Installation Instructions
22
*************************
33

4-
Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
5-
Foundation, Inc.
4+
Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
5+
Software Foundation, Inc.
66

77
Copying and distribution of this file, with or without modification,
88
are permitted in any medium without royalty provided the copyright
@@ -225,7 +225,7 @@ order to use an ANSI C compiler:
225225

226226
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
227227

228-
HP-UX 'make' updates targets which have the same time stamps as their
228+
HP-UX 'make' updates targets which have the same timestamps as their
229229
prerequisites, which makes it generally unusable when shipped generated
230230
files such as 'configure' are involved. Use GNU 'make' instead.
231231

Makefile.in

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.16.1 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.5 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -6919,9 +6919,6 @@ am__define_uniq_tagged_files = \
69196919
unique=`for i in $$list; do \
69206920
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
69216921
done | $(am__uniquify_input)`
6922-
ETAGS = etags
6923-
CTAGS = ctags
6924-
CSCOPE = cscope
69256922
DIST_SUBDIRS = include contrib . tests examples doc
69266923
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/src/libmesh_SOURCES \
69276924
$(top_srcdir)/build-aux/compile \
@@ -6982,6 +6979,8 @@ am__relativize = \
69826979
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.xz
69836980
GZIP_ENV = --best
69846981
DIST_TARGETS = dist-xz dist-bzip2 dist-gzip
6982+
# Exists only to be overridden by the user if desired.
6983+
AM_DISTCHECK_DVI_TARGET = dvi
69856984
distuninstallcheck_listfiles = find . -type f -print
69866985
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
69876986
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -7020,7 +7019,6 @@ CFLAGS_DVL = @CFLAGS_DVL@
70207019
CFLAGS_OPROF = @CFLAGS_OPROF@
70217020
CFLAGS_OPT = @CFLAGS_OPT@
70227021
CFLAGS_PROF = @CFLAGS_PROF@
7023-
CPP = @CPP@
70247022
CPPFLAGS = @CPPFLAGS@
70257023
CPPFLAGS_DBG = @CPPFLAGS_DBG@
70267024
CPPFLAGS_DEVEL = @CPPFLAGS_DEVEL@
@@ -7030,6 +7028,8 @@ CPPFLAGS_PROF = @CPPFLAGS_PROF@
70307028
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
70317029
CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
70327030
CPPUNIT_LIBS = @CPPUNIT_LIBS@
7031+
CSCOPE = @CSCOPE@
7032+
CTAGS = @CTAGS@
70337033
CURL_INCLUDE = @CURL_INCLUDE@
70347034
CURL_LIBRARY = @CURL_LIBRARY@
70357035
CXX = @CXX@
@@ -7065,6 +7065,7 @@ ECHO_N = @ECHO_N@
70657065
ECHO_T = @ECHO_T@
70667066
EGREP = @EGREP@
70677067
EIGEN_INCLUDE = @EIGEN_INCLUDE@
7068+
ETAGS = @ETAGS@
70687069
EXEEXT = @EXEEXT@
70697070
EXODUS_INCLUDE = @EXODUS_INCLUDE@
70707071
EXODUS_NOT_NETCDF4_FLAG = @EXODUS_NOT_NETCDF4_FLAG@
@@ -7073,6 +7074,7 @@ FC = @FC@
70737074
FCFLAGS = @FCFLAGS@
70747075
FFLAGS = @FFLAGS@
70757076
FGREP = @FGREP@
7077+
FILECMD = @FILECMD@
70767078
FLIBS = @FLIBS@
70777079
FPARSER_INCLUDE = @FPARSER_INCLUDE@
70787080
FPARSER_LIBRARY = @FPARSER_LIBRARY@
@@ -7284,6 +7286,7 @@ petscversion = @petscversion@
72847286
prefix = @prefix@
72857287
program_transform_name = @program_transform_name@
72867288
psdir = @psdir@
7289+
runstatedir = @runstatedir@
72877290
sbindir = @sbindir@
72887291
sharedstatedir = @sharedstatedir@
72897292
srcdir = @srcdir@
@@ -33521,7 +33524,6 @@ cscopelist-am: $(am__tagged_files)
3352133524
distclean-tags:
3352233525
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3352333526
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
33524-
3352533527
distdir: $(BUILT_SOURCES)
3352633528
$(MAKE) $(AM_MAKEFLAGS) distdir-am
3352733529

@@ -33606,6 +33608,10 @@ dist-xz: distdir
3360633608
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
3360733609
$(am__post_remove_distdir)
3360833610

33611+
dist-zstd: distdir
33612+
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
33613+
$(am__post_remove_distdir)
33614+
3360933615
dist-tarZ: distdir
3361033616
@echo WARNING: "Support for distribution archives compressed with" \
3361133617
"legacy program 'compress' is deprecated." >&2
@@ -33648,6 +33654,8 @@ distcheck: dist
3364833654
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
3364933655
*.zip*) \
3365033656
unzip $(distdir).zip ;;\
33657+
*.tar.zst*) \
33658+
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
3365133659
esac
3365233660
chmod -R a-w $(distdir)
3365333661
chmod u+w $(distdir)
@@ -33663,7 +33671,7 @@ distcheck: dist
3366333671
$(DISTCHECK_CONFIGURE_FLAGS) \
3366433672
--srcdir=../.. --prefix="$$dc_install_base" \
3366533673
&& $(MAKE) $(AM_MAKEFLAGS) \
33666-
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
33674+
&& $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
3366733675
&& $(MAKE) $(AM_MAKEFLAGS) check \
3366833676
&& $(MAKE) $(AM_MAKEFLAGS) install \
3366933677
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
@@ -38495,8 +38503,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
3849538503
clean-binPROGRAMS clean-cscope clean-generic \
3849638504
clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
3849738505
ctags-am dist dist-all dist-bzip2 dist-gzip dist-hook \
38498-
dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
38499-
distclean distclean-compile distclean-generic \
38506+
dist-lzip dist-shar dist-tarZ dist-xz dist-zip dist-zstd \
38507+
distcheck distclean distclean-compile distclean-generic \
3850038508
distclean-libtool distclean-tags distcleancheck distdir \
3850138509
distuninstallcheck dvi dvi-am html html-am info info-am \
3850238510
install install-am install-binPROGRAMS install-binSCRIPTS \

0 commit comments

Comments
 (0)