build libc in the lower level makefiles instead of the top one; we're

getting too many files
This commit is contained in:
gdr 1997-10-03 04:44:26 +00:00
parent f163b4f2a5
commit 6848d48a2e
8 changed files with 16 additions and 16 deletions

View File

@ -1,7 +1,7 @@
#
# Makefile for libc/gen.
#
# $Id: Makefile,v 1.5 1997/09/21 06:06:01 gdr Exp $
# $Id: Makefile,v 1.6 1997/10/03 04:44:14 gdr Exp $
#
.INCLUDE: ../../../paths.mk
@ -17,7 +17,7 @@ OBJS = $(OBJ_ASM) $(OBJ_C)
CFLAGS += -O78
build: ../libc
build .PHONY: ../libc
obj: $(OBJS)
asm: $(OBJ_ASM)
c: $(OBJ_C)

View File

@ -3,7 +3,7 @@
#
# Devin Reade, 1996
#
# $Id: Makefile,v 1.3 1997/09/21 06:08:48 gdr Exp $
# $Id: Makefile,v 1.4 1997/10/03 04:44:22 gdr Exp $
#
.INCLUDE: ../../../paths.mk
@ -18,7 +18,7 @@ CFLAGS += -O78
MACROS_ORCA = $(ORCA_DIST)/OrcaInclude
MACRO_FILES = $(MACROS_ORCA)/m16.tools $(MACROS_ORCA)/m16.orca
build: ../libc
build .PHONY: ../libc
obj: $(OBJS)

View File

@ -3,7 +3,7 @@
#
# Devin Reade, 1997
#
# $Id: Makefile,v 1.3 1997/09/21 06:10:26 gdr Exp $
# $Id: Makefile,v 1.4 1997/10/03 04:44:24 gdr Exp $
#
.INCLUDE: ../../../paths.mk
@ -12,7 +12,7 @@
OBJS = table.o
CFLAGS += -O78
build: ../libc
build .PHONY: ../libc
obj: $(OBJS)
.INCLUDE: ../rules.mk

View File

@ -3,7 +3,7 @@
#
# Devin Reade, 1997
#
# $Id: Makefile,v 1.5 1997/09/21 06:19:50 gdr Exp $
# $Id: Makefile,v 1.6 1997/10/03 04:44:25 gdr Exp $
#
.INCLUDE: ../../../paths.mk
@ -21,7 +21,7 @@ OBJS = clrerr.o fclose.o fdopen.o feof.o ferror.o fflush.o fgetc.o \
CFLAGS += -O78
build: ../libc
build .PHONY: ../libc
obj: $(OBJS)
#

View File

@ -3,7 +3,7 @@
#
# Devin Reade, 1997
#
# $Id: Makefile,v 1.3 1997/09/21 06:21:35 gdr Exp $
# $Id: Makefile,v 1.4 1997/10/03 04:44:25 gdr Exp $
#
.INCLUDE: ../../../paths.mk
@ -13,7 +13,7 @@ OBJS = cvt.o environ.o fpspecnum.o getopt.o getsubopt.o
CFLAGS += -O78
build: ../libc
build .PHONY: ../libc
obj: $(OBJS)

View File

@ -1,7 +1,7 @@
#
# Makefile for libc/stdtime.
#
# $Id: Makefile,v 1.1 1997/09/21 06:22:10 gdr Exp $
# $Id: Makefile,v 1.2 1997/10/03 04:44:25 gdr Exp $
#
.INCLUDE: ../../../paths.mk
@ -14,7 +14,7 @@ CFLAGS += -v
default:
@echo do not use this directory yet
build: ../libc
build .PHONY: ../libc
obj: $(OBJS)
.INCLUDE: ../rules.mk

View File

@ -3,7 +3,7 @@
#
# Devin Reade, 1997
#
# $Id: Makefile,v 1.3 1997/09/21 06:23:07 gdr Exp $
# $Id: Makefile,v 1.4 1997/10/03 04:44:26 gdr Exp $
#
.INCLUDE: ../../../paths.mk
@ -12,7 +12,7 @@
OBJS = case.o str.o strerror.o
CFLAGS += -O78
build: ../libc
build .PHONY: ../libc
obj: $(OBJS)
.INCLUDE: ../rules.mk

View File

@ -3,7 +3,7 @@
#
# Devin Reade, 1997.
#
# $Id: Makefile,v 1.3 1997/09/21 16:15:29 gdr Exp $
# $Id: Makefile,v 1.4 1997/10/03 04:44:26 gdr Exp $
#
.INCLUDE: ../../../paths.mk
@ -12,7 +12,7 @@
OBJS = exec.o syscall.o trap.o
CFLAGS += -O78
build: ../libc
build .PHONY: ../libc
obj: $(OBJS)
.INCLUDE: ../rules.mk