Differences From Artifact [02b025d9f3]:
- File GNUmakefile.in — part of check-in [734af429e3] at 2011-07-14 10:24:53 on branch trunk — Small changes to autosetup build system so that the --disable-internal-sqlite switch works and is compatible with BSD make. (user: dan size: 1427) [more...]
To Artifact [9a27317644]:
- File Makefile.in — part of check-in [eff52c1ccb] at 2011-07-22 01:43:49 on branch autosetup — Switch to using configure (autosetup) by default. The original Makefile is now available as Makefile.classic (user: steveb size: 1424) [more...]
| ︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 | - + | TCC += @EXTRA_CFLAGS@ @CPPFLAGS@ @CFLAGS@ -DHAVE_AUTOCONFIG_H INSTALLDIR = $(DESTDIR)@prefix@/bin USE_SYSTEM_SQLITE = @USE_SYSTEM_SQLITE@ include $(SRCDIR)/main.mk distclean: clean |