napa-baselibs / Makefile.am @ 5f3adef4
History | View | Annotate | Download (279 Bytes)
1 |
AUTOMAKE_OPTIONS = foreign no-dist no-installinfo |
---|---|
2 |
ACLOCAL_AMFLAGS = -I m4 |
3 |
SUBDIRS = . common dclog ml rep monl tests ALTOclient |
4 |
|
5 |
#include aminclude.am |
6 |
|
7 |
EXTRA_DIST = autogen.sh autoclean.sh Doxyfile |
8 |
|
9 |
doxygen: FORCE |
10 |
mkdir -p $(srcdir)/doxygen |
11 |
doxygen $(srcdir)/Doxyfile |
12 |
|
13 |
FORCE: |
14 |
|