# Copyright 2006-2009 by Purdue Research Foundation, West Lafayette, IN 47906.
# All rights reserved.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License, version 2.1 as published by the Free Software Foundation.

INSTDIR=$(DESTDIR)/usr/lib
OWNER=root
GROUP=root

clean:
	@true

install:
	install -d $(INSTDIR)/hubzero --owner $(OWNER) --group $(GROUP) --mode 0755
	install -d $(INSTDIR)/hubzero/icewm --owner $(OWNER) --group $(GROUP) --mode 0755
	install -d $(INSTDIR)/hubzero/icewm/config --owner $(OWNER) --group $(GROUP) --mode 0755
	install -d $(INSTDIR)/hubzero/icewm/config/captive --owner $(OWNER) --group $(GROUP) --mode 0755
	install keys $(INSTDIR)/hubzero/icewm/config/captive --owner $(OWNER) --group $(GROUP) --mode 0644
	install menu $(INSTDIR)/hubzero/icewm/config/captive --owner $(OWNER) --group $(GROUP) --mode 0644
	install preferences $(INSTDIR)/hubzero/icewm/config/captive --owner $(OWNER) --group $(GROUP) --mode 0644
	install programs $(INSTDIR)/hubzero/icewm/config/captive --owner $(OWNER) --group $(GROUP) --mode 0644
	install theme $(INSTDIR)/hubzero/icewm/config/captive --owner $(OWNER) --group $(GROUP) --mode 0644
	install toolbar $(INSTDIR)/hubzero/icewm/config/captive --owner $(OWNER) --group $(GROUP) --mode 0644
	install winoptions $(INSTDIR)/hubzero/icewm/config/captive --owner $(OWNER) --group $(GROUP) --mode 0644
