head	1.1;
branch	1.1.1;
access;
symbols
	libc-4-7-4:1.1.1.1.2.1
	libc-4-7-3:1.1.1.1.2.1
	libc-4-7-2:1.1.1.1.2.1
	libc-4-7-1-b:1.1.1.1.2.1.0.2
	libc-4-7-1:1.1.1.1.2.1
	libc-4-7-0:1.1.1.1.2.1
	libc-4-6-27-patches:1.1.1.1.0.2
	libc-4-6-30:1.1.1.1
	libc-4-6-29:1.1.1.1
	libc-4-6-28-6:1.1.1.1
	libc-4-6-28-5:1.1.1.1
	libc-4-6-28-4:1.1.1.1
	libc-4-6-28-3:1.1.1.1
	libc-4-6-28-2:1.1.1.1
	libc-4-6-28-1:1.1.1.1
	libc-4-6-28:1.1.1.1
	libc-4-6-27:1.1.1.1
	linux:1.1.1;
locks; strict;
comment	@# @;


1.1
date	95.02.18.05.33.19;	author hjl;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.02.18.05.33.20;	author hjl;	state Exp;
branches
	1.1.1.1.2.1;
next	;

1.1.1.1.2.1
date	95.03.16.03.45.05;	author hjl;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#

TOPDIR=..

include $(TOPDIR)/Makeconfig

CLEAN_DIRS=libc libc.lite libm libc-nys libcurses libdb

ifeq ($(MATH),true)

DIRS=libm

else

ifeq ($(NYS),true)
NYS_DIR_SUFFIX=-nys
endif

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

endif

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

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

depend:
	@@true
@


1.1.1.1
log
@The Linux C library 4.6.27 (source files).
@
text
@@


1.1.1.1.2.1
log
@Modified for libc 4.7.0.
@
text
@d7 1
a7 1
CLEAN_DIRS=libc libc.lite #libm libc-nys libcurses libdb
d22 1
a22 1
DIRS=libc$(NYS_DIR_SUFFIX) # libm libcurses libdb
@
