Switch to unified view

a/src/lib/Makefile b/src/lib/Makefile
...
...
6
LIBS = librcl.a
6
LIBS = librcl.a
7
all: $(LIBS)
7
all: $(LIBS)
8
8
9
OBJS = conftree.o csguess.o debuglog.o \
9
OBJS = conftree.o csguess.o debuglog.o \
10
     execmd.o wipedir.o \
10
     execmd.o wipedir.o \
11
     fstreewalk.o html.o mail.o htmlparse.o indexer.o internfile.o \
11
     fstreewalk.o html.o mail.o htmlparse.o idfile.o indexer.o internfile.o \
12
     mimehandler.o mimeparse.o mimetype.o myhtmlparse.o pathut.o \
12
     mimehandler.o mimeparse.o mimetype.o myhtmlparse.o pathut.o \
13
     rclconfig.o rcldb.o rclinit.o readfile.o smallut.o \
13
     rclconfig.o rcldb.o rclinit.o readfile.o smallut.o \
14
     textsplit.o transcode.o \
14
     textsplit.o transcode.o \
15
     unacpp.o unac.o
15
     unacpp.o unac.o
16
SRCS = ../utils/conftree.cpp ../index/csguess.cpp ../utils/debuglog.cpp \
16
SRCS = ../utils/conftree.cpp ../index/csguess.cpp ../utils/debuglog.cpp \
17
     ../utils/execmd.cpp ../utils/wipedir.cpp \
17
     ../utils/execmd.cpp ../utils/idfile.cpp ../utils/wipedir.cpp \
18
     ../utils/fstreewalk.cpp ../common/html.cpp ../common/mail.cpp \
18
     ../utils/fstreewalk.cpp ../common/html.cpp ../common/mail.cpp \
19
     ../common/htmlparse.cpp \
19
     ../common/htmlparse.cpp \
20
     ../index/indexer.cpp ../common/internfile.cpp \
20
     ../index/indexer.cpp ../common/internfile.cpp \
21
     ../common/mimehandler.cpp ../utils/mimeparse.cpp ../index/mimetype.cpp \
21
     ../common/mimehandler.cpp ../utils/mimeparse.cpp ../index/mimetype.cpp \
22
     ../common/myhtmlparse.cpp ../utils/pathut.cpp \
22
     ../common/myhtmlparse.cpp ../utils/pathut.cpp \
...
...
45
fstreewalk.o : ../utils/fstreewalk.cpp 
45
fstreewalk.o : ../utils/fstreewalk.cpp 
46
    $(CXX) $(CXXFLAGS) -c $<
46
    $(CXX) $(CXXFLAGS) -c $<
47
html.o : ../common/html.cpp 
47
html.o : ../common/html.cpp 
48
    $(CXX) $(CXXFLAGS) -c $<
48
    $(CXX) $(CXXFLAGS) -c $<
49
htmlparse.o : ../common/htmlparse.cpp 
49
htmlparse.o : ../common/htmlparse.cpp 
50
  $(CXX) $(CXXFLAGS) -c $<
51
idfile.o : ../utils/idfile.cpp 
50
    $(CXX) $(CXXFLAGS) -c $<
52
    $(CXX) $(CXXFLAGS) -c $<
51
indexer.o : ../index/indexer.cpp 
53
indexer.o : ../index/indexer.cpp 
52
    $(CXX) $(CXXFLAGS) -c $<
54
    $(CXX) $(CXXFLAGS) -c $<
53
internfile.o : ../common/internfile.cpp 
55
internfile.o : ../common/internfile.cpp 
54
    $(CXX) $(CXXFLAGS) -c $<
56
    $(CXX) $(CXXFLAGS) -c $<