Subversion Repositories tendra.SVN

Rev

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

Rev Author Line No. Line
7 7u83 1
# $Id$
2 7u83 2
 
3
# Standard directories and files
7 7u83 4
 
2 7u83 5
SRC1=${SRC}/templ
6
SPEC=${BASE}/src/lib/tdf/def_4_1.db
7
 
8
# Standard variables
9
 
7 7u83 10
WARNS?=		2
11
 
12
TCCOPTS=	-Yansi -Xs
13
CCOPTS=		${TCCOPTS} -I${BASE_DIR}/${INCLUDE}
14
 
2 7u83 15
LIBS=
16
 
17
# Dependencies and construction rules
18
 
7 7u83 19
PROG=		${.CURDIR:T}
2 7u83 20
 
7 7u83 21
SRCS=		basic.o binding.o capsule.o file.o main.o pretty.o sort.o tdf.o\
22
		tree.o unit.o utility.o
2 7u83 23
 
7 7u83 24
#MAKE_TDF=make_tdf
25
#SED=sed
26
#
27
#auto : ${SRC}/tdf.c ${SRC}/tdf.h
28
#
29
#${SRC}/tdf.c : ${SPEC} ${SRC1}/tdf.c ${SRC1}/tdf.sed
30
#	@${REMOVE} ${SRC}/tdf.c
31
#	${MAKE_TDF} ${SPEC} ${SRC1}/tdf.c | ${SED} -f ${SRC1}/tdf.sed > ${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
#auto_clobber :
38
#	${REMOVE} ${SRC}/tdf.c ${SRC}/tdf.h
2 7u83 39
 
7 7u83 40
.include "../Makefile.inc"