16 lines
549 B
Plaintext
16 lines
549 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
|
|
## modified - 2006 sep 25, pl, little change.
|
|
#
|
|
## objective - automake input file for the h5fed directory
|
|
## project - gmsh2hdf5fed
|
|
|
|
noinst_LTLIBRARIES = libhdf5fed.la
|
|
hdf5feddir = $(topleveldir)/libsrc/hdf5fed
|
|
hdf5fed_HEADERS = hdf5fed.hh
|
|
libhdf5fed_la_SOURCES = hdf5fed.cc \
|
|
hdf5fed.hh
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@
|