File: test3.ninja

package info (click to toggle)
haskell-shake 0.13.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 888 kB
  • ctags: 127
  • sloc: haskell: 6,388; makefile: 35; ansic: 25; sh: 2
file content (21 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21


v1 = g1
v5 = g1

include test3-platform.ninja

v1 = g2

build out3.1: dump
    v2 = b1

v1 = g3

subninja test3-sub.ninja

include test3-inc.ninja

build out3.2: dump

v1 = g4