X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2FMakefile.in;h=80785a0e8a6d42c12da7bafce81a8af7fed516af;hp=a154fc689be387985922cb2706ec232d9cb17086;hb=81f8b15d2fa61477214cfae1ded486d82e1ac62a;hpb=8b5c2af7ca6705c9371769ca2ebc152f016e1e32 diff --git a/source/Makefile.in b/source/Makefile.in index a154fc6..80785a0 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -71,7 +71,15 @@ bitmaphelper: bitmaphelperobjs clean: find . -name "*.o" -type f -delete find . -name "*.a" -type f -delete - $(RM) -f ./xestiacal + $(RM) -f xestiacal + $(RM) -f tools/bitmapcode.helper + $(RM) -f bitmapsdone + +distclean: clean + find bitmaps -name "*.cpp" -type f -delete + find bitmaps -name "*.h" -type f -delete + $(RM) -f Makefile + $(RM) -f tests/Makefile mainobjs: $(MAINOBJS) @@ -102,7 +110,7 @@ calendarobjs: $(CALENDAROBJS) calendareventobjs: $(CALENDAREVENTOBJS) calendardatastorage: - g++ -c -ggdb --std=c++11 libraries/CalendarDataStorage/CalendarDataStorage.cpp -o libraries/CalendarDataStorage/CalendarDataStorage.o -lsqlite3 + g++ -c @DBGOUT@ --std=c++11 libraries/CalendarDataStorage/CalendarDataStorage.cpp -o libraries/CalendarDataStorage/CalendarDataStorage.o -lsqlite3 ar rcs libraries/libCalendarDataStorage.a libraries/CalendarDataStorage/CalendarDataStorage.o test: