$NetBSD$

--- /dev/null	2003-04-28 11:18:57.000000000 +0100
+++ src/installers/80x86/netbsd/Makefile	2003-04-28 11:12:34.000000000 +0100
@@ -0,0 +1,826 @@
+# Automatically generated by make_mf version 1.1
+
+# Standard directories and files
+#BASE=/u/g/release/Source
+BASE=/usr/local/src/TenDRA-4.1.1
+INST=${BASE}/src/installers
+SRC=${INST}/80x86/netbsd
+SRC1=${INST}/80x86/common
+SRC2=${INST}/common/construct
+SRC3=${INST}/common/diag
+SRC5=${INST}/common/linkinfo
+SRC6=${INST}/common/reader
+SRC7=${INST}/common/templ
+SPEC=${BASE}/src/lib/tdf/def_4_1.db
+
+# Standard variables
+
+CC=gcc
+#TCCOPTS=-Xc -Y32bit -Yansi
+CCOPTS=${TCCOPTS} -I${SRC} -I${SRC1} -I${SRC2} -I${SRC3} -I${SRC5}\
+ -I${SRC6}
+MAIN_CC=${CC} ${CCOPTS} -c
+LINK_CC=${CC} ${TCCOPTS}
+LIBS=
+
+REMOVE=rm -f
+MOVE=mv
+COPY=cp
+ECHO=echo
+SHELL=/bin/sh
+
+# Dependencies and construction rules
+
+NAME=trans
+EXTRA=auto
+EXTRA_CLEAN=
+EXTRA_CLOBBER=
+
+OFILES=aldefs.o assembler.o basicread.o c_arith_type.o case_opt.o check.o\
+ check_id.o codec.o coder.o complex_eq.o const.o cproc.o decoder.o\
+ dg_aux.o dg_fns.o diag_fns.o diag_info.o diag_out.o dw2_extra.o\
+ evaluate.o exp.o f64.o flags.o flpt.o flpt_fns.o foralls.o global_opt.o\
+ glopt.o inl_norm.o inline.o inlinechoice.o install_fns.o installglob.o\
+ instr.o instr386.o is_worth.o label_ops.o li_fns.o localflags.o machine.o\
+ machine_toks.o mark_scope.o me_fns.o misc_c.o operand.o out.o overlap.o\
+ read_fns.o read_sort.o readglob.o reg_record.o scan2.o spec.o spec_tok.o\
+ table_fns.o trans.o translate.o tv_callees.o unroll.o weights.o xalloc.o
+
+${NAME} : ${OFILES}
+	${LINK_CC} -o ${NAME} ${OFILES} ${LIBS}
+
+all : ${EXTRA} ${NAME}
+	@${ECHO} all done
+
+extra : ${EXTRA}
+	@${ECHO} done
+
+aldefs.o : ${SRC2}/aldefs.c ${SRC2}/aldefs.h ${SRC6}/basicread.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/installglob.h\
+ ${SRC2}/messages_c.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC2}/aldefs.c
+
+assembler.o : ${SRC}/assembler.c ${SRC6}/basicread.h ${SRC1}/coder.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/expmacs.h\
+ ${SRC1}/localflags.h ${SRC2}/machine.h ${SRC1}/operand.h ${SRC1}/out.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC}/assembler.c
+
+basicread.o : ${SRC6}/basicread.c ${SRC6}/basicread.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/f64.h ${SRC2}/flags.h\
+ ${SRC2}/flpt.h ${SRC2}/installglob.h ${SRC6}/messages_r.h\
+ ${SRC6}/natmacs.h ${SRC6}/readglob.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC6}/basicread.c
+
+c_arith_type.o : ${SRC1}/c_arith_type.c ${SRC6}/arith_codes.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/install_fns.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/c_arith_type.c
+
+case_opt.o : ${SRC2}/case_opt.c ${SRC2}/case_opt.h ${SRC2}/check.h\
+ ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
+ ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h\
+ ${SRC2}/foralls.h ${SRC2}/global_opt.h ${SRC1}/glopt.h ${SRC2}/inline.h\
+ ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC2}/me_fns.h\
+ ${SRC2}/shapemacs.h ${SRC1}/szs_als.h ${SRC2}/tags.h ${SRC6}/xalloc.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
+ ${SRC2}/consttypes.h
+	${MAIN_CC} ${SRC2}/case_opt.c
+
+check.o : ${SRC2}/check.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h\
+ ${SRC3}/dg_aux.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
+ ${SRC2}/f64.h ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/install_fns.h\
+ ${SRC2}/installglob.h ${SRC1}/localflags.h ${SRC2}/machine.h\
+ ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC2}/misc_c.h ${SRC6}/natmacs.h\
+ ${SRC6}/readglob.h ${SRC2}/shapemacs.h ${SRC1}/szs_als.h ${SRC2}/tags.h\
+ ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC2}/check.c
+
+check_id.o : ${SRC2}/check_id.c ${SRC2}/check.h ${SRC2}/check_id.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC2}/exp.h\
+ ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
+ ${SRC2}/installglob.h ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC2}/check_id.c
+
+codec.o : ${SRC1}/codec.c ${SRC6}/basicread.h ${SRC1}/codec.h\
+ ${SRC1}/coder.h ${SRC1}/codermacs.h ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
+ ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/install_fns.h ${SRC1}/instr.h\
+ ${SRC1}/instr386.h ${SRC1}/instrmacs.h ${SRC1}/messages_8.h\
+ ${SRC1}/operand.h ${SRC6}/readglob.h ${SRC1}/reg_record.h\
+ ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC1}/codec.c
+
+coder.o : ${SRC1}/coder.c ${SRC1}/assembler.h ${SRC6}/basicread.h\
+ ${SRC2}/check.h ${SRC1}/codec.h ${SRC1}/coder.h ${SRC1}/codermacs.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/cproc.h ${SRC3}/dg_aux.h\
+ ${SRC3}/dg_globs.h ${SRC3}/diag_fns.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/global_opt.h\
+ ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC1}/instr.h\
+ ${SRC1}/instr386.h ${SRC1}/instrmacs.h ${SRC2}/label_ops.h\
+ ${SRC1}/localflags.h ${SRC2}/machine.h ${SRC1}/messages_8.h\
+ ${SRC2}/misc_c.h ${SRC6}/natmacs.h ${SRC1}/operand.h ${SRC1}/out.h\
+ ${SRC6}/readglob.h ${SRC1}/reg_record.h ${SRC2}/shapemacs.h\
+ ${SRC2}/tags.h ${SRC1}/weights.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/coder.c
+
+complex_eq.o : ${SRC2}/complex_eq.c ${SRC6}/common_types.h\
+ ${SRC2}/complex_eq.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC2}/complex_eq.c
+
+const.o : ${SRC2}/const.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
+ ${SRC2}/constmacs.h ${SRC2}/consttypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h\
+ ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC2}/is_worth.h\
+ ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
+ ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC2}/const.c
+
+cproc.o : ${SRC1}/cproc.c ${SRC1}/assembler.h ${SRC6}/basicread.h\
+ ${SRC2}/check.h ${SRC1}/codec.h ${SRC1}/coder.h ${SRC1}/codermacs.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/cproc.h ${SRC3}/diag_fns.h\
+ ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h\
+ ${SRC2}/global_opt.h ${SRC2}/install_fns.h ${SRC2}/installglob.h\
+ ${SRC1}/instr.h ${SRC1}/instr386.h ${SRC1}/instrmacs.h\
+ ${SRC1}/localflags.h ${SRC2}/machine.h ${SRC1}/messages_8.h\
+ ${SRC1}/operand.h ${SRC1}/out.h ${SRC1}/reg_record.h ${SRC1}/scan2.h\
+ ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC1}/weights.h ${SRC6}/xalloc.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/cproc.c
+
+decoder.o : ${SRC6}/decoder.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC6}/ecodes.h ${SRC6}/externs.h\
+ ${SRC6}/main_reads.h ${SRC6}/messages_r.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC6}/decoder.c
+
+dg_aux.o : ${SRC3}/dg_aux.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h\
+ ${SRC3}/dg_globs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
+ ${SRC2}/me_fns.h ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
+ ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC3}/dg_aux.c
+
+dg_fns.o : ${SRC3}/dg_fns.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC3}/dg_fns.h ${SRC3}/dg_globs.h\
+ ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
+ ${SRC6}/main_reads.h ${SRC6}/natmacs.h ${SRC6}/readglob.h\
+ ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/toktypes.h\
+ ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC3}/dg_fns.c
+
+diag_fns.o : ${SRC3}/diag_fns.c ${SRC6}/basicread.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h\
+ ${SRC3}/dg_globs.h ${SRC3}/diag_fns.h ${SRC3}/diagglob.h\
+ ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/install_fns.h\
+ ${SRC6}/main_reads.h ${SRC6}/natmacs.h ${SRC6}/readglob.h\
+ ${SRC2}/shapemacs.h ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
+ ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC3}/diag_fns.c
+
+diag_info.o : ${SRC3}/diag_info.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC3}/dg_fns.h\
+ ${SRC3}/diag_fns.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
+ ${SRC6}/main_reads.h ${SRC3}/mark_scope.h ${SRC6}/readglob.h\
+ ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/xalloc.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC3}/diag_info.c
+
+diag_out.o : ${SRC}/diag_out.c ${SRC6}/basicread.h ${SRC1}/codermacs.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/diagglob.h ${SRC2}/exp.h\
+ ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC1}/instr.h ${SRC2}/machine.h\
+ ${SRC3}/mark_scope.h ${SRC1}/out.h ${SRC2}/shapemacs.h ${SRC1}/szs_als.h\
+ ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC}/diag_out.c
+
+dw2_extra.o : ${SRC1}/dw2_extra.c ${SRC6}/basicread.h ${SRC1}/coder.h\
+ ${SRC1}/codermacs.h ${SRC6}/common_types.h ${SRC}/config.h\
+ ${SRC2}/const.h ${SRC3}/dg_aux.h ${SRC1}/expmacs.h ${SRC2}/f64.h\
+ ${SRC2}/flags.h ${SRC2}/flpttypes.h ${SRC1}/instr.h ${SRC1}/instr386.h\
+ ${SRC2}/label_ops.h ${SRC2}/machine.h ${SRC1}/operand.h\
+ ${SRC2}/shapemacs.h ${SRC1}/szs_als.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC2}/consttypes.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC1}/dw2_extra.c
+
+evaluate.o : ${SRC1}/evaluate.c ${SRC1}/assembler.h ${SRC6}/basicread.h\
+ ${SRC2}/check.h ${SRC1}/coder.h ${SRC1}/codermacs.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/diag_fns.h\
+ ${SRC1}/evaluate.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
+ ${SRC2}/f64.h ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/install_fns.h\
+ ${SRC1}/instr.h ${SRC1}/instr386.h ${SRC1}/localflags.h ${SRC2}/machine.h\
+ ${SRC1}/messages_8.h ${SRC1}/out.h ${SRC2}/shapemacs.h\
+ ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC1}/evaluate.c
+
+exp.o : ${SRC2}/exp.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC2}/exp.h\
+ ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h\
+ ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC2}/messages_c.h\
+ ${SRC6}/readglob.h ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
+ ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC2}/exp.c
+
+f64.o : ${SRC2}/f64.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/f64.h\
+ ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/messages_c.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC2}/f64.c
+
+flags.o : ${SRC2}/flags.c ${SRC6}/common_types.h ${SRC}/config.h\
+ ${SRC2}/flags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC2}/flags.c
+
+flpt.o : ${SRC2}/flpt.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC2}/exp.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h\
+ ${SRC2}/installglob.h ${SRC2}/messages_c.h ${SRC1}/szs_als.h\
+ ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC2}/flpt.c
+
+flpt_fns.o : ${SRC2}/flpt_fns.c ${SRC6}/basicread.h ${SRC2}/case_opt.h\
+ ${SRC2}/check.h ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h\
+ ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/f64.h\
+ ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/install_fns.h\
+ ${SRC2}/installglob.h ${SRC2}/machine.h ${SRC6}/main_reads.h\
+ ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC6}/natmacs.h\
+ ${SRC6}/read_fns.h ${SRC6}/readglob.h ${SRC2}/shapemacs.h\
+ ${SRC6}/sortmacs.h ${SRC2}/spec.h ${SRC1}/szs_als.h ${SRC6}/table_fns.h\
+ ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC2}/flpt_fns.c
+
+foralls.o : ${SRC2}/foralls.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
+ ${SRC2}/constmacs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
+ ${SRC2}/flags.h ${SRC2}/foralls.h ${SRC2}/install_fns.h ${SRC2}/me_fns.h\
+ ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC2}/consttypes.h
+	${MAIN_CC} ${SRC2}/foralls.c
+
+global_opt.o : ${SRC2}/global_opt.c ${SRC2}/check.h ${SRC2}/check_id.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h ${SRC2}/exp.h\
+ ${SRC1}/expmacs.h ${SRC2}/flags.h ${SRC2}/foralls.h ${SRC2}/global_opt.h\
+ ${SRC1}/glopt.h ${SRC2}/inl_norm.h ${SRC2}/inline.h ${SRC2}/installglob.h\
+ ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC2}/unroll.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC2}/consttypes.h
+	${MAIN_CC} ${SRC2}/global_opt.c
+
+glopt.o : ${SRC1}/glopt.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC6}/externs.h ${SRC2}/flags.h ${SRC1}/glopt.h ${SRC2}/installglob.h\
+ ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/glopt.c
+
+inl_norm.o : ${SRC2}/inl_norm.c ${SRC2}/check.h ${SRC2}/check_id.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h ${SRC3}/dg_aux.h\
+ ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/flags.h ${SRC2}/foralls.h\
+ ${SRC1}/glopt.h ${SRC2}/inl_norm.h ${SRC2}/inline.h ${SRC2}/installglob.h\
+ ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC2}/consttypes.h
+	${MAIN_CC} ${SRC2}/inl_norm.c
+
+inline.o : ${SRC2}/inline.c ${SRC2}/check.h ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC3}/dg_globs.h ${SRC2}/exp.h\
+ ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/inline.h\
+ ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC2}/inline.c
+
+inlinechoice.o : ${SRC1}/inlinechoice.c ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/flags.h\
+ ${SRC2}/inl_norm.h ${SRC2}/installglob.h ${SRC2}/shapemacs.h\
+ ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/inlinechoice.c
+
+install_fns.o : ${SRC2}/install_fns.c ${SRC6}/basicread.h\
+ ${SRC2}/case_opt.h ${SRC2}/check.h ${SRC2}/check_id.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_fns.h ${SRC2}/exp.h\
+ ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/f64.h ${SRC2}/flags.h\
+ ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/install_fns.h\
+ ${SRC2}/installglob.h ${SRC2}/machine.h ${SRC6}/main_reads.h\
+ ${SRC3}/mark_scope.h ${SRC2}/me_fns.h ${SRC2}/messages_c.h\
+ ${SRC6}/natmacs.h ${SRC6}/read_fns.h ${SRC6}/readglob.h\
+ ${SRC2}/shapemacs.h ${SRC6}/sortmacs.h ${SRC2}/spec.h ${SRC1}/szs_als.h\
+ ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC2}/install_fns.c
+
+installglob.o : ${SRC2}/installglob.c ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC2}/installglob.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC2}/installglob.c
+
+instr.o : ${SRC1}/instr.c ${SRC1}/assembler.h ${SRC6}/basicread.h\
+ ${SRC2}/check.h ${SRC1}/coder.h ${SRC1}/codermacs.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h\
+ ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC1}/instr.h\
+ ${SRC1}/instr386.h ${SRC1}/instrmacs.h ${SRC2}/label_ops.h\
+ ${SRC1}/localflags.h ${SRC2}/machine.h ${SRC1}/messages_8.h\
+ ${SRC1}/operand.h ${SRC1}/out.h ${SRC6}/readglob.h ${SRC1}/reg_record.h\
+ ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/xalloc.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC1}/instr.c
+
+instr386.o : ${SRC1}/instr386.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC1}/coder.h ${SRC1}/codermacs.h ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC3}/dg_globs.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC6}/externs.h ${SRC2}/f64.h ${SRC2}/flags.h ${SRC2}/flpt.h\
+ ${SRC2}/flpttypes.h ${SRC2}/install_fns.h ${SRC2}/installglob.h\
+ ${SRC1}/instr.h ${SRC1}/instr386.h ${SRC1}/instrmacs.h\
+ ${SRC1}/localflags.h ${SRC2}/machine.h ${SRC1}/messages_8.h\
+ ${SRC1}/operand.h ${SRC1}/out.h ${SRC1}/overlap.h ${SRC1}/reg_record.h\
+ ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC1}/instr386.c
+
+is_worth.o : ${SRC1}/is_worth.c ${SRC6}/common_types.h ${SRC}/config.h\
+ ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/is_worth.h ${SRC2}/shapemacs.h\
+ ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/is_worth.c
+
+label_ops.o : ${SRC2}/label_ops.c ${SRC2}/check.h ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
+ ${SRC2}/installglob.h ${SRC2}/label_ops.h ${SRC2}/shapemacs.h\
+ ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC2}/label_ops.c
+
+li_fns.o : ${SRC5}/li_fns.c ${SRC1}/assembler.h ${SRC6}/basicread.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC6}/externs.h ${SRC2}/flags.h ${SRC1}/localflags.h ${SRC2}/machine.h\
+ ${SRC6}/main_reads.h ${SRC5}/messages_li.h ${SRC6}/natmacs.h\
+ ${SRC1}/out.h ${SRC6}/readglob.h ${SRC2}/tags.h ${SRC6}/xalloc.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC5}/li_fns.c
+
+localflags.o : ${SRC1}/localflags.c ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC1}/localflags.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/localflags.c
+
+machine.o : ${SRC}/machine.c ${SRC6}/common_types.h ${SRC}/config.h\
+ ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/localflags.h ${SRC1}/out.h\
+ ${SRC2}/shapemacs.h ${SRC1}/szs_als.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC}/machine.c
+
+machine_toks.o : ${SRC1}/machine_toks.c ${SRC}/config.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/machine_toks.c
+
+mark_scope.o : ${SRC3}/mark_scope.c ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
+ ${SRC3}/mark_scope.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC3}/mark_scope.c
+
+me_fns.o : ${SRC2}/me_fns.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC6}/externs.h ${SRC2}/install_fns.h ${SRC2}/installglob.h\
+ ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC6}/natmacs.h\
+ ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC2}/me_fns.c
+
+misc_c.o : ${SRC2}/misc_c.c ${SRC6}/common_types.h ${SRC2}/complex_eq.h\
+ ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
+ ${SRC2}/misc_c.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC2}/misc_c.c
+
+operand.o : ${SRC1}/operand.c ${SRC1}/assembler.h ${SRC6}/basicread.h\
+ ${SRC2}/check.h ${SRC1}/coder.h ${SRC1}/codermacs.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/diag_fns.h ${SRC2}/exp.h\
+ ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h\
+ ${SRC2}/install_fns.h ${SRC1}/instr.h ${SRC1}/instr386.h\
+ ${SRC1}/localflags.h ${SRC2}/machine.h ${SRC1}/messages_8.h\
+ ${SRC1}/operand.h ${SRC1}/out.h ${SRC2}/shapemacs.h ${SRC6}/table_fns.h\
+ ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
+ ${SRC2}/flpttypes.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC1}/operand.c
+
+out.o : ${SRC1}/out.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC2}/flags.h ${SRC1}/instr.h ${SRC1}/localflags.h\
+ ${SRC1}/messages_8.h ${SRC1}/out.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/out.c
+
+overlap.o : ${SRC1}/overlap.c ${SRC6}/common_types.h ${SRC}/config.h\
+ ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/overlap.h ${SRC2}/tags.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/overlap.c
+
+read_fns.o : ${SRC6}/read_fns.c ${SRC2}/aldefs.h ${SRC6}/basicread.h\
+ ${SRC2}/check.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_fns.h\
+ ${SRC3}/diag_fns.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
+ ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/installglob.h\
+ ${SRC2}/machine.h ${SRC6}/main_reads.h ${SRC2}/me_fns.h\
+ ${SRC6}/messages_r.h ${SRC6}/natmacs.h ${SRC6}/read_fns.h\
+ ${SRC6}/readglob.h ${SRC2}/shapemacs.h ${SRC6}/sortmacs.h ${SRC2}/spec.h\
+ ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/toktypes.h ${SRC6}/xalloc.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC6}/read_fns.c
+
+read_sort.o : ${SRC6}/read_sort.c ${SRC6}/basicread.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC6}/externs.h ${SRC6}/main_reads.h ${SRC6}/messages_r.h\
+ ${SRC6}/read_sort.h ${SRC6}/readglob.h ${SRC6}/sortmacs.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC6}/read_sort.c
+
+readglob.o : ${SRC6}/readglob.c ${SRC6}/common_types.h ${SRC}/config.h\
+ ${SRC6}/readglob.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC6}/readglob.c
+
+reg_record.o : ${SRC1}/reg_record.c ${SRC1}/codermacs.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC1}/instr386.h ${SRC1}/operand.h ${SRC1}/reg_record.h\
+ ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/reg_record.c
+
+scan2.o : ${SRC1}/scan2.c ${SRC6}/basicread.h ${SRC1}/coder.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
+ ${SRC1}/instr386.h ${SRC2}/label_ops.h ${SRC1}/scan2.h\
+ ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/scan2.c
+
+spec.o : ${SRC1}/spec.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/installglob.h\
+ ${SRC1}/localflags.h ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/spec.h\
+ ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/spec.c
+
+spec_tok.o : ${SRC1}/spec_tok.c ${SRC6}/basicread.h\
+ ${SRC6}/c_arith_type.h ${SRC2}/check.h ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC3}/dg_fns.h ${SRC3}/diag_fns.h ${SRC2}/exp.h\
+ ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
+ ${SRC2}/installglob.h ${SRC6}/main_reads.h ${SRC2}/me_fns.h\
+ ${SRC6}/messages_r.h ${SRC6}/natmacs.h ${SRC6}/spec_tok.h ${SRC2}/tags.h\
+ ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
+ ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
+ ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
+ ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
+ ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/spec_tok.c
+
+table_fns.o : ${SRC6}/table_fns.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_fns.h\
+ ${SRC3}/diagglob.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
+ ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC6}/main_reads.h\
+ ${SRC6}/messages_r.h ${SRC6}/read_sort.h ${SRC6}/readglob.h\
+ ${SRC6}/sortmacs.h ${SRC6}/spec_tok.h ${SRC6}/table_fns.h\
+ ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC6}/table_fns.c
+
+trans.o : ${SRC1}/trans.c ${SRC1}/assembler.h ${SRC6}/basicread.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/construct_v.h\
+ ${SRC6}/dg_version.h ${SRC3}/diag_fns.h ${SRC3}/diag_v.h ${SRC2}/exp.h\
+ ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h\
+ ${SRC6}/inits.h ${SRC2}/installglob.h ${SRC1}/instr.h ${SRC1}/instr386.h\
+ ${SRC1}/localflags.h ${SRC2}/machine.h ${SRC6}/main_reads.h\
+ ${SRC1}/messages_8.h ${SRC1}/operand.h ${SRC1}/out.h ${SRC6}/reader_v.h\
+ ${SRC6}/readglob.h ${SRC6}/release.h ${SRC}/system_v.h ${SRC1}/target_v.h\
+ ${SRC1}/weights.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC1}/trans.c
+
+translate.o : ${SRC1}/translate.c ${SRC1}/assembler.h ${SRC6}/basicread.h\
+ ${SRC1}/coder.h ${SRC1}/codermacs.h ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC1}/cproc.h ${SRC3}/diag_fns.h ${SRC1}/evaluate.h\
+ ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h\
+ ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/installglob.h ${SRC1}/instr.h\
+ ${SRC1}/instr386.h ${SRC1}/localflags.h ${SRC1}/localtypes.h\
+ ${SRC2}/machine.h ${SRC1}/operand.h ${SRC2}/optimise.h ${SRC1}/out.h\
+ ${SRC6}/readglob.h ${SRC1}/scan2.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
+ ${SRC1}/tv_callees.h ${SRC1}/weights.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h ${SRC1}/fbase.h
+	${MAIN_CC} ${SRC1}/translate.c
+
+tv_callees.o : ${SRC1}/tv_callees.c ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
+ ${SRC2}/flags.h ${SRC2}/install_fns.h ${SRC2}/installglob.h\
+ ${SRC2}/tags.h ${SRC1}/tv_callees.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/tv_callees.c
+
+unroll.o : ${SRC2}/unroll.c ${SRC6}/basicread.h ${SRC2}/check.h\
+ ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h\
+ ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/install_fns.h\
+ ${SRC2}/installglob.h ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
+ ${SRC2}/unroll.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC2}/unroll.c
+
+weights.o : ${SRC1}/weights.c ${SRC6}/basicread.h ${SRC1}/coder.h\
+ ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
+ ${SRC2}/flags.h ${SRC1}/localflags.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
+ ${SRC1}/weights.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
+ ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
+ ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
+ ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
+ ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
+ ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC1}/weights.c
+
+xalloc.o : ${SRC6}/xalloc.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
+ ${SRC}/config.h ${SRC6}/messages_r.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
+ ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
+ ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
+ ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
+ ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
+ ${SRC6}/ossg.h ${SRC6}/ossg_api.h
+	${MAIN_CC} ${SRC6}/xalloc.c
+
+clean : ${EXTRA_CLEAN}
+	${REMOVE} ${OFILES}
+	${REMOVE} core
+
+clobber : clean ${EXTRA_CLOBBER}
+	${REMOVE} ${NAME}
+
+MAKE_TDF=make_tdf
+REMOVE=rm -f
+
+TDF_OUT=${SRC6}/decoder.c ${SRC6}/ecodes.h ${SRC6}/externs.h ${SRC6}/inits.h\
+ ${SRC6}/main_reads.h ${SRC6}/temp_fns.new
+
+auto : ${TDF_OUT}
+
+${SRC6}/decoder.c : ${SPEC} ${SRC7}/decoder.c
+	@${REMOVE} ${SRC6}/decoder.c
+	${MAKE_TDF} ${SPEC} ${SRC7}/decoder.c ${SRC6}/decoder.c
+
+${SRC6}/ecodes.h : ${SPEC} ${SRC7}/ecodes.h
+	@${REMOVE} ${SRC6}/ecodes.h
+	${MAKE_TDF} ${SPEC} ${SRC7}/ecodes.h ${SRC6}/ecodes.h
+
+${SRC6}/externs.h : ${SPEC} ${SRC7}/externs.h
+	@${REMOVE} ${SRC6}/externs.h
+	${MAKE_TDF} ${SPEC} ${SRC7}/externs.h ${SRC6}/externs.h
+
+${SRC6}/inits.h : ${SPEC} ${SRC7}/inits.h
+	@${REMOVE} ${SRC6}/inits.h
+	${MAKE_TDF} ${SPEC} ${SRC7}/inits.h ${SRC6}/inits.h
+
+${SRC6}/main_reads.h : ${SPEC} ${SRC7}/main_reads.h
+	@${REMOVE} ${SRC6}/main_reads.h
+	${MAKE_TDF} ${SPEC} ${SRC7}/main_reads.h ${SRC6}/main_reads.h
+
+${SRC6}/temp_fns.new : ${SPEC} ${SRC7}/temp_fns.c
+	@${REMOVE} ${SRC6}/temp_fns.new
+	${MAKE_TDF} ${SPEC} ${SRC7}/temp_fns.c ${SRC6}/temp_fns.new
+
+auto_clobber :
+	${REMOVE} ${TDF_OUT}
