view Makefile @ 83:54d85f7d5676 draft

- The parameter pswdlen surely works - Subject tag `NONE' introduced - New group parameter xmlname controls 'X-ML-Name: ' header - Remove ML spool dir when group destruction
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 11 Dec 2013 08:41:04 +0900
parents eab5481212e0
children
line wrap: on
line source

#
# makefile for after5 cgi wrapper
#

CC	= gcc
VERSION	= `head after5.cgi|awk '/Id:/{print $$4}'`
PNAME	= after5-${VERSION}
TMPDIR	= /tmp
PFILE	= ${TMPDIR}/${PNAME}.tar.gz

FILES	= a5.c Makefile after5.cgi after5.css after5.png after5.rb \
	  holiday
GTAR	= gtar
HG	= hg

a5.cgi:	a5.c
	${CC} -o a5.cgi a5.c
	chmod u+s a5.cgi

package:
	${HG} archive -t tgz -X '.*' ${PFILE}
	-@ls -l ${PFILE}

yatex.org