Skip to content

Commit

Permalink
changed utils/Makefile to use Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed May 4, 2013
1 parent 5c2152e commit 6db6dea
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 77 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -667,6 +667,9 @@ lib/cmyth/Makefile
/xbmc/screensavers/rsxs-0.9/src/skyrocket/Makefile.in
/xbmc/screensavers/rsxs-0.9/src/solarwinds/Makefile.in

#/xbmc/utils
/xbmc/utils/Makefile

#/xbmc/visualizations/
/xbmc/visualizations/DirectXSpectrum/Debug (DirectX)
/xbmc/visualizations/DirectXSpectrum/Release (DirectX)
Expand Down
1 change: 1 addition & 0 deletions configure.in
Expand Up @@ -2426,6 +2426,7 @@ OUTPUT_FILES="Makefile \
xbmc/peripherals/devices/Makefile \
xbmc/android/activity/Makefile \
xbmc/android/loader/Makefile \
xbmc/utils/Makefile \
xbmc/main/Makefile"

if test "$use_skin_touched" = "yes"; then
Expand Down
77 changes: 0 additions & 77 deletions xbmc/utils/Makefile

This file was deleted.

77 changes: 77 additions & 0 deletions xbmc/utils/Makefile.in
@@ -0,0 +1,77 @@
SRCS += AlarmClock.cpp
SRCS += AliasShortcutUtils.cpp
SRCS += Archive.cpp
SRCS += AsyncFileCopy.cpp
SRCS += AutoPtrHandle.cpp
SRCS += Base64.cpp
SRCS += BitstreamConverter.cpp
SRCS += BitstreamStats.cpp
SRCS += BooleanLogic.cpp
SRCS += CharsetConverter.cpp
SRCS += CPUInfo.cpp
SRCS += Crc32.cpp
SRCS += CryptThreading.cpp
SRCS += DatabaseUtils.cpp
SRCS += DownloadQueue.cpp
SRCS += DownloadQueueManager.cpp
SRCS += EndianSwap.cpp
SRCS += EdenVideoArtUpdater.cpp
SRCS += Fanart.cpp
SRCS += fastmemcpy.c
SRCS += fastmemcpy-arm.S
SRCS += FileOperationJob.cpp
SRCS += FileUtils.cpp
SRCS += fstrcmp.c
SRCS += fft.cpp
SRCS += GLUtils.cpp
SRCS += GroupUtils.cpp
SRCS += HTMLTable.cpp
SRCS += HTMLUtil.cpp
SRCS += HttpHeader.cpp
SRCS += HttpParser.cpp
SRCS += HttpResponse.cpp
SRCS += InfoLoader.cpp
SRCS += JobManager.cpp
SRCS += JSONVariantParser.cpp
SRCS += JSONVariantWriter.cpp
SRCS += LabelFormatter.cpp
SRCS += LangCodeExpander.cpp
SRCS += log.cpp
SRCS += md5.cpp
SRCS += Mime.cpp
SRCS += Observer.cpp
SRCS += PerformanceSample.cpp
SRCS += PerformanceStats.cpp
SRCS += POUtils.cpp
SRCS += RecentlyAddedJob.cpp
SRCS += RegExp.cpp
SRCS += RingBuffer.cpp
SRCS += RssManager.cpp
SRCS += RssReader.cpp
SRCS += ScraperParser.cpp
SRCS += ScraperUrl.cpp
SRCS += Screenshot.cpp
SRCS += SeekHandler.cpp
SRCS += SortUtils.cpp
SRCS += Splash.cpp
SRCS += Stopwatch.cpp
SRCS += StreamDetails.cpp
SRCS += StreamUtils.cpp
SRCS += StringUtils.cpp
SRCS += SystemInfo.cpp
SRCS += TextSearch.cpp
SRCS += TimeSmoother.cpp
SRCS += TimeUtils.cpp
SRCS += TuxBoxUtil.cpp
SRCS += URIUtils.cpp
SRCS += UrlOptions.cpp
SRCS += Variant.cpp
SRCS += Vector.cpp
SRCS += Weather.cpp
SRCS += XBMCTinyXML.cpp
SRCS += XMLUtils.cpp

LIB = utils.a

include @abs_top_srcdir@/Makefile.include
-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(patsubst %.S,,$(SRCS))))

0 comments on commit 6db6dea

Please sign in to comment.