URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [tools/] [Makefile] - Rev 306
Compare with Previous | Blame | View Log
## Makefile for building the tools#BUILD = ../buildDIRS = bin2dat bin2exo bin2mcs bit2exo bit2mcs \chrgen dspmem shdspout shserout vcdchk.PHONY: all install cleanall:for i in $(DIRS) ; do \$(MAKE) -C $$i all ; \doneinstall:for i in $(DIRS) ; do \$(MAKE) -C $$i install ; \doneclean:for i in $(DIRS) ; do \$(MAKE) -C $$i clean ; \donerm -f *~
