mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
Make some objects depend on vere.h
This commit is contained in:
parent
ed09e5d12e
commit
b6f39d8c6a
9
Makefile
9
Makefile
@ -526,7 +526,7 @@ BASE_OFILES=\
|
||||
OUT_OFILES=\
|
||||
outside/jhttp/http_parser.o
|
||||
|
||||
VERE_OFILES=\
|
||||
V_OFILES=\
|
||||
v/ames.o \
|
||||
v/batz.o \
|
||||
v/http.o \
|
||||
@ -537,7 +537,10 @@ VERE_OFILES=\
|
||||
v/time.o \
|
||||
v/term.o \
|
||||
v/unix.o \
|
||||
v/walk.o \
|
||||
v/walk.o
|
||||
|
||||
VERE_OFILES=\
|
||||
$(V_OFILES) \
|
||||
$(BASE_OFILES) \
|
||||
$(OUT_OFILES)
|
||||
|
||||
@ -548,6 +551,8 @@ all: $(BIN)/vere
|
||||
$(LIBUV):
|
||||
$(MAKE) -C outside/libuv
|
||||
|
||||
$(V_OFILES) f/loom.o f/trac.o: include/v/vere.h
|
||||
|
||||
$(BIN)/vere: $(VERE_OFILES) $(LIBUV)
|
||||
mkdir -p $(BIN)
|
||||
$(CLD) $(CLDOSFLAGS) -o $(BIN)/vere $(VERE_OFILES) $(LIBUV) $(LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user