mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 06:40:17 +02:00
83d4e709af
the top-level makefile. - boom/dist/Makefile: generate all.{equ,inv,dsc} for all distributors in dist/ - boom/Makefile (EQU, INV, DSC): use dist/all.* instead of dist/*/db/all.* - boom/Makefile (tar): also collect $(EQU), $(INV), and $(DSC) - boom/manu/panasonic/Makefile, boom/manu/stackpole/Makefile, boom/manu/yageo/Makefile: include dist/all.equ instead of dist/dk/db/all.equ
5 lines
182 B
Makefile
5 lines
182 B
Makefile
BOOM=PATH=/home/moko/svn.openmoko.org/trunk/eda/boom:../boom:$$PATH boom
|
|
|
|
panasonic.chr: ../../dist/all.equ panasonic.gen
|
|
$(BOOM) gen2chr PANASONIC $^ >$@ || { rm -rf $@; exit 1; }
|