move glue.[ch] into the library proper
This commit is contained in:
parent
ee78ea0e9f
commit
195e50a7f1
5 changed files with 4 additions and 424 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue