head	1.1;
branch	1.1.1;
access;
symbols
	LIBC_4_5_19:1.1.1.3
	LIBC_4_5_18:1.1.1.3
	LIBC_4_5_17:1.1.1.3
	LIBC_4_5_16:1.1.1.3
	LIBC_4_5_15:1.1.1.3
	LIBC_4_5_14:1.1.1.3
	LIBC_4_5_13:1.1.1.3
	LIBC_4_5_12:1.1.1.3
	LIBC_4_5_11:1.1.1.3
	LIBC_4_5_10:1.1.1.2
	LIBC_4_5_9:1.1.1.1
	LIBC_4_5_8:1.1.1.1
	LIBC_4_5_7:1.1.1.1
	LIBC:1.1.1;
locks; strict;
comment	@# @;


1.1
date	93.12.14.16.58.40;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.12.14.16.58.41;	author steinber;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	94.01.13.12.13.48;	author steinber;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	94.01.19.16.24.48;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# Makefile for POSIX functions
#

include ../Makeconfig

include ../Makerules

LIB:=../$(LIB)
LIBALIAS:=../$(LIBALIAS)

JUMP_DIR:=../jump/$(SHLIB)
JUMP_LIB=libc

ifndef OPTFLAGS
OPTFLAGS= -O6 -fomit-frame-pointer
endif

# If GETOPT_COMPAT is defined, `+' as well as `--' can introduce a
# long-named option.  Because this is not POSIX.2 compliant, it is
#  being phased out.
# COMPAT_FLAGS = -DGETOPT_COMPAT

CFLAGS = $(WFLAGS) $(OPTFLAGS) $(INC) $(XCFLAGS) $(COMPAT_FLAGS)

DIRS:=

SRC1S= cfmakeraw.c cfsetget.c clock.c confstr.c ctermid.c cuserid.c \
	execl.c execle.c execlp.c execv.c execvp.c \
	fnmatch.c getcwd.c getenv.c \
	getopt.c getopt1.c glob.c killpg.c mktemp.c \
	putenv.c raise.c readv.c sleep.c system.c tcdrain.c \
	tcflow.c tcflush.c tcgetpgrp.c tcsendbrk.c \
	tcsetattr.c tcsetpgrp.c ttyname.c writev.c
SRC2S= environ.c execve.c fork.c fpathconf.c getegid.c geteuid.c \
	getgid.c getgrps.c getpid.c getppid.c getuid.c pathconf.c \
	setgid.c setsid.c setuid.c sysconf.c \
	tcgetattr.c times.c wait.c wait3.c wait4.c waitpid.c

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

all: lib libalias

include ../Maketargets
@


1.1.1.1
log
@LIBC_4_5_7
@
text
@@


1.1.1.2
log
@LIBC_4_5_10
@
text
@d6 1
d9 5
d15 4
d24 1
a24 1
BASE_CFLAGS:= $(BASE_CFLAGS) $(COMPAT_FLAGS)
d45 2
@


1.1.1.3
log
@LIBC_4_5_11
@
text
@d5 2
a6 1
TOPDIR=..
a7 2
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules
d35 1
a35 1
include $(TOPDIR)/Maketargets
@
