From: Bdale Garbee Date: Fri, 17 Aug 2018 03:19:31 +0000 (-0600) Subject: pcb-rnd.mk: remove use of project, add instantiation of project.lht X-Git-Tag: telelco-v3.0~436 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=730d2e18b02f7d208ac4c5ca540b88a896a295f4;p=hw%2Faltusmetrum pcb-rnd.mk: remove use of project, add instantiation of project.lht --- diff --git a/pcb-rnd.mk b/pcb-rnd.mk index 28b8f1f..da4ea57 100644 --- a/pcb-rnd.mk +++ b/pcb-rnd.mk @@ -13,7 +13,7 @@ ifndef SCHEMATICS SCHEMATICS=$(PROJECT).sch endif -CONFIG=gafrc attribs project project.lht +CONFIG=gafrc attribs project.lht all: drc partslist partslist.csv pcb @@ -275,11 +275,6 @@ $(PROJECT)-big.pdf: $(PROJECT)-big.ps pdf: $(PROJECT)-sch.pdf $(PROJECT)-pcb.pdf $(PROJECT)-big.pdf -project: - (echo 'schematics $(SCHEMATICS)'; \ - echo 'output-name $(PROJECT)'; \ - echo 'skip-m4') > $@ - attribs: $(AM)/attribs cp $(AM)/attribs $@ @@ -288,5 +283,8 @@ gafrc: echo '(reset-component-library)'; \ echo '(load "../altusmetrum/gafrc")') > $@ +project.lht: $(AM)/lihata/project.lht + cp $(AM)/lihata/project.lht . + .gitignore: $(AM)/gitignore.in sed 's/@@PROJECT@@/$(PROJECT)/g' $(AM)/gitignore.in > .gitignore