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

b2/: move variable-length strings to vstring.[ch], for sharing

This commit is contained in:
Werner Almesberger
2012-05-20 20:53:34 -03:00
parent 8e6357f4fa
commit 4e39ca2e31
4 changed files with 64 additions and 28 deletions

View File

@@ -14,7 +14,7 @@ SHELL = /bin/bash
CFLAGS = -g -Wall $(shell pkg-config --cflags glib-2.0)
SLOPPY = -Wno-unused -Wno-implicit-function-declaration
OBJS = boom.o chr.o comp.o db.o dump.o eval.o param.o subex.o subst.o util.o \
lex.yy.o y.tab.o
vstring.o lex.yy.o y.tab.o
LDLIBS = -lfl $(shell pkg-config --libs glib-2.0)
YACC = bison -y