# -----------------------------------------------------------------------------
#
#	Copyright (C) 1997 by The GGI Project
#
# -----------------------------------------------------------------------------
#
#	This program is free software; you can redistribute it and/or modify
#	it under the terms of the GNU Library General Public License as 
#	published by the Free Software Foundation; either version 2, or 
#	(at your option) any later version.
#
#	You should have received a copy of the GNU Library General Public 
#	License	along with this program; see the file COPYING.LGPL .  
#	If not, write to the Free Software Foundation, 675 Mass Ave, 
#	Cambridge, MA 02139, USA.
#
# ----------------------------------------------------------------------------

include $(CONFLEVEL)/rules/defs

DLLDIR=$(shell pwd)/dll

MFLAGS=DLLDIR=$(DLLDIR)

SUBDIRS=stubs

include $(LIBGGI_TOPLEVEL)/Makerules

install::
	$(MKDIRTREE) $(INST_DLL)/default
	$(INSTALL) $(DLLDIR)/*.$(DLLEXT) $(INST_DLL)/default
