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

Subversion Repositories yac

[/] [yac/] [trunk/] [test_sys/] [sw/] [pc/] [SConscript] - Blame information for rev 11

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 11 feddischso
 
2
env = Environment( tools        = [ 'default' ],
3
                   CPPDEFINES   = ['OR32_TARGET'],
4
                   CPPPATH      = [ "../inc", '../../../sw/inc'],
5
                   LINKFLAGS    = "-lm",
6
                   OBJSUFFIX = ['.opc' ],
7
                   CCFLAGS = "-Wall -g -Wno-unused-variable"
8
                   )
9
 
10
target = env.Program( "../test_tool", [ "main.c", "../../../c_octave/cordic_iterative.c", "../src/crc.c" ] )
11
 
12
 
13
# vim: filetype=python et ts=3 sw=3

powered by: WebSVN 2.1.0

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