libsxmp/Makefile.am

28 lines
402 B
Makefile
Raw Normal View History

2014-11-24 13:46:57 +02:00
## Process this file with automake to produce Makefile.in
if BUILD_EXAMPLES
EXAMPLES = examples
2015-07-23 15:25:16 +03:00
else
EXAMPLES =
2015-07-23 15:25:16 +03:00
endif
SUBDIRS = include lib man $(EXAMPLES)
2014-11-24 13:46:57 +02: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
EXTRA_DIST = $(libsxmpdoc_DATA)
2014-11-24 13:46:57 +02:00
clean-local:
# Remove doc directory on uninstall
uninstall-local:
-rm -r $(libsxmpdocdir)