# $Id: Makefile 338 2004-10-04 11:11:39Z asmodai $

# Standard variables

TCCOPTS=	-Yxpg4 -Xs
CCOPTS=		${TCCOPTS} -I${.CURDIR}
LIBS=

# Dependencies and construction rules

PROG=		${.CURDIR:T}
WRAPPER=	tcc.sh

SRCS=		archive.c compile.c environ.c execute.c filename.c flags.c\
		list.c main.c options.c stages.c startup.c utility.c

.include "../Makefile.inc"
