# # sd-tool: Helper Tool for systemd # Copyright (c)2023 Alexander Barton (alex@barton.de) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # ALL_INCLUDES = sd-tool-common.inc.sh \ sdt-cmd-timer.inc.sh SHARE_D = $(DESTDIR)$(PREFIX)/share/sd-tool include ../lib/Makefile.ax check-local: $(ALL_INCLUDES) bash ./sd-tool-common.inc.sh install-local: $(ALL_INCLUDES) install -d -o "$(USER)" -g "$(GROUP)" -m 755 \ "$(SHARE_D)" install -p -o "$(USER)" -g "$(GROUP)" -m 755 $(ALL_INCLUDES) \ "$(SHARE_D)/"