[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / sqlite3

File: [local] / src / usr.bin / sqlite3 / Attic / Makefile (download)

Revision 1.1, Sat Apr 14 13:33:10 2012 UTC (12 years, 1 month ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2

glue and manpage, which I forgot about

# $OpenBSD: Makefile,v 1.1 2012/04/14 13:33:10 espie Exp $

PROG = sqlite3
SRCS = shell.c

.include <bsd.own.mk>
.if defined(NOPIC)
CPPFLAGS +=	-DSQLITE_OMIT_LOAD_EXTENSION=1
.endif


CPPFLAGS +=	-DHAVE_READLINE=1

CFLAGS += -pthread
LDFLAGS += -pthread
LDADD += -lsqlite3 -lreadline -lcurses

.include <bsd.prog.mk>