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

19 lines
706 B
Plaintext

## Makefile.am -- process this file with automake to produce Makefile.in
##
## authors - benedikt oswald and patrick leidenberger
## modified - 2006 aug 21, patrick leidenberger, creation
## modified - 2006 aug 23, pl, adaped to new directory structure.
#
## objective - automake input file for the gmsh directory
## project - gmshtohdf5fed
noinst_LTLIBRARIES = libgmsh.la
gmshdir = $(topleveldir)/libsrc/gmsh
gmsh_HEADERS = gmsh.hh
libgmsh_la_SOURCES = gmsh.cc \
gmsh.hh \
gmshconst.hh \
gmshgrammer.hh \
gmshsemanticaction.hh
AM_CPPFLAGS = @AM_CPPFLAGS@