2015-02-08 00:17:40 +01:00
|
|
|
# This Makefile.am is in the public domain
|
2015-01-08 18:37:20 +01:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
2017-06-04 10:22:11 +02:00
|
|
|
|
2021-01-05 11:16:27 +01:00
|
|
|
if DOC_ONLY
|
|
|
|
if ENABLE_DOC
|
2021-04-05 20:11:45 +02:00
|
|
|
SUBDIRS = . contrib doc po
|
2021-01-05 11:16:27 +01:00
|
|
|
else
|
2021-04-05 20:11:45 +02:00
|
|
|
SUBDIRS = . contrib po
|
2021-01-05 11:16:27 +01:00
|
|
|
endif
|
|
|
|
else
|
|
|
|
if ENABLE_DOC
|
2021-04-05 20:11:45 +02:00
|
|
|
SUBDIRS = . contrib src doc po
|
2021-01-05 11:16:27 +01:00
|
|
|
else
|
2021-04-05 20:11:45 +02:00
|
|
|
SUBDIRS = . contrib src po
|
2021-01-05 11:16:27 +01:00
|
|
|
endif
|
|
|
|
endif
|
2017-06-04 10:22:11 +02:00
|
|
|
|
|
|
|
@DX_RULES@
|
|
|
|
|
2015-01-08 18:37:20 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2021-04-05 20:11:45 +02:00
|
|
|
EXTRA_DIST = build-aux/config.rpath \
|
2021-11-16 17:06:27 +01:00
|
|
|
AUTHORS \
|
|
|
|
README.1st
|