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

Subversion Repositories logicprobe

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

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

Rev 6 Rev 13
#
#
# Makefile to synthesize the project for different boards
# Makefile to synthesize the project for different boards
#
#
DIRS = XESS-XST-3S1000 Digilent-S3E-500
DIRS = XESS-XST-3S1000 Digilent-S3E-500
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.