Skip to content

Commit a3c146d

Browse files
committed
Everyone wants a README, so might as well add AUTHORS, COPYING, and INSTALL. Renamed CHANGES to NEWS, added ChangeLog, and voila - we conform to the (OK, somewhat crusty) GNU coding standards. No longer specify 'foreign' as an automake option.
http://www.gnu.org/prep/standards/standards.html
1 parent 6724d7e commit a3c146d

54 files changed

Lines changed: 454 additions & 61 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.

AUTHORS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Authors, with various user IDs used over the years:
2+
3+
Benjamin S. Kirk = benkirk
4+
Bill Barth = bbarth
5+
Cody Permann = permcody
6+
Daniel Dreyer = ddreyer
7+
David Andrs = andrsd
8+
David Knezevic = knezed01
9+
Derek Gaston = friedmud
10+
Dmitry Karpeev = karpeev
11+
Florian Prill = fprill
12+
Jason Hales = jasondhales
13+
John W. Peterson = jwpeterson
14+
Paul T. Bauman = pbauman
15+
Roy H. Stogner = roystgnr
16+
Steffen Petersen = spetersen
17+
Sylvain Vallaghe = svallagh
18+
Tim Kroeger = sheep_tk
19+
Truman Ellis = trumanellis
20+
Wout Ruijter = woutruijter
File renamed without changes.

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
To see recent changes, run
2+
3+
$ git log
4+
5+

INSTALL

Lines changed: 370 additions & 0 deletions
Large diffs are not rendered by default.

Makefile.am

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
SUBDIRS = include #src
55

6-
AUTOMAKE_OPTIONS = foreign subdir-objects
6+
AUTOMAKE_OPTIONS = subdir-objects
77
ACLOCAL_AMFLAGS = -I m4
88
AM_CFLAGS = $(libmesh_CFLAGS)
99

@@ -23,8 +23,7 @@ if LIBMESH_ENABLE_TECPLOT
2323
endif
2424

2525
# additional files which must be included in 'make dist'
26-
EXTRA_DIST = license \
27-
reference_elements \
26+
EXTRA_DIST = reference_elements \
2827
include/include_HEADERS \
2928
include/rebuild_include_HEADERS.sh \
3029
src/libmesh_SOURCES \

Makefile.in

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ build_triplet = @build@
5858
host_triplet = @host@
5959
target_triplet = @target@
6060
@LIBMESH_ENABLE_TECPLOT_TRUE@am__append_1 = @TECPLOT_LIBRARY@
61-
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
61+
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
6262
$(srcdir)/Makefile.in $(srcdir)/src/libmesh_SOURCES \
6363
$(top_srcdir)/build-aux/config.guess \
6464
$(top_srcdir)/build-aux/config.sub \
@@ -76,10 +76,10 @@ DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
7676
$(top_srcdir)/contrib/utils/libmesh-oprof.pc.in \
7777
$(top_srcdir)/contrib/utils/libmesh-opt.pc.in \
7878
$(top_srcdir)/contrib/utils/libmesh-prof.pc.in \
79-
$(top_srcdir)/doc/Doxyfile.in $(top_srcdir)/doc/dot.in \
80-
build-aux/config.guess build-aux/config.sub build-aux/depcomp \
81-
build-aux/install-sh build-aux/ltmain.sh build-aux/missing \
82-
build-aux/ylwrap
79+
$(top_srcdir)/doc/Doxyfile.in $(top_srcdir)/doc/dot.in AUTHORS \
80+
COPYING ChangeLog INSTALL NEWS build-aux/config.guess \
81+
build-aux/config.sub build-aux/depcomp build-aux/install-sh \
82+
build-aux/ltmain.sh build-aux/missing build-aux/ylwrap
8383
@LIBMESH_OPT_MODE_TRUE@am__append_2 = libmesh_opt.la
8484
@LIBMESH_DBG_MODE_TRUE@am__append_3 = libmesh_dbg.la
8585
@LIBMESH_DEVEL_MODE_TRUE@am__append_4 = libmesh_devel.la
@@ -4035,7 +4035,7 @@ top_srcdir = @top_srcdir@
40354035
# test/comp_ns/Makefile.in \
40364036
# test/unit/Makefile.in
40374037
SUBDIRS = include contrib $(am__append_7) $(am__append_11)
4038-
AUTOMAKE_OPTIONS = foreign subdir-objects
4038+
AUTOMAKE_OPTIONS = subdir-objects
40394039
ACLOCAL_AMFLAGS = -I m4
40404040
AM_CFLAGS = $(libmesh_CFLAGS)
40414041

@@ -4050,7 +4050,7 @@ AM_CPPFLAGS = -DLIBMESH_IS_COMPILING_ITSELF \
40504050

40514051

40524052
# additional files which must be included in 'make dist'
4053-
EXTRA_DIST = license reference_elements include/include_HEADERS \
4053+
EXTRA_DIST = reference_elements include/include_HEADERS \
40544054
include/rebuild_include_HEADERS.sh src/libmesh_SOURCES \
40554055
src/rebuild_libmesh_SOURCES.sh contrib/tecplot/include \
40564056
contrib/tecplot/lib contrib/tecplot/README \
@@ -4682,15 +4682,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/sr
46824682
@for dep in $?; do \
46834683
case '$(am__configure_deps)' in \
46844684
*$$dep*) \
4685-
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
4686-
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
4685+
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
4686+
$(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
46874687
&& exit 0; \
46884688
exit 1;; \
46894689
esac; \
46904690
done; \
4691-
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
4691+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
46924692
$(am__cd) $(top_srcdir) && \
4693-
$(AUTOMAKE) --foreign Makefile
4693+
$(AUTOMAKE) --gnu Makefile
46944694
.PRECIOUS: Makefile
46954695
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
46964696
@case '$?' in \
File renamed without changes.

README

Whitespace-only changes.

build-aux/ltmain.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5851,10 +5851,9 @@ func_mode_link ()
58515851
# -tp=* Portland pgcc target processor selection
58525852
# --sysroot=* for sysroot support
58535853
# -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
5854-
# -stdlib=* select c++ std lib with clang
58555854
-64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
58565855
-t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
5857-
-O*|-flto*|-fwhopr*|-fuse-linker-plugin|-stdlib=*)
5856+
-O*|-flto*|-fwhopr*|-fuse-linker-plugin)
58585857
func_quote_for_eval "$arg"
58595858
arg="$func_quote_for_eval_result"
58605859
func_append compile_command " $arg"

examples/adaptivity/adaptivity_ex1/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ run: $(check_PROGRAMS)
10931093
LIBMESH_DIR=$(abs_top_srcdir) METHODS="$(METHODS)" $(srcdir)/$(check_SCRIPTS)
10941094
doc: $(example_name).php
10951095
html: $(example_name).php
1096-
$(example_name).php: $(example_name) \
1096+
$(example_name).php: example-opt example-dbg example-devel \
10971097
$(top_srcdir)/contrib/bin/ex2html.sh \
10981098
Makefile
10991099
$(MAKE) -s run > stdout.log

0 commit comments

Comments
 (0)