[BACK]Return to SMakefile.amiga CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / gc-4.14 / cord

File: [local] / OpenXM / src / kan96xx / gc-4.14 / cord / Attic / SMakefile.amiga (download)

Revision 1.1, Fri Oct 8 02:12:04 1999 UTC (24 years, 9 months ago) by maekawa
Branch: MAIN

Initial revision

# Makefile for cord.lib
# Michel Schinz 1994/07/20

OBJS = cordbscs.o cordprnt.o cordxtra.o

all: cord.lib cordtest

cordbscs.o: cordbscs.c
cordprnt.o: cordprnt.c
cordxtra.o: cordxtra.c
cordtest.o: cordtest.c

cord.lib: $(OBJS)
	oml cord.lib r $(OBJS)

cordtest: cordtest.o cord.lib
	sc cordtest.o link

clean:
	delete cord.lib cordtest \#?.o \#?.lnk