Skip to content

Commit

Permalink
added scripts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 17, 2019
1 parent 37be328 commit dea5c70
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if BUILD_DOCS
DOC = doc
endif

SUBDIRS = src tests examples ${DOC}
SUBDIRS = src tests examples ${DOC} scripts

EXTRA_DIST = CMakeLists.txt set_flags.am
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,5 @@ AC_OUTPUT(Makefile
tests/performance/Makefile
doc/Makefile
examples/Makefile
examples/c/Makefile)
examples/c/Makefile
scripts/Makefile)
6 changes: 6 additions & 0 deletions scripts/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This is part of PIO. It handles the scripts directory which has some
# useful scripts.

# Ed Hartnett 5/17/19

EXTRA_DIST = prune_decomps.pl genf90.pl
Loading

0 comments on commit dea5c70

Please sign in to comment.