OpenCores
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] - Blame information for rev 216

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 216 diegovalve
all:
2
        bison parser.y
3
        flex scanner.l
4
        g++ -g lex.yy.cc Main.cpp parser.tab.c Preprocessor.cpp Instruction.cpp -o theia_cp_compile
5
        cp -v theia_cp_compile ../../bin/
6
clean:
7
        rm -rf parser.tab.c parser.tab.h location.hh position.hh stack.hh
8
        rm -rf lex.yy.cc
9
        rm -rf theia_compile

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.