include ../../../../Makefile.inc FACTORYDIR = $(DATADIR)/factory FILES = menu-deactivated mcore-user-fluxbox.tmpfilesd.conf all: $(FILES) install: install-common install-client install-control all install-common: install-common-services-systemd install-client: install-client-services-systemd install-control: install-control-services-systemd install-common-services-systemd: all install-client-services-systemd: all $(INSTALL) -d $(DESTDIR)/$(FACTORYDIR)/$(MCORE_UNPRIV_HOME)/.fluxbox $(INSTALL) -m0644 menu-deactivated $(DESTDIR)/$(FACTORYDIR)/$(MCORE_UNPRIV_HOME)/.fluxbox $(INSTALL) -d $(DESTDIR)/$(SYSCONFDIR)/tmpfiles.d $(INSTALL) -m0644 mcore-user-fluxbox.tmpfilesd.conf $(DESTDIR)/$(SYSCONFDIR)/tmpfiles.d/mcore-user-fluxbox.conf install-control-services-systemd: all clean: rm -f $(FILES) .PHONY: install-common .PHONY: install-client .PHONY: install-control .PHONY: install-common-services-systemd .PHONY: install-client-services-systemd .PHONY: install-control-services-systemd .PHONY: all install clean