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.47;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

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

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

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


desc
@@



1.1
log
@Initial revision
@
text
@#
# Makefile for Linux specific functions
#

include ../Makeconfig

include ../Makerules

ifdef MATH

DIRS=linux

else

DIRS=i386 linux

endif

lib:
	for i in $(DIRS); do \
	  echo making $$i; \
	  (cd $$i; $(MAKE)); \
	done


realclean: clean

clean:
	for i in $(DIRS); \
	do \
		echo cleaning $$i; \
		(cd $$i; $(MAKE) clean); \
	done

depend:
	do \
		echo cleaning $$i; \
		(cd $$i; $(MAKE) depend); \
	done
@


1.1.1.1
log
@LIBC_4_5_7
@
text
@@


1.1.1.2
log
@LIBC_4_5_10
@
text
@d6 1
d9 5
a13 1
DIRS=$(TARGET_OS)
d15 2
a16 2
ifneq ($(MATH),true)
DIRS := $(DIRS) $(TARGET_ARCH)
d19 10
a28 1
lib depend realclean clean:
d31 8
a38 2
		echo making $@@ in $$i; \
		(cd $$i; $(MAKE) $@@); \
@


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

d15 1
a15 1
	@@for i in $(DIRS); \
@
