Files
LFSDesktopProject/LFSToolKit/Makefile.am
2023-08-23 16:45:44 +01:00

31 lines
526 B
Makefile

SUBDIRS = LFSToolKit/app
EXTRA_DIST = lfstk.pc.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lfstk.pc
DISTCLEANFILES = lfstk.pc
#ACLOCAL_AMFLAGS = "-I m4"
.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)
remake:
$(shell ./remakesourcelist)
purge:
rm $(DESTDIR)${libdir}/liblfstoolkit.*||true
rm -r $(DESTDIR)${includedir}/lfstk||true