These aren't needed anymore now that we're not in kdesupport

This commit is contained in:
Scott Wheeler 2011-03-17 07:57:24 +01:00
parent 4bdcc9662e
commit 27aa8cc293
75 changed files with 0 additions and 90 deletions

View File

@ -1,16 +0,0 @@
These are only necessary at build-time when building the entire kdesupport module; they do not need to be installed on a running system.
It can be regenerated by using something like the following from the taglib/taglib directory:
for file in `find -type f -name "*\.h"`;
do
dir=`dirname $file`
strippeddir=`echo $dir | cut -c 3-`
base=`basename $file`
if test -z $strippeddir
then
echo "#include \"../taglib/$base\"" > ../include/$base
else
echo "#include \"../taglib/$strippeddir/$base\"" > ../include/$base
fi
done

View File

@ -1 +0,0 @@
#include "../taglib/riff/aiff/aifffile.h"

View File

@ -1 +0,0 @@
#include "../taglib/riff/aiff/aiffproperties.h"

View File

@ -1 +0,0 @@
#include "../taglib/ape/apefooter.h"

View File

@ -1 +0,0 @@
#include "../taglib/ape/apeitem.h"

View File

@ -1 +0,0 @@
#include "../taglib/ape/apetag.h"

View File

@ -1 +0,0 @@
#include "../taglib/asf/asfattribute.h"

View File

@ -1 +0,0 @@
#include "../taglib/asf/asffile.h"

View File

@ -1 +0,0 @@
#include "../taglib/asf/asfproperties.h"

View File

@ -1 +0,0 @@
#include "../taglib/asf/asftag.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/frames/attachedpictureframe.h"

View File

@ -1 +0,0 @@
#include "../taglib/audioproperties.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/frames/commentsframe.h"

View File

@ -1 +0,0 @@
#include "../taglib/fileref.h"

View File

@ -1 +0,0 @@
#include "../taglib/flac/flacfile.h"

View File

@ -1 +0,0 @@
#include "../taglib/flac/flacproperties.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v1/id3v1genres.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v1/id3v1tag.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/id3v2extendedheader.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/id3v2footer.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/id3v2frame.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/id3v2framefactory.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/id3v2header.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/id3v2synchdata.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/id3v2tag.h"

View File

@ -1 +0,0 @@
#include "../taglib/mp4/mp4atom.h"

View File

@ -1 +0,0 @@
#include "../taglib/mp4/mp4coverart.h"

View File

@ -1 +0,0 @@
#include "../taglib/mp4/mp4file.h"

View File

@ -1 +0,0 @@
#include "../taglib/mp4/mp4item.h"

View File

@ -1 +0,0 @@
#include "../taglib/mp4/mp4properties.h"

View File

@ -1 +0,0 @@
#include "../taglib/mp4/mp4tag.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpc/mpcfile.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpc/mpcproperties.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/mpegfile.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/mpegheader.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/mpegproperties.h"

View File

@ -1 +0,0 @@
#include "../taglib/ogg/oggfile.h"

View File

@ -1 +0,0 @@
#include "../taglib/ogg/flac/oggflacfile.h"

View File

@ -1 +0,0 @@
#include "../taglib/ogg/oggpage.h"

View File

@ -1 +0,0 @@
#include "../taglib/ogg/oggpageheader.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/frames/popularimeterframe.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/frames/privateframe.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/frames/relativevolumeframe.h"

View File

@ -1 +0,0 @@
#include "../taglib/riff/rifffile.h"

View File

@ -1 +0,0 @@
#include "../taglib/ogg/speex/speexfile.h"

View File

@ -1 +0,0 @@
#include "../taglib/ogg/speex/speexproperties.h"

View File

@ -1 +0,0 @@
#include "../taglib/tag.h"

View File

@ -1 +0,0 @@
#include "../taglib/toolkit/taglib.h"

View File

@ -1 +0,0 @@
#include "../taglib/taglib_export.h"

View File

@ -1 +0,0 @@
#include "../taglib/tagunion.h"

View File

@ -1 +0,0 @@
#include "../taglib/toolkit/tbytevector.h"

View File

@ -1 +0,0 @@
#include "../taglib/toolkit/tbytevectorlist.h"

View File

@ -1 +0,0 @@
#include "../taglib/toolkit/tdebug.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/frames/textidentificationframe.h"

View File

@ -1 +0,0 @@
#include "../taglib/toolkit/tfile.h"

View File

@ -1 +0,0 @@
#include "../taglib/toolkit/tlist.h"

View File

@ -1 +0,0 @@
#include "../taglib/toolkit/tmap.h"

View File

@ -1 +0,0 @@
#include "../taglib/trueaudio/trueaudiofile.h"

View File

@ -1 +0,0 @@
#include "../taglib/trueaudio/trueaudioproperties.h"

View File

@ -1 +0,0 @@
#include "../taglib/toolkit/tstring.h"

View File

@ -1 +0,0 @@
#include "../taglib/toolkit/tstringlist.h"

View File

@ -1 +0,0 @@
#include "../taglib/toolkit/unicode.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/frames/uniquefileidentifierframe.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/frames/unknownframe.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/id3v2/frames/urllinkframe.h"

View File

@ -1 +0,0 @@
#include "../taglib/ogg/vorbis/vorbisfile.h"

View File

@ -1 +0,0 @@
#include "../taglib/ogg/vorbis/vorbisproperties.h"

View File

@ -1 +0,0 @@
#include "../taglib/riff/wav/wavfile.h"

View File

@ -1 +0,0 @@
#include "../taglib/wavpack/wavpackfile.h"

View File

@ -1 +0,0 @@
#include "../taglib/wavpack/wavpackproperties.h"

View File

@ -1 +0,0 @@
#include "../taglib/riff/wav/wavproperties.h"

View File

@ -1 +0,0 @@
#include "../taglib/mpeg/xingheader.h"

View File

@ -1 +0,0 @@
#include "../taglib/ogg/xiphcomment.h"