2014-11-24 13:46:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2016-01-30 03:24:40 +02:00
|
|
|
if BUILD_EXAMPLES
|
|
|
|
EXAMPLES = examples
|
2015-07-23 15:25:16 +03:00
|
|
|
else
|
2016-01-30 03:24:40 +02:00
|
|
|
EXAMPLES =
|
2015-07-23 15:25:16 +03:00
|
|
|
endif
|
|
|
|
|
2016-01-30 03:24:40 +02:00
|
|
|
SUBDIRS = include lib man $(EXAMPLES)
|
2014-11-24 13:46:57 +02:00
|
|
|
|
2015-10-22 05:04:00 +03:00
|
|
|
libsxmpdocdir = ${prefix}/doc/libsxmp
|
2015-10-22 19:05:30 +03:00
|
|
|
libsxmpdoc_DATA = \
|
2014-11-24 13:46:57 +02:00
|
|
|
README\
|
|
|
|
COPYING\
|
|
|
|
AUTHORS\
|
|
|
|
ChangeLog\
|
|
|
|
INSTALL\
|
|
|
|
NEWS
|
|
|
|
|
2015-10-22 05:04:00 +03:00
|
|
|
EXTRA_DIST = $(libsxmpdoc_DATA)
|
2014-11-24 13:46:57 +02:00
|
|
|
|
|
|
|
clean-local:
|
|
|
|
|
|
|
|
|
|
|
|
# Remove doc directory on uninstall
|
|
|
|
uninstall-local:
|
2015-10-22 05:04:00 +03:00
|
|
|
-rm -r $(libsxmpdocdir)
|