Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
382d5019
Commit
382d5019
authored
Jun 01, 2017
by
Lorenz Hüdepohl
Browse files
Do not distribute generated elpa/elpa_constants.h
parent
724c1e96
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
382d5019
...
...
@@ -350,7 +350,14 @@ BUILT_SOURCES = $(generated_headers)
# install public headers and Fortran modules files in the include/ dir
elpa_includedir
=
$(includedir)
/elpa@SUFFIX@-@PACKAGE_VERSION@
nobase_elpa_include_HEADERS
=
$(
wildcard
modules/
*
)
$(
wildcard
elpa/
*
)
nobase_elpa_include_HEADERS
=
\
$(
wildcard
modules/
*
)
\
elpa/elpa.h
\
elpa/elpa_generic.h
\
elpa/elpa_legacy.h
nobase_nodist_elpa_include_HEADERS
=
\
elpa/elpa_constants.h
dist_man_MANS
=
\
man/elpa2_print_kernels.1
...
...
@@ -618,7 +625,6 @@ EXTRA_DIST += \
src/elpa1/legacy_interface/elpa_solve_tridi.X90
endif
LIBTOOL_DEPS
=
@LIBTOOL_DEPS@
libtool
:
$(LIBTOOL_DEPS)
$(SHELL)
./config.status libtool
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment