Makefile revision 91d7f85e02991954d1e1bd44673df567ad8dcc87
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
VERS = .1
# 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: