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

Subversion Repositories logicprobe

[/] [logicprobe/] [tags/] [LogicProbe-1.0/] [tst/] [Makefile] - Diff between revs 6 and 13

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

Rev 6 Rev 13
#
#
# Makefile to build the simulation test programs and
# Makefile to build the simulation test programs and
# synthesize the project for different boards
# synthesize the project for different boards
#
#
DIRS = sim-c sim-v boards
DIRS = sim-c sim-v boards
all:
all:
                for i in $(DIRS) ; do \
                for i in $(DIRS) ; do \
                  $(MAKE) -C $$i all ; \
                  $(MAKE) -C $$i all ; \
                done
                done
clean:
clean:
                for i in $(DIRS) ; do \
                for i in $(DIRS) ; do \
                  $(MAKE) -C $$i clean ; \
                  $(MAKE) -C $$i clean ; \
                done
                done
                rm -f *~
                rm -f *~
 
 

powered by: WebSVN 2.1.0

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