Files
src_old/Hdf5fed/libsrc/gmsh/makefile.am
T
2006-09-25 09:31:11 +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@