diff options
author | peter <peter@FreeBSD.org> | 2002-01-27 22:41:09 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-01-27 22:41:09 +0000 |
commit | b91a8c787a2f9df28118b752294958db9572fc07 (patch) | |
tree | 4e8d20f79333275c795e5b6ec67cb136d80e7d37 /contrib/libio | |
parent | 7e0bbcf238961e33bf2325f435a32d3c58f6f450 (diff) | |
download | FreeBSD-src-b91a8c787a2f9df28118b752294958db9572fc07.zip FreeBSD-src-b91a8c787a2f9df28118b752294958db9572fc07.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r89884,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/libio')
-rw-r--r-- | contrib/libio/config/beos.mt | 25 | ||||
-rw-r--r-- | contrib/libio/config/dgux.mt | 25 | ||||
-rw-r--r-- | contrib/libio/config/mpeix.mt | 20 | ||||
-rw-r--r-- | contrib/libio/config/sco4.mt | 3 | ||||
-rw-r--r-- | contrib/libio/config/vxworks.mt | 1 |
5 files changed, 0 insertions, 74 deletions
diff --git a/contrib/libio/config/beos.mt b/contrib/libio/config/beos.mt deleted file mode 100644 index 9e3c519..0000000 --- a/contrib/libio/config/beos.mt +++ /dev/null @@ -1,25 +0,0 @@ -# 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 diff --git a/contrib/libio/config/dgux.mt b/contrib/libio/config/dgux.mt deleted file mode 100644 index 4731ef5..0000000 --- a/contrib/libio/config/dgux.mt +++ /dev/null @@ -1,25 +0,0 @@ -# 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 diff --git a/contrib/libio/config/mpeix.mt b/contrib/libio/config/mpeix.mt deleted file mode 100644 index 9319939..0000000 --- a/contrib/libio/config/mpeix.mt +++ /dev/null @@ -1,20 +0,0 @@ -# Flags to pass to gen-params when building _G_config.h. -# For example: G_CONFIG_ARGS = size_t="unsigned long" -G_CONFIG_ARGS = DOLLAR_IN_LABEL=1 - -# -# gen-params tries to determine whether or not printf_fp exists by -# simply compiling a test program. Since MPE is by definition a -# shared runtime environment, this won't work unless the resulting -# program is run. Simply run _G_config.h through a sed script to -# update the values accordingly. -# -_G_CONFIG_H = stmp-Gconfig - -stmp-Gconfig: _G_config.h - sed -e "s/_G_HAVE_PRINTF_FP 1/_G_HAVE_PRINTF_FP 0/" \ - -e "s/_G_HAVE_LONG_DOUBLE_IO 1/_G_HAVE_LONG_DOUBLE_IO 0/" \ - <_G_config.h > tmp-config.h - mv -f tmp-config.h _G_config.h - touch stmp-Gconfig - $(MAKE) $(FLAGS_TO_PASS) _G_CONFIG_H=_G_config.h all diff --git a/contrib/libio/config/sco4.mt b/contrib/libio/config/sco4.mt deleted file mode 100644 index 1d8f6f1..0000000 --- a/contrib/libio/config/sco4.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Flags to pass to gen-params when building _G_config.h. -# For example: G_CONFIG_ARGS = size_t="unsigned long" -G_CONFIG_ARGS = MATH_H_INLINES=1 diff --git a/contrib/libio/config/vxworks.mt b/contrib/libio/config/vxworks.mt deleted file mode 100644 index 087e309..0000000 --- a/contrib/libio/config/vxworks.mt +++ /dev/null @@ -1 +0,0 @@ -G_CONFIG_ARGS = HAVE_PRINTF_FP=0 HAVE_LONG_DOUBLE_IO=0 |