# $Id: Makefile,v 1.2 2007/05/26 00:38:57 mbalmer Exp $

PROG=		sudoku-handler
SRCS=		sudoku-handler.c solver.c

SUBDIR+=	templates

VPATH+=		..
CFLAGS+=	-pthread -Wall -fpic -static -I/usr/local/include \
		-I/usr/local/include/ClearSilver -I.. -DDEBUG \
		-DNO_FCGI_DEFINES

LDADD+=		-L/usr/local/lib -lneo_cgi -lneo_utl -lneo_cs -lpthread \
		-lintl -liconv -lcrypto -lz -lc -lfcgi

BINDIR=		/usr/local/libexec
NOMAN=	1

.include <bsd.prog.mk>
.include <bsd.subdir.mk>
