Restructure the Hdf5fed directory.

This commit is contained in:
Patrik Leidenberger
2006-09-25 09:45:56 +00:00
parent 9a16c66724
commit 5bd504becf
5 changed files with 10 additions and 9 deletions
+3 -3
View File
@@ -22,9 +22,9 @@ Hdf5fed/libsrc/gmsh/gmshconst.hh -text
Hdf5fed/libsrc/gmsh/gmshgrammar.hh -text
Hdf5fed/libsrc/gmsh/gmshsemanticaction.hh -text
Hdf5fed/libsrc/gmsh/makefile.am -text
Hdf5fed/libsrc/hdf5fed/h5fed.cc -text
Hdf5fed/libsrc/hdf5fed/h5fed.hh -text
Hdf5fed/libsrc/hdf5fed/h5fedconst.hh -text
Hdf5fed/libsrc/hdf5fed/hed5fed.cc -text
Hdf5fed/libsrc/hdf5fed/hed5fed.hh -text
Hdf5fed/libsrc/hdf5fed/hed5fedconst.hh -text
Hdf5fed/libsrc/hdf5fed/makefile.am -text
Hdf5fed/libsrc/makefile.am -text
Hdf5fed/libsrc/stdincl/nonsciconst.h -text
+7 -6
View File
@@ -2,13 +2,14 @@
##
## authors - benedikt oswald and patrick leidenberger
## modified - 2006 aug 24, patrick leidenberger, creation
## modified - 2006 sep 25, pl, little change.
#
## objective - automake input file for the h5fed directory
## project - gmsh2h5fed
## project - gmsh2hdf5fed
noinst_LTLIBRARIES = libh5fed.la
h5feddir = $(topleveldir)/libsrc/h5fed
h5fed_HEADERS = h5fed.hh
libh5fed_la_SOURCES = h5fed.cc \
h5fed.hh
noinst_LTLIBRARIES = libhdf5fed.la
hdf5feddir = $(topleveldir)/libsrc/hdf5fed
hdf5fed_HEADERS = hdf5fed.hh
libh5fed_la_SOURCES = hdf5fed.cc \
hdf5fed.hh
AM_CPPFLAGS = @AM_CPPFLAGS@