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


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

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

1.1.1.2
date	94.01.19.16.25.13;	author steinber;	state Exp;
branches;
next	;


desc
@@



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

include ../../../Makeconfig
include ../../../Makerules

DIRS=crt

lib: 
	$(MAKE) subdir TARGET=$@@

clean realclean:
	$(MAKE) subdir TARGET=$@@

depend:
	$(MAKE) subdir TARGET=$@@

subdir:
ifneq ($(DIRS),)
	for d in $(DIRS); do \
	  cd $$d; $(MAKE) $(TARGET); \
	done
else
	@@true
endif

#
# include a dependency file if one exists
#
ifeq (.depend,$(wildcard .depend))
include .depend
endif
@


1.1.1.1
log
@LIBC_4_5_10
@
text
@@


1.1.1.2
log
@LIBC_4_5_11
@
text
@d5 2
a6 1
TOPDIR=../../..
d8 4
a11 2
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules
d13 5
a17 1
DIRS=crt
d19 1
a19 1
lib clean realclean depend::
d21 2
a22 2
	@@for d in $(DIRS); do \
	  cd $$d; $(MAKE) $@@; \
@
