summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/backend/data/generated-files-force/moz.build
blob: d86b7b09ea1823d26ce466f4ebfac0ed64a89d67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

GENERATED_FILES += ["bar.c", "foo.c", "quux.c"]

bar = GENERATED_FILES["bar.c"]
bar.script = "generate-bar.py:baz"
bar.force = True

foo = GENERATED_FILES["foo.c"]
foo.script = "generate-foo.py"
foo.inputs = ["foo-data"]
foo.force = False