Switch to unified view

a/src/utils/Makefile b/src/utils/Makefile
...
...
34
trreadfile : $(READFILE_OBJS)
34
trreadfile : $(READFILE_OBJS)
35
    $(CXX) -o trreadfile $(READFILE_OBJS) $(LIBRECOLL) $(LIBICONV) $(LIBSYS)
35
    $(CXX) -o trreadfile $(READFILE_OBJS) $(LIBRECOLL) $(LIBICONV) $(LIBSYS)
36
trreadfile.o : readfile.cpp readfile.h
36
trreadfile.o : readfile.cpp readfile.h
37
    $(CXX) -o trreadfile.o -c $(ALL_CXXFLAGS) \
37
    $(CXX) -o trreadfile.o -c $(ALL_CXXFLAGS) \
38
           -DTEST_READFILE readfile.cpp
38
           -DTEST_READFILE readfile.cpp
39
40
CPUCONF_OBJS= trcpuconf.o 
41
trcpuconf : $(CPUCONF_OBJS)
42
  $(CXX) -o trcpuconf $(CPUCONF_OBJS) $(LIBRECOLL) $(LIBICONV) $(LIBSYS)
43
trcpuconf.o : cpuconf.cpp cpuconf.h
44
  $(CXX) -o trcpuconf.o -c $(ALL_CXXFLAGS) -DTEST_CPUCONF cpuconf.cpp
39
45
40
CIRCACHE_OBJS= trcircache.o 
46
CIRCACHE_OBJS= trcircache.o 
41
trcircache : $(CIRCACHE_OBJS)
47
trcircache : $(CIRCACHE_OBJS)
42
    $(CXX) -o trcircache $(CIRCACHE_OBJS) \
48
    $(CXX) -o trcircache $(CIRCACHE_OBJS) \
43
               $(LIBRECOLL) $(LIBICONV) $(LIBSYS) -lz
49
               $(LIBRECOLL) $(LIBICONV) $(LIBSYS) -lz