head	1.1;
branch	1.1.1;
access;
symbols
	LIBC_4_5_19:1.1.1.5
	LIBC_4_5_18:1.1.1.5
	LIBC_4_5_17:1.1.1.5
	LIBC_4_5_16:1.1.1.5
	LIBC_4_5_15:1.1.1.5
	LIBC_4_5_14:1.1.1.5
	LIBC_4_5_13:1.1.1.4
	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.52;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

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

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

1.1.1.3
date	94.01.19.16.23.00;	author steinber;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	94.02.01.12.57.33;	author steinber;	state Exp;
branches;
next	1.1.1.5;

1.1.1.5
date	94.02.01.13.33.33;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# This is Makefile for some misc functions.
#

include ../Makeconfig

include ../Makerules

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

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

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

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

INC= -I. -I. -I../misc

DIRS=i386

SRCS= __old_sel.c __old_glob.c __old_gdtbsz.c __undefined.c __warning.c
ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)

include ../Maketargets
@


1.1.1.1
log
@LIBC_4_5_7
@
text
@@


1.1.1.2
log
@LIBC_4_5_10
@
text
@d5 8
a12 4
override SHARED=true
override STATIC=false
override DEBUG=false
override PROFILE=false
d15 3
a17 2
include ../Makeconfig
include ../Makerules
d19 1
a19 2
SHARED_LIB=$(SHARED_DIR)/compat/libcompat.a
.PHONY: $(SHARED_LIB)
d21 1
a21 1
INC_CFLAGS= -I. -I. -I../misc
d23 1
a23 1
DIRS=$(TARGET_ARCH) math
d25 3
a27 6
SRC1S= __old_sel.c __old_glob.c __old_gdtbsz.c __undefined.c \
	__warning.c
SRC2S=__old_libc.c
ASMS= $(SRC1S:.c=.s) $(SRC2S:.c=.s)
OBJS= $(SRC1S:.c=.o)
ALIASES= $(SRC2S:.c=.o)
@


1.1.1.3
log
@LIBC_4_5_11
@
text
@d11 2
a12 1
TOPDIR=..
d14 1
a14 4
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

SHARED_LIB=$(SHARED_DIR)/libcompat/libcompat.a
d17 1
a17 1
INC_CFLAGS= -I. -I. -I$(TOPDIR)/misc
d28 1
a28 1
include $(TOPDIR)/Maketargets
@


1.1.1.4
log
@LIBC_4_5_13
@
text
@d24 1
a24 1
	__warning.c __old_regex.c aliases.c
@


1.1.1.5
log
@LIBC_4_5_14
@
text
@d24 1
a24 1
	__warning.c # __old_regex.c aliases.c
@
