Subversion Repositories tendra.SVN

Rev

Rev 2 | Rev 38 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 7
Line 1... Line 1...
1
# Automatically generated by make_mf version 1.1
1
# $Id$
2
 
2
 
3
# Standard directories and files
3
# Standard directories and files
4
BASE=/u/g/release/Source
-
 
5
SRC=${BASE}/src/tools/tnc
-
 
-
 
4
 
6
SRC1=${SRC}/templ
5
SRC1=${.CURDIR}/templ
7
SPEC=${BASE}/src/lib/tdf/def_4_1.db
6
SPEC=${BASE_DIR}/src/lib/tdf/def_4_1.db
8
 
7
 
9
# Standard variables
8
# Standard variables
10
 
9
 
11
CC=tcc
10
WARNS?=		2
-
 
11
 
12
TCCOPTS=-Yansi -Xs
12
TCCOPTS=	-Yansi -Xs
13
CCOPTS=${TCCOPTS}
13
CCOPTS=		${TCCOPTS} -I${BASE_DIR}/${INCLUDE}
14
MAIN_CC=${CC} ${CCOPTS} -c
-
 
15
LINK_CC=${CC} ${TCCOPTS}
-
 
16
LIBS=
14
LIBS=
17
 
15
 
18
REMOVE=rm -f
-
 
19
MOVE=mv
-
 
20
COPY=cp
-
 
21
ECHO=echo
-
 
22
SHELL=/bin/sh
-
 
23
 
-
 
24
# Dependencies and construction rules
16
# Dependencies and construction rules
25
 
17
 
26
NAME=tnc
-
 
27
EXTRA=auto
-
 
28
EXTRA_CLEAN=
-
 
29
EXTRA_CLOBBER=
-
 
30
 
-
 
31
OFILES=alignment.o analyser.o bitstream.o check.o de_capsule.o de_unit.o\
-
 
32
 decode.o enc_cap.o encode.o eval.o fetch.o file.o help.o high.o main.o\
-
 
33
 node.o read.o read_cap.o shape.o table.o tdf.o utility.o write.o
-
 
34
 
-
 
35
${NAME} : ${OFILES}
-
 
36
	${LINK_CC} -o ${NAME} ${OFILES} ${LIBS}
-
 
37
 
-
 
38
all : ${EXTRA} ${NAME}
-
 
39
	@${ECHO} all done
-
 
40
 
-
 
41
extra : ${EXTRA}
-
 
42
	@${ECHO} done
-
 
43
 
-
 
44
alignment.o : ${SRC}/alignment.c ${SRC}/check.h ${SRC}/config.h\
-
 
45
 ${SRC}/node.h ${SRC}/shape.h ${SRC}/table.h ${SRC}/tdf.h ${SRC}/types.h\
-
 
46
 ${SRC}/utility.h ${SRC}/ossg.h
-
 
47
	${MAIN_CC} ${SRC}/alignment.c
-
 
48
 
-
 
49
analyser.o : ${SRC}/analyser.c ${SRC}/analyser.h ${SRC}/config.h\
-
 
50
 ${SRC}/file.h ${SRC}/names.h ${SRC}/read_types.h ${SRC}/types.h\
-
 
51
 ${SRC}/utility.h ${SRC}/ossg.h
-
 
52
	${MAIN_CC} ${SRC}/analyser.c
-
 
53
 
-
 
54
bitstream.o : ${SRC}/bitstream.c ${SRC}/config.h ${SRC}/enc_types.h\
-
 
55
 ${SRC}/file.h ${SRC}/types.h ${SRC}/utility.h ${SRC}/ossg.h
-
 
56
	${MAIN_CC} ${SRC}/bitstream.c
-
 
57
 
-
 
58
check.o : ${SRC}/check.c ${SRC}/alignment.h ${SRC}/check_def.h\
-
 
59
 ${SRC}/check_exp.h ${SRC}/config.h ${SRC}/eval.h ${SRC}/node.h\
-
 
60
 ${SRC}/read.h ${SRC}/shape.h ${SRC}/table.h ${SRC}/tdf.h ${SRC}/types.h\
-
 
61
 ${SRC}/utility.h ${SRC}/ossg.h
-
 
62
	${MAIN_CC} ${SRC}/check.c
-
 
63
 
-
 
64
de_capsule.o : ${SRC}/de_capsule.c ${SRC}/config.h ${SRC}/de_types.h\
-
 
65
 ${SRC}/de_unit.h ${SRC}/decode.h ${SRC}/fetch.h ${SRC}/names.h\
-
 
66
 ${SRC}/node.h ${SRC}/table.h ${SRC}/tdf.h ${SRC}/types.h ${SRC}/utility.h\
-
 
67
 ${SRC}/ossg.h
-
 
68
	${MAIN_CC} ${SRC}/de_capsule.c
-
 
69
 
-
 
70
de_unit.o : ${SRC}/de_unit.c ${SRC}/check.h ${SRC}/config.h\
-
 
71
 ${SRC}/de_capsule.h ${SRC}/de_types.h ${SRC}/decode.h ${SRC}/fetch.h\
-
 
72
 ${SRC}/high.h ${SRC}/node.h ${SRC}/table.h ${SRC}/tdf.h ${SRC}/types.h\
-
 
73
 ${SRC}/utility.h ${SRC}/ossg.h
-
 
74
	${MAIN_CC} ${SRC}/de_unit.c
-
 
75
 
-
 
76
decode.o : ${SRC}/decode.c ${SRC}/check.h ${SRC}/config.h\
-
 
77
 ${SRC}/de_capsule.h ${SRC}/de_types.h ${SRC}/de_unit.h ${SRC}/decode.h\
-
 
78
 ${SRC}/eval.h ${SRC}/fetch.h ${SRC}/high.h ${SRC}/node.h ${SRC}/shape.h\
-
 
79
 ${SRC}/table.h ${SRC}/tdf.h ${SRC}/types.h ${SRC}/utility.h ${SRC}/ossg.h
-
 
80
	${MAIN_CC} ${SRC}/decode.c
-
 
81
 
-
 
82
enc_cap.o : ${SRC}/enc_cap.c ${SRC}/bitstream.h ${SRC}/config.h\
-
 
83
 ${SRC}/enc_types.h ${SRC}/encode.h ${SRC}/names.h ${SRC}/node.h\
-
 
84
 ${SRC}/table.h ${SRC}/tdf.h ${SRC}/types.h ${SRC}/utility.h ${SRC}/ossg.h
-
 
85
	${MAIN_CC} ${SRC}/enc_cap.c
-
 
86
 
-
 
87
encode.o : ${SRC}/encode.c ${SRC}/bitstream.h ${SRC}/config.h\
-
 
88
 ${SRC}/enc_types.h ${SRC}/encode.h ${SRC}/high.h ${SRC}/names.h\
-
 
89
 ${SRC}/table.h ${SRC}/tdf.h ${SRC}/types.h ${SRC}/utility.h ${SRC}/ossg.h
-
 
90
	${MAIN_CC} ${SRC}/encode.c
-
 
91
 
-
 
92
eval.o : ${SRC}/eval.c ${SRC}/config.h ${SRC}/eval.h ${SRC}/node.h\
-
 
93
 ${SRC}/shape.h ${SRC}/table.h ${SRC}/tdf.h ${SRC}/types.h\
-
 
94
 ${SRC}/utility.h ${SRC}/ossg.h
-
 
95
	${MAIN_CC} ${SRC}/eval.c
-
 
96
 
-
 
97
fetch.o : ${SRC}/fetch.c ${SRC}/config.h ${SRC}/file.h ${SRC}/types.h\
-
 
98
 ${SRC}/utility.h ${SRC}/ossg.h
-
 
99
	${MAIN_CC} ${SRC}/fetch.c
-
 
100
 
-
 
101
file.o : ${SRC}/file.c ${SRC}/analyser.h ${SRC}/config.h ${SRC}/fetch.h\
-
 
102
 ${SRC}/read_types.h ${SRC}/types.h ${SRC}/utility.h ${SRC}/ossg.h
-
 
103
	${MAIN_CC} ${SRC}/file.c
-
 
104
 
-
 
105
help.o : ${SRC}/help.c ${SRC}/analyser.h ${SRC}/config.h ${SRC}/node.h\
-
 
106
 ${SRC}/read_types.h ${SRC}/table.h ${SRC}/tdf.h ${SRC}/types.h\
-
 
107
 ${SRC}/utility.h ${SRC}/ossg.h
-
 
108
	${MAIN_CC} ${SRC}/help.c
-
 
109
 
-
 
110
high.o : ${SRC}/high.c ${SRC}/config.h ${SRC}/high.h ${SRC}/table.h\
-
 
111
 ${SRC}/tdf.h ${SRC}/types.h ${SRC}/utility.h ${SRC}/ossg.h
-
 
112
	${MAIN_CC} ${SRC}/high.c
-
 
113
 
-
 
114
main.o : ${SRC}/main.c ${SRC}/analyser.h ${SRC}/check.h ${SRC}/config.h\
-
 
115
 ${SRC}/de_capsule.h ${SRC}/de_types.h ${SRC}/enc_cap.h ${SRC}/eval.h\
-
 
116
 ${SRC}/file.h ${SRC}/help.h ${SRC}/node.h ${SRC}/read_cap.h\
-
 
117
 ${SRC}/read_types.h ${SRC}/release.h ${SRC}/shape.h ${SRC}/table.h\
-
 
118
 ${SRC}/tdf.h ${SRC}/types.h ${SRC}/utility.h ${SRC}/write.h ${SRC}/ossg.h
-
 
119
	${MAIN_CC} ${SRC}/main.c
-
 
120
 
-
 
121
node.o : ${SRC}/node.c ${SRC}/config.h ${SRC}/node.h ${SRC}/table.h\
-
 
122
 ${SRC}/tdf.h ${SRC}/types.h ${SRC}/utility.h ${SRC}/ossg.h
-
 
123
	${MAIN_CC} ${SRC}/node.c
-
 
124
 
-
 
125
read.o : ${SRC}/read.c ${SRC}/analyser.h ${SRC}/check.h ${SRC}/config.h\
-
 
126
 ${SRC}/high.h ${SRC}/names.h ${SRC}/node.h ${SRC}/read.h\
-
 
127
 ${SRC}/read_types.h ${SRC}/shape.h ${SRC}/table.h ${SRC}/tdf.h\
-
 
128
 ${SRC}/types.h ${SRC}/utility.h ${SRC}/ossg.h
-
 
129
	${MAIN_CC} ${SRC}/read.c
-
 
130
 
-
 
131
read_cap.o : ${SRC}/read_cap.c ${SRC}/analyser.h ${SRC}/check.h\
-
 
132
 ${SRC}/config.h ${SRC}/de_capsule.h ${SRC}/de_types.h ${SRC}/file.h\
-
 
133
 ${SRC}/high.h ${SRC}/names.h ${SRC}/node.h ${SRC}/read.h\
-
 
134
 ${SRC}/read_cap.h ${SRC}/read_types.h ${SRC}/table.h ${SRC}/tdf.h\
-
 
135
 ${SRC}/types.h ${SRC}/utility.h ${SRC}/ossg.h
-
 
136
	${MAIN_CC} ${SRC}/read_cap.c
-
 
137
 
-
 
138
shape.o : ${SRC}/shape.c ${SRC}/alignment.h ${SRC}/check.h\
-
 
139
 ${SRC}/config.h ${SRC}/eval.h ${SRC}/node.h ${SRC}/shape.h ${SRC}/table.h\
-
 
140
 ${SRC}/tdf.h ${SRC}/types.h ${SRC}/utility.h ${SRC}/ossg.h
-
 
141
	${MAIN_CC} ${SRC}/shape.c
-
 
142
 
-
 
143
table.o : ${SRC}/table.c ${SRC}/config.h ${SRC}/help.h ${SRC}/high.h\
-
 
144
 ${SRC}/table.h ${SRC}/tdf.h ${SRC}/types.h ${SRC}/utility.h ${SRC}/ossg.h
-
 
145
	${MAIN_CC} ${SRC}/table.c
-
 
146
 
-
 
147
tdf.o : ${SRC}/tdf.c ${SRC}/check.h ${SRC}/config.h ${SRC}/de_capsule.h\
-
 
148
 ${SRC}/de_types.h ${SRC}/de_unit.h ${SRC}/decode.h ${SRC}/enc_types.h\
-
 
149
 ${SRC}/encode.h ${SRC}/node.h ${SRC}/read.h ${SRC}/shape.h ${SRC}/table.h\
-
 
150
 ${SRC}/tdf.h ${SRC}/types.h ${SRC}/utility.h ${SRC}/ossg.h
-
 
151
	${MAIN_CC} ${SRC}/tdf.c
-
 
152
 
-
 
153
utility.o : ${SRC}/utility.c ${SRC}/analyser.h ${SRC}/config.h\
-
 
154
 ${SRC}/fetch.h ${SRC}/file.h ${SRC}/read_types.h ${SRC}/table.h\
-
 
155
 ${SRC}/types.h ${SRC}/utility.h ${SRC}/write.h ${SRC}/ossg.h
-
 
156
	${MAIN_CC} ${SRC}/utility.c
-
 
157
 
-
 
158
write.o : ${SRC}/write.c ${SRC}/config.h ${SRC}/file.h ${SRC}/high.h\
-
 
159
 ${SRC}/names.h ${SRC}/node.h ${SRC}/shape.h ${SRC}/table.h ${SRC}/tdf.h\
-
 
160
 ${SRC}/types.h ${SRC}/utility.h ${SRC}/write.h ${SRC}/ossg.h
-
 
161
	${MAIN_CC} ${SRC}/write.c
-
 
162
 
-
 
163
clean : ${EXTRA_CLEAN}
-
 
164
	${REMOVE} ${OFILES}
18
PROG=		${.CURDIR:T}
165
	${REMOVE} core
-
 
166
 
-
 
167
clobber : clean ${EXTRA_CLOBBER}
-
 
168
	${REMOVE} ${NAME}
-
 
169
 
-
 
170
MAKE_TDF=make_tdf
-
 
171
 
-
 
172
auto : ${SRC}/tdf.c ${SRC}/tdf.h ${SRC}/check_exp.h
-
 
173
 
-
 
174
${SRC}/tdf.c : ${SPEC} ${SRC1}/tdf.c
-
 
175
	@${REMOVE} ${SRC}/tdf.c
-
 
176
	${MAKE_TDF} ${SPEC} ${SRC1}/tdf.c ${SRC}/tdf.c
-
 
177
 
19
 
178
${SRC}/tdf.h : ${SPEC} ${SRC1}/tdf.h
20
SRCS=		alignment.c analyser.c bitstream.c check.c de_capsule.c\
179
	@${REMOVE} ${SRC}/tdf.h
21
		de_unit.c decode.c enc_cap.c encode.c eval.c fetch.c file.c\
180
	${MAKE_TDF} ${SPEC} ${SRC1}/tdf.h ${SRC}/tdf.h
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
181
 
24
 
-
 
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
#
182
${SRC}/check_exp.h : ${SPEC} ${SRC1}/check_exp.h
37
#${SRC}/check_exp.h : ${SPEC} ${SRC1}/check_exp.h
183
	@${REMOVE} ${SRC}/check_exp.h
38
#	@${REMOVE} ${SRC}/check_exp.h
184
	${MAKE_TDF} ${SPEC} ${SRC1}/check_exp.h ${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
185
 
43
 
186
auto_clobber :
44
.include "../Makefile.inc"
187
	${REMOVE} ${SRC}/tdf.c ${SRC}/tdf.h ${SRC}/check_exp.h
-