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

Subversion Repositories reedsolomon

[/] [reedsolomon/] [trunk/] [cpp-source/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 abhiag
default: rs_decode
2
 
3
chien_search:
4
        g++ test_chien_search.cpp gf_arith.h gf_arith.cpp chien_search.cpp chien_search.h
5
 
6
error_mag:
7
        g++ test_error_mag.cpp gf_arith.h gf_arith.cpp error_mag.cpp error_mag.h
8
 
9
error_correct:
10
        g++ test_error_correct.cpp gf_arith.h gf_arith.cpp error_correct.cpp error_correct.h
11
 
12
syndrome:
13
        g++ test_syndrome.cpp gf_arith.h gf_arith.cpp syndrome.cpp syndrome.h
14
 
15
berlekamp:
16
        g++ test_berlkamp.cpp gf_arith.h gf_arith.cpp berlekamp.cpp berlekamp.h
17
 
18
rs_decode:
19
        g++ test_rs_decode.cpp gf_arith.h gf_arith.cpp rs_decode.h rs_decode.cpp syndrome.h syndrome.cpp \
20
        berlekamp.h berlekamp.cpp chien_search.h chien_search.cpp error_mag.h error_mag.cpp \
21
        error_correct.h error_correct.cpp rs_fifo.h rs_fifo.cpp
22
 
23
clean:
24
        rm a.out *.gch

powered by: WebSVN 2.1.0

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