1BAKEFILE_GEN(1) Running Bakefile BAKEFILE_GEN(1)
2
3
4
6 bakefile_gen - batch bakefile generation
7
9 bakefile_gen [-dDESCFILE...] [-FFORMATS...] [-DVAR=VALUE...] [-c]
10 [--list-files] [-j] [-p] [--dry-run] [-k] [-n] [-v] [-V]
11
13 Calls bakefile with flags listed in description file (Bakefiles.bkgen
14 or file specified using the --desc option).
15
17 --desc=DESCFILE
18 Uses given description file instead of Bakefiles.bkgen.
19
20 --formats=FORMATS
21 Calls Bakefile to generate only makefiles for specified formats.
22 FORMATS is comma-separed list of format names. Formats not included
23 in the list are ignored even if they are listed in <add-formats>
24 tags in the description file.
25
26 --bakefiles=BAKEFILES
27 Calls Bakefile to generate makefiles only from bakefiles that match
28 any wildcard in comma-separed list of wildcards in BAKEFILES. Input
29 files specified using the <input> tag in the description file that
30 don´t match any of the wildcards are not processed.
31
32 -DVAR=VALUE
33 Pass variable definition to Bakefile, overriding any definition in
34 description file or the input bakefile.
35
36 -c, --clean
37 Removes all output files instead of generating them.
38
39 --list-files
40 Prints the list of output files that would be generated instead of
41 creating them. This command respects the constraints specified
42 using the --format and --bakefile options. It can be used for
43 example to create the list of all makefiles for given format.
44
45 -j, --jobs
46 Number of jobs to run simultaneously. Default is the number of
47 CPUs.
48
49 -p, --pretend
50 Don´t do anything, only display actions that would be performed.
51
52 --dry-run
53 Process the bakefile normally, but instead of creating or modifying
54 files, just print which files would be changed without actually
55 modifying them.
56
57 -k, --keep-going
58 Do not stop when a target fails.
59
60 -B, --always-make
61 Pretend that all makefiles are out of date and regenerate all of
62 them. -f and -b options are respected.
63
64 -v, --verbose
65 Display detailed information.
66
67 -V, --very-verbose
68 Display even more detailed information.
69
70 --help
71 Display usage information for bakefile_gen
72
73
74
75[FIXME: source] 10/24/2009 BAKEFILE_GEN(1)