Subversion Repositories tendra.SVN

Rev

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

Rev Author Line No. Line
6 7u83 1
# $Id$
2
 
3
# Standard directories and files
4
SRCC=${.CURDIR}/../../common
5
SRC1=${.CURDIR}/../common
6
SRC2=${SRCC}/construct
7
SRC3=${SRCC}/diag
8
SRC4=${SRCC}/linkinfo
9
SRC5=${SRCC}/reader
10
SRC6=${SRCC}/templ
11
SPEC=${BASE_DIR}/src/lib/tdf/def_4_1.db
12
 
13
# Standard variables
14
 
15
#TCCOPTS=-Xc -Y32bit -Yansi
16
CCOPTS=	${TCCOPTS} -I${BASE_DIR}/${INCLUDE} -I${.CURDIR} -I${SRCC} -I${SRC1}\
17
	-I${SRC2} -I${SRC3} -I${SRC4} -I${SRC5} -I${SRC6}
18
LIBS=
19
 
20
# Dependencies and construction rules
21
 
22
PROG=	trans
23
 
24
SRCS=	aldefs.c assembler.c basicread.c c_arith_type.c case_opt.c check.c\
25
	check_id.c codec.c coder.c complex_eq.c const.c cproc.c decoder.c\
26
	dg_aux.c dg_fns.c diag_fns.c diag_info.c diag_out.c dw2_extra.c\
27
	evaluate.c exp.c f64.c flags.c flpt.c flpt_fns.c foralls.c\
28
	global_opt.c glopt.c inl_norm.c inline.c inlinechoice.c install_fns.c\
29
	installglob.c instr.c instr386.c is_worth.c label_ops.c li_fns.c\
30
	localflags.c machine.c machine_toks.c mark_scope.c me_fns.c misc_c.c\
31
	operand.c out.c overlap.c read_fns.c read_sort.c readglob.c\
32
	reg_record.c scan2.c spec.c spec_tok.c table_fns.c trans.c translate.c\
33
	tv_callees.c unroll.c weights.c xalloc.c
34
 
35
.PATH:	${SRC1} ${SRC2} ${SRC3} ${SRC4} ${SRC5} ${SRC6}
36
 
37
 
38
#MAKE_TDF=make_tdf
39
#
40
#TDF_OUT=${SRC6}/decoder.c ${SRC6}/ecodes.h ${SRC6}/externs.h ${SRC6}/inits.h\
41
# ${SRC6}/main_reads.h ${SRC6}/temp_fns.new
42
#
43
#auto : ${TDF_OUT}
44
#
45
#${SRC6}/decoder.c : ${SPEC} ${SRC7}/decoder.c
46
#	@${REMOVE} ${SRC6}/decoder.c
47
#	${MAKE_TDF} ${SPEC} ${SRC7}/decoder.c ${SRC6}/decoder.c
48
#
49
#${SRC6}/ecodes.h : ${SPEC} ${SRC7}/ecodes.h
50
#	@${REMOVE} ${SRC6}/ecodes.h
51
#	${MAKE_TDF} ${SPEC} ${SRC7}/ecodes.h ${SRC6}/ecodes.h
52
#
53
#${SRC6}/externs.h : ${SPEC} ${SRC7}/externs.h
54
#	@${REMOVE} ${SRC6}/externs.h
55
#	${MAKE_TDF} ${SPEC} ${SRC7}/externs.h ${SRC6}/externs.h
56
#
57
#${SRC6}/inits.h : ${SPEC} ${SRC7}/inits.h
58
#	@${REMOVE} ${SRC6}/inits.h
59
#	${MAKE_TDF} ${SPEC} ${SRC7}/inits.h ${SRC6}/inits.h
60
#
61
#${SRC6}/main_reads.h : ${SPEC} ${SRC7}/main_reads.h
62
#	@${REMOVE} ${SRC6}/main_reads.h
63
#	${MAKE_TDF} ${SPEC} ${SRC7}/main_reads.h ${SRC6}/main_reads.h
64
#
65
#${SRC6}/temp_fns.new : ${SPEC} ${SRC7}/temp_fns.c
66
#	@${REMOVE} ${SRC6}/temp_fns.new
67
#	${MAKE_TDF} ${SPEC} ${SRC7}/temp_fns.c ${SRC6}/temp_fns.new
68
#
69
#auto_clobber :
70
#	${REMOVE} ${TDF_OUT}
71
 
72
.include "../Makefile.inc"