home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
PROGRAM
/
DJLSR106.ZIP
/
LIBSRC
/
MAKE.BAT
next >
Wrap
DOS Batch File
|
1992-03-29
|
1KB
|
46 lines
@echo off
if not exist ..\lib\libg.a ar s ../lib/libg.a
if not exist ..\lib\libg_p.a ar s ../lib/libg_p.a
cd bison
..\mm
make -f makefile.n ODIR=objs PG= PS=
if errorlevel 1 goto exit
cd ../c
..\mm
make -f makefile.n ODIR=objs PG= PS=
if errorlevel 1 goto exit
make -f makefile.n ODIR=p_objs PG=-pg PS=_p
if errorlevel 1 goto exit
cd ../flex
..\mm
make -f makefile.n ODIR=objs PG= PS=
if errorlevel 1 goto exit
make -f makefile.n ODIR=p_objs PG=-pg PS=_p
if errorlevel 1 goto exit
cd ../gr
..\mm
make -f makefile.n ODIR=objs PG= PS=
if errorlevel 1 goto exit
make -f makefile.n ODIR=p_objs PG=-pg PS=_p
if errorlevel 1 goto exit
cd ../gcc
..\mm
make -f makefile.n ODIR=objs PG= PS=
if errorlevel 1 goto exit
make -f makefile.n ODIR=p_objs PG=-pg PS=_p
if errorlevel 1 goto exit
cd ../m
..\mm
make -f makefile.n ODIR=objs PG= PS=
if errorlevel 1 goto exit
make -f makefile.n ODIR=p_objs PG=-pg PS=_p
if errorlevel 1 goto exit
cd ../pc
..\mm
make -f makefile.n ODIR=objs PG= PS=
if errorlevel 1 goto exit
make -f makefile.n ODIR=p_objs PG=-pg PS=_p
if errorlevel 1 goto exit
cd ..
:exit