Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Removed second mention of textprocessing-unittest.o in the unit tests Makefile
[xestiaab/.git] / source / tests / Makefile.in
1 CPP=g++
2 STRIP=strip
3 CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -I.. -std=c++11 -pthread @DBGOUT@
4 CPPLIBS=`wx-config --libs` `curl-config --libs` -lsfml-audio -lxml2 -lgtest
5 MAKE=make
6 OBJDIR=.
8 XABTEST_OUT=xestiaab_test
10 TESTOBJS=$(addprefix $(OBJDIR)/, ../contacteditor/cdo/ContactDataObject-unittest.o \
11  ../convert-unittest.o \
12  ../common/textprocessing-unittest.o \
13  ../common/dirs-unittest.o \
14  ../common/filename-unittest.o \
15  ../common/mime-unittest.o \
16  ../common/svrblist-unittest.o \
17  ../vcard/vcard34conv-unittest.o \
18  ../vcard/vcard34conv-v3conv-unittest.o \
19  ../vcard/vcard34conv-v4conv-unittest.o \
20  ../vcard/vcard-unittest.o \
21  xestiaab_test.o)
23 default: testobjs
24 @GTEST@
26 %.o: %.cpp
27         $(CPP) $(CPPFLAGS) -c -o $@ $<
28         
29 %-unittest.o: %.cpp
30         $(CPP) $(CPPFLAGS) -c -o $@ $<
31         
32 testobjs: $(TESTOBJS)
34 clean:
35         rm -rf *.o ../*-unittest.o $(XABTEST_OUT)
36         rm -rf ../contacteditor/cdo/*-unittest.o
37         rm -rf ../common/*-unittest.o
38         rm -rf ../vcard/*-unittest.o
39         chmod 644 InvalidPermissions.vcf
40         
41 -include $(TESTOBJS:.o=.d)
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy