1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 13:28:05 +01:00

Add debianisation code and automatic build script

This commit is contained in:
Martin Dietze
2009-08-24 10:20:05 +02:00
committed by Carlos R. Mafra
parent 19f110d26e
commit 442e3876c6
42 changed files with 9969 additions and 0 deletions

32
debian/manpages/get-wraster-flags.1 vendored Normal file
View File

@@ -0,0 +1,32 @@
.TH "get-wraster-flags" "1" "22 March 2005"
.SH "NAME"
\fBget-wraster-flags\fR \- output libwraster compile and linker flags
.PP
.SH "SYNOPSIS"
.B get-wraster-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR]
[ \fI\-\-libs \fR]
.PP
.SH "DESCRIPTION"
\fBget-wraster-flags \fR\- output include path, library search path or
library archive names needed to compile and link with libwraster.
.PP
.SH "OPTIONS"
.TP
.B \-\-cflags
\fRoutput include file search path to find all header files needed to compile
source code using libwraster functions.
.TP
.B \-\-ldflags
\fRoutput library search path required to find all library archives needed to
link object files with libwraster.
.TP
.B \-\-libs
\fRoutput library archive names required to link object filed with libwraster.
.PP
.SH "AUTHOR"
get-wraster-flags is a part of Window Maker, wich was written by
Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
with contributions from many people around the Internet.
.PP
This manpage was written by Frederik Schueler <fschueler@gmx.net> for the
Debian GNU/Linux system (but may be used by others).