utils/ test makefile tweak
This commit is contained in:
parent
9c17edf814
commit
aac3ef82aa
1 changed files with 1 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue