ORCALib/Makefile
Stephen Heumann 97c3ecad73 ORCALib changes for GNO.
This is a reconstruction of the ORCALib source changes for the version of ORCALib distributed with GNO 2.0.6. The library built with this code should be identical to the original GNO one, apart from insignificant junk bytes at the ends of segments and the build date in the resource fork.
2020-02-19 12:19:41 -06:00

18 lines
469 B
Makefile

#
# Makefile for GNO version of ORCALib
#
# To use this, you need a GNO system with the GNO source code in /src.
#
# This currently builds the library as "liborca".
# You will have to manually copy it to /lib/ORCALib.
#
# The assert.o file is not included in ORCALib but is used in libc.
LIB = orca
SRCS = cc.asm ctype.asm orca.asm signal2.c stdlib.asm string.asm \
time.asm toolglue.asm vars.asm
buildall .PHONY: build assert.o
.INCLUDE: /src/gno/lib/lib.mk