home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume26
/
banners-1.1
/
part01
/
cursive-01
/
Makefile
< prev
next >
Wrap
Makefile
|
1993-04-11
|
466b
|
24 lines
CFLAGS = -g
cursive: cursive.o x.o xs.o
cc -g -o cursive cursive.o x.o xs.o
x.o: x.c
xs.o: xs.c
x.c: font.c
xstr font.c
xs.c: font.c
xstr font.c
# This is for use if you haven't got the xstr command. The program works
# the same, but is slightly bigger.
lcursive: cursive.o font.o
cc -g -o lcursive cursive.o font.o
cursive.shar: cursive.c font.c cursive.h cursive.6 Makefile shar
shar cursive.c font.c cursive.h cursive.6 Makefile shar > cursive.shar