mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-30 04:33:01 +00:00
05cc2bfd4c
first three are required by stdio.
19 lines
293 B
Makefile
19 lines
293 B
Makefile
#
|
|
# gno/lib/libc/stdlib/Makefile
|
|
#
|
|
# Devin Reade, 1997
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/09/05 06:31:58 gdr Exp $
|
|
#
|
|
|
|
.INCLUDE: ../../../paths.mk
|
|
.INCLUDE: ../../const.mk
|
|
|
|
OBJS = cvt.o environ.o fpspecnum.o getopt.o getsubopt.o
|
|
|
|
default: $(OBJS)
|
|
|
|
.INCLUDE: ../rules.mk
|
|
|
|
fpspecnum.o:: fpspecnum.mac
|