1997-02-28 05:12:58 +00:00
|
|
|
#
|
1997-09-05 06:50:30 +00:00
|
|
|
# gno/lib/libc/Makefile
|
|
|
|
#
|
1997-02-28 05:12:58 +00:00
|
|
|
# This is the top-level makefile for libc, GNO v2.0.6
|
|
|
|
#
|
|
|
|
# dmake is too bloated right now to due recursive makes well, so before
|
|
|
|
# you run make in this directory, ensure you run make in the following
|
|
|
|
# directories:
|
1997-09-21 16:28:30 +00:00
|
|
|
# gen, gno, locale, stdio, stdlib, stdtime, string, sys
|
1997-02-28 05:12:58 +00:00
|
|
|
#
|
1997-09-05 06:50:30 +00:00
|
|
|
# Devin Reade, 1997.
|
|
|
|
#
|
1998-02-09 08:45:21 +00:00
|
|
|
# $Id: Makefile,v 1.8 1998/02/09 08:44:06 taubert Exp $
|
1997-02-28 05:12:58 +00:00
|
|
|
#
|
|
|
|
|
1998-02-09 08:45:21 +00:00
|
|
|
LIB= c
|
|
|
|
# assert.a must be copied from $(ORCA_SRC)/ORCALib/obj into $(OBJ_DIR)
|
|
|
|
OBJS= assert.a
|
1998-02-08 03:47:40 +00:00
|
|
|
|
1998-02-09 08:45:21 +00:00
|
|
|
# This library goes into /lib.
|
|
|
|
USE_SLASH_LIB= true
|
1997-02-28 05:12:58 +00:00
|
|
|
|
1998-02-09 08:45:21 +00:00
|
|
|
.INCLUDE: /src/gno/lib/lib.mk
|
1998-02-08 03:47:40 +00:00
|
|
|
|
|
|
|
$(LIBTARGET):: lib$(LIB).r
|
1998-02-09 08:45:21 +00:00
|
|
|
$(CATREZ) -d $@ $<
|