aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlTheKiller <AlTheKiller@svn>2009-10-02 04:06:08 +0000
committerAlTheKiller <AlTheKiller@svn>2009-10-02 04:06:08 +0000
commit2a26033507963a382a1926285db8e72d998ff58d (patch)
treef8d0bb64d421a5ae4c8de72014f8c8dd4e95dec1 /Makefile.in
parent05266b44f4564434d5be2bc01842b7c33dadafb0 (diff)
Removed: Don't build PAP'c AACCodec since it's no longer used.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23319 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in51
1 files changed, 2 insertions, 49 deletions
diff --git a/Makefile.in b/Makefile.in
index f2b1e33120..578896d769 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-BUILDSYS_DEPS=@OUTPUT_FILES@
+AUTOGENERATED_MAKEFILES=@OUTPUT_FILES@
BIN_DIRS= \
guilib \
guilib/common \
@@ -66,7 +66,6 @@ endif
PAPCODECS_DIRS= \
xbmc/cores/paplayer/AC3Codec \
xbmc/cores/paplayer/ADPCMCodec \
- xbmc/cores/paplayer/AACCodec \
xbmc/cores/paplayer/NSFCodec \
xbmc/cores/paplayer/timidity \
xbmc/cores/paplayer/SIDCodec \
@@ -117,51 +116,6 @@ CLEAN_FILES=xbmc.bin xbmc-xrandr
DISTCLEAN_FILES=config.h config.log config.status tools/Linux/xbmc.sh \
autom4te.cache config.h.in~
-AUTOGENERATED_MAKEFILES = guilib/common/Makefile \
- tools/EventClients/Clients/OSXRemote/Makefile \
- tools/XBMCTex/Makefile \
- tools/XBMCTexXBT/Makefile \
- xbmc/cores/AudioRenderers/Makefile \
- xbmc/cores/dvdplayer/Codecs/Makefile \
- xbmc/cores/dvdplayer/Codecs/libdvd/Makefile \
- xbmc/cores/paplayer/AACCodec/Makefile \
- xbmc/cores/paplayer/AC3Codec/Makefile \
- xbmc/cores/paplayer/ADPCMCodec/Makefile \
- xbmc/cores/paplayer/FLACCodec/Makefile \
- xbmc/cores/paplayer/GYMCodec/Makefile \
- xbmc/cores/paplayer/MACDll/Makefile \
- xbmc/cores/paplayer/Makefile \
- xbmc/cores/paplayer/ModuleCodec/Makefile \
- xbmc/cores/paplayer/NSFCodec/Makefile \
- xbmc/cores/paplayer/SIDCodec/Makefile \
- xbmc/cores/paplayer/SPCCodec/SNES/SNESAPU/Makefile \
- xbmc/cores/paplayer/WavPackCodec/Makefile \
- xbmc/cores/paplayer/YMCodec/StSoundLibrary/Makefile \
- xbmc/cores/paplayer/timidity/Makefile \
- xbmc/cores/paplayer/vgmstream/Makefile \
- xbmc/cores/paplayer/vorbisfile/Makefile \
- xbmc/lib/cximage-6.0/Makefile \
- xbmc/lib/libGoAhead/Makefile \
- xbmc/lib/libPython/linux/Makefile \
- xbmc/lib/libRTV/Makefile \
- xbmc/lib/libUPnP/Makefile \
- xbmc/lib/libXBMS/Makefile \
- xbmc/lib/libXDAAP/Makefile \
- xbmc/lib/libass/xbmc/Makefile \
- xbmc/lib/libexif/Makefile \
- xbmc/lib/libhdhomerun/Makefile \
- xbmc/lib/libid3tag/Makefile \
- xbmc/lib/libshout/Makefile \
- xbmc/lib/libsquish/Makefile \
- xbmc/linux/Makefile \
- xbmc/screensavers/Makefile \
- xbmc/screensavers/rsxs-0.9/xbmc/Makefile \
- xbmc/visualizations/Goom/Makefile \
- xbmc/visualizations/OpenGLSpectrum/Makefile \
- xbmc/visualizations/WaveForm/Makefile \
- xbmc/visualizations/XBMCProjectM/Makefile \
- xbmc/visualizations/iTunes/Makefile
-
all : Makefile externals xbmc.bin xbmc-xrandr skins
include Makefile.include
@@ -170,7 +124,7 @@ include Makefile.include
dvdpcodecs imagelib codecs externals force skins
# hack targets to keep build system up to date
-Makefile : configure $(addsuffix .in, $(BUILDSYS_DEPS))
+Makefile : configure $(addsuffix .in, $(AUTOGENERATED_MAKEFILES))
@echo 'The build system is stale'
@echo 'ATTN: Please (re)run configure...'
@echo "The following line isn't really an error!"
@@ -323,7 +277,6 @@ libhdhomerun: dllloader
libid3tag: dllloader
$(MAKE) -C xbmc/lib/libid3tag
papcodecs: dllloader dvdpcodecs
- $(MAKE) -C xbmc/cores/paplayer/AACCodec
$(MAKE) -C xbmc/cores/paplayer/AC3Codec
$(MAKE) -C xbmc/cores/paplayer/ADPCMCodec
$(MAKE) -C xbmc/cores/paplayer/FLACCodec