summaryrefslogtreecommitdiff
path: root/lib/libpthread/stdio/GNUmakefile.inc
diff options
context:
space:
mode:
authorPeter Galbavy <peter@cvs.openbsd.org>1998-07-21 13:20:29 +0000
committerPeter Galbavy <peter@cvs.openbsd.org>1998-07-21 13:20:29 +0000
commit43b686d61558c0957f1779c747214ddef20a2252 (patch)
tree99fb41dbccee40683a84fe98aa3c6a9784911bf2 /lib/libpthread/stdio/GNUmakefile.inc
parentea12e8eb2f8d4c89e854d9381f85ce8fb4688ad0 (diff)
Complete initial import from mySQL 3.22.4 (mit-pthreads/).
Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/
Diffstat (limited to 'lib/libpthread/stdio/GNUmakefile.inc')
-rwxr-xr-xlib/libpthread/stdio/GNUmakefile.inc26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/libpthread/stdio/GNUmakefile.inc b/lib/libpthread/stdio/GNUmakefile.inc
new file mode 100755
index 00000000000..ca26f386f72
--- /dev/null
+++ b/lib/libpthread/stdio/GNUmakefile.inc
@@ -0,0 +1,26 @@
+
+# from: @(#)Makefile.inc 5.7 (Berkeley) 6/27/91
+# $Id: GNUmakefile.inc,v 1.1 1998/07/21 13:20:28 peter Exp $
+
+# Thread safe stdio sources
+VPATH:= ${VPATH}:${srcdir}/stdio
+
+SRCS:= clrerr.c fclose.c fdopen.c feof.c ferror.c fflush.c fgetc.c \
+ fgetline.c fgetpos.c fgets.c fileno.c findfp.c flags.c fopen.c \
+ fpurge.c fputc.c fputs.c fread.c freopen.c fscanf.c \
+ fseek.c fsetpos.c ftell.c funopen.c fvwrite.c fwalk.c fwrite.c \
+ getc.c getchar.c gets.c getw.c makebuf.c perror.c putc.c \
+ putchar.c puts.c putw.c refill.c remove.c rewind.c rget.c scanf.c \
+ setbuf.c setbuffer.c setvbuf.c sscanf.c \
+ stdio.c ungetc.c \
+ vfscanf.c vscanf.c vsscanf.c \
+ wsetup.c putc_unlocked.c putchar_unlocked.c getc_unlocked.c \
+ getchar_unlocked.c strerror.c wbuf.c xprintf.c $(SRCS)
+
+# tempnam.c tmpnam.c tmpfile.c
+#
+# SRCS:= sys_errlist.c $(SRCS)
+# sys_errlist.c: make_errlist
+# (FOO=`pwd`; cd ${srcdir}/stdio/make_errlist; \
+# $(MAKE) CC=$(CC) srcdir=${srcdir} objdir=$${FOO})
+# `pwd`/make_errlist;