utils/ test makefile tweak
This commit is contained in:
parent
8f77b987ca
commit
ab8cf55b1f
@ -4,7 +4,7 @@ include ../utils/utmkdefs.mk
|
|||||||
PROGS = pxattr trclosefrom trecrontab \
|
PROGS = pxattr trclosefrom trecrontab \
|
||||||
trnetcon trcopyfile trcircache trmd5 trreadfile trfileudi \
|
trnetcon trcopyfile trcircache trmd5 trreadfile trfileudi \
|
||||||
trconftree wipedir smallut trfstreewalk trpathut transcode trbase64 \
|
trconftree wipedir smallut trfstreewalk trpathut transcode trbase64 \
|
||||||
trmimeparse trexecmd utf8iter idfile ptmutex workqueue trappformime
|
trmimeparse trexecmd utf8iter idfile workqueue trappformime
|
||||||
|
|
||||||
all: $(PROGS)
|
all: $(PROGS)
|
||||||
|
|
||||||
@ -20,12 +20,6 @@ trchrono: $(CHRONOOBJS)
|
|||||||
trchrono.o : chrono.cpp
|
trchrono.o : chrono.cpp
|
||||||
$(CXX) -c $(CXXFLAGS) -DTEST_CHRONO -o $@ chrono.cpp
|
$(CXX) -c $(CXXFLAGS) -DTEST_CHRONO -o $@ chrono.cpp
|
||||||
|
|
||||||
PTMUTEXOBJS = ptmutex.o
|
|
||||||
ptmutex: $(PTMUTEXOBJS)
|
|
||||||
$(CXX) -o ptmutex $(PTMUTEXOBJS) $(LIBRECOLL)
|
|
||||||
ptmutex.o : ptmutex.cpp
|
|
||||||
$(CXX) -c $(CXXFLAGS) -o $@ $<
|
|
||||||
|
|
||||||
WORKQUEUEOBJS = workqueue.o
|
WORKQUEUEOBJS = workqueue.o
|
||||||
workqueue: $(WORKQUEUEOBJS)
|
workqueue: $(WORKQUEUEOBJS)
|
||||||
$(CXX) -o workqueue $(WORKQUEUEOBJS) $(LIBRECOLL) -lpthread
|
$(CXX) -o workqueue $(WORKQUEUEOBJS) $(LIBRECOLL) -lpthread
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user