Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
src
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
H5hut
src
Commits
95903d27
Commit
95903d27
authored
Aug 11, 2011
by
adelmann
🎗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tools makefile
parent
e23aeea0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
configure.ac
configure.ac
+2
-1
tools/Makefile.am
tools/Makefile.am
+5
-2
No files found.
configure.ac
View file @
95903d27
...
...
@@ -113,6 +113,7 @@ else
fi
AC_PROG_CC($CCOMPILERS)
AC_PROG_CXX
# Use macro to set C99 mode instead of checking for gcc, which breaks with
# parallel builds.
...
...
@@ -193,7 +194,7 @@ if test "X$USE_C" = "Xyes"; then
LIB_C="libH5hutC.la"
BUILD_LIBS="$BUILD_LIBS libH5hutC"
BUILD_TESTS="$BUILD_TESTS h5u_test h5b_test"
BUILD_TOOLS="$BUILD_TOOLS h5hutcc"
BUILD_TOOLS="$BUILD_TOOLS h5hutcc
h5PartDcToVtk h5PartSurfaceToVtk
"
fi
############################ fortran enabled ##################################
...
...
tools/Makefile.am
View file @
95903d27
...
...
@@ -8,7 +8,8 @@ LIBS = -lH5hutC -lH5hut @LIBS@
INCLUDES
=
-I
../src/include @INCLUDES@
# What to build... make install will place these files in the $(prefix)/bin directory.
bin_SCRIPTS
=
@BUILD_TOOLS@
bin_PROGRAMS
=
@BUILD_TOOLS@
EXTRA_PROGRAMS
=
h5pAttrib h5PartDcToVtk
# Listing of all programs that maybe built. (Has to know statically...)
EXTRA_SCRIPTS
=
h5hutcc
...
...
@@ -17,11 +18,13 @@ EXTRA_SCRIPTS = h5hutcc
#EXTRA_DIST = h5pAttrib.cc h5pToGNUplot.cc## TO BE TAILORED LATER...
# Listing of sources
#
h5pAttrib_SOURCES = h5pAttrib.cc
h5pAttrib_SOURCES
=
h5pAttrib.cc
#h5pToGNUplot_SOURCES = h5pToGNUplot.cc
#homdynToH5p_SOURCES = homdynToH5p.cc
h5PartDcToVtk_SOURCES
=
h5PartDcToVtk.cc
clean
:
clean-am
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