summaryrefslogtreecommitdiff
path: root/TAO/tao-config.1.in
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-04-07 20:22:42 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-04-07 20:22:42 +0000
commit90239344d42bdf5c22cdb2c4655febedf031cb5c (patch)
tree6be1dac3126b665bbef648289f7f5e062a68da46 /TAO/tao-config.1.in
parente8494c8bed7970087c16a0a296898bcf93f74e2e (diff)
downloadATCD-90239344d42bdf5c22cdb2c4655febedf031cb5c.tar.gz
Checked these files into the CVS repository. These files are
part of the TAO+auto{conf,make}/libtool integration work. There are still some missing files and some of the above files need to be modified before they will work. I just wanted to get these files under CVS control so that I can easily recover from a mishap or for some reason beyond my control.
Diffstat (limited to 'TAO/tao-config.1.in')
-rw-r--r--TAO/tao-config.1.in56
1 files changed, 56 insertions, 0 deletions
diff --git a/TAO/tao-config.1.in b/TAO/tao-config.1.in
new file mode 100644
index 00000000000..6dad8e66486
--- /dev/null
+++ b/TAO/tao-config.1.in
@@ -0,0 +1,56 @@
+.\" Process this file with
+.\" groff -man -Tascii tao-config.1
+.\"
+.TH tao-config 1 "DECEMBER 1998" "Library Configuration" "User Manuals"
+.SH NAME
+tao-config \- Display TAO Library Configuration
+.SH SYNOPSIS
+.B tao-config
+.I OPTION
+.B [
+.I OPTION
+.B ... ]
+.B [
+.I LIBRARY
+.B ]
+.SH DESCRIPTION
+.B tao-config
+is a script that is used to display what compiler flags and libraries were
+used when TAO was built.
+.SH OPTIONS
+.IP --version
+TAO version information
+.IP --help
+display help message and exit
+.IP --cxx
+C++ compiler used for compiling
+.IP --cxxflags
+C++ pre-processor and compiler flags
+.IP --libs
+library linking information
+.IP --libs-only-L
+the -L/-R part of
+.I --libs
+.IP --libs-only-l
+the -l part of
+.I --libs
+.SH LIBRARY
+.I LIBRARY
+refers to the library for which the specified configuration is desired. Valid
+libraries are:
+.IP orbsvcs
+the TAO ORB services library
+.IP tao
+the TAO library
+.SH FILES
+.I @libdir@/taoConf.sh
+.RS
+Additional TAO related library configuration information.
+.RE
+.SH BUGS
+No option to display which C++ compiler was used to compile TAO currently
+exists.
+.SH AUTHOR
+Ossama Othman <othman@astrosun.tn.cornell.edu>
+.SH "SEE ALSO"
+.BR ace-config (1)