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

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/algol60/src/installers/ppc601/aix/Makefile – Rev 7

Subversion Repositories tendra.SVN

Rev

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

Rev Author Line No. Line
7 7u83 1
# $Id$
2 7u83 2
 
3
# Standard directories and files
7 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
 
7 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
 
7 7u83 22
PROG=	trans
2 7u83 23
 
7 7u83 24
SRCS=	aldefs.c ash.c basicread.c case_opt.c check.c check_id.c codehere.c\
25
	comment.c complex_eq.c const.c decoder.c dg_aux.c dg_fns.c diag_fns.c\
26
	diag_info.c diagout.c dynamic_init.c error.c eval.c exp.c f64.c\
27
	flags.c flpt.c flpt_fns.c foralls.c frames.c getregs.c global_opt.c\
28
	glopt.c guard.c inl_norm.c inline.c inlinechoice.c inst_fmt.c\
29
	install_fns.c installglob.c instruct.c is_worth.c label_ops.c labels.c\
30
	li_fns.c locate.c machine.c machine_toks.c macro.c makecode.c\
31
	mark_scope.c mask.c me_fns.c mem_copy.c misc_c.c move.c muldvrem.c\
32
	needscan.c oprators.c parameter.c powertrans.c pp.c proc.c read_fns.c\
33
	read_sort.c readglob.c record_bit.c regable.c regalloc.c regexps.c\
34
	spec.c spec_tok.c stack.c table_fns.c tempdecs.c translat.c unroll.c\
35
	weights.c xalloc.c
2 7u83 36
 
7 7u83 37
.PATH:	${SRC1} ${SRC2} ${SRC3} ${SRC4} ${SRC5} ${SRC6}
2 7u83 38
 
7 7u83 39
#MAKE_TDF=make_tdf
40
#REMOVE=rm -f
41
#
42
#TDF_OUT=${SRC5}/decoder.c ${SRC5}/ecodes.h ${SRC5}/externs.h ${SRC5}/inits.h\
43
# ${SRC5}/main_reads.h ${SRC5}/temp_fns.new
44
#
45
#auto : ${TDF_OUT}
46
#
47
#${SRC5}/decoder.c : ${SPEC} ${SRC6}/decoder.c
48
#	@${REMOVE} ${SRC5}/decoder.c
49
#	${MAKE_TDF} ${SPEC} ${SRC6}/decoder.c ${SRC5}/decoder.c
50
#
51
#${SRC5}/ecodes.h : ${SPEC} ${SRC6}/ecodes.h
52
#	@${REMOVE} ${SRC5}/ecodes.h
53
#	${MAKE_TDF} ${SPEC} ${SRC6}/ecodes.h ${SRC5}/ecodes.h
54
#
55
#${SRC5}/externs.h : ${SPEC} ${SRC6}/externs.h
56
#	@${REMOVE} ${SRC5}/externs.h
57
#	${MAKE_TDF} ${SPEC} ${SRC6}/externs.h ${SRC5}/externs.h
58
#
59
#${SRC5}/inits.h : ${SPEC} ${SRC6}/inits.h
60
#	@${REMOVE} ${SRC5}/inits.h
61
#	${MAKE_TDF} ${SPEC} ${SRC6}/inits.h ${SRC5}/inits.h
62
#
63
#${SRC5}/main_reads.h : ${SPEC} ${SRC6}/main_reads.h
64
#	@${REMOVE} ${SRC5}/main_reads.h
65
#	${MAKE_TDF} ${SPEC} ${SRC6}/main_reads.h ${SRC5}/main_reads.h
66
#
67
#${SRC5}/temp_fns.new : ${SPEC} ${SRC6}/temp_fns.c
68
#	@${REMOVE} ${SRC5}/temp_fns.new
69
#	${MAKE_TDF} ${SPEC} ${SRC6}/temp_fns.c ${SRC5}/temp_fns.new
70
#
71
#auto_clobber :
72
#	${REMOVE} ${TDF_OUT}
2 7u83 73
 
7 7u83 74
.include "../Makefile.inc"