diff options
author | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
---|---|---|
committer | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
commit | 6c63633545c254dc085402e0f927a6826d1dd229 (patch) | |
tree | 0126fb5598304c713ea1276e294da9098b5df3b4 /gc/cord/SMakefile.amiga | |
parent | Initial revision (diff) | |
download | w3m-6c63633545c254dc085402e0f927a6826d1dd229.tar.gz w3m-6c63633545c254dc085402e0f927a6826d1dd229.zip |
Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5
Diffstat (limited to 'gc/cord/SMakefile.amiga')
-rw-r--r-- | gc/cord/SMakefile.amiga | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gc/cord/SMakefile.amiga b/gc/cord/SMakefile.amiga deleted file mode 100644 index 5aef131..0000000 --- a/gc/cord/SMakefile.amiga +++ /dev/null @@ -1,20 +0,0 @@ -# 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 |