home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
drdobbs
/
1991
/
08
/
xscheme
/
makefile.cb
< prev
next >
Wrap
Makefile
|
1991-06-06
|
479b
|
20 lines
# Makefile for Borland C++
OBJ1=xscheme.obj xsdmem.obj xsimage.obj xsio.obj xsobj.obj \
xsprint.obj xsread.obj xssym.obj xsfun1.obj xsfun2.obj xsmath.obj \
msstuff.obj
OBJ2=xsinit.obj xscom.obj xsint.obj
CFLAGS=-t -O3 -DCODEBLDR
.c.obj:
icc -c $(CFLAGS) $<
xs_bc.exe: $(OBJ1) $(OBJ2) xsftab.obj
icc -t -n -exs_cb xs*.obj msstuff.obj
$(OBJ1): xscheme.h xsproto.h
$(OBJ2): xscheme.h xsproto.h xsbcode.h
xsftab.obj: xscheme.h xsproto.h osdefs.h osptrs.h