Subversion Repositories tendra.SVN

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 7u83 1
# $Id$
2 7u83 2
 
3
# Standard directories and files
6 7u83 4
SRCC=${.CURDIR}/../../common
5
SRC1=${.CURDIR}/sparc/common
6
SRC2=${SRCC}/construct
7
SRC3=${SRCC}/diag
8
SRC4=${SRCC}/dwarf2
9
SRC5=${SRCC}/linkinfo
10
SRC6=${SRCC}/reader
11
SRC7=${SRCC}/templ
2 7u83 12
SPEC=${BASE}/src/lib/tdf/def_4_1.db
13
 
14
# Standard variables
15
 
16
TCCOPTS=-Xc -Y32bit -Yansi
6 7u83 17
CCOPTS=	${TCCOPTS} -I${BASE_DIR}/${INCLUDE} -I${.CURDIR} -I${SRCC} -I${SRC1}\
18
	-I${SRC2} -I${SRC3} -I${SRC4} -I${SRC5} -I${SRC6}
2 7u83 19
LIBS=
20
 
21
# Dependencies and construction rules
22
 
6 7u83 23
PROG=	trans
2 7u83 24
 
6 7u83 25
SRCS=	aldefs.c basicread.c case_opt.c check.c check_id.c codehere.c\
26
	comment.c complex_eq.c const.c decoder.c dg_aux.c dg_fns.c diag_fns.c\
27
	diag_info.c dw2_abbrev.c dw2_basic.c dw2_common.c dw2_config.c\
28
	dw2_entries.c dw2_extra.c dw2_iface.c dw2_info.c dw2_lines.c\
29
	dw2_locdata.c dw2_types.c eval.c exp.c f64.c flags.c flpt.c flpt_fns.c\
30
	foralls.c getregs.c global_opt.c glopt.c guard.c inl_norm.c inline.c\
31
	inlinechoice.c inst_fmt.c install_fns.c installglob.c is_worth.c\
32
	label_ops.c labels.c li_fns.c locate.c machine.c machine_toks.c\
33
	makecode.c mark_scope.c me_fns.c misc_c.c move.c muldvrem.c needscan.c\
34
	oprators.c proc.c read_fns.c read_sort.c readglob.c regable.c\
35
	regalloc.c regexps.c sparcdiags.c sparcins.c sparctrans.c spec_tok.c\
36
	special.c table_fns.c tempdecs.c translat.c unroll.c weights.c xalloc.c
2 7u83 37
 
6 7u83 38
.PATH:	${SRC1} ${SRC2} ${SRC3} ${SRC4} ${SRC5} ${SRC6} ${SRC7}
2 7u83 39
 
6 7u83 40
#MAKE_TDF=make_tdf
41
#REMOVE=rm -f
42
#
43
#TDF_OUT=${SRC6}/decoder.c ${SRC6}/ecodes.h ${SRC6}/externs.h ${SRC6}/inits.h\
44
# ${SRC6}/main_reads.h ${SRC6}/temp_fns.new
45
#
46
#auto : ${TDF_OUT}
47
#
48
#${SRC6}/decoder.c : ${SPEC} ${SRC7}/decoder.c
49
#	@${REMOVE} ${SRC6}/decoder.c
50
#	${MAKE_TDF} ${SPEC} ${SRC7}/decoder.c ${SRC6}/decoder.c
51
#
52
#${SRC6}/ecodes.h : ${SPEC} ${SRC7}/ecodes.h
53
#	@${REMOVE} ${SRC6}/ecodes.h
54
#	${MAKE_TDF} ${SPEC} ${SRC7}/ecodes.h ${SRC6}/ecodes.h
55
#
56
#${SRC6}/externs.h : ${SPEC} ${SRC7}/externs.h
57
#	@${REMOVE} ${SRC6}/externs.h
58
#	${MAKE_TDF} ${SPEC} ${SRC7}/externs.h ${SRC6}/externs.h
59
#
60
#${SRC6}/inits.h : ${SPEC} ${SRC7}/inits.h
61
#	@${REMOVE} ${SRC6}/inits.h
62
#	${MAKE_TDF} ${SPEC} ${SRC7}/inits.h ${SRC6}/inits.h
63
#
64
#${SRC6}/main_reads.h : ${SPEC} ${SRC7}/main_reads.h
65
#	@${REMOVE} ${SRC6}/main_reads.h
66
#	${MAKE_TDF} ${SPEC} ${SRC7}/main_reads.h ${SRC6}/main_reads.h
67
#
68
#${SRC6}/temp_fns.new : ${SPEC} ${SRC7}/temp_fns.c
69
#	@${REMOVE} ${SRC6}/temp_fns.new
70
#	${MAKE_TDF} ${SPEC} ${SRC7}/temp_fns.c ${SRC6}/temp_fns.new
71
#
72
#auto_clobber :
73
#	${REMOVE} ${TDF_OUT}
2 7u83 74
 
6 7u83 75
.include "../Makefile.inc"