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

qpkg: added James S. Plank's red-black trees

This commit is contained in:
Werner Almesberger
2010-11-19 19:17:47 -03:00
parent 908f6c9c0f
commit 2787a45c43
7 changed files with 1674 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
CFLAGS = -Wall -Wshadow -g
CFLAGS = -Wall -Wshadow -g -O
# -O, so that we get data flow analysis, which helps to find more bugs
#LDFLAGS=-pg
OBJS = gobble.o id.o prereq.o qpkg.o
OBJS = gobble.o id.o prereq.o qpkg.o jrb.o jval.o
all: qpkg