Index: utils/objfw-compile.1 ================================================================== --- utils/objfw-compile.1 +++ utils/objfw-compile.1 @@ -27,71 +27,71 @@ .SH DESCRIPTION .B objfw-compile is a program to compile simple projects using ObjFW. .SH OPTIONS .TP -.BR \-o " " \fIoutname\fR +.BR \fB\-o\fR " " \fIoutname\fR Specify the output name (not the file name!). .TP -.BR \-\-arc +.BR \fB\-\-arc\fR Use automatic reference counting. .TP -.BR \-\-lib " " \fIversion\fR +.BR \fB\-\-lib\fR " " \fIversion\fR Compile a static library (with the specified version) instead of an application. .TP -.BR \-\-plugin +.BR \fB\-\-plugin\fR Compile a plugin instead of an application. .TP -.BR \-\-package " " \fIname\fR +.BR \fB\-\-package\fR " " \fIname\fR Use the specified package. .TP -.BR \-\-builddir " " \fIdir\fR +.BR \fB\-\-builddir\fR " " \fIdir\fR Place built objects into the specified directory. .TP -.BR \-D\fIdefine\fR ", " \-D " " \fIdefine\fR +.BR \fB\-D\fIdefine\fR ", " \fB\-D\fR " " \fIdefine\fR Pass the specified define to the compiler. .TP -.BR \-framework " " \fIframework\fR +.BR \fB\-framework\fR " " \fIframework\fR Pass the specified -framework argument to the linker (macOS / iOS only). .TP -.BR \-f\fIflag\fR +.BR \fB\-f\fIflag\fR Pass the specified -f flag to the compiler. .TP -.BR \-F\fIdir\fR ", " \-F " " \fIdir\fR +.BR \fB\-F\fIdir\fR ", " \fB\-F\fR " " \fIdir\fR Pass the specified -F flag to the linker (macOS / iOS only). .TP -.BR \-g\fIflag\fR +.BR \fB\-g\fIflag\fR Pass the specified -g flag to the compiler. .TP -.BR \-I\fIdir\fR ", " \-I " " \fIdir\fR +.BR \fB\-I\fIdir\fR ", " \fB\-I\fR " " \fIdir\fR Pass the specified -I flag to the compiler. .TP -.BR \-l\fIlib\fR ", " \-l " " \fIlib\fR +.BR \fB\-l\fIlib\fR ", " \fB\-l\fR " " \fIlib\fR Pass the specified -l flag to the linker. .TP -.BR \-L\fIdir\fR ", " \-L " " \fIdir\fR +.BR \fB\-L\fIdir\fR ", " \fB\-L\fR " " \fIdir\fR Pass the specified -L flag to the linker. .TP -.BR \-m\fIflag\fR +.BR \fB\-m\fIflag\fR Pass the specified -m flag to the compiler. .TP -.BR \-O\fIlevel\fR +.BR \fB\-O\fIlevel\fR Pass the specified -O flag to the compiler. .TP -.BR \-pthread +.BR \fB\-pthread\fR Pass -pthread to the compiler and linker. .TP -.BR \-std=\fIlang\fR +.BR \fB\-std=\fIlang\fR Pass the specified -std= flag to the compiler. .TP -.BR \-Wl,\fIflag\fR +.BR \fB\-Wl,\fIflag\fR Pass the specified -Wl, flag to the linker. .TP -.BR \-W\fIwarning\fR +.BR \fB\-W\fIwarning\fR Pass the specified -W flag to the compiler. .TP -.BR \-\-help +.BR \fB\-\-help\fR Show the help. .SH EXAMPLES Compile a program with two source files: .PP objfw-compile -o myprog MyProg.m SomeClass.m Index: utils/objfw-config.1 ================================================================== --- utils/objfw-config.1 +++ utils/objfw-config.1 @@ -25,84 +25,84 @@ .SH DESCRIPTION .B objfw-config is a program which outputs various flags needed to compile software using ObjFW. .SH OPTIONS .TP -.BR \-\-all +.BR \fB\-\-all\fR Outputs all flags + libs. .TP -.BR \-\-arc +.BR \fB\-\-arc\fR Outputs the required \fBOBJCFLAGS\fR to use ARC. .TP -.BR \-\-cflags +.BR \fB\-\-cflags\fR Outputs the required \fBCFLAGS\fR. .TP -.BR \-\-cppflags +.BR \fB\-\-cppflags\fR Outputs the required \fBCPPFLAGS\fR. .TP -.BR \-\-cxxflags +.BR \fB\-\-cxxflags\fR Outputs the required \fBCXXFLAGS\fR. .TP -.BR \-\-framework-libs +.BR \fB\-\-framework-libs\fR Outputs the required \fBLIBS\fR, preferring frameworks. .TP -.BR \-\-help +.BR \fB\-\-help\fR Prints the help. .TP -.BR \-\-ldflags +.BR \fB\-\-ldflags\fR Outputs the required \fBLDFLAGS\fR. .TP -.BR \-\-libs +.BR \fB\-\-libs\fR Outputs the required \fBLIBS\fR. .TP -.BR \-\-lib-cflags +.BR \fB\-\-lib-cflags\fR Outputs \fBCFLAGS\fR for building a library. .TP -.BR \-\-lib-ldflags +.BR \fB\-\-lib-ldflags\fR Outputs \fBLDFLAGS\fR for building a library. .TP -.BR \-\-lib-prefix +.BR \fB\-\-lib-prefix\fR Outputs the prefix for libraries. .TP -.BR \-\-lib-suffix +.BR \fB\-\-lib-suffix\fR Outputs the suffix for libraries. .TP -.BR \-\-objc +.BR \fB\-\-objc\fR Outputs the \fBOBJC\fR used to compile ObjFW. It is required to use the same \fBOBJC\fR that was used to compile ObjFW. .TP -.BR \-\-objcflags +.BR \fB\-\-objcflags\fR Outputs the required \fBOBJCFLAGS\fR. .TP -.BR \-\-package " " \fIname\fR +.BR \fB\-\-package\fR " " \fIname\fR Additionally outputs the flags for the specified package. .TP -.BR \-\-packages-dir +.BR \fB\-\-packages-dir\fR Outputs the directory where flags for packages are stored. .TP -.BR \-\-plugin-cflags +.BR \fB\-\-plugin-cflags\fR Outputs \fBCFLAGS\fR for building a plugin. .TP -.BR \-\-plugin-ldflags +.BR \fB\-\-plugin-ldflags\fR Outputs \fBLDFLAGS\fR for building a plugin. .TP -.BR \-\-plugin-suffix +.BR \fB\-\-plugin-suffix\fR Outputs the suffix for plugins. .TP -.BR \-\-prog-suffix +.BR \fB\-\-prog-suffix\fR Outputs the suffix for binaries. .TP -.BR \-\-reexport +.BR \fB\-\-reexport\fR Outputs \fBLDFLAGS\fR to reexport ObjFW. .TP -.BR \-\-rpath +.BR \fB\-\-rpath\fR Outputs \fBLDFLAGS\fR for using rpath. .TP -.BR \-\-static-libs +.BR \fB\-\-static-libs\fR Outputs the required \fBLIBS\fR to link ObjFW statically. .TP -.BR \-\-version +.BR \fB\-\-version\fR Outputs the installed ObjFW version. .SH EXAMPLES Print \fBOBJCFLAGS\fR and \fBCPPFLAGS\fR: .PP objfw-config \-\-objcflags \-\-cppflags