Switch to unified view

a/src/utils/Makefile b/src/utils/Makefile
1
depth = ..
1
depth = ..
2
include $(depth)/mk/sysconf
2
include $(depth)/mk/sysconf
3
4
# Use a static link for some of the utility programs so that they can be
5
# executed independantly of the installed version of recoll. None of them
6
# are part of the official distrib anyway
7
LIBRECOLL = ../lib/librecoll.a
3
8
4
PROGS = pxattr trecrontab \
9
PROGS = pxattr trecrontab \
5
      trnetcon trcopyfile trcircache trmd5 trreadfile trfileudi \
10
      trnetcon trcopyfile trcircache trmd5 trreadfile trfileudi \
6
      trconftree wipedir smallut  trfstreewalk trpathut transcode trbase64 \
11
      trconftree wipedir smallut  trfstreewalk trpathut transcode trbase64 \
7
      trmimeparse trexecmd utf8iter idfile
12
      trmimeparse trexecmd utf8iter idfile
8
13
9
all: librecoll pxattr
14
all: librecoll
10
15
11
PXATTROBJS = trpxattr.o pxattr.o 
16
PXATTROBJS = trpxattr.o pxattr.o 
12
pxattr:  $(PXATTROBJS)
17
pxattr:  $(PXATTROBJS)
13
    $(CXX) -o pxattr $(PXATTROBJS)
18
    $(CXX) -o pxattr $(PXATTROBJS)
14
trpxattr.o : pxattr.cpp
19
trpxattr.o : pxattr.cpp