aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/man/man1/gasp.1
blob: 78c0f8c7de89afe448b156f8dfd728aa1898ab4b (plain) (blame)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
.\" Copyright (c) 1999
.\"	The Regents of the University of California.  All rights reserved.
.\"	and David E. O'Brien
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\" 3. Neither the name of the University nor the names of its contributors
.\"    may be used to endorse or promote products derived from this software
.\"    without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" %FreeBSD: src/gnu/usr.bin/binutils/gasp/gasp.1,v 1.1.2.3 2001/08/01 22:54:09 obrien Exp %
.\"
.\" $FreeBSD: doc/ja_JP.eucJP/man/man1/gasp.1,v 1.5 2001/07/29 05:14:50 horikawa Exp $
.Dd December 29, 1999
.Dt GASP 1
.Os
.Sh 名称
.Nm gasp
.Nd GNU アセンブラのマクロプリプロセッサ
.Sh 書式
.Nm
.Op Fl adhMpsuv
.Op Fl c Ar char
.Op Fl o Ar outfile
.Op Fl D Ns Ar name=value
.Op Fl I Ns Ar path
.Op infile
.Sh 解説
.Nm
は GNU アセンブラのマクロプリプロセッサです。
引数
.Ar infile
が処理されてその結果のテキストが標準出力へ送られます。
.Pp
オプションは以下の通りです。
.Bl -tag -width "-Dname=value"
.It Fl a
代替マクロモードになります。
.Op Fl \-alternate
とも指定出来ます。
.It Fl c Ar char
コメント文字を `!' から変更します。
.Op Fl \-commentchar\ char
とも指定出来ます。
.It Fl d
限定的なデバッグ情報を印字します。
.Op Fl \-debug
とも指定出来ます。
.It Fl h
へルプメッセージを印字します。
.Op Fl \-help
とも指定出来ます。
.It Fl M
MRI 互換モードになります。
.Op Fl \-mri
とも指定出来ます。
.It Fl o Ar outfile
出力ファイルを指定します。
.Op Fl \-output\ outfile
とも指定出来ます。
.It Fl p
行番号を印字します。
.Op Fl \-print
とも指定出来ます。
.It Fl s
ソースファイルをコメントとしてコピーします。
.Op Fl \-copysource
とも指定出来ます。
.It Fl u
不適切な入れ子を許します。
.Op Fl \-unreasonable
とも指定出来ます。
.It Fl v
プログラムバージョンを印字して終了します。
.Op Fl \-version
とも指定出来ます。
.It Fl D Ns Ar name=value
プリプロセッサシンボル
.Ar name
を定義し、"value" で指定された値を持たせます。
.It Fl I Ns Ar path
.Ar path
をパスのリストに加えます。
.El
.Sh 関連項目
.Xr cpp 1 ,
.Xr m4 1
.Rs
.%T The gasp GNU hypertext system info pages
.Re
.Sh 歴史
.Nm
このコマンドはGNU binutilsパッケージの一部です。
.Sh 著者
このマニュアルページは
.An David E. O'Brien
が書きました。