# # Makefile for thotlib/include directory # Generated from thotlib/include/Makefile.in # Daniel Veillard, 1997 # @VPATHOPT@= @srcdir@ THOTDIR = @top_srcdir@ include ../../Options prefix = @prefix@ exec_prefix = @exec_prefix@ includedir = @includedir@ 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 :