Files
src_old/H5Fed/libsrc/h5fed/makefile.am
T
Patrik Leidenberger 4c4cdc9a2f Add H5Fed.
2006-09-21 10:19:39 +00:00

15 lines
482 B
Plaintext

## Makefile.am -- process this file with automake to produce Makefile.in
##
## authors - benedikt oswald and patrick leidenberger
## modified - 2006 aug 24, patrick leidenberger, creation
#
## objective - automake input file for the h5fed directory
## project - gmsh2h5fed
noinst_LTLIBRARIES = libh5fed.la
h5feddir = $(topleveldir)/libsrc/h5fed
h5fed_HEADERS = h5fed.hh
libh5fed_la_SOURCES = h5fed.cc \
h5fed.hh
AM_CPPFLAGS = @AM_CPPFLAGS@