home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
ledar34.zip
/
leda-r-3_4_tar
/
LEDA-3.4
/
confdir
/
os2
/
icc
/
make.pro
next >
Wrap
Text File
|
1996-09-03
|
727b
|
34 lines
#-----------------------------------------------------------------------------
# OS2 IBM C++
#-----------------------------------------------------------------------------
CFLAGS = -O
e=.exe
.c.obj:
icc -q -Tdp -I../../incl $(CFLAGS) $(DFLAGS) -c $*.c
.obj.exe:
icc -q -Tdp $(CFLAGS) $*.obj $(DOSLIB)
if exist leda.res rc leda.res $*.exe
.c.exe:
icc -q -Tdp -I../../incl $(CFLAGS) $(DFLAGS) -c $*.c
icc -q -Tdp $(CFLAGS) $*.obj $(DOSLIB)
if exist leda.res rc leda.res $*.exe
#-----------------------------------------------------------------------------
# Programs
#-----------------------------------------------------------------------------
include Make.lst
all: $(PROGS)
clean:
rm -f *.o $(PROGS) core