fix tools makefile

This commit is contained in:
2011-08-11 14:31:55 +00:00
parent e23aeea0ef
commit 95903d2711
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -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 ##################################
+5 -2
View File
@@ -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