Rev 244 | Rev 279 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 244 | Rev 278 | ||
|---|---|---|---|
| Line 8... | Line 8... | ||
| 8 | # http://www.gnu.org/software/m4/manual/html_node/Patsubst.html |
8 | # http://www.gnu.org/software/m4/manual/html_node/Patsubst.html |
| 9 | drc: $(patsubst %.sch,drc/%.drc,$(SCH)) |
9 | drc: $(patsubst %.sch,drc/%.drc,$(SCH)) |
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | drc/%.drc: %.sch |
12 | drc/%.drc: %.sch |
| 13 | gnetlist -g drc2 -o $@ $^ |
13 | gnetlist -g drc2 -o $(addprefix drc/,$(notdir $@)) $^ |