⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 neon-config.1

📁 linux subdivision ying gai ke yi le ba
💻 1
字号:
.\"Generated by db2man.xsl. Don't modify this, modify the source..de Sh \" Subsection.br.if t .Sp.ne 5.PP\fB\\$1\fR.PP...de Sp \" Vertical space (when we can't use .PP).if t .sp .5v.if n .sp...de Ip \" List item.br.ie \\n(.$>=3 .ne \\$3.el .ne 3.IP "\\$1" \\$2...TH "NEON-CONFIG" 1 "5 July 2004" "neon 0.24.7" "neon".SH NAMEneon-config \- script providing information about installed copy of neon library.SH "SYNOPSIS".ad l.hy 0.HP 12\fBneon\-config\fR [\fB\-\-prefix\fR] [\fB\fB\-\-cflags\fR\fR | \fB\fB\-\-libs\fR\fR | \fB\fB\-\-la\-file\fR\fR | \fB\fB\-\-support\fR\ \fIfeature\fR\fR | \fB\fB\-\-help\fR\fR | \fB\fB\-\-version\fR\fR].ad.hy.SH "DESCRIPTION".PPThe \fBneon\-config\fR script provides information about an installed copy of the neon library\&. The \fB\-\-cflags\fR and \fB\-\-libs\fR options instruct how to compile and link an application against the library; the \fB\-\-version\fR and \fB\-\-support\fR options can help determine whether the library meets the applications requirements\&..SH "OPTIONS".TP\fB\-\-cflags\fRPrint the flags which should be passed to the C compiler when compiling object files, when the object files use neon header files\&..TP\fB\-\-libs\fRPrint the flags which should be passed to the linker when linking an application which uses the neon library.TP\fB\-\-la\-file\fRPrint the location of the libtool library script, \fIlibneon\&.la\fR, which can be used to link against neon by applications using libtool\&..TP\fB\-\-version\fRPrint the version of the library.TP\fB\-\-prefix\fR \fIdir\fRIf \fIdir\fR is given; relocate output of \fB\-\-cflags\fR and \fB\-\-libs\fR as if neon was installed in given prefix directory\&. Otherwise, print the installation prefix of the library\&..TP\fB\-\-support\fR \fIfeature\fRThe script exits with success if \fIfeature\fR is supported by the library\&..TP\fB\-\-help\fRPrint help message; includes list of known features and whether they are supported or not\&..SH "EXAMPLE".PPBelow is a Makefile fragment which could be used to build an application against an installed neon library, when the \fBneon\-config\fR script can be found in \fB$PATH\fR\&..nfCFLAGS = `neon\-config \-\-cflags`LIBS = `neon\-config \-\-libs`OBJECTS = myapp\&.oTARGET = myapp$(TARGET): $(OBJECTS)	$(CC) $(LDFLAGS) \-o $(TARGET) $(OBJECTS) $(LIBS)myapp\&.o: myapp\&.c	$(CC) $(CFLAGS) \-c myapp\&.c \-o myapp\&.o.fi.SH AUTHORJoe Orton <neon@webdav\&.org>.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -