# Generated automatically from Makefile.in by configure.
#
# Makefile for thotlib/include directory
# Generated from thotlib/include/Makefile.in
# Daniel Veillard, 1997
#

VPATH= ../../../thotlib/include
THOTDIR = ../../..

include ../../Options

prefix = /usr/local
exec_prefix = ${prefix}
includedir = ${prefix}/include

INCLUDES= app.h appaction.h application.h attribute.h browser.h content.h \
dialog.h document.h fileaccess.h genericdriver.h interface.h labelAllocator.h \
language.h libmsg.h message.h pivot.h plugin.h presentation.h presentdriver.h \
print.h pschema.h reference.h registry.h selection.h simx.h specificdriver.h \
sysdep.h thot_gui.h thot_sys.h tree.h typebase.h view.h

all :

clean :

install :
	@(if test ! -d $(includedir) ; then $(MKDIR) $(includedir); fi)
	@(if test ! -d $(includedir)/thot ; then $(MKDIR) $(includedir)/thot; fi)
	(for include in $(INCLUDES) ; do \
	  $(INSTALL_DATA) $(THOTDIR)/thotlib/include/$$include $(includedir)/thot ; \
	  done)

uninstall :
	$(RM) -rf $(includedir)/thot

depend :

proto :

