Makefile.in: list all phony targets as .PHONY
Otherwise, these targets will fail to run if a developer incidentally
created files named 'test' or 'sqlite_empty_db' in their working copy,
which may be rather likely.
Signed-off-by: Pavel Kretov <[email protected]>