Merge pull request #1129 from jmarshallnz/remove_smb_auth_details_in_add_source
[vuplus_xbmc] / xbmc / utils / Makefile
1 SRCS=AlarmClock.cpp \
2      AliasShortcutUtils.cpp \
3      Archive.cpp \
4      AsyncFileCopy.cpp \
5      AutoPtrHandle.cpp \
6                  Base64.cpp \
7      BitstreamStats.cpp \
8      CharsetConverter.cpp \
9      CPUInfo.cpp \
10      Crc32.cpp \
11      CryptThreading.cpp \
12      DatabaseUtils.cpp \
13      DownloadQueue.cpp \
14      DownloadQueueManager.cpp \
15      EndianSwap.cpp \
16      Fanart.cpp \
17      fastmemcpy.c \
18      fastmemcpy-arm.S \
19      FileOperationJob.cpp \
20      FileUtils.cpp \
21      fstrcmp.c \
22      fft.cpp \
23      GLUtils.cpp \
24      HTMLTable.cpp \
25      HTMLUtil.cpp \
26      HttpHeader.cpp \
27      HttpParser.cpp \
28                  HttpResponse.cpp \
29      InfoLoader.cpp \
30      JobManager.cpp \
31      JSONVariantParser.cpp \
32      JSONVariantWriter.cpp \
33      LabelFormatter.cpp \
34      LangCodeExpander.cpp \
35      LCD.cpp \
36      LCDFactory.cpp \
37      log.cpp \
38      md5.cpp \
39      Mime.cpp \
40      PerformanceSample.cpp \
41      PerformanceStats.cpp \
42      POUtils.cpp \
43      RecentlyAddedJob.cpp \
44      RegExp.cpp \
45      RingBuffer.cpp \
46      RssReader.cpp \
47      ScraperParser.cpp \
48      ScraperUrl.cpp \
49      SortUtils.cpp \
50      Splash.cpp \
51      ssrc.cpp \
52      Stopwatch.cpp \
53      StreamDetails.cpp \
54      StreamUtils.cpp \
55      StringUtils.cpp \
56      SystemInfo.cpp \
57      TimeSmoother.cpp \
58      TimeUtils.cpp \
59      TuxBoxUtil.cpp \
60      URIUtils.cpp \
61      Variant.cpp \
62      Weather.cpp \
63      XBMCTinyXML.cpp \
64      XMLUtils.cpp \
65
66 LIB=utils.a
67
68 include ../../Makefile.include
69 -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(patsubst %.S,,$(SRCS))))