15 lines
482 B
Plaintext
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@
|