home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 40
/
IOPROG_40.ISO
/
SOFT
/
NETFrameworkSDK.exe
/
comsdk.cab
/
samples.exe
/
assemblies
/
RothIRA
/
makefile
< 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
Makefile
|
2000-06-23
|
331 b
|
29 lines
all: RothStatics RothCalcr RothAnalyzer
RothStatics::
cd $*
nmake all
cd ..
RothCalcr::
cd $*
nmake all
cd ..
RothAnalyzer::
cd $*
nmake all
cd ..
clean:
cd RothStatics
nmake clean
cd ..
cd RothCalcr
nmake clean
cd ..
cd RothAnalyzer
nmake clean
cd ..