# 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/share
OWNER=root
GROUP=root

clean:
	true

install:
	install -d $(INSTDIR)/mw --owner $(OWNER) --group $(GROUP) --mode 0755
	install -d $(INSTDIR)/mw/invoke --owner $(OWNER) --group $(GROUP) --mode 0755
	install -d $(INSTDIR)/mw/invoke/twm --owner $(OWNER) --group $(GROUP) --mode 0755
	install -d $(INSTDIR)/mw/invoke/twm/captive --owner $(OWNER) --group $(GROUP) --mode 0755
	install invoke $(INSTDIR)/mw/invoke/twm/captive --owner $(OWNER) --group $(GROUP) --mode 0755
	install twmrc $(INSTDIR)/mw/invoke/twm/captive --owner $(OWNER) --group $(GROUP) --mode 0644
