Subversion Repositories tendra.SVN

Rev

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

# $Id$

# Standard directories and files
SRCC=${.CURDIR}/../../common
SRC1=${.CURDIR}/../common
SRC2=${SRCC}/construct
SRC3=${SRCC}/diag
SRC4=${SRCC}/linkinfo
SRC5=${SRCC}/reader
SRC6=${SRCC}/templ
SPEC=${BASE}/src/lib/tdf/def_4_1.db

# Standard variables

#TCCOPTS=-Xc -Y32bit -Yansi
CCOPTS= ${TCCOPTS} -I${BASE_DIR}/${INCLUDE} -I${.CURDIR} -I${SRCC} -I${SRC1}\
        -I${SRC2} -I${SRC3} -I${SRC4} -I${SRC5}
LIBS=

# Dependencies and construction rules

PROG=   trans

SRCS=   aldefs.c ash.c basicread.c case_opt.c check.c check_id.c codehere.c\
        comment.c complex_eq.c const.c decoder.c dg_aux.c dg_fns.c diag_fns.c\
        diag_info.c diagout.c dynamic_init.c error.c eval.c exp.c f64.c\
        flags.c flpt.c flpt_fns.c foralls.c frames.c getregs.c global_opt.c\
        glopt.c guard.c inl_norm.c inline.c inlinechoice.c inst_fmt.c\
        install_fns.c installglob.c instruct.c is_worth.c label_ops.c labels.c\
        li_fns.c locate.c machine.c machine_toks.c macro.c makecode.c\
        mark_scope.c mask.c me_fns.c mem_copy.c misc_c.c move.c muldvrem.c\
        needscan.c oprators.c parameter.c powertrans.c pp.c proc.c read_fns.c\
        read_sort.c readglob.c record_bit.c regable.c regalloc.c regexps.c\
        spec.c spec_tok.c stack.c table_fns.c tempdecs.c translat.c unroll.c\
        weights.c xalloc.c

.PATH:  ${SRC1} ${SRC2} ${SRC3} ${SRC4} ${SRC5} ${SRC6}

#MAKE_TDF=make_tdf
#REMOVE=rm -f
#
#TDF_OUT=${SRC5}/decoder.c ${SRC5}/ecodes.h ${SRC5}/externs.h ${SRC5}/inits.h\
# ${SRC5}/main_reads.h ${SRC5}/temp_fns.new
#
#auto : ${TDF_OUT}
#
#${SRC5}/decoder.c : ${SPEC} ${SRC6}/decoder.c
#       @${REMOVE} ${SRC5}/decoder.c
#       ${MAKE_TDF} ${SPEC} ${SRC6}/decoder.c ${SRC5}/decoder.c
#
#${SRC5}/ecodes.h : ${SPEC} ${SRC6}/ecodes.h
#       @${REMOVE} ${SRC5}/ecodes.h
#       ${MAKE_TDF} ${SPEC} ${SRC6}/ecodes.h ${SRC5}/ecodes.h
#
#${SRC5}/externs.h : ${SPEC} ${SRC6}/externs.h
#       @${REMOVE} ${SRC5}/externs.h
#       ${MAKE_TDF} ${SPEC} ${SRC6}/externs.h ${SRC5}/externs.h
#
#${SRC5}/inits.h : ${SPEC} ${SRC6}/inits.h
#       @${REMOVE} ${SRC5}/inits.h
#       ${MAKE_TDF} ${SPEC} ${SRC6}/inits.h ${SRC5}/inits.h
#
#${SRC5}/main_reads.h : ${SPEC} ${SRC6}/main_reads.h
#       @${REMOVE} ${SRC5}/main_reads.h
#       ${MAKE_TDF} ${SPEC} ${SRC6}/main_reads.h ${SRC5}/main_reads.h
#
#${SRC5}/temp_fns.new : ${SPEC} ${SRC6}/temp_fns.c
#       @${REMOVE} ${SRC5}/temp_fns.new
#       ${MAKE_TDF} ${SPEC} ${SRC6}/temp_fns.c ${SRC5}/temp_fns.new
#
#auto_clobber :
#       ${REMOVE} ${TDF_OUT}

.include "../Makefile.inc"