home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
makefiles
/
Makerules.nextobj
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-25
|
188 b
|
15 lines
.SUFFIXES: .o .m .c
.m.o:
rm -f $*.m
ln ../$*.m .
${CC} ${CFLAGS} -c $*.m
.c.o:
rm -f $*.c
ln ../$*.c .
${CC} ${CFLAGS} ${FAT} -c $*.c
include ${GEOM}/makefiles/Makerules.allobj