2012-09-22 19:34:27 +08:00
|
|
|
EXTRA_DIST = CHANGES LICENSE README.rst win32
|
2009-08-03 02:26:37 +08:00
|
|
|
SUBDIRS = doc src test
|
2009-10-25 05:18:03 +08:00
|
|
|
|
2011-03-11 03:24:44 +08:00
|
|
|
# "make distcheck" builds the dvi target, so use it to check that the
|
|
|
|
# documentation is built correctly.
|
|
|
|
dvi:
|
2010-09-07 01:46:14 +08:00
|
|
|
$(MAKE) SPHINXOPTS_EXTRA=-W html
|
2010-01-17 19:57:20 +08:00
|
|
|
|
2010-01-08 01:28:00 +08:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = jansson.pc
|
2013-02-04 15:49:57 +08:00
|
|
|
|
|
|
|
if GCC
|
|
|
|
# These flags are gcc specific
|
|
|
|
export AM_CFLAGS = -Wall -Wextra -Wdeclaration-after-statement -Werror
|
|
|
|
endif
|