home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
400-499
/
ff448.lzh
/
Mkid
/
src
/
Makefile
< prev
next >
Wrap
Makefile
|
1991-02-01
|
580b
|
28 lines
CC = lc
CFLAGS = -cm -O -dfseek=unixfseek
O1 = tty.o getsFF.o scan-asm.o wmatch.o bitops.o scan-c.o
O2 = bitsvec.o gets0.o hash.o bzero.o opensrc.o lid.o bitcount.o
O3 = document.o uerror.o fid.o idx.o paths.o bsearch.o mkid.o
O4 = basename.o init.o amiga.o stoi.o amiga_getenv.o getscan.o
O5 = raw.o sendpacket.o test.o
OBJ = $(O1) $(O2) $(O3) $(O4) $(O5)
all : fid idx lid mkid test
fid : $(OBJ)
blink with fid.lnk
idx : $(OBJ)
blink with idx.lnk
lid : $(OBJ)
blink with lid.lnk
mkid : $(OBJ)
blink with mkid.lnk
test : $(OBJ)
blink with test.lnk