From 5bd504becfcc557a3d01494d7f49b26fe693dc7e Mon Sep 17 00:00:00 2001 From: Patrik Leidenberger Date: Mon, 25 Sep 2006 09:45:56 +0000 Subject: [PATCH] Restructure the Hdf5fed directory. --- .gitattributes | 6 +++--- Hdf5fed/libsrc/hdf5fed/{h5fed.cc => hed5fed.cc} | 0 Hdf5fed/libsrc/hdf5fed/{h5fed.hh => hed5fed.hh} | 0 .../hdf5fed/{h5fedconst.hh => hed5fedconst.hh} | 0 Hdf5fed/libsrc/hdf5fed/makefile.am | 13 +++++++------ 5 files changed, 10 insertions(+), 9 deletions(-) rename Hdf5fed/libsrc/hdf5fed/{h5fed.cc => hed5fed.cc} (100%) rename Hdf5fed/libsrc/hdf5fed/{h5fed.hh => hed5fed.hh} (100%) rename Hdf5fed/libsrc/hdf5fed/{h5fedconst.hh => hed5fedconst.hh} (100%) diff --git a/.gitattributes b/.gitattributes index b465065..248f6be 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/Hdf5fed/libsrc/hdf5fed/h5fed.cc b/Hdf5fed/libsrc/hdf5fed/hed5fed.cc similarity index 100% rename from Hdf5fed/libsrc/hdf5fed/h5fed.cc rename to Hdf5fed/libsrc/hdf5fed/hed5fed.cc diff --git a/Hdf5fed/libsrc/hdf5fed/h5fed.hh b/Hdf5fed/libsrc/hdf5fed/hed5fed.hh similarity index 100% rename from Hdf5fed/libsrc/hdf5fed/h5fed.hh rename to Hdf5fed/libsrc/hdf5fed/hed5fed.hh diff --git a/Hdf5fed/libsrc/hdf5fed/h5fedconst.hh b/Hdf5fed/libsrc/hdf5fed/hed5fedconst.hh similarity index 100% rename from Hdf5fed/libsrc/hdf5fed/h5fedconst.hh rename to Hdf5fed/libsrc/hdf5fed/hed5fedconst.hh diff --git a/Hdf5fed/libsrc/hdf5fed/makefile.am b/Hdf5fed/libsrc/hdf5fed/makefile.am index cfe3afe..8126466 100644 --- a/Hdf5fed/libsrc/hdf5fed/makefile.am +++ b/Hdf5fed/libsrc/hdf5fed/makefile.am @@ -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@