Subversion Repositories OpenARM Single-board Computer

Rev

Rev 241 | Rev 278 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

.PHONY:


SCH=$(shell ls sch/*sch)


# i broke the makefile, (jelle)
# http://www.gnu.org/software/m4/manual/html_node/Patsubst.html
drc: $(patsubst %.sch,drc/%.drc,$(SCH))


drc/%.drc:      %.sch
        gnetlist -g drc2 -o $@ $^