home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
code
/
graphics
/
graphgem
/
gems
/
2dclip
/
makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-05-19
|
212 b
|
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