1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-07-02 13:02:57 +03:00

include common/Makefile after "all", so that it won't override the default

This commit is contained in:
Werner Almesberger 2012-12-21 20:27:39 -03:00
parent 21513c1c61
commit 2e07473015
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,6 @@ GEN = gencon.lib
TITLE_NAME = SYMBOLS/COMPONENTS
TITLE_FILE = kicad-libs-components.pdf
include ../common/Makefile.title
.PHONY: all sch catalog view upload missing clean spotless
all: $(GEN)
@ -26,6 +24,8 @@ sch: $(GEN)
DESCR-dcm: *.dcm
../scripts/dcm2desc -L . >$@ || { rm -f $@; exit 1; }
include ../common/Makefile.title
catalog catalog.pdf: HIERARCHY DESCR-dcm *.lib $(GEN)
$(MAKE) title.ps
genkicat -p -L . -t title.ps HIERARCHY DESCR-dcm \

View File

@ -23,8 +23,6 @@ SHELL = /bin/bash
TITLE_NAME = FOOTPRINTS/MODULES
TITLE_FILE = kicad-libs-modules.pdf
include ../common/Makefile.title
.SUFFIXES: .fpd .mod
.PHONY: all brd catalog view upload missing clean spotless
@ -40,6 +38,8 @@ modules.pro: Makefile
brd: all modules.pro
pcbnew `pwd`/modules.brd
include ../common/Makefile.title
catalog catalog.pdf: HIERARCHY $(MODULES:%=%.fpd)
$(MAKE) title.ps
genkicat -F -p $(MODULES:%=-l %.fpd) -t title.ps \