Sindbad~EG File Manager

Current Path : /usr/home/beeson/Otter-Lambda/
Upload File :
Current File : /usr/home/beeson/Otter-Lambda/Makefile

DEFINES= -D'__STRICT_ANSI__' -D'__declspec(x)=' -D'_export='
algebra: yyy/*.h yyy/algebra/*.c 
	echo "Building algebra"
	gcc -c -g $(DEFINES) -I yyy yyy/algebra/*.c  
automode: yyy/*.h yyy/automode/*.c
	echo "Building automode"
	gcc -c -g $(DEFINES) -I yyy yyy/automode/*.c  
bignums: yyy/*.h yyy/bignums/*.c
	echo "Building bignums"
	gcc -c -g $(DEFINES) -I yyy yyy/bignums/*.c  
deval:  yyy/*.h yyy/deval/*.c
	echo "Building deval"
	gcc -c -g $(DEFINES) -I yyy yyy/deval/*.c
english:  yyy/*.h yyy/english/*.c
	echo "Building english"
	gcc -c -g $(DEFINES) -I yyy yyy/english/*.c
heap:  yyy/*.h yyy/heap/*.c
	echo "Building heap"
	gcc -c -g $(DEFINES) -I yyy yyy/heap/*.c
mstring: yyy/*.h yyy/mstring/*.c
	echo "Building mstring"
	gcc -c -g $(DEFINES) -I yyy yyy/mstring/*.c
natlang: yyy/*.h yyy/natlang/*.c
	echo "Building natlang"
	gcc -c -g $(DEFINES) -I yyy yyy/natlang/*.c
parser: yyy/*.h yyy/parser/*.c
	echo "Building parser"
	gcc -c -g $(DEFINES) -I yyy yyy/parser/*.c
series: yyy/*.h yyy/series/*.c
	echo "Building series"
	gcc -c -g $(DEFINES) -I yyy yyy/series/*.c
trigcalc: yyy/*.h yyy/trigcalc/*.c
	echo "Building trigcalc"
	gcc -c -g $(DEFINES) -I yyy yyy/trigcalc/*.c
var: yyy/*.h yyy/var/*.c
	echo "Building var"
	gcc -c -g $(DEFINES) -I yyy yyy/var/*.c
userfunc: yyy/*.h yyy/userfunc/*.c
	echo "Building userfunc"
	gcc -c -g $(DEFINES) -I yyy yyy/userfunc/*.c
polyval: yyy/*.h yyy/polyval/*.c
	echo "Building polyval"
	gcc -c -g $(DEFINES) -I yyy yyy/polyval/*.c
prover: yyy/*.h yyy/prover/*.c
	echo "Building prover"
	gcc -c -g $(DEFINES) -I yyy yyy/prover/*.c
stubs: yyy/*.h yyy/stubs/*.c
	echo "Building stubs"
	gcc -c -g $(DEFINES) -I yyy yyy/stubs/*.c
yyy:  automode algebra bignums deval english heap mstring parser prover series trigcalc var userfunc polyval stubs  
otter:  otter/*.c  otter/*.h  Makefile
	gcc -c  -g $(DEFINES) -I otter -I otter2 otter/*.c  
otter2:  otter2/*.c  otter2/*.h  Makefile
	gcc -c -g $(DEFINES) -I otter -I otter2 -I yyy otter2/*.c   
all:  yyy otter2 otter $(OBJS)
	gcc  *.o  -lm -o otter-lambda
exe:  Makefile
	gcc *.o -lm -o otter-lambda
clean: 
	-rm *.o
	-rm otter-lambda

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists