Subversion Repositories OpenARM Single-board Computer

Rev

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

Rev Author Line No. Line
241 jelle 1
.PHONY:
221 agaran 2
 
3
 
241 jelle 4
SCH=$(shell ls sch/*sch)
221 agaran 5
 
6
 
244 jelle 7
# i broke the makefile, (jelle)
8
# http://www.gnu.org/software/m4/manual/html_node/Patsubst.html
221 agaran 9
drc: $(patsubst %.sch,drc/%.drc,$(SCH))
10
 
11
 
244 jelle 12
drc/%.drc:	%.sch
13
	gnetlist -g drc2 -o $@ $^