52fa2ad3ee
o src/h5 added to subdirs
18 lines
198 B
Makefile
18 lines
198 B
Makefile
# Trial by Antino Kim
|
|
# Top level Makefile.am
|
|
|
|
SUBDIRS = \
|
|
doc \
|
|
src \
|
|
src \
|
|
src/h5 \
|
|
test \
|
|
tools
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
config.h \
|
|
config.log \
|
|
config.status \
|
|
stamp-h.in \
|
|
stamp-h1
|