home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 3
/
RISC_DISC_3.iso
/
resources
/
etexts
/
gems
/
gemsi
/
2dclip
/
makefile.
< prev
Wrap
Makefile
|
1992-09-08
|
212b
|
14 lines
LIBFILE = ../gemslib.a
CFLAGS = $(GENCFLAGS) -I..
OFILES = clip.o bio.o cross.o
$(LIBFILE): $(OFILES)
ar rcs $(LIBFILE) $(OFILES)
clean:
/bin/rm -f clip.o bio.o cross.o
$(OFILES): line.h ../GraphicsGems.h