11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
## Makefile.am -- process this file with automake to produce Makefile.in
|
|
##
|
|
## authors - patrick leidenberger
|
|
## modified - 2006 aug 21, patrick leidenberger, creation
|
|
## objective - top level automake file for Hdf5fed
|
|
## project - Hdf5fed
|
|
|
|
SUBDIRS = libsrc applications
|
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@
|