mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
sch2fig/Makefile (test, neo900): use test.sch; separate target for Neo900
This commit is contained in:
@@ -18,7 +18,7 @@ LIBS = -lm
|
|||||||
|
|
||||||
include ../common/Makefile.c-common
|
include ../common/Makefile.c-common
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test neo900
|
||||||
|
|
||||||
all:: $(NAME)
|
all:: $(NAME)
|
||||||
|
|
||||||
@@ -32,7 +32,12 @@ sch:
|
|||||||
eeschema test.sch
|
eeschema test.sch
|
||||||
|
|
||||||
test: $(NAME)
|
test: $(NAME)
|
||||||
|
./$(NAME) test.lib test.sch >out.fig
|
||||||
|
|
||||||
|
SHEET ?= 12
|
||||||
|
|
||||||
|
neo900: $(NAME)
|
||||||
./$(NAME) $(NEO900_HW)/neo900.lib \
|
./$(NAME) $(NEO900_HW)/neo900.lib \
|
||||||
$(KICAD_LIBS)/powered.lib \
|
$(KICAD_LIBS)/powered.lib \
|
||||||
$(NEO900_HW)/neo900_SS_2.sch \
|
$(NEO900_HW)/neo900_SS_$(SHEET).sch \
|
||||||
>out.fig
|
>out.fig
|
||||||
|
|||||||
Reference in New Issue
Block a user