summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/generated-files-method-names/moz.build
blob: e080b47f9a3a1829b999255e7ca16a6e619eb8d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- 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' ]

bar = GENERATED_FILES['bar.c']
bar.script = 'script.py:make_bar'
bar.inputs = []

foo = GENERATED_FILES['foo.c']
foo.script = 'script.py'
foo.inputs = []