URL
https://opencores.org/ocsvn/theia_gpu/theia_gpu/trunk
Subversion Repositories theia_gpu
[/] [theia_gpu/] [branches/] [new_compiler/] [Makefile] - Rev 209
Go to most recent revision | Compare with Previous | Blame | View Log
all:
bison parser.y
flex scanner.l
g++ lex.yy.cc Main.cpp parser.tab.c Preprocessor.cpp Instruction.cpp -o theia_compile
clean:
rm -rf parser.tab.c parser.tab.h location.hh position.hh stack.hh
rm -rf lex.yy.cc
rm -rf theia_compile
Go to most recent revision | Compare with Previous | Blame | View Log