OpenCores
URL https://opencores.org/ocsvn/theia_gpu/theia_gpu/trunk

Subversion Repositories theia_gpu

[/] [theia_gpu/] [branches/] [beta_2.0/] [compiler/] [src/] [vp_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_vp_compile 
        mv -v theia_vp_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

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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