Switch to unified view

a/src/lib/Makefile b/src/lib/Makefile
1
# DONT EDIT BY HAND: created by script mkMake
1
# DONT EDIT BY HAND: created by script mkMake
2
depth = ..
2
depth = ..
3
include $(depth)/mk/sysconf
3
include $(depth)/mk/sysconf
4
4
5
UNACCFLAGS = $(CFLAGS) -g -I. -I$(depth)/unac $(INCICONV) -DUNAC_VERSION=\"1.0.7\"
6
7
LIBS = librcl.a
5
LIBS = librcl.a
8
6
9
all: $(LIBS)
7
all: $(LIBS)
10
8
11
OBJS =  rclaspell.o rclconfig.o rclinit.o textsplit.o unacpp.o csguess.o indexer.o mimetype.o htmlparse.o myhtmlparse.o mimehandler.o internfile.o mh_exec.o mh_html.o mh_mail.o mh_mbox.o mh_text.o docseq.o docseqdb.o docseqhist.o filtseq.o history.o plaintorich.o recollq.o reslistpager.o sortseq.o wasastringtoquery.o wasatorcl.o pathhash.o rcldb.o rcldoc.o rclquery.o searchdata.o stemdb.o stoplist.o base64.o conftree.o copyfile.o debuglog.o execmd.o fstreewalk.o idfile.o fileudi.o md5.o mimeparse.o pathut.o readfile.o smallut.o transcode.o wipedir.o x11mon.o
9
OBJS =  rclaspell.o rclconfig.o rclinit.o textsplit.o unacpp.o csguess.o indexer.o mimetype.o htmlparse.o myhtmlparse.o mimehandler.o internfile.o mh_exec.o mh_html.o mh_mail.o mh_mbox.o mh_text.o docseq.o docseqdb.o docseqhist.o filtseq.o history.o plaintorich.o recollq.o reslistpager.o sortseq.o wasastringtoquery.o wasatorcl.o pathhash.o rcldb.o rcldoc.o rclquery.o searchdata.o stemdb.o stoplist.o base64.o conftree.o copyfile.o debuglog.o execmd.o fstreewalk.o idfile.o fileudi.o md5.o mimeparse.o pathut.o readfile.o smallut.o transcode.o wipedir.o x11mon.o mime-getpart.o mime-parsefull.o mime-parseonlyheader.o mime-printbody.o mime-printdoc.o mime-printheader.o mime.o convert.o iodevice.o iofactory.o
12
DEPS =  rclaspell.dep.stamp rclconfig.dep.stamp rclinit.dep.stamp textsplit.dep.stamp unacpp.dep.stamp csguess.dep.stamp indexer.dep.stamp mimetype.dep.stamp htmlparse.dep.stamp myhtmlparse.dep.stamp mimehandler.dep.stamp internfile.dep.stamp mh_exec.dep.stamp mh_html.dep.stamp mh_mail.dep.stamp mh_mbox.dep.stamp mh_text.dep.stamp docseq.dep.stamp docseqdb.dep.stamp docseqhist.dep.stamp filtseq.dep.stamp history.dep.stamp plaintorich.dep.stamp recollq.dep.stamp reslistpager.dep.stamp sortseq.dep.stamp wasastringtoquery.dep.stamp wasatorcl.dep.stamp pathhash.dep.stamp rcldb.dep.stamp rcldoc.dep.stamp rclquery.dep.stamp searchdata.dep.stamp stemdb.dep.stamp stoplist.dep.stamp base64.dep.stamp conftree.dep.stamp copyfile.dep.stamp debuglog.dep.stamp execmd.dep.stamp fstreewalk.dep.stamp idfile.dep.stamp fileudi.dep.stamp md5.dep.stamp mimeparse.dep.stamp pathut.dep.stamp readfile.dep.stamp smallut.dep.stamp transcode.dep.stamp wipedir.dep.stamp x11mon.dep.stamp
10
DEPS =  rclaspell.dep.stamp rclconfig.dep.stamp rclinit.dep.stamp textsplit.dep.stamp unacpp.dep.stamp csguess.dep.stamp indexer.dep.stamp mimetype.dep.stamp htmlparse.dep.stamp myhtmlparse.dep.stamp mimehandler.dep.stamp internfile.dep.stamp mh_exec.dep.stamp mh_html.dep.stamp mh_mail.dep.stamp mh_mbox.dep.stamp mh_text.dep.stamp docseq.dep.stamp docseqdb.dep.stamp docseqhist.dep.stamp filtseq.dep.stamp history.dep.stamp plaintorich.dep.stamp recollq.dep.stamp reslistpager.dep.stamp sortseq.dep.stamp wasastringtoquery.dep.stamp wasatorcl.dep.stamp pathhash.dep.stamp rcldb.dep.stamp rcldoc.dep.stamp rclquery.dep.stamp searchdata.dep.stamp stemdb.dep.stamp stoplist.dep.stamp base64.dep.stamp conftree.dep.stamp copyfile.dep.stamp debuglog.dep.stamp execmd.dep.stamp fstreewalk.dep.stamp idfile.dep.stamp fileudi.dep.stamp md5.dep.stamp mimeparse.dep.stamp pathut.dep.stamp readfile.dep.stamp smallut.dep.stamp transcode.dep.stamp wipedir.dep.stamp x11mon.dep.stamp mime-getpart.dep.stamp mime-parsefull.dep.stamp mime-parseonlyheader.dep.stamp mime-printbody.dep.stamp mime-printdoc.dep.stamp mime-printheader.dep.stamp mime.dep.stamp convert.dep.stamp iodevice.dep.stamp iofactory.dep.stamp
13
11
14
librcl.a : $(DEPS) $(OBJS) unac.o
12
librcl.a : $(DEPS) $(OBJS) unac.o
15
    ar ru librcl.a $(OBJS) unac.o
13
    ar ru librcl.a $(OBJS) unac.o
16
    $(RANLIB) librcl.a
14
    $(RANLIB) librcl.a
17
15
18
unac.o : $(depth)/unac/unac.c $(depth)/unac/unac.h
16
unac.o : $(depth)/unac/unac.c $(depth)/unac/unac.h
19
    $(CC) $(UNACCFLAGS) -c $(depth)/unac/unac.c
17
    $(CC) $(ALL_CXXFLAGS) -c $(depth)/unac/unac.c
20
rclaspell.o : ../aspell/rclaspell.cpp
18
rclaspell.o : ../aspell/rclaspell.cpp
21
    $(CXX) $(ALL_CXXFLAGS) -c ../aspell/rclaspell.cpp
19
    $(CXX) $(ALL_CXXFLAGS) -c ../aspell/rclaspell.cpp
22
rclconfig.o : ../common/rclconfig.cpp
20
rclconfig.o : ../common/rclconfig.cpp
23
    $(CXX) $(ALL_CXXFLAGS) -c ../common/rclconfig.cpp
21
    $(CXX) $(ALL_CXXFLAGS) -c ../common/rclconfig.cpp
24
rclinit.o : ../common/rclinit.cpp
22
rclinit.o : ../common/rclinit.cpp
...
...
117
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/transcode.cpp
115
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/transcode.cpp
118
wipedir.o : ../utils/wipedir.cpp
116
wipedir.o : ../utils/wipedir.cpp
119
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/wipedir.cpp
117
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/wipedir.cpp
120
x11mon.o : ../utils/x11mon.cpp
118
x11mon.o : ../utils/x11mon.cpp
121
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/x11mon.cpp
119
    $(CXX) $(ALL_CXXFLAGS) -c ../utils/x11mon.cpp
120
mime-getpart.o : ../bincimapmime/mime-getpart.cc
121
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-getpart.cc
122
mime-parsefull.o : ../bincimapmime/mime-parsefull.cc
123
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-parsefull.cc
124
mime-parseonlyheader.o : ../bincimapmime/mime-parseonlyheader.cc
125
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-parseonlyheader.cc
126
mime-printbody.o : ../bincimapmime/mime-printbody.cc
127
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printbody.cc
128
mime-printdoc.o : ../bincimapmime/mime-printdoc.cc
129
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printdoc.cc
130
mime-printheader.o : ../bincimapmime/mime-printheader.cc
131
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime-printheader.cc
132
mime.o : ../bincimapmime/mime.cc
133
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/mime.cc
134
convert.o : ../bincimapmime/convert.cc
135
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/convert.cc
136
iodevice.o : ../bincimapmime/iodevice.cc
137
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iodevice.cc
138
iofactory.o : ../bincimapmime/iofactory.cc
139
  $(CXX) $(ALL_CXXFLAGS) -c ../bincimapmime/iofactory.cc
122
depend: $(DEPS)
140
depend: $(DEPS)
123
clean:
141
clean:
124
    rm -f $(OBJS) $(LIBS) $(DEPS) unac.o
142
    rm -f $(OBJS) $(LIBS) $(DEPS) unac.o
125
    for i in *.dep;do test -f $$i && cp /dev/null $$i;done
143
    for i in *.dep;do test -f $$i && cp /dev/null $$i;done
126
distclean: clean
144
distclean: clean
...
...
327
include readfile.dep
345
include readfile.dep
328
include smallut.dep
346
include smallut.dep
329
include transcode.dep
347
include transcode.dep
330
include wipedir.dep
348
include wipedir.dep
331
include x11mon.dep
349
include x11mon.dep
350
mime-getpart.dep.stamp : ../bincimapmime/mime-getpart.cc
351
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-getpart.cc > mime-getpart.dep
352
  touch mime-getpart.dep.stamp
353
mime-parsefull.dep.stamp : ../bincimapmime/mime-parsefull.cc
354
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-parsefull.cc > mime-parsefull.dep
355
  touch mime-parsefull.dep.stamp
356
mime-parseonlyheader.dep.stamp : ../bincimapmime/mime-parseonlyheader.cc
357
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-parseonlyheader.cc > mime-parseonlyheader.dep
358
  touch mime-parseonlyheader.dep.stamp
359
mime-printbody.dep.stamp : ../bincimapmime/mime-printbody.cc
360
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printbody.cc > mime-printbody.dep
361
  touch mime-printbody.dep.stamp
362
mime-printdoc.dep.stamp : ../bincimapmime/mime-printdoc.cc
363
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printdoc.cc > mime-printdoc.dep
364
  touch mime-printdoc.dep.stamp
365
mime-printheader.dep.stamp : ../bincimapmime/mime-printheader.cc
366
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime-printheader.cc > mime-printheader.dep
367
  touch mime-printheader.dep.stamp
368
mime.dep.stamp : ../bincimapmime/mime.cc
369
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/mime.cc > mime.dep
370
  touch mime.dep.stamp
371
convert.dep.stamp : ../bincimapmime/convert.cc
372
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/convert.cc > convert.dep
373
  touch convert.dep.stamp
374
iodevice.dep.stamp : ../bincimapmime/iodevice.cc
375
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/iodevice.cc > iodevice.dep
376
  touch iodevice.dep.stamp
377
iofactory.dep.stamp : ../bincimapmime/iofactory.cc
378
  $(CXX) -M $(ALL_CXXFLAGS) ../bincimapmime/iofactory.cc > iofactory.dep
379
  touch iofactory.dep.stamp
380
include mime-getpart.dep
381
include mime-parsefull.dep
382
include mime-parseonlyheader.dep
383
include mime-printbody.dep
384
include mime-printdoc.dep
385
include mime-printheader.dep
386
include mime.dep
387
include convert.dep
388
include iodevice.dep
389
include iofactory.dep