use the locations specified in the bcm2708_boot header
[AROS.git] / test / mmakeng / mmakefile.ext
blob59800ff688f0194a20e81b2619d352020f6cbde7
1 print "****** It flies *****"
3 buildenv.add_virtual_metatarget("foo", ["bar"])
5 buildenv.output(
6     mmake="bar",
7     text="This text is printed by the 'output' function. TOP=$(TOP) CURDIR=$(CURDIR)"
10 buildenv.mkdirs(
11     mmake="bar",
12     dirs=["$(AROS_TESTS)/metamakeng/qqq", "$(AROS_TESTS)/metamakeng/rrr"]
15 buildenv.copy_files(
16     mmake="bar",
17     files=["file1", "file2", "file3"],
18     src="",
19     dst="$(AROS_TESTS)/metamakeng"
22 buildenv.copy_dir_recursive(
23     mmake="bar",
24     src="$(SRCDIR)/workbench/fonts/truetype/bitstream",
25     dst="$(AROS_TESTS)/metamakeng/bitstream"