forked from intel/fMBT
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfmbt-aalc.1
48 lines (48 loc) · 1.04 KB
/
fmbt-aalc.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.TH FMBT-AALC 1 "Jan 2014" Linux "User Manuals"
.SH NAME
fmbt-aalc \- compile AAL to embedded language
.SH SYNOPSIS
.SY fmbt-aalc
.OP \-D FLAG
.OP \-I DIR
.OP \-l ITEM
.OP \-o OUTFILE
\fIAALFILE\fR
.
.SY fmbt-aalc
.B \-h
|
.B \-\-help
.SH DESCRIPTION
Compile AALFILE written in AAL/<lang> to pure <lang>.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
print help, then exit
.TP
.B \-D \fIFLAG\fR
define FLAG for AAL preprocessor (\fBfmbt-aalp\fR). AALFILE can
contain ^ifdef FLAG ... ^endif.
.TP
.B \-I \fIDIR\fR
add DIR to include directories. AALFILE and files imported with
^include will be searched from these directories.
.TP
.B \-l \fIITEM\fR
only list ITEMs in AALFILE. ITEM must be \fBtag\fR or \fBaction\fR.
.TP
\fB\-o\fR \fIOUTFILE\fR
write result to OUTFILE, the default is stdout
.SH AUTHOR
Written by Antti Kervinen.
.SH "REPORTING BUGS"
Report bugs to https://github.com/01org/fMBT/issues
.SH COPYRIGHT
Copyright \(co 2014 Intel Corporation.
.SH "SEE ALSO"
.BR fmbt (1)
.BR fmbt\-aalp (1)
.PP
AAL/Python language reference.
.br
\fIdoc/aal_python.txt\fR