# Generated automatically from Makefile.in by configure.
# This Makefile presumes GNU make in order to do dynamic dependencies

########################################

srcdir  = ../..
include ${srcdir}/make.inc

########################################
ALL = $(filter-out Makefile Makefile.in CVS, $(wildcard *))
INSTDIR = $(UCODB_DIR)/help
INSTALL = $(ALL:%=$(INSTDIR)/%)

default clean:

distclean: clean
	$(RM) Makefile

install: $(INSTDIR) $(INSTALL)

$(INSTDIR):
	../../mkinstalldirs $@

$(INSTDIR)/%: %
	$(INSTALL_DATA) $? $@
