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


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

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

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

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


desc
@@


1.4
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=	malloc.c

SRC2S= # syscall.S

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

include $(TOPDIR)/Maketargets
@


1.3
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.2
log
@Update for libc 5.2.9.
@
text
@d10 1
a10 1
JUMP_LIB=libpthread
@


1.1
log
@Update for libc 5.2.6.
@
text
@d7 1
@

