Date:2012-12-22 00:27:39 (11 years 3 months ago)
Author:Werner Almesberger
Commit:2e07473015440d2bc0650545621b488663c8705f
Message:include common/Makefile after "all", so that it won't override the default

Files: components/Makefile (2 diffs)
modules/Makefile (2 diffs)

Change Details

components/Makefile
1111TITLE_NAME = SYMBOLS/COMPONENTS
1212TITLE_FILE = kicad-libs-components.pdf
1313
14include ../common/Makefile.title
15
1614.PHONY: all sch catalog view upload missing clean spotless
1715
1816all: $(GEN)
...... 
2624DESCR-dcm: *.dcm
2725        ../scripts/dcm2desc -L . >$@ || { rm -f $@; exit 1; }
2826
27include ../common/Makefile.title
28
2929catalog catalog.pdf: HIERARCHY DESCR-dcm *.lib $(GEN)
3030        $(MAKE) title.ps
3131        genkicat -p -L . -t title.ps HIERARCHY DESCR-dcm \
modules/Makefile
2323TITLE_NAME = FOOTPRINTS/MODULES
2424TITLE_FILE = kicad-libs-modules.pdf
2525
26include ../common/Makefile.title
27
2826.SUFFIXES: .fpd .mod
2927.PHONY: all brd catalog view upload missing clean spotless
3028
...... 
4038brd: all modules.pro
4139        pcbnew `pwd`/modules.brd
4240
41include ../common/Makefile.title
42
4343catalog catalog.pdf: HIERARCHY $(MODULES:%=%.fpd)
4444        $(MAKE) title.ps
4545        genkicat -F -p $(MODULES:%=-l %.fpd) -t title.ps \

Archive Download the corresponding diff file

Branches:
master



interactive