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


1.7
date	96.01.15.02.43.09;	author hjl;	state Exp;
branches;
next	1.6;

1.6
date	95.09.28.04.01.43;	author hjl;	state Exp;
branches;
next	1.5;

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

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

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

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

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


desc
@@


1.7
log
@Update for libc 5.3.0.
@
text
@#
# Makefile for Linux/x86 files in pthreads
#

TOPDIR=../../../..

override STATIC=false
override DEBUG=false
override PROFILE=false
JUMP_LIB=libpthreads

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

INC_CFLAGS= -I$(TOPDIR)/sysdeps/linux/$(TARGET_ARCH) -I$(TOPDIR)
BASE_CFLAGS:= $(BASE_CFLAGS) -DTARGET_MACHINE=\"$(TARGET_MACHINE)\" \
	-DPTHREAD_KERNEL $(PTHREAD_CFLAGS)
OPT_CFLAGS:= -g
PIC_OPT_CFLAGS:= -fPIC -g

override SHARED_LIB=$(SHARED_DIR)/libpthreads.a


DIRS:=

# libpthreads
SRC1S=	__select.c sigsuspend.c __sigact.c libc_exit.c

# We get them from LINUX_SYSCALL_DIR
VPATH=../../../linux/i386

SRC2S= # syscall.S

SRCS=$(SRC1S) $(SRC2S)
ASMS= $(SRC1S:.c=.s) $(SRC2S:.S=.s)
OBJS= $(SRC1S:.c=.o) $(SRC2S:.S=.o)

include $(TOPDIR)/Maketargets
@


1.6
log
@Update for libc 5.2.10.
@
text
@d17 1
a17 1
	-DPTHREAD_KERNEL
d21 1
a21 2
override STATIC_LIB=$(STATIC_DIR)/libpthread.a
override SHARED_LIB=$(SHARED_DIR)/libpthread.a
@


1.5
log
@Update for libc 5.2.9.
@
text
@d10 1
a10 1
JUMP_LIB=libpthread
@


1.4
log
@Update for MIT pthread.
@
text
@d7 1
@


1.3
log
@Update for libc 5.1.2.
@
text
@d17 2
@


1.2
log
@Update libc 5.1.2.
@
text
@d16 1
a16 1
	-DPTHREADS_SYSCALL
d25 1
a25 1
SRC1S=	__select.c sigsuspend.c __sigact.c readdir.c libc_exit.c
@


1.1
log
@Add Makefile.
@
text
@d30 1
a30 2
SRC2S= syscall.S

@

