|
a/src/utils/Makefile |
|
b/src/utils/Makefile |
|
... |
|
... |
5 |
transcode \
|
5 |
transcode \
|
6 |
trmimeparse trexecmd utf8iter idfile
|
6 |
trmimeparse trexecmd utf8iter idfile
|
7 |
|
7 |
|
8 |
all: $(PROGS) $(BIGLIB)
|
8 |
all: $(PROGS) $(BIGLIB)
|
9 |
|
9 |
|
10 |
$(BIGLIB):
|
10 |
$(BIGLIB): force
|
11 |
cd $(depth)/lib;$(MAKE)
|
11 |
cd $(depth)/lib;$(MAKE)
|
|
|
12 |
force:
|
12 |
|
13 |
|
13 |
FSTREEWALK_OBJS= trfstreewalk.o fstreewalk.o $(BIGLIB)
|
14 |
FSTREEWALK_OBJS= trfstreewalk.o fstreewalk.o $(BIGLIB)
|
14 |
trfstreewalk : $(FSTREEWALK_OBJS)
|
15 |
trfstreewalk : $(FSTREEWALK_OBJS)
|
15 |
$(CXX) -o trfstreewalk $(FSTREEWALK_OBJS)
|
16 |
$(CXX) -o trfstreewalk $(FSTREEWALK_OBJS)
|
16 |
trfstreewalk.o : fstreewalk.cpp fstreewalk.h
|
17 |
trfstreewalk.o : fstreewalk.cpp fstreewalk.h
|