1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

sch2fig/: partial glabel support; ongoing development

This commit is contained in:
Werner Almesberger
2016-07-23 06:58:21 -03:00
parent d0bff77b9c
commit 6e6e68e445
8 changed files with 221 additions and 33 deletions

View File

@@ -14,6 +14,7 @@ NAME = sch2fig
OBJS = main.o sch.o lib.o fig.o text.o
CFLAGS = -g -Wall -Wextra -Wno-unused-parameter
LIBS = -lm
include ../common/Makefile.c-common
@@ -22,7 +23,7 @@ include ../common/Makefile.c-common
all:: $(NAME)
$(NAME): $(OBJS)
$(CC) -o $(NAME) $(OBJS)
$(CC) -o $(NAME) $(OBJS) $(LIBS)
NEO900_HW = ../../../n9/ee/hw
KICAD_LIBS = ../../kicad-libs/components