Files
LFSDesktopProject/LFSToolKit/Makefile.am
2024-04-21 16:24:21 +01:00

29 lines
489 B
Makefile

SUBDIRS = LFSToolKit/app
EXTRA_DIST = lfstk.pc.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lfstk.pc
DISTCLEANFILES = lfstk.pc
.PHONY: docs
docs:
cd docs && $(MAKE)
clean-docs:
rm -r docs/html
docs-install:
$(INSTALL) -d $(DESTDIR)$(docdir)
cp -rvp docs/html docs/searchdata.xml $(DESTDIR)$(docdir)
docs-uninstall:
rm -rv $(DESTDIR)$(docdir)
purge:
rm $(DESTDIR)${libdir}/liblfstoolkit.*||true
rm -r $(DESTDIR)${includedir}/lfstk||true
#ACLOCAL_AMFLAGS = "-I m4"