view Makefile @ 91:9ed5d139232f draft

Should use sub_nt* instead of nt* in modifying mode
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 23 Dec 2013 12:37:53 +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