]> gcc.gnu.org Git - gcc.git/blame - boehm-gc/cord/SMakefile.amiga
Daily bump.
[gcc.git] / boehm-gc / cord / SMakefile.amiga
CommitLineData
73ffefd0
TT
1# Makefile for cord.lib
2# Michel Schinz 1994/07/20
3
4OBJS = cordbscs.o cordprnt.o cordxtra.o
5
6all: cord.lib cordtest
7
8cordbscs.o: cordbscs.c
9cordprnt.o: cordprnt.c
10cordxtra.o: cordxtra.c
11cordtest.o: cordtest.c
12
13cord.lib: $(OBJS)
14 oml cord.lib r $(OBJS)
15
16cordtest: cordtest.o cord.lib
17 sc cordtest.o link
18
19clean:
20 delete cord.lib cordtest \#?.o \#?.lnk
This page took 0.120378 seconds and 5 git commands to generate.