Subversion Repositories tendra.SVN

Rev

Rev 2 | Rev 89 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# $Id$

# Standard variables

WARNS?=         0

TCCOPTS=        -Yxpg4 -Xs
CCOPTS=         ${TCCOPTS} -I${BASE_DIR}/${INCLUDE} -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"