1997-09-27 06:07:00 +02:00
|
|
|
# Use the libio which comes with the local libc.
|
1997-09-16 18:11:13 +02:00
|
|
|
|
|
|
|
# Comment this out to avoid including the stdio functions in libiostream.a:
|
1997-09-27 06:07:00 +02:00
|
|
|
# LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS)
|
|
|
|
# LIBIOSTREAM_DEP = $(LIBIOSTREAM_OBJECTS) stdio.list
|
|
|
|
# LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list`
|
1997-09-16 18:11:13 +02:00
|
|
|
|
1997-09-27 06:07:00 +02:00
|
|
|
# We must not see the libio.h file from this library.
|
|
|
|
LIBIO_INCLUDE=
|
1997-09-16 18:11:13 +02:00
|
|
|
|
|
|
|
# We have those in libc.a.
|
1997-10-16 17:30:26 +02:00
|
|
|
IO_OBJECTS=iogetc.o ioputc.o iofeof.o ioferror.o \
|
|
|
|
filedoalloc.o fileops.o genops.o iofclose.o \
|
1998-02-17 21:54:12 +01:00
|
|
|
iovsprintf.o iovsscanf.o strops.o iogetline.o
|
1997-09-27 06:07:00 +02:00
|
|
|
STDIO_WRAP_OBJECTS=
|
|
|
|
OSPRIM_OBJECTS=
|
|
|
|
STDIO_OBJECTS=
|
1997-09-16 18:11:13 +02:00
|
|
|
|
|
|
|
# We have the rest in /usr/include.
|
1997-09-27 06:07:00 +02:00
|
|
|
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 \
|
1997-10-23 03:17:58 +02:00
|
|
|
streambuf.h strfile.h strstream.h libio.h
|
1997-10-16 17:30:26 +02:00
|
|
|
|
|
|
|
# A bad kludge
|
|
|
|
MT_CFLAGS=-D_G_HAVE_MMAP
|