move glue.[ch] into the library proper

This commit is contained in:
Sven M. Hallberg 2013-02-17 15:24:13 +01:00
parent ee78ea0e9f
commit 195e50a7f1
5 changed files with 4 additions and 424 deletions

View file

@ -38,6 +38,7 @@ HAMMER_PARTS := \
system_allocator.o \
benchmark.o \
compile.o \
glue.o \
$(PARSERS:%=parsers/%.o) \
$(BACKENDS:%=backends/%.o)
@ -67,6 +68,7 @@ libhammer.a: $(HAMMER_PARTS)
bitreader.o: test_suite.h
hammer.o: hammer.h
glue.o: hammer.h glue.h
all: libhammer.a