home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
src
/
exampleCode
/
opengl
/
utilities
/
isfast
/
libisfast
/
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
|
1994-08-02
|
289 b
|
19 lines
TARGET = libisfast.a
CFLAGS = -O -I../libtk -I../libpdb
OBJECTS = \
isfast.o
$(TARGET): $(OBJECTS)
rm -f $@
$(AR) crl $@ $(OBJECTS)
isfast.o: isfast.h ../libtk/tk.h ../libpdb/pdb.h
clean:
-rm -rf *.[ou] a.out core lex.yy.[co] y.tab.[cho] _force
clobber: clean
-rm -rf $(TARGET)