[BACK]Return to SMakefile.amiga CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gc / cord

File: [local] / OpenXM_contrib / gc / cord / Attic / SMakefile.amiga (download)

Revision 1.1.1.1 (vendor branch), Sat Nov 27 10:58:33 1999 UTC (24 years, 7 months ago) by maekawa
Branch: GC
CVS Tags: maekawa-ipv6, VERSION_5_3, VERSION_5_0_ALPHA_4, VERSION_4_14, RELEASE_20000124, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.1: +0 -0 lines

Import gc 4.14

# 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