summaryrefslogtreecommitdiffhomepage
path: root/auto/cc/deps
blob: 8b4deca7e1622f45ce8f52bb9091b7552a21b650 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13

case "$NXT_CC_NAME" in

    *)
        nxt_gen_dep_flags() {
            $echo "-MMD -MF $NXT_BUILD_DIR/$nxt_dep -MT $NXT_BUILD_DIR/$nxt_obj"
        }

        nxt_gen_dep_post() {
            $echo ""
        }
    ;;
esac