head	1.5;
access;
symbols
	libc-5-4-46:1.5
	libc-5-4-45:1.5
	libc-5-4-44:1.5
	libc-5-4-43:1.5
	libc-5-4-42:1.5
	libc-5-4-41:1.5
	libc-5-4-40:1.5
	libc-5-4-39:1.5
	libc-5-4-38:1.5
	libc-5-4-37:1.5
	libc-5-4-36:1.5
	libc-5-4-35:1.5
	libc-5-4-34:1.5
	libc-5-4-33:1.5
	libc-5-4-32:1.5
	libc-5-4-31:1.5
	libc-5-4-30:1.5
	libc-5-4-29:1.5
	libc-5-4-28:1.5
	libc-5-4-27:1.5
	libc-5-4-26:1.5
	libc-5-4-25:1.5
	libc-5-4-24:1.5
	libc-5-4-23:1.5
	libc-5-4-22:1.5
	libc-5-4-21:1.5
	libc-5-4-20:1.5
	libc-5-4-19:1.5
	libc-5-4-18:1.5
	libc-5-4-17-public:1.5
	libc-5-4-17:1.5
	libc-5-4-16:1.5
	libc-5-4-15:1.5
	libc-5-4-14:1.5
	libc-5-4-13:1.5
	libc-5-4-12:1.5
	libc-5-4-11:1.5
	libc-5-4-10:1.5
	libc-5-4-9:1.5
	libc-5-4-8:1.5
	libc-5-4-7-public:1.5
	libc-5-4-7:1.5
	libc-5-4-6:1.5
	libc-5-4-5:1.5
	libc-5-4-4:1.5
	libc-5-4-3:1.5
	libc-5-4-2:1.5
	libc-5-4-1:1.5
	libc-5-4-0:1.5
	libc-5-3-12:1.5
	libc-5-3-11:1.5
	libc-5-3-10:1.5
	libc-5-3-9:1.5
	libc-5-3-8:1.5
	libc-5-3-7:1.5
	libc-5-3-7-pre:1.5
	libc-5-3-6:1.5
	libc-5-3-5:1.5
	libc-5-3-4:1.5
	libc-5-3-3:1.5
	libc-5-3-2:1.5
	libc-5-3-1:1.5
	libc-5-3-0:1.5
	libc-5-2-19:1.5
	libc-5-2-18:1.5
	libc-5-2-17:1.5
	libc-5-2-16:1.5
	libc-5-2-15:1.5
	libc-5-2-14:1.5
	libc-5-2-13:1.5
	libc-5-2-12:1.5
	libc-5-2-11:1.5
	libc-5-2-10:1.5
	libc-5-2-9:1.5
	libc-5-2-8-1:1.5
	libc-5-2-8:1.5
	libc-5-2-7:1.5
	libc-5-2-6:1.4
	libc-5-2-5:1.3
	libc-5-2-4:1.3
	libc-5-2-3:1.3
	libc-5-2-2:1.3
	libc-5-2-1:1.3
	libc-5-2-0:1.3
	libc-5-1-4:1.3
	libc-5-1-3:1.3
	libc-5-1-2:1.3
	libc-5-1-1:1.1
	libc-5-1-0:1.1
	libc-5-0-12-stable:1.1;
locks; strict;
comment	@# @;


1.5
date	95.08.14.04.01.00;	author hjl;	state Exp;
branches;
next	1.4;

1.4
date	95.08.09.02.59.15;	author hjl;	state Exp;
branches;
next	1.3;

1.3
date	95.06.11.00.20.04;	author hjl;	state Exp;
branches;
next	1.2;

1.2
date	95.06.04.15.50.52;	author hjl;	state Exp;
branches;
next	1.1;

1.1
date	95.06.01.05.12.57;	author hjl;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Update network for pthread.
@
text
@#
# Makefile for pthreads
#

TOPDIR=../..

include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

DIRS:= inet libio linux malloc mit

lib depend realclean clean:
	@@for i in $(DIRS); \
	do \
		echo making $@@ in $$i; \
		($(MAKE) -C $$i $@@) || exit 1; \
	done
@


1.4
log
@Update for libc 5.2.6.
@
text
@d10 1
a10 1
DIRS:= libio linux malloc mit
@


1.3
log
@Update for libc 5.1.2.
@
text
@d10 1
a10 1
DIRS:= linux mit
@


1.2
log
@Update libc 5.1.2.
@
text
@a6 4
override DEBUG=false
override PROFILE=false
JUMP_LIB=libpthread

d10 1
a10 21
INC_CFLAGS= -I./$(TARGET_OS) -I$(TOPDIR)
BASE_CFLAGS:= $(BASE_CFLAGS) -DTARGET_MACHINE=\"$(TARGET_MACHINE)\" \
	-DPTHREAD_KERNEL

override STATIC_LIB=$(STATIC_DIR)/libpthread.a
override SHARED_LIB=$(SHARED_DIR)/libpthread.a


DIRS:= linux

# libpthreads
SRC1S= __pthread_init.c _exit.c cleanup.c cond.c dump_state.c \
	errno.c fd.c fd_kern.c fd_pipe.c globals.c info.c \
	mutex.c mutexattr.c prio_queue.c process.c pthread.c \
	pthread_attr.c pthread_detach.c pthread_join.c pthread_kill.c \
	pthread_once.c queue.c schedparam.c select. sig.c signal.c \
	sleep.c specific.c wait.c

SRCS=$(SRC1S) $(SRC2S)
ASMS= $(SRC1S:.c=.s) $(SRC2S:.c=.s)
OBJS= $(SRC1S:.c=.o) $(SRC2S:.c=.o)
d12 6
a17 1
include $(TOPDIR)/Maketargets
@


1.1
log
@Update for a stable libc 5.0.12.
@
text
@d14 3
a16 2
INC_CFLAGS= -I./$(TARGET_ARCH) -I$(TOPDIR)
BASE_CFLAGS:= $(BASE_CFLAGS) -DTARGET_MACHINE=\"$(TARGET_MACHINE)\"
d25 6
a30 1
SRC1S= __pthread_init.c
@

