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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [tools/] [vcdchk/] [Makefile] - Diff between revs 284 and 327

Only display areas with differences | Details | Blame | View Log

Rev 284 Rev 327
#
#
# Makefile for VCD check utility
# Makefile for VCD check utility
#
#
BUILD = ../../build
BUILD = ../../build
all:            vcdchk
all:            vcdchk
install:        vcdchk
install:        vcdchk
                mkdir -p $(BUILD)/bin
                mkdir -p $(BUILD)/bin
                cp vcdchk $(BUILD)/bin
                cp vcdchk $(BUILD)/bin
vcdchk:         vcdchk.c
vcdchk:         vcdchk.c
                gcc -m32 -g -Wall -o vcdchk vcdchk.c
                gcc -g -Wall -o vcdchk vcdchk.c
 
 
clean:
clean:
                rm -f *~ vcdchk
                rm -f *~ vcdchk
 
 

powered by: WebSVN 2.1.0

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