URL
https://opencores.org/ocsvn/theia_gpu/theia_gpu/trunk
Subversion Repositories theia_gpu
[/] [theia_gpu/] [branches/] [beta_2.0/] [compiler/] [src/] [cp_compiler/] [Makefile] - Rev 216
Compare with Previous | Blame | View Log
all:
bison parser.y
flex scanner.l
g++ -g lex.yy.cc Main.cpp parser.tab.c Preprocessor.cpp Instruction.cpp -o theia_cp_compile
cp -v theia_cp_compile ../../bin/
clean:
rm -rf parser.tab.c parser.tab.h location.hh position.hh stack.hh
rm -rf lex.yy.cc
rm -rf theia_compile