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}/../common
6
SRC2=${SRCC}/construct
7
SRC3=${SRCC}/diag
8
SRC4=${SRCC}/linkinfo
9
SRC5=${SRCC}/reader
10
SRC6=${SRCC}/templ
2 7u83 11
SPEC=${BASE}/src/lib/tdf/def_4_1.db
12
 
13
# Standard variables
14
 
6 7u83 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}
2 7u83 18
LIBS=
19
 
20
# Dependencies and construction rules
21
 
6 7u83 22
PROG=	trans
2 7u83 23
 
6 7u83 24
SRCS=	aldefs.c alpha_ins.c alphadiags.c basicread.c bstack.c case_opt.c\
25
	check.c check_id.c code_here.c coder.c comp_eq_exp.c complex_eq.c\
26
	const.c cross.c decoder.c dg_aux.c dg_fns.c diag_fns.c diag_info.c\
27
	driver.c dump_distr.c eval.c exp.c extern_adds.c f64.c fail.c file.c\
28
	flags.c float.c flpt.c flpt_fns.c foralls.c frames.c getregs.c\
29
	global_opt.c glopt.c guard.c handle_sregs.c inl_norm.c inline.c\
30
	inlinechoice.c inst_fmt.c install_fns.c installglob.c is_worth.c\
31
	label_ops.c labels.c li_fns.c locate.c machine.c machine_toks.c\
32
	makesymtab.c mark_scope.c me_fns.c misc_c.c move.c oddtest.c\
33
	operators.c out_ba.c pseudo.c read_fns.c read_sort.c readglob.c\
34
	regable.c regalloc.c regexps.c scan.c spec.c spec_tok.c special.c\
35
	symbol.c symdiags.c syms.c table_fns.c tempdecs.c translate.c\
36
	type_to_aux.c unroll.c weights.c xalloc.c
2 7u83 37
 
6 7u83 38
.PATH:	${SRC1} ${SRC2} ${SRC3} ${SRC4} ${SRC5} ${SRC6}
2 7u83 39
 
6 7u83 40
#MAKE_TDF=make_tdf
41
#REMOVE=rm -f
42
#
43
#TDF_OUT=${SRC5}/decoder.c ${SRC5}/ecodes.h ${SRC5}/externs.h ${SRC5}/inits.h\
44
# ${SRC5}/main_reads.h ${SRC5}/temp_fns.new
45
#
46
#auto : ${TDF_OUT}
47
#
48
#${SRC5}/decoder.c : ${SPEC} ${SRC6}/decoder.c
49
#	@${REMOVE} ${SRC5}/decoder.c
50
#	${MAKE_TDF} ${SPEC} ${SRC6}/decoder.c ${SRC5}/decoder.c
51
#
52
#${SRC5}/ecodes.h : ${SPEC} ${SRC6}/ecodes.h
53
#	@${REMOVE} ${SRC5}/ecodes.h
54
#	${MAKE_TDF} ${SPEC} ${SRC6}/ecodes.h ${SRC5}/ecodes.h
55
#
56
#${SRC5}/externs.h : ${SPEC} ${SRC6}/externs.h
57
#	@${REMOVE} ${SRC5}/externs.h
58
#	${MAKE_TDF} ${SPEC} ${SRC6}/externs.h ${SRC5}/externs.h
59
#
60
#${SRC5}/inits.h : ${SPEC} ${SRC6}/inits.h
61
#	@${REMOVE} ${SRC5}/inits.h
62
#	${MAKE_TDF} ${SPEC} ${SRC6}/inits.h ${SRC5}/inits.h
63
#
64
#${SRC5}/main_reads.h : ${SPEC} ${SRC6}/main_reads.h
65
#	@${REMOVE} ${SRC5}/main_reads.h
66
#	${MAKE_TDF} ${SPEC} ${SRC6}/main_reads.h ${SRC5}/main_reads.h
67
#
68
#${SRC5}/temp_fns.new : ${SPEC} ${SRC6}/temp_fns.c
69
#	@${REMOVE} ${SRC5}/temp_fns.new
70
#	${MAKE_TDF} ${SPEC} ${SRC6}/temp_fns.c ${SRC5}/temp_fns.new
71
#
72
#auto_clobber :
73
#	${REMOVE} ${TDF_OUT}
2 7u83 74
 
6 7u83 75
.include "../Makefile.inc"