home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d562
/
fkeys.lha
/
Fkeys
/
makefile
< prev
next >
Wrap
Makefile
|
1991-11-20
|
308b
|
21 lines
#
# Makefile for Function Keys 1.1
#
# Macros
#
CFLAGS=+Irad:fkeys.pre
#
# Dependancy entries
#
fkeys: fkeys.o
ln +q fkeys.o detach.o -lc
#
fkeys.o: rad:fkeys.pre fkeys.c
cc -q $(CFLAGS) $*.c
#
rad:fkeys.pre: fkeys.pre
copy fkeys.pre rad:
#
fkeys.pre: includes.h
cc -a -q -o nil: +h $@ includes.h