Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
48c4f03f
Commit
48c4f03f
authored
Apr 25, 2018
by
Matthieu Schaller
Browse files
Propagate the non-standard installation path of FFTW to the Makefiles.
parent
4cd882ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
examples/Makefile.am
View file @
48c4f03f
...
...
@@ -18,8 +18,8 @@
# Common flags
MYFLAGS
=
# Add the source directory and
debug
to CFLAGS
AM_CFLAGS
=
-I
$(top_srcdir)
/src
$(HDF5_CPPFLAGS)
$(GSL_INCS)
# Add the source directory and
the non-standard paths to the included library headers
to CFLAGS
AM_CFLAGS
=
-I
$(top_srcdir)
/src
$(HDF5_CPPFLAGS)
$(GSL_INCS)
$(FFTW_INCS)
AM_LDFLAGS
=
$(HDF5_LDFLAGS)
...
...
src/Makefile.am
View file @
48c4f03f
...
...
@@ -15,8 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Add the
debug flag to the whole thing
AM_CFLAGS
=
$(HDF5_CPPFLAGS)
$(GSL_INCS)
# Add the
non-standard paths to the included library headers
AM_CFLAGS
=
$(HDF5_CPPFLAGS)
$(GSL_INCS)
$(FFTW_INCS)
# Assign a "safe" version number
AM_LDFLAGS
=
$(HDF5_LDFLAGS)
$(FFTW_LIBS)
-version-info
0:0:0
...
...
tests/Makefile.am
View file @
48c4f03f
...
...
@@ -14,8 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Add the source directory and
debug
to CFLAGS
AM_CFLAGS
=
-I
$(top_srcdir)
/src
$(HDF5_CPPFLAGS)
$(GSL_INCS)
# Add the source directory and
the non-standard paths to the included library headers
to CFLAGS
AM_CFLAGS
=
-I
$(top_srcdir)
/src
$(HDF5_CPPFLAGS)
$(GSL_INCS)
$(FFTW_INCS)
AM_LDFLAGS
=
../src/.libs/libswiftsim.a
$(HDF5_LDFLAGS)
$(HDF5_LIBS)
$(FFTW_LIBS)
$(GRACKLE_LIBS)
$(GSL_LIBS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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