TOP= ../..
include Makefile.config
SUBDIR= html
PROG= modhello.fcgi
SRCS= main.c auth.c
#MAN1= modhello.fcgi.1
CONF= passwd
CFLAGS+=${DB4_CFLAGS} \
${PERCGI_CFLAGS} ${LIBIDN_CFLAGS} ${GETTEXT_CFLAGS} ${ICONV_CFLAGS}
LIBS+= ${DB4_LIBS} \
${PERCGI_LIBS} ${LIBIDN_LIBS} ${GETTEXT_LIBS} ${ICONV_LIBS}
all: ${PROG}
configure:
cat configure.in |mkconfigure > configure
html:
(cd html && ${MAKE})
.PHONY: configure html
include ${TOP}/mk/build.prog.mk