Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – //branches/algol60/src/tools/tnc/Makefile – Rev 7

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7 7u83 1
# $Id$
2 7u83 2
 
3
# Standard directories and files
4
 
7 7u83 5
SRC1=${.CURDIR}/templ
6
SPEC=${BASE_DIR}/src/lib/tdf/def_4_1.db
7
 
2 7u83 8
# Standard variables
9
 
7 7u83 10
WARNS?=		2
11
 
12
TCCOPTS=	-Yansi -Xs
13
CCOPTS=		${TCCOPTS} -I${BASE_DIR}/${INCLUDE}
2 7u83 14
LIBS=
15
 
16
# Dependencies and construction rules
17
 
7 7u83 18
PROG=		${.CURDIR:T}
2 7u83 19
 
7 7u83 20
SRCS=		alignment.c analyser.c bitstream.c check.c de_capsule.c\
21
		de_unit.c decode.c enc_cap.c encode.c eval.c fetch.c file.c\
22
		help.c high.c main.c node.c read.c read_cap.c shape.c table.c\
23
		tdf.c utility.c write.c
2 7u83 24
 
7 7u83 25
#MAKE_TDF=make_tdf
26
#
27
#auto : ${SRC}/tdf.c ${SRC}/tdf.h ${SRC}/check_exp.h
28
#
29
#${SRC}/tdf.c : ${SPEC} ${SRC1}/tdf.c
30
#	@${REMOVE} ${SRC}/tdf.c
31
#	${MAKE_TDF} ${SPEC} ${SRC1}/tdf.c ${SRC}/tdf.c
32
#
33
#${SRC}/tdf.h : ${SPEC} ${SRC1}/tdf.h
34
#	@${REMOVE} ${SRC}/tdf.h
35
#	${MAKE_TDF} ${SPEC} ${SRC1}/tdf.h ${SRC}/tdf.h
36
#
37
#${SRC}/check_exp.h : ${SPEC} ${SRC1}/check_exp.h
38
#	@${REMOVE} ${SRC}/check_exp.h
39
#	${MAKE_TDF} ${SPEC} ${SRC1}/check_exp.h ${SRC}/check_exp.h
40
#
41
#auto_clobber :
42
#	${REMOVE} ${SRC}/tdf.c ${SRC}/tdf.h ${SRC}/check_exp.h
2 7u83 43
 
7 7u83 44
.include "../Makefile.inc"