#
#
# This is the default Makefile target. The objects listed here
# are what get build when you type just "make" with no arguments.
#
$(ROOTHDRDIR):
$(INS.dir)
$(ROOTHDRDIR)/%: % $(ROOTHDRDIR)
$(INS.file)
#
# we don't want this output different every time, so we just suppress it
#
@echo "Generating $@"; \
sed -e 's"--VERS--"$(SQLITE_VERSION)"' \
$(SRCDIR)/sqlite.h.in > $@
FRC: