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

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

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

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


desc
@@



1.1
log
@Initial revision
@
text
@DIRS=libc libc.lite libm

clean:
	if [ x"$(DIRS)"x != xx ]; then \
	  for d in $(DIRS); do \
	    echo Cleaning $$d; \
	    (cd $$d; $(MAKE) clean;); \
	  done; \
	else true; fi

@


1.1.1.1
log
@LIBC_4_5_7
@
text
@@


1.1.1.2
log
@LIBC_4_5_10
@
text
@d1 1
a1 1
#
d3 7
a9 1
include ../Makeconfig
a10 22
CLEAN_DIRS=libc libc.lite libm

ifeq ($(LITE),true)
DIRS=libc.lite
else
DIRS=libc libm
endif

all lib install:
	for d in $(DIRS); do \
	  echo makeing $@@ in $$d; \
	  (cd $$d; $(MAKE) $@@); \
	done

realclean clean:
	for d in $(CLEAN_DIRS); do \
	  echo makeing $@@ in $$d; \
	  (cd $$d; $(MAKE) $@@); \
	done

depend:
	@@true
@


1.1.1.3
log
@LIBC_4_5_11
@
text
@d3 1
a3 1
TOPDIR=..
a4 2
include $(TOPDIR)/Makeconfig

d14 1
a14 1
	@@for d in $(DIRS); do \
d20 1
a20 1
	@@for d in $(CLEAN_DIRS); do \
@
