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/tendra4/src/utilities/make_err/Makefile.chk – Rev 2

Subversion Repositories tendra.SVN

Rev

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

Rev Author Line No. Line
2 7u83 1
# Automatically generated by make_mf version 1.1
2
 
3
# Standard directories and files
4
BASE=/u/g/release/Source
5
UTIL=${BASE}/src/utilities
6
SRC=${UTIL}/make_err
7
SRC2=${SRC}/obj_c
8
SRC2A=${SRC}/obj_tok
9
SRCX=${UTIL}/shared
10
 
11
# Standard variables
12
 
13
CC=tchk
14
TCCOPTS=-Yansi -Xs
15
CCOPTS=${TCCOPTS} -I${SRC} -I${SRC2A} -I${SRCX}
16
MAIN_CC=${CC} ${CCOPTS} -k
17
LINK_CC=${CC} ${TCCOPTS}
18
LIBS=
19
 
20
REMOVE=rm -f
21
MOVE=mv
22
COPY=cp
23
ECHO=echo
24
SHELL=/bin/sh
25
 
26
# Dependencies and construction rules
27
 
28
NAME=make_err.k
29
EXTRA=
30
EXTRA_CLEAN=
31
EXTRA_CLOBBER=
32
 
33
KFILES=error.k lex.k main.k process.k syntax.k xalloc.k
34
 
35
${NAME} : ${KFILES}
36
	${LINK_CC} -o ${NAME} ${KFILES} ${LIBS}
37
 
38
all : ${EXTRA} ${NAME}
39
	@${ECHO} all done
40
 
41
extra : ${EXTRA}
42
	@${ECHO} done
43
 
44
error.k : ${SRCX}/error.c ${SRCX}/config.h ${SRCX}/error.h\
45
 ${SRCX}/release.h ${SRCX}/ossg.h ${SRCX}/ossg_api.h
46
	${MAIN_CC} ${SRCX}/error.c
47
 
48
lex.k : ${SRC}/lex.c ${SRCX}/config.h ${SRCX}/error.h ${SRC2A}/errors.h\
49
 ${SRC}/keyword.h ${SRC}/lex.h ${SRC}/lexer.h ${SRC}/syntax.h\
50
 ${SRCX}/xalloc.h ${SRCX}/ossg.h ${SRCX}/ossg_api.h
51
	${MAIN_CC} ${SRC}/lex.c
52
 
53
main.k : ${SRC}/main.c ${SRCX}/config.h ${SRCX}/error.h ${SRC2A}/errors.h\
54
 ${SRC}/lex.h ${SRC}/process.h ${SRC}/syntax.h ${SRCX}/ossg.h\
55
 ${SRCX}/ossg_api.h
56
	${MAIN_CC} ${SRC}/main.c
57
 
58
process.k : ${SRC}/process.c ${SRCX}/config.h ${SRC2A}/entry_ops.h\
59
 ${SRCX}/error.h ${SRC2A}/errors.h ${SRC}/lex.h ${SRC2A}/map_ops.h\
60
 ${SRC2A}/msg_ops.h ${SRC2A}/name_ops.h ${SRC2A}/param_ops.h\
61
 ${SRC}/process.h ${SRCX}/xalloc.h ${SRCX}/ossg.h ${SRCX}/ossg_api.h
62
	${MAIN_CC} ${SRC}/process.c
63
 
64
syntax.k : ${SRC}/syntax.c ${SRCX}/config.h ${SRC2A}/entry_ops.h\
65
 ${SRCX}/error.h ${SRC2A}/errors.h ${SRC}/lex.h ${SRC2A}/map_ops.h\
66
 ${SRC2A}/msg_ops.h ${SRC2A}/name_ops.h ${SRC2A}/param_ops.h\
67
 ${SRC}/process.h ${SRC}/syntax.h ${SRCX}/xalloc.h ${SRCX}/ossg.h\
68
 ${SRCX}/ossg_api.h
69
	${MAIN_CC} ${SRC}/syntax.c
70
 
71
xalloc.k : ${SRCX}/xalloc.c ${SRCX}/config.h ${SRCX}/error.h\
72
 ${SRCX}/xalloc.h ${SRCX}/ossg.h ${SRCX}/ossg_api.h
73
	${MAIN_CC} ${SRCX}/xalloc.c
74
 
75
clean : ${EXTRA_CLEAN}
76
	${REMOVE} ${KFILES}
77
	${REMOVE} core
78
 
79
clobber : clean ${EXTRA_CLOBBER}
80
	${REMOVE} ${NAME}