Switch to unified view

a/src/utils/Makefile b/src/utils/Makefile
...
...
9
9
10
$(BIGLIB): force
10
$(BIGLIB): force
11
    cd $(depth)/lib;$(MAKE)
11
    cd $(depth)/lib;$(MAKE)
12
force:
12
force:
13
13
14
FSTREEWALK_OBJS= trfstreewalk.o fstreewalk.o $(BIGLIB)
14
FSTREEWALK_OBJS= trfstreewalk.o $(BIGLIB)
15
trfstreewalk : $(FSTREEWALK_OBJS)
15
trfstreewalk : $(FSTREEWALK_OBJS)
16
    $(CXX) -o trfstreewalk $(FSTREEWALK_OBJS) $(LIBICONV) \
16
    $(CXX) -o trfstreewalk $(FSTREEWALK_OBJS) $(LIBICONV) \
17
           $(LIBSYS)
17
           $(LIBSYS)
18
trfstreewalk.o : fstreewalk.cpp fstreewalk.h
18
trfstreewalk.o : fstreewalk.cpp fstreewalk.h
19
    $(CXX) -o trfstreewalk.o -c $(ALL_CXXFLAGS) \
19
    $(CXX) -o trfstreewalk.o -c $(ALL_CXXFLAGS) \