17 lines
428 B
Makefile
17 lines
428 B
Makefile
include $(top_srcdir)/doxygen/aminclude.am
|
|
|
|
# Build in these directories:
|
|
SUBDIRS = Cantera tools test_problems
|
|
SUBDIRS += doxygen examples
|
|
|
|
# Distribute these directories:
|
|
DISTDIRS = Cantera examples
|
|
|
|
# generated documentation will be included in distributed archive
|
|
EXTRA_DIST = bootstrap $(DX_CONFIG)
|
|
EXTRA_DIST += AUTHORS README
|
|
|
|
# Support for pkgconfig
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = cantera.pc
|
|
|