diff options
author | Eric Raskin <ehr@listworks.com> | 1999-05-30 13:25:28 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-05-30 07:25:28 -0600 |
commit | 95e888e67746fd069db8a85cd8f96aa7d45c8ec8 (patch) | |
tree | bcb4933a772f841e128cbbe09ee34621571763b8 /libio/config | |
parent | 00275db1e73c1ca8ce95595d3577a5793546617a (diff) | |
download | gcc-95e888e67746fd069db8a85cd8f96aa7d45c8ec8.zip gcc-95e888e67746fd069db8a85cd8f96aa7d45c8ec8.tar.gz gcc-95e888e67746fd069db8a85cd8f96aa7d45c8ec8.tar.bz2 |
* libio/dgux.mt: New file for DG/UX configuration of libio
From-SVN: r27248
Diffstat (limited to 'libio/config')
-rw-r--r-- | libio/config/dgux.mt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libio/config/dgux.mt b/libio/config/dgux.mt new file mode 100644 index 0000000..4731ef5 --- /dev/null +++ b/libio/config/dgux.mt @@ -0,0 +1,25 @@ +# Use the libio which comes with the local libc. + +# Comment this out to avoid including the stdio functions in libiostream.a: +# LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS) +# LIBIOSTREAM_DEP = $(LIBIOSTREAM_OBJECTS) stdio.list +# LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list` + +# Comment the above and uncomment the below to use the code in the Linux libc: +# We have _G_config.h in /usr/include. +_G_CONFIG_H= + +# We must not see the libio.h file from this library. +LIBIO_INCLUDE= + +# We have those in libc.a. +IO_OBJECTS= iogetline.o +STDIO_WRAP_OBJECTS= +OSPRIM_OBJECTS= +STDIO_OBJECTS= + +# We have the rest in /usr/include. +USER_INCLUDES=PlotFile.h SFile.h builtinbuf.h editbuf.h fstream.h \ + indstream.h iomanip.h iostream.h istream.h ostream.h \ + parsestream.h pfstream.h procbuf.h stdiostream.h stream.h \ + streambuf.h strfile.h strstream.h |