# 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

all:
	@true

install:
	make -C default --no-print-directory install
	make -C captive --no-print-directory install
	install invoke $(INSTDIR)/hubzero/icewm --owner $(OWNER) --group $(GROUP) --mode 0555

clean:
	rm -f build-stamp
	rm -f configure-stamp
	make -C default --no-print-directory clean
	make -C captive --no-print-directory clean
