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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [tools/] [vcdchk/] [Makefile] - Blame information for rev 327

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 284 hellwig
#
2
# Makefile for VCD check utility
3
#
4
 
5
BUILD = ../../build
6
 
7
all:            vcdchk
8
 
9
install:        vcdchk
10
                mkdir -p $(BUILD)/bin
11
                cp vcdchk $(BUILD)/bin
12
 
13
vcdchk:         vcdchk.c
14 327 hellwig
                gcc -g -Wall -o vcdchk vcdchk.c
15 284 hellwig
 
16
clean:
17
                rm -f *~ vcdchk

powered by: WebSVN 2.1.0

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