Merge pull request #3371 from theuni/android-jholder-rewrite
[vuplus_xbmc] / .gitignore
1 # global patterns
2 testMain
3
4 # commonly used editors
5 # vim
6 *.swp
7 # Eclipse
8 *.project
9 *.cproject
10 .classpath
11 *.sublime-*
12
13 # generated files etc
14 config.cache
15 config.status
16 config.log
17 *.d
18 *.depend
19 *.pc
20 *.P
21 *.[oa]
22 *.l[oa]
23 *.so
24 *.so.*
25 *.dylib
26 *.lineno
27 *.py[co]
28 *.ver
29 *.rej
30 *.orig
31 *.bak
32 *.apk
33 *.class
34
35 # Windows specific generated files
36 *.exp
37 *.ilk
38 *.ncb
39 *.pdb
40 *.suo
41 *.sdf
42 *.opensdf
43 *.vcproj.*.user
44 *.vcxproj.*.user
45 *.vcxproj.user
46 *.obj
47 *.idb
48 *ReSharper*
49 *.idb
50
51 # osx specifics
52 /build/
53 .DS_Store
54 *.dSYM
55 ._*
56 *.mode1v3
57 *.pbxuser
58 *project.xcworkspace
59 *xcuserdata
60 /tools/darwin/depends/config.site
61 /tools/darwin/depends/config.site.mk
62 /tools/darwin/depends/Makefile
63 /tools/darwin/depends/Makefile.include
64 /tools/darwin/depends/configure
65 /tools/darwin/depends/python26/Makefile
66 /tools/darwin/depends/**/.gitignore
67 /tools/darwin/depends/**/.installed
68
69 .libs/
70 .deps/
71
72 # Eclipse project files. Not needed as they are generated in two clicks if needed.
73 .settings
74 .project
75 .cproject
76
77 # /
78 /.dummy
79 /.dummy.in
80 /Makefile
81 /Makefile.include
82 /aclocal.m4
83 /autom4te.cache/
84 /build-aux/config.guess
85 /build-aux/config.sub
86 /build-aux/install-sh
87 /build-aux/ltmain.sh
88 /build-aux/missing
89 /build-aux/ltmain.sh
90 /autotools
91 /BUILD
92 /xbmc.log
93 /xbmc.old.log
94 /Makefile.depend
95 /config.status
96 /configure
97 /xbmc.bin
98 /xbmc-test
99 /xbmc-xrandr
100 /git_revision.h
101 /libtool
102 /*.patch
103
104 # /addons/
105 /addons/com.nullsoft.milkdrop.xbmc/*.vis
106 /addons/org.xbmc.addons.dxspectrum/*.vis
107 /addons/packages
108 /addons/screensaver.rsxs.euphoria/Euphoria.xbs
109 /addons/screensaver.rsxs.plasma/Plasma.xbs
110 /addons/screensaver.rsxs.solarwinds/Solarwinds.xbs
111 /addons/skin.confluence/media/Makefile
112 /addons/skin.confluence/media/Textures.xbt
113 /addons/skin.pm3-hd/media/Textures.xbt
114 /addons/visualization.dxspectrum/Spectrum_win32dx.vis
115 /addons/visualization.glspectrum/opengl_spectrum.vis
116 /addons/visualization.milkdrop/MilkDrop_win32dx.vis
117 /addons/visualization.projectm/projectM.vis
118 /addons/visualization.projectm/resources/presets.zip
119 /addons/visualization.waveform/Waveform.vis
120 /addons/visualization.waveform/Waveform_win32.vis
121 /addons/visualization.itunes/iTunes.mvis
122 /addons/visualization.fishbmc/fishbmc.vis
123 /addons/script.module.pil/
124 /addons/pvr.*
125
126 # /lib/
127 /lib/Makefile
128 /lib/*/1
129 /lib/*/win32/1
130
131 # /lib/asap/
132 /lib/asap/Makefile
133 /lib/asap/players.h
134 /lib/asap/players/*.obx
135 /lib/asap/win32/xbmc_asap.dll
136 /lib/asap/win32/xbmc_asap.lib
137 /lib/asap/xbmc/xbmc_asap.res
138
139
140 # /lib/addons/
141 /lib/addons/library.xbmc.addon/Makefile
142 /lib/addons/library.xbmc.gui/Makefile
143 /lib/addons/library.xbmc.pvr/Makefile
144 /lib/addons/library.xbmc.codec/Makefile
145 /lib/addons/library.xbmc.addon/project/VS2010Express/Release
146 /lib/addons/library.xbmc.addon/project/VS2010Express/Debug
147 /lib/addons/library.xbmc.codec/project/VS2010Express/Release
148 /lib/addons/library.xbmc.codec/project/VS2010Express/Debug
149 /lib/addons/library.xbmc.gui/project/VS2010Express/Release
150 /lib/addons/library.xbmc.gui/project/VS2010Express/Debug
151 /lib/addons/library.xbmc.pvr/project/VS2010Express/Release
152 /lib/addons/library.xbmc.pvr/project/VS2010Express/Debug
153
154 # /lib/cmyth/
155 lib/cmyth/Makefile
156
157 # /lib/cpluff/
158 /lib/cpluff/ABOUT-NLS
159 /lib/cpluff/aclocal.m4
160 /lib/cpluff/autom4te.cache
161 /lib/cpluff/auxliary
162 /lib/cpluff/config.h
163 /lib/cpluff/config.h.in
164 /lib/cpluff/config.h.in~
165 /lib/cpluff/configure
166 /lib/cpluff/console
167 /lib/cpluff/doc*
168 /lib/cpluff/examples
169 /lib/cpluff/libcpluff/docsrc
170 /lib/cpluff/libcpluff/Makefile.in
171 /lib/cpluff/libtool
172 /lib/cpluff/loader
173 /lib/cpluff/m4
174 /lib/cpluff/Makefile.in
175 /lib/cpluff/po
176 /lib/cpluff/stamp-h1
177 /lib/cpluff/test
178 /lib/cpluff/Makefile
179 /lib/cpluff/libcpluff/Makefile
180 /lib/cpluff/libcpluff/cpluffdef.h
181 /lib/cpluff/libcpluff/win32/Debug
182 /lib/cpluff/libcpluff/win32/Release
183
184 # /lib/libcec
185 /lib/libcec/libcec
186
187 # /lib/enca
188 /lib/enca/libenca_win32/Debug
189 /lib/enca/libenca_win32/Release
190
191 # /lib/freetype
192 /lib/freetype/objs/debug_mt
193 /lib/freetype/objs/release_mt
194 /lib/freetype/objs/win32
195
196 # /lib/fribidi
197 /lib/fribidi/libfridibidi/Debug
198 /lib/fribidi/libfridibidi/Release
199
200 # /lib/gtest
201 /lib/gtest/Makefile.in
202 /lib/gtest/aclocal.m4
203 /lib/gtest/build-aux/config.guess
204 /lib/gtest/build-aux/config.h.in
205 /lib/gtest/build-aux/config.sub
206 /lib/gtest/build-aux/depcomp
207 /lib/gtest/build-aux/install-sh
208 /lib/gtest/build-aux/ltmain.sh
209 /lib/gtest/build-aux/missing
210 /lib/gtest/configure
211 /lib/gtest/m4/libtool.m4
212 /lib/gtest/m4/ltoptions.m4
213 /lib/gtest/m4/ltsugar.m4
214 /lib/gtest/m4/ltversion.m4
215 /lib/gtest/m4/lt~obsolete.m4
216 /lib/gtest/Makefile
217 /lib/gtest/build-aux/config.h
218 /lib/gtest/build-aux/config.h.in~
219 /lib/gtest/build-aux/stamp-h1
220 /lib/gtest/fused-src/
221 /lib/gtest/lib/
222 /lib/gtest/libtool
223 /lib/gtest/samples/.dirstamp
224 /lib/gtest/scripts/gtest-config
225 /lib/gtest/src/.dirstamp
226
227 # /lib/jsoncpp
228 /lib/jsoncpp/src/lib_json/Makefile
229
230 # /lib/libass
231 /lib/libass/config.guess
232 /lib/libass/config.h
233 /lib/libass/config.sub
234 /lib/libass/depcomp
235 /lib/libass/Makefile
236 /lib/libass/Makefile.in
237 /lib/libass/aclocal.m4
238 /lib/libass/autom4te.cache/
239 /lib/libass/compile
240 /lib/libass/config.h.in
241 /lib/libass/config.h.in~
242 /lib/libass/configure
243 /lib/libass/install-sh
244 /lib/libass/libass/Makefile
245 /lib/libass/libass/Makefile.in
246 /lib/libass/libtool
247 /lib/libass/ltmain.sh
248 /lib/libass/m4/libtool.m4
249 /lib/libass/m4/ltoptions.m4
250 /lib/libass/m4/ltsugar.m4
251 /lib/libass/m4/ltversion.m4
252 /lib/libass/m4/lt~obsolete.m4
253 /lib/libass/missing
254 /lib/libass/shave/libtool.m4
255 /lib/libass/shave/ltoptions.m4
256 /lib/libass/shave/ltsugar.m4
257 /lib/libass/shave/ltversion.m4
258 /lib/libass/shave/lt~obsolete.m4
259 /lib/libass/shave/shave
260 /lib/libass/shave/shave-libtool
261 /lib/libass/stamp-h1
262 /lib/libass/test/Makefile
263 /lib/libass/test/Makefile.in
264 /lib/libass/test/test
265 /lib/libass/xbmc/Makefile
266 /lib/libass/xbmc/libass_win32/Debug
267 /lib/libass/xbmc/libass_win32/Release
268 /lib/libass/m4/libtool.m4
269 /lib/libass/m4/ltoptions.m4
270 /lib/libass/m4/ltsugar.m4
271 /lib/libass/m4/ltversion.m4
272 /lib/libass/m4/lt~obsolete.m4
273
274 # /lib/libiconv
275 /lib/libiconv/libiconv_win32/Debug
276 /lib/libiconv/libiconv_win32/Release
277
278 # /lib/liblame
279 /lib/liblame/config.h
280 /lib/liblame/obj
281
282
283 # /lib/libmicrohttpd
284 /lib/libmicrohttpd/MHD_config.h
285 /lib/libmicrohttpd/Makefile
286 /lib/libmicrohttpd/contrib/Makefile
287 /lib/libmicrohttpd/doc/Makefile
288 /lib/libmicrohttpd/doc/microhttpd.info
289 /lib/libmicrohttpd/doc/stamp-vti
290 /lib/libmicrohttpd/doc/version.texi
291 /lib/libmicrohttpd/libtool
292 /lib/libmicrohttpd/m4/Makefile
293 /lib/libmicrohttpd/src/Makefile
294 /lib/libmicrohttpd/src/daemon/Makefile
295 /lib/libmicrohttpd/src/daemon/https/Makefile
296 /lib/libmicrohttpd/src/daemon/https/lgl/Makefile
297 /lib/libmicrohttpd/src/daemon/https/minitasn1/Makefile
298 /lib/libmicrohttpd/src/daemon/https/tls/Makefile
299 /lib/libmicrohttpd/src/daemon/https/x509/Makefile
300 /lib/libmicrohttpd/src/examples/Makefile
301 /lib/libmicrohttpd/src/examples/authorization_example
302 /lib/libmicrohttpd/src/examples/fileserver_example
303 /lib/libmicrohttpd/src/examples/fileserver_example_dirs
304 /lib/libmicrohttpd/src/examples/fileserver_example_external_select
305 /lib/libmicrohttpd/src/examples/https_fileserver_example
306 /lib/libmicrohttpd/src/examples/minimal_example
307 /lib/libmicrohttpd/src/examples/minimal_example_comet
308 /lib/libmicrohttpd/src/examples/querystring_example
309 /lib/libmicrohttpd/src/examples/refuse_post_example
310 /lib/libmicrohttpd/src/testcurl/daemon_options_test
311 /lib/libmicrohttpd/src/testcurl/Makefile
312 /lib/libmicrohttpd/src/testcurl/https/Makefile
313 /lib/libmicrohttpd/src/include/Makefile
314 /lib/libmicrohttpd/src/testzzuf/Makefile
315 /lib/libmicrohttpd/stamp-h1
316 /lib/libmicrohttpd/autom4te.cache/
317
318 # /lib/libmodplug/
319 /lib/libmodplug/libtool
320 /lib/libmodplug/src/stamp-h1
321 /lib/libmodplug/Makefile
322 /lib/libmodplug/src/Makefile
323 /lib/libmodplug/src/config.h
324 /lib/libmodplug/Debug
325 /lib/libmodplug/Release
326
327 # /lib/pcre
328 /lib/pcre/libpcre/Debug
329 /lib/pcre/libpcre/Release
330
331 # /project
332 /project/obj
333 /project/output
334
335 # /project/Win32BuildSetup/
336 /project/Win32BuildSetup/XBMC.log
337 /project/Win32BuildSetup/XBMCSetup*.exe
338 /project/Win32BuildSetup/languages.nsi
339 /project/Win32BuildSetup/skins.nsi
340 /project/Win32BuildSetup/xbmc-pvr-addons.nsi
341 /project/Win32BuildSetup/BUILD_WIN32/
342 /project/Win32BuildSetup/dependencies
343
344 # /project/BuildDependencies
345 /project/BuildDependencies/downloads
346 /project/BuildDependencies/downloads2
347 /project/BuildDependencies/include
348 /project/BuildDependencies/lib
349 /project/BuildDependencies/msys
350 /project/BuildDependencies/scripts/tmp
351 /project/BuildDependencies/bin/swig
352 /project/BuildDependencies/bin/doxygen
353
354 # /project/VS2008Express
355 /project/VS2008Express/Debug
356 /project/VS2008Express/Release
357 /project/VS2008Express/XBMC
358 /project/VS2008Express/glib
359 /project/VS2008Express/guilib
360 /project/VS2008Express/libPlatinum
361 /project/VS2008Express/libs
362 /project/VS2008Express/objs
363 /project/VS2008Express/UnrarXLib
364
365 # /project/VS2010Express
366 /project/VS2010Express/Debug
367 /project/VS2010Express/Release
368 /project/VS2010Express/XBMC
369 /project/VS2010Express/glib
370 /project/VS2010Express/guilib
371 /project/VS2010Express/libPlatinum
372 /project/VS2010Express/UnrarXLib
373 /project/VS2010Express/test-XbmcThreads
374 /project/VS2010Express/libs
375 /project/VS2010Express/objs
376 /project/VS2010Express/ipch
377 /project/VS2010Express/*.vsp
378 /project/VS2010Express/*.metaproj
379 /project/VS2010Express/*.metaproj.tmp
380
381 # /skin/
382 /skin/Confluence/media/Textures.xbt
383 /skin/PM3.HD/media/Textures.xbt
384
385 # /system
386 /system/cpluff.dll
387 /system/ImageLib.dll
388 /system/libcmyth.dll
389 /system/libcurl.dll
390 /system/libeay32.dll
391 /system/librtmp.dll
392 /system/libexif.dll
393 /system/libexpat.dll
394 /system/libidn-11.dll
395 /system/libssh2.dll
396 /system/libssl32.dll
397 /system/hdhomerun.dll
398 /system/ssh.dll
399 /system/sqlite3.dll
400 /system/libsamplerate-0.dll
401 /system/libnfs.dll
402 /system/dnssd.dll
403 /system/libcec.dll
404
405 # /system/cdrip
406 /system/cdrip/lame_enc.dll
407 /system/cdrip/ogg.dll
408 /system/cdrip/vorbis.dll
409 /system/cdrip/vorbisenc.dll
410
411 # /system/players/dvdplayer
412 /system/players/dvdplayer/avcodec-54.dll
413 /system/players/dvdplayer/avfilter-3.dll
414 /system/players/dvdplayer/avformat-54.dll
415 /system/players/dvdplayer/avutil-52.dll
416 /system/players/dvdplayer/freetype6.dll
417 /system/players/dvdplayer/libass.dll
418 /system/players/dvdplayer/libdvdcss-2.dll
419 /system/players/dvdplayer/libdvdnav.dll
420 /system/players/dvdplayer/libexpat-1.dll
421 /system/players/dvdplayer/libfontconfig-1.dll
422 /system/players/dvdplayer/libgmp-10.dll
423 /system/players/dvdplayer/libgnutls-28.dll
424 /system/players/dvdplayer/libhogweed-2-5.dll
425 /system/players/dvdplayer/libnettle-4-7.dll
426 /system/players/dvdplayer/libp11-kit-0.dll
427 /system/players/dvdplayer/librtmp.dll
428 /system/players/dvdplayer/postproc-52.dll
429 /system/players/dvdplayer/swresample-0.dll
430 /system/players/dvdplayer/swscale-2.dll
431 /system/players/dvdplayer/libbluray.dll
432 /system/players/dvdplayer/libmpeg2-0.dll
433 /system/players/dvdplayer/libmad.dll
434
435 # /system/players/paplayer
436 /system/players/paplayer/libmodplug.dll
437 /system/players/paplayer/StSoundLibrary.dll
438 /system/players/paplayer/vorbisfile.dll
439 /system/players/paplayer/vgmstream.dll
440 /system/players/paplayer/NoseFart.dll
441 /system/players/paplayer/libsidplay2.dll
442 /system/players/paplayer/adpcm.dll
443 /system/players/paplayer/timidity.dll
444 /system/players/paplayer/libFLAC.dll
445 /system/players/paplayer/xbmc_asap.dll
446
447 # /system/players/dsplayer
448 /system/players/dsplayer/libsubs.dll
449
450 # /system
451 /system/profiles.xml
452
453 # /system/python
454 /system/python/
455
456 # /system/webserver
457 /system/webserver
458
459 /system/airplay
460
461 # /system
462 /system/zlib1.dll
463
464
465 # /screensavers/
466 /screensavers/Solarwinds.xbs
467 /screensavers/Euphoria.xbs
468 /screensavers/Plasma.xbs
469
470 # /skin/Confluence/
471 /skin/Confluence/BUILD
472
473 # /skin/PM3.HD/
474 /skin/PM3.HD/BUILD
475
476 # /skin/PM3.HD/media/
477 /skin/PM3.HD/media/*.db
478
479 # /skin/PM3.HD/media/Apple Movie Trailers/
480 /skin/PM3.HD/media/Apple Movie Trailers/*.db
481
482 # /skin/PM3.HD/media/busy/
483 /skin/PM3.HD/media/busy/*.db
484
485 # /skin/PM3.HD/media/flagging/aspectratio/
486 /skin/PM3.HD/media/flagging/aspectratio/Thumbs.db
487
488 # /skin/PM3.HD/media/flagging/audio/
489 /skin/PM3.HD/media/flagging/audio/Thumbs.db
490
491 # /skin/PM3.HD/media/flagging/video/
492 /skin/PM3.HD/media/flagging/video/Thumbs.db
493
494 # /tools/Changelog/
495 /tools/Changelog/Changelog.txt
496 /tools/Changelog/svn_log.xml
497 /tools/Changelog/Release
498 /tools/Changelog/Debug
499
500 # /tools/EventClients/
501 /tools/EventClients/*.pyc
502 /tools/EventClients/Clients/OSXRemote/Makefile
503 /tools/EventClients/Clients/OSXRemote/build/
504 /tools/EventClients/Clients/WiiRemote/WiiRemote
505
506 # /tools/Linux/
507 /tools/Linux/xbmc.sh
508 /tools/Linux/xbmc-standalone.sh
509
510 # /tools/osx
511 /tools/osx/XBMCHelper
512
513 # /tools/TexturePacker
514 /tools/TexturePacker/TexturePacker
515 /tools/TexturePacker/Makefile
516 /tools/TexturePacker/*.dll
517
518 # /tools/XBMCTex/
519 /tools/XBMCTex/Makefile
520
521 # /userdata/
522 /userdata/Database
523 /userdata/playlists
524 /userdata/Thumbnails
525 /userdata/cache
526 /userdata/guisettings.xml
527 /userdata/avpacksettings.xml
528
529 # /visualisations/
530 /visualisations/Goom.vis
531 /visualisations/ProjectM.vis
532 /visualisations/Waveform.vis
533 /visualisations/opengl_spectrum.vis
534 /visualisations/projectM/
535
536 # /xbmc/
537 /xbmc/config.h
538 /xbmc/config.h.in
539 /xbmc/config.h.in~
540 /xbmc/DllPaths_generated.h
541 /xbmc/DllPaths_generated_android.h
542 /xbmc/Makefile
543 /xbmc/stamp-h1
544
545 # /xbmc/addons/
546 /xbmc/addons/Makefile
547 /xbmc/addons/visualization.waveform
548
549 # /xbmc/android
550 /xbmc/android/Makefile
551 /xbmc/android/activity/Makefile
552 /xbmc/android/loader/Makefile
553 /xbmc/android/jni/Makefile
554
555 # /xbmc/cdrip/
556 /xbmc/cdrip/Makefile
557
558 # /xbmc/cores/
559 /xbmc/cores/AudioEngine/Makefile
560 /xbmc/cores/amlplayer/Makefile
561 /xbmc/cores/DllLoader/exports/build_wrapper.sh
562 /xbmc/cores/DllLoader/exports/wrapper.def
563 /xbmc/cores/DllLoader/Makefile
564 /xbmc/cores/DllLoader/exports/Makefile
565 /xbmc/cores/dvdplayer/Makefile
566 /xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
567 /xbmc/cores/dvdplayer/DVDCodecs/Makefile
568 /xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
569 /xbmc/cores/dvdplayer/DVDCodecs/Video/CrystalHD/Makefile
570 /xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
571 /xbmc/cores/dvdplayer/DVDDemuxers/Makefile
572 /xbmc/cores/dvdplayer/DVDSubtitles/Makefile
573 /xbmc/cores/omxplayer/Makefile
574 /xbmc/cores/paplayer/Makefile
575 /xbmc/cores/playercorefactory/Makefile
576 /xbmc/cores/Makefile
577 /xbmc/cores/VideoRenderers/Makefile
578
579 # /xbmc/filesystem/
580 /xbmc/filesystem/Makefile
581
582 # /xbmc/freebsd/
583 /xbmc/freebsd/Makefile
584
585 # /xbmc/guilib/
586 /xbmc/guilib/Makefile
587 /xbmc/guilib/*.obj
588 /xbmc/guilib/*.idb
589 /xbmc/guilib/*.pdb
590 /xbmc/guilib/*.bak
591 /xbmc/guilib/Debug (Win32)
592 /xbmc/guilib/Release (Win32)
593 /xbmc/guilib/Release
594 /xbmc/guilib/Release_LTCG
595 /xbmc/guilib/Debug
596 /xbmc/guilib/Profile
597 /xbmc/guilib/Profile_FastCap
598
599 # /xbmc/interfaces/
600 /xbmc/interfaces/Makefile
601 /xbmc/interfaces/python/Makefile
602 /xbmc/interfaces/python/generated/
603 /xbmc/interfaces/python/test/Makefile
604
605 # /xbmc/linux/
606 /xbmc/linux/Makefile
607
608 # /xbmc/main/
609 /xbmc/main/Makefile
610
611 # /xbmc/music/
612 /xbmc/music/karaoke/Makefile
613
614 # /xbmc/network/
615 /xbmc/network/Makefile
616 /xbmc/network/upnp/Makefile
617
618 # /xbmc/osx/
619 /xbmc/osx/Makefile
620
621 # /xbmc/peripherals/
622 /xbmc/peripherals/bus/Makefile
623 /xbmc/peripherals/devices/Makefile
624
625 #/xbmc/screensavers/
626 /xbmc/screensavers/Makefile
627 /xbmc/screensavers/rsxs-0.9/Makefile
628 /xbmc/screensavers/rsxs-0.9/configure
629 /xbmc/screensavers/rsxs-0.9/config.h
630 /xbmc/screensavers/rsxs-0.9/config.log
631 /xbmc/screensavers/rsxs-0.9/config/Makefile
632 /xbmc/screensavers/rsxs-0.9/lib/Makefile
633 /xbmc/screensavers/rsxs-0.9/libltdl/Makefile
634 /xbmc/screensavers/rsxs-0.9/src/Makefile
635 /xbmc/screensavers/rsxs-0.9/src/cyclone/Makefile
636 /xbmc/screensavers/rsxs-0.9/src/euphoria/Makefile
637 /xbmc/screensavers/rsxs-0.9/src/fieldlines/Makefile
638 /xbmc/screensavers/rsxs-0.9/src/flocks/Makefile
639 /xbmc/screensavers/rsxs-0.9/src/flux/Makefile
640 /xbmc/screensavers/rsxs-0.9/src/helios/Makefile
641 /xbmc/screensavers/rsxs-0.9/src/hyperspace/Makefile
642 /xbmc/screensavers/rsxs-0.9/src/lattice/Makefile
643 /xbmc/screensavers/rsxs-0.9/src/plasma/Makefile
644 /xbmc/screensavers/rsxs-0.9/src/skyrocket/Makefile
645 /xbmc/screensavers/rsxs-0.9/src/solarwinds/Makefile
646 /xbmc/screensavers/rsxs-0.9/xbmc/Makefile
647 /xbmc/screensavers/rsxs-0.9/autom4te.cache/
648 /xbmc/screensavers/rsxs-0.9/lib/alloca.h
649 /xbmc/screensavers/rsxs-0.9/lib/argz.h
650 /xbmc/screensavers/rsxs-0.9/lib/getopt.h
651 /xbmc/screensavers/rsxs-0.9/rsxs.spec
652 /xbmc/screensavers/rsxs-0.9/src/.dirstamp
653 /xbmc/screensavers/rsxs-0.9/src/euphoria/rs-euphoria
654 /xbmc/screensavers/rsxs-0.9/src/plasma/rs-plasma
655 /xbmc/screensavers/rsxs-0.9/src/solarwinds/rs-solarwinds
656 /xbmc/screensavers/rsxs-0.9/stamp-h1
657 /xbmc/screensavers/rsxs-0.9/aclocal.m4
658 /xbmc/screensavers/rsxs-0.9/compile
659 /xbmc/screensavers/rsxs-0.9/config.guess
660 /xbmc/screensavers/rsxs-0.9/config.h.in
661 /xbmc/screensavers/rsxs-0.9/config.h.in~
662 /xbmc/screensavers/rsxs-0.9/config.sub
663 /xbmc/screensavers/rsxs-0.9/config/Makefile.in
664 /xbmc/screensavers/rsxs-0.9/depcomp
665 /xbmc/screensavers/rsxs-0.9/INSTALL
666 /xbmc/screensavers/rsxs-0.9/install-sh
667 /xbmc/screensavers/rsxs-0.9/lib/Makefile.in
668 /xbmc/screensavers/rsxs-0.9/libltdl/Makefile.in
669 /xbmc/screensavers/rsxs-0.9/Makefile.in
670 /xbmc/screensavers/rsxs-0.9/missing
671 /xbmc/screensavers/rsxs-0.9/src/cyclone/Makefile.in
672 /xbmc/screensavers/rsxs-0.9/src/euphoria/Makefile.in
673 /xbmc/screensavers/rsxs-0.9/src/fieldlines/Makefile.in
674 /xbmc/screensavers/rsxs-0.9/src/flocks/Makefile.in
675 /xbmc/screensavers/rsxs-0.9/src/flux/Makefile.in
676 /xbmc/screensavers/rsxs-0.9/src/helios/Makefile.in
677 /xbmc/screensavers/rsxs-0.9/src/hyperspace/Makefile.in
678 /xbmc/screensavers/rsxs-0.9/src/lattice/Makefile.in
679 /xbmc/screensavers/rsxs-0.9/src/Makefile.in
680 /xbmc/screensavers/rsxs-0.9/src/plasma/Makefile.in
681 /xbmc/screensavers/rsxs-0.9/src/skyrocket/Makefile.in
682 /xbmc/screensavers/rsxs-0.9/src/solarwinds/Makefile.in
683
684 #/xbmc/utils
685 /xbmc/utils/Makefile
686
687 #/xbmc/visualizations/
688 /xbmc/visualizations/DirectXSpectrum/Debug (DirectX)
689 /xbmc/visualizations/DirectXSpectrum/Release (DirectX)
690 /xbmc/visualizations/EGLHelpers/Makefile
691 /xbmc/visualizations/Goom/Makefile
692 /xbmc/visualizations/Goom/goom2k4-0/aclocal.m4
693 /xbmc/visualizations/Goom/goom2k4-0/configure
694 /xbmc/visualizations/Goom/goom2k4-0/INSTALL
695 /xbmc/visualizations/Goom/goom2k4-0/Makefile.in
696 /xbmc/visualizations/Goom/goom2k4-0/config.guess
697 /xbmc/visualizations/Goom/goom2k4-0/config.sub
698 /xbmc/visualizations/Goom/goom2k4-0/depcomp
699 /xbmc/visualizations/Goom/goom2k4-0/install-sh
700 /xbmc/visualizations/Goom/goom2k4-0/ltmain.sh
701 /xbmc/visualizations/Goom/goom2k4-0/missing
702 /xbmc/visualizations/Goom/goom2k4-0/sdl-goom/Makefile.in
703 /xbmc/visualizations/Goom/goom2k4-0/src/Makefile.in
704 /xbmc/visualizations/Goom/goom2k4-0/xmms-goom/Makefile.in
705 /xbmc/visualizations/Goom/goom2k4-0/ylwrap
706 /xbmc/visualizations/Milkdrop/Debug
707 /xbmc/visualizations/Milkdrop/Release
708 /xbmc/visualizations/OpenGLSpectrum/Makefile
709 /xbmc/visualizations/WaveForm/Makefile
710 /xbmc/visualizations/WaveForm/Debug (DirectX)
711 /xbmc/visualizations/WaveForm/Release (DirectX)
712 /xbmc/visualizations/iTunes/Makefile
713 /xbmc/visualizations/XBMCProjectM/Makefile
714 /xbmc/visualizations/XBMCProjectM/libprojectM/Makefile
715 /xbmc/visualizations/XBMCProjectM/libprojectM/CMakeCache.txt
716 /xbmc/visualizations/XBMCProjectM/libprojectM/CMakeFiles/
717 /xbmc/visualizations/XBMCProjectM/libprojectM/cmake_install.cmake
718 /xbmc/visualizations/XBMCProjectM/libprojectM/config.inp
719 /xbmc/visualizations/fishBMC/Makefile
720
721 #/xbmc/win32/
722 # no longer used
723 /xbmc/win32/git_rev.h
724
725 # /lib/ffmpeg/
726 /lib/ffmpeg/config.h
727 /lib/ffmpeg/config.err
728 /lib/ffmpeg/config.mak
729 /lib/ffmpeg/ffprobe
730 /lib/ffmpeg/ffprobe_g
731 /lib/ffmpeg/.version
732 /lib/ffmpeg/version.h
733 /lib/ffmpeg/libavutil/avconfig.h
734 /lib/ffmpeg/doc/ffmpeg.pod
735 /lib/ffmpeg/doc/ffplay.pod
736 /lib/ffmpeg/doc/*.html
737 /lib/ffmpeg/doc/*.1
738
739 # /lib/libdvd/
740 /lib/libdvd/Makefile
741
742 # /lib/libdvd/includes/
743 /lib/libdvd/includes/dv
744 /lib/libdvd/includes/dvdcss/dvdcss.h
745
746 # /lib/libdvd/includes/dvdread/
747 /lib/libdvd/includes/dvdread/ifo_print.h
748 /lib/libdvd/includes/dvdread/dvd_udf.h
749 /lib/libdvd/includes/dvdread/dvd_input.h
750 /lib/libdvd/includes/dvdread/bswap.h
751 /lib/libdvd/includes/dvdread/nav_read.h
752 /lib/libdvd/includes/dvdread/dvd_reader.h
753 /lib/libdvd/includes/dvdread/nav_print.h
754 /lib/libdvd/includes/dvdread/ifo_types.h
755 /lib/libdvd/includes/dvdread/bitreader.h
756 /lib/libdvd/includes/dvdread/md5.h
757 /lib/libdvd/includes/dvdread/dvdread
758 /lib/libdvd/includes/dvdread/dvdread_internal.h
759 /lib/libdvd/includes/dvdread/ifo_read.h
760 /lib/libdvd/includes/dvdread/nav_types.h
761
762 # /lib/libdvd/includes/dvdnav
763 /lib/libdvd/includes/dvdnav/dvd_types.h
764 /lib/libdvd/includes/dvdnav/dvdnav.h
765 /lib/libdvd/includes/dvdnav/dvdnav_events.h
766
767 # /lib/libdvd/libdvdcss/
768 /lib/libdvd/libdvdcss/.auto/
769 /lib/libdvd/libdvdcss/Makefile.in
770 /lib/libdvd/libdvdcss/aclocal.m4
771 /lib/libdvd/libdvdcss/autom4te.cache/
772 /lib/libdvd/libdvdcss/config.h.in~
773 /lib/libdvd/libdvdcss/configure
774 /lib/libdvd/libdvdcss/doc/Makefile.in
775 /lib/libdvd/libdvdcss/src/Makefile.in
776 /lib/libdvd/libdvdcss/src/dvdcss/Makefile.in
777 /lib/libdvd/libdvdcss/test/Makefile.in
778 /lib/libdvd/libdvdcss/config.log
779 /lib/libdvd/libdvdcss/config.st
780 /lib/libdvd/libdvdcss/stamp-h1
781 /lib/libdvd/libdvdcss/config.h
782 /lib/libdvd/libdvdcss/libtool
783 /lib/libdvd/libdvdcss/configure.lineno
784 /lib/libdvd/libdvdcss/Makefile
785 /lib/libdvd/libdvdcss/config.status
786 /lib/libdvd/libdvdcss/config.h.in
787 /lib/libdvd/libdvdcss/doc/Makefile
788 /lib/libdvd/libdvdcss/src/d
789 /lib/libdvd/libdvdcss/src/Makefile
790 /lib/libdvd/libdvdcss/src/dvdcss/Makefile
791 /lib/libdvd/libdvdcss/test/Makefile
792 /lib/libdvd/libdvdcss/doc/doxygen.cfg
793 /lib/libdvd/libdvdcss/test/csstest
794 /lib/libdvd/libdvdcss/test/csstest.exe
795
796 # /lib/libdvd/libdvdnav/
797 /lib/libdvd/libdvdnav/conf
798 /lib/libdvd/libdvdnav/obj
799 /lib/libdvd/libdvdnav/config.mak
800 /lib/libdvd/libdvdnav/config.h
801 /lib/libdvd/libdvdnav/config.status
802 /lib/libdvd/libdvdnav/Makefile.in
803 /lib/libdvd/libdvdnav/aclocal.m4
804 /lib/libdvd/libdvdnav/config.guess
805 /lib/libdvd/libdvdnav/config.h.in
806 /lib/libdvd/libdvdnav/config.sub
807 /lib/libdvd/libdvdnav/configure
808 /lib/libdvd/libdvdnav/depcomp
809 /lib/libdvd/libdvdnav/doc/Makefile.in
810 /lib/libdvd/libdvdnav/examples/Makefile.in
811 /lib/libdvd/libdvdnav/install-sh
812 /lib/libdvd/libdvdnav/ltmain.sh
813 /lib/libdvd/libdvdnav/m4/Makefile.in
814 /lib/libdvd/libdvdnav/misc/Makefile.in
815 /lib/libdvd/libdvdnav/missing
816 /lib/libdvd/libdvdnav/src/Makefile.in
817 /lib/libdvd/libdvdnav/src/vm/Makefile.in
818 /lib/libdvd/libdvdnav/INSTALL
819 /lib/libdvd/libdvdnav/autom4te.cache
820 /lib/libdvd/libdvdnav/config.h.in~
821
822 # /lib/libdvd/libdvdread/
823 /lib/libdvd/libdvdread/config.h
824 /lib/libdvd/libdvdread/obj
825 /lib/libdvd/libdvdread/config.mak
826 /lib/libdvd/libdvdread/Makefile.in
827 /lib/libdvd/libdvdread/aclocal.m4
828 /lib/libdvd/libdvdread/config.guess
829 /lib/libdvd/libdvdread/config.h.in
830 /lib/libdvd/libdvdread/config.sub
831 /lib/libdvd/libdvdread/configure
832 /lib/libdvd/libdvdread/depcomp
833 /lib/libdvd/libdvdread/install-sh
834 /lib/libdvd/libdvdread/ltmain.sh
835 /lib/libdvd/libdvdread/m4/Makefile.in
836 /lib/libdvd/libdvdread/misc/Makefile.in
837 /lib/libdvd/libdvdread/missing
838 /lib/libdvd/libdvdread/src/Makefile.in
839 /lib/libdvd/libdvdread/INSTALL
840 /lib/libdvd/libdvdread/autom4te.cache
841 /lib/libdvd/libdvdread/config.h.in~
842
843 # /lib/libmad/
844 /lib/libmad/config.h
845 /lib/libmad/Makefile
846 /lib/libmad/config.status
847 /lib/libmad/libmad.list
848 /lib/libmad/libtool
849 /lib/libmad/config.log
850 /lib/libmad/stamp-h1
851 /lib/libmad/configure.lineno
852 /lib/libmad/mad.h
853
854 # /lib/libmad/msvc++/
855 /lib/libmad/msvc++/Makefile
856 /lib/libmad/msvc++/libmad.lib
857 /lib/libmad/msvc++/Debug
858 /lib/libmad/msvc++/Release
859
860 # /lib/libmpeg2/
861 /lib/libmpeg2/config.log
862 /lib/libmpeg2/config.status
863 /lib/libmpeg2/libtool
864 /lib/libmpeg2/configure.lineno
865 /lib/libmpeg2/Makefile
866 /lib/libmpeg2/src/*.exe
867
868 # /lib/libmpeg2/doc/
869 /lib/libmpeg2/doc/Makefile
870
871 # /lib/libmpeg2/include/
872 /lib/libmpeg2/include/stamp-h1
873 /lib/libmpeg2/include/config.h
874 /lib/libmpeg2/include/Makefile
875
876 # /lib/libmpeg2/libmpeg2/
877 /lib/libmpeg2/libmpeg2/Makefile
878
879 # /lib/libmpeg2/libmpeg2/convert/
880 /lib/libmpeg2/libmpeg2/convert/Makefile
881
882 # /lib/libmpeg2/libvo/
883 /lib/libmpeg2/libvo/Makefile
884
885 # /lib/libmpeg2/src/
886 /lib/libmpeg2/src/Makefile
887 /lib/libmpeg2/src/corrupt_mpeg2
888 /lib/libmpeg2/src/extract_mpeg2
889 /lib/libmpeg2/src/mpeg2dec
890
891 # /lib/libmpeg2/test/
892 /lib/libmpeg2/test/Makefile
893
894 # /lib/libmpeg2/vc++/
895 /lib/libmpeg2/vc++/Makefile
896
897 # /lib/xbadpcm/
898 /lib/xbadpcm/Makefile
899 /lib/xbadpcm/adpcm.lib
900
901 # /lib/libflac/flac-1.2.1/
902 /lib/libflac/flac-1.2.1/Makefilee
903 /lib/libflac/flac-1.2.1/config.log
904 /lib/libflac/flac-1.2.1/config.h
905 /lib/libflac/flac-1.2.1/config.status
906 /lib/libflac/flac-1.2.1/libtool-disable-static
907 /lib/libflac/flac-1.2.1/stamp-h1
908 /lib/libflac/flac-1.2.1/configure.lineno
909 /lib/libflac/flac-1.2.1/config.cache
910 /lib/libflac/flac-1.2.1/Makefile
911 /lib/libflac/flac-1.2.1/libtool
912
913 /lib/libflac/Makefile
914 /lib/libflac/flac-1.2.1/include/test_libs_common/Makefile
915 /lib/libflac/flac-1.2.1/src/libFLAC/ppc/Makefile
916 /lib/libflac/flac-1.2.1/src/libFLAC/ppc/as/Makefile
917 /lib/libflac/flac-1.2.1/src/libFLAC/ppc/gas/Makefile
918 /lib/libflac/flac-1.2.1/src/flac/flac
919 /lib/libflac/flac-1.2.1/src/metaflac/metaflac
920
921 # /lib/libflac/flac-1.2.1/build/
922 /lib/libflac/flac-1.2.1/build/Makefile
923
924 # /lib/libflac/flac-1.2.1/include/
925 /lib/libflac/flac-1.2.1/include/Makefile
926
927 # /lib/libflac/flac-1.2.1/include/FLAC/
928 /lib/libflac/flac-1.2.1/include/FLAC/Makefile
929
930 # /lib/libflac/flac-1.2.1/include/FLAC++/
931 /lib/libflac/flac-1.2.1/include/FLAC++/Makefile
932
933 # /lib/libflac/flac-1.2.1/include/share/
934 /lib/libflac/flac-1.2.1/include/share/Makefile
935
936 # /lib/libflac/flac-1.2.1/include/share/grabbag/
937 /lib/libflac/flac-1.2.1/include/share/grabbag/Makefile
938
939
940 # /lib/libflac/flac-1.2.1/m4/
941 /lib/libflac/flac-1.2.1/m4/Makefile
942
943 # /lib/libflac/flac-1.2.1/obj/
944 /lib/libflac/flac-1.2.1/obj/Makefile
945
946 # /lib/libflac/flac-1.2.1/obj/debug/
947 /lib/libflac/flac-1.2.1/obj/debug/Makefile
948
949 # /lib/libflac/flac-1.2.1/obj/debug/bin/
950 /lib/libflac/flac-1.2.1/obj/debug/bin/Makefile
951
952 # /lib/libflac/flac-1.2.1/obj/debug/lib/
953 /lib/libflac/flac-1.2.1/obj/debug/lib/Makefile
954
955 # /lib/libflac/flac-1.2.1/obj/release/
956 /lib/libflac/flac-1.2.1/obj/release/Makefile
957
958 # /lib/libflac/flac-1.2.1/obj/release/bin/
959 /lib/libflac/flac-1.2.1/obj/release/bin/Makefile
960
961 # /lib/libflac/flac-1.2.1/obj/release/lib/
962 /lib/libflac/flac-1.2.1/obj/release/lib/Makefile
963
964 # /lib/libflac/flac-1.2.1/src/
965 /lib/libflac/flac-1.2.1/src/Makefile
966
967 # /lib/libflac/flac-1.2.1/src/flac/
968 /lib/libflac/flac-1.2.1/src/flac/Makefile
969
970 # /lib/libflac/flac-1.2.1/src/libFLAC/
971 /lib/libflac/flac-1.2.1/src/libFLAC/Makefile
972
973 # /lib/libflac/flac-1.2.1/src/libFLAC/ia32/
974 /lib/libflac/flac-1.2.1/src/libFLAC/ia32/Makefile
975
976 # /lib/libflac/flac-1.2.1/src/libFLAC/include/
977 /lib/libflac/flac-1.2.1/src/libFLAC/include/Makefile
978
979 # /lib/libflac/flac-1.2.1/src/libFLAC/include/private/
980 /lib/libflac/flac-1.2.1/src/libFLAC/include/private/Makefile
981
982 # /lib/libflac/flac-1.2.1/src/libFLAC/include/protected/
983 /lib/libflac/flac-1.2.1/src/libFLAC/include/protected/Makefile
984
985 # /lib/libflac/flac-1.2.1/src/libFLAC++/
986 /lib/libflac/flac-1.2.1/src/libFLAC++/Makefile
987
988 # /lib/libflac/flac-1.2.1/src/metaflac/
989 /lib/libflac/flac-1.2.1/src/metaflac/Makefile
990
991 # /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/
992 /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/Makefile
993
994 # /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/flac_mac/
995 /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/flac_mac/Makefile
996
997 # /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/flac_ren/
998 /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/flac_ren/Makefile
999
1000 # /lib/libflac/flac-1.2.1/src/plugin_common/
1001 /lib/libflac/flac-1.2.1/src/plugin_common/Makefile
1002
1003 # /lib/libflac/flac-1.2.1/src/plugin_winamp2/
1004 /lib/libflac/flac-1.2.1/src/plugin_winamp2/Makefile
1005
1006 # /lib/libflac/flac-1.2.1/src/plugin_winamp2/include/
1007 /lib/libflac/flac-1.2.1/src/plugin_winamp2/include/Makefile
1008
1009 # /lib/libflac/flac-1.2.1/src/plugin_winamp2/include/winamp2/
1010 /lib/libflac/flac-1.2.1/src/plugin_winamp2/include/winamp2/Makefile
1011
1012 # /lib/libflac/flac-1.2.1/src/plugin_xmms/
1013 /lib/libflac/flac-1.2.1/src/plugin_xmms/Makefile
1014
1015 # /lib/libflac/flac-1.2.1/src/share/
1016 /lib/libflac/flac-1.2.1/src/share/Makefile
1017
1018 # /lib/libflac/flac-1.2.1/src/share/getopt/
1019 /lib/libflac/flac-1.2.1/src/share/getopt/Makefile
1020
1021 # /lib/libflac/flac-1.2.1/src/share/grabbag/
1022 /lib/libflac/flac-1.2.1/src/share/grabbag/Makefile
1023
1024 # /lib/libflac/flac-1.2.1/src/share/replaygain_analysis/
1025 /lib/libflac/flac-1.2.1/src/share/replaygain_analysis/Makefile
1026
1027 # /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/
1028 /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/Makefile
1029
1030 # /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/include/
1031 /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/include/Makefile
1032
1033 # /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/include/private/
1034 /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/include/private/Makefile
1035
1036 # /lib/libflac/flac-1.2.1/src/share/utf8/
1037 /lib/libflac/flac-1.2.1/src/share/utf8/Makefile
1038
1039 # /lib/nosefart/
1040 /lib/nosefart/Makefile
1041 /lib/nosefart/NoseFart.lib
1042 /lib/nosefart/Debug
1043 /lib/nosefart/Release
1044
1045 # /lib/libsidplay2/
1046 /lib/libsidplay2/Makefile
1047
1048 # /lib/libsidplay2/libsidplay/win/VC
1049 /lib/libsidplay2/libsidplay/win/VC/Debug
1050 /lib/libsidplay2/libsidplay/win/VC/Release
1051
1052 # /lib/snesapu/SNES/SNESAPU/
1053 /lib/snesapu/SNES/SNESAPU/Makefile
1054
1055 # /lib/stsound/StSoundLibrary/
1056 /lib/stsound/StSoundLibrary/Makefile
1057 /lib/stsound/StSoundLibrary/StSoundLibrary.lib
1058 /lib/stsound/StSoundLibrary/Debug
1059 /lib/stsound/StSoundLibrary/Release
1060
1061 # /lib/timidity/
1062 /lib/timidity/Makefile
1063
1064 # /lib/vgmstream/
1065 /lib/vgmstream/Makefile
1066
1067 # /lib/vgmstream/win32/
1068 /lib/vgmstream/win32/Debug
1069 /lib/vgmstream/win32/Release
1070 /lib/vgmstream/win32/win32.ncb
1071 /lib/vgmstream/win32/win32.suo
1072 /lib/vgmstream/win32/win32.lib
1073
1074 # /lib/win32/libmms_win32/
1075 /lib/win32/libmms_win32/msvc++/Debug
1076 /lib/win32/libmms_win32/msvc++/Release
1077
1078 # /lib/win32/libsamplerate
1079 /lib/win32/libsamplerate/libsamplerate_win32/Debug
1080 /lib/win32/libsamplerate/libsamplerate_win32/Release
1081
1082 # /lib/win32/sqlite
1083 /lib/win32/sqlite/libsqlite_win32/Debug
1084 /lib/win32/sqlite/libsqlite_win32/Release
1085
1086 # /lib/win32/vorbisfile/libvorbis/
1087 /lib/win32/vorbisfile/libvorbis/config.log
1088 /lib/win32/vorbisfile/libvorbis/config.h
1089 /lib/win32/vorbisfile/libvorbis/Makefile
1090 /lib/win32/vorbisfile/libvorbis/libvorbis.spec
1091 /lib/win32/vorbisfile/libvorbis/config.status
1092 /lib/win32/vorbisfile/libvorbis/stamp-h1
1093 /lib/win32/vorbisfile/libvorbis/configure.lineno
1094 /lib/win32/vorbisfile/libvorbis/libtool
1095
1096 # /lib/win32/vorbisfile/libvorbis/doc/
1097 /lib/win32/vorbisfile/libvorbis/doc/Makefile
1098
1099 # /lib/win32/vorbisfile/libvorbis/doc/vorbisenc/
1100 /lib/win32/vorbisfile/libvorbis/doc/vorbisenc/Makefile
1101
1102 # /lib/win32/vorbisfile/libvorbis/doc/vorbisfile/
1103 /lib/win32/vorbisfile/libvorbis/doc/vorbisfile/Makefile
1104
1105 # /lib/win32/vorbisfile/libvorbis/examples/
1106 /lib/win32/vorbisfile/libvorbis/examples/Makefile
1107
1108 # /lib/win32/vorbisfile/libvorbis/include/
1109 /lib/win32/vorbisfile/libvorbis/include/Makefile
1110
1111 # /lib/win32/vorbisfile/libvorbis/include/vorbis/
1112 /lib/win32/vorbisfile/libvorbis/include/vorbis/Makefile
1113
1114 # /lib/win32/vorbisfile/libvorbis/lib/
1115 /lib/win32/vorbisfile/libvorbis/lib/Makefile
1116
1117 # /lib/win32/vorbisfile/libvorbis/lib/books/
1118 /lib/win32/vorbisfile/libvorbis/lib/books/Makefile
1119
1120 # /lib/win32/vorbisfile/libvorbis/lib/books/coupled/
1121 /lib/win32/vorbisfile/libvorbis/lib/books/coupled/Makefile
1122
1123 # /lib/win32/vorbisfile/libvorbis/lib/books/floor/
1124 /lib/win32/vorbisfile/libvorbis/lib/books/floor/Makefile
1125
1126 # /lib/win32/vorbisfile/libvorbis/lib/books/uncoupled/
1127 /lib/win32/vorbisfile/libvorbis/lib/books/uncoupled/Makefile
1128
1129 # /lib/win32/vorbisfile/libvorbis/lib/modes/
1130 /lib/win32/vorbisfile/libvorbis/lib/modes/Makefile
1131
1132 # /lib/win32/vorbisfile/libvorbis/vq/
1133 /lib/win32/vorbisfile/libvorbis/vq/Makefile
1134
1135 # /lib/win32/vorbisfile/libvorbis/win32/
1136 /lib/win32/vorbisfile/libvorbis/win32/VS2008/libvorbis/Debug
1137 /lib/win32/vorbisfile/libvorbis/win32/VS2008/libvorbis/Release
1138 /lib/win32/vorbisfile/libvorbis/win32/VS2008/libvorbisfile/Debug
1139 /lib/win32/vorbisfile/libvorbis/win32/VS2008/libvorbisfile/Release
1140
1141 # /lib/win32/vorbisfile/ogg/
1142 /lib/win32/vorbisfile/ogg/config.log
1143 /lib/win32/vorbisfile/ogg/config.h
1144 /lib/win32/vorbisfile/ogg/Makefile
1145 /lib/win32/vorbisfile/ogg/config.status
1146 /lib/win32/vorbisfile/ogg/stamp-h1
1147 /lib/win32/vorbisfile/ogg/libogg.spec
1148 /lib/win32/vorbisfile/ogg/configure.lineno
1149 /lib/win32/vorbisfile/ogg/libtool
1150 /lib/win32/vorbisfile/ogg/win32/Static_Debug/
1151
1152 # /lib/win32/vorbisfile/ogg/doc/
1153 /lib/win32/vorbisfile/ogg/doc/Makefile
1154
1155 # /lib/win32/vorbisfile/ogg/doc/libogg/
1156 /lib/win32/vorbisfile/ogg/doc/libogg/Makefile
1157
1158 # /lib/win32/vorbisfile/ogg/include/
1159 /lib/win32/vorbisfile/ogg/include/Makefile
1160
1161 # /lib/win32/vorbisfile/ogg/include/ogg/
1162 /lib/win32/vorbisfile/ogg/include/ogg/config_types.h
1163 /lib/win32/vorbisfile/ogg/include/ogg/Makefile
1164
1165 # /lib/win32/vorbisfile/ogg/src/
1166 /lib/win32/vorbisfile/ogg/src/Makefile
1167 /lib/win32/vorbisfile/ogg/src/test_bitwise
1168 /lib/win32/vorbisfile/ogg/src/test_framing
1169
1170 # /lib/win32/vorbisfile/ogg/win32/
1171 /lib/win32/vorbisfile/ogg/win32/Makefile
1172 /lib/win32/vorbisfile/ogg/win32/Static_Debug
1173 /lib/win32/vorbisfile/ogg/win32/Static_Release
1174
1175 # /lib/cmyth/
1176 /lib/cmyth/Makefile.depend
1177 /lib/cmyth/Win32/libcmyth.lib
1178
1179 # /lib/cmyth/Win32
1180 /lib/cmyth/Win32/Debug
1181 /lib/cmyth/Win32/Release
1182
1183 # lib/cximage-6.0/
1184 /lib/cximage-6.0/Makefile
1185 /lib/cximage-6.0/Debug
1186 /lib/cximage-6.0/Release
1187 /lib/cximage-6.0/*/Debug
1188 /lib/cximage-6.0/*/Release
1189
1190 # /lib/cximage-6.0/zlib/
1191 /lib/cximage-6.0/zlib/zconf.h
1192 /lib/cximage-6.0/zlib/Makefile
1193
1194 # /lib/libexif
1195 /lib/libexif/Makefile
1196 /lib/libexif/Debug (DLL)
1197 /lib/libexif/Release (DLL)
1198 /lib/libexif/libexif.lib
1199
1200 /lib/libhdhomerun/Makefile
1201
1202 # /lib/libhts/Win32
1203 /lib/libhts/Win32/Debug
1204 /lib/libhts/Win32/Release
1205
1206
1207 # /lib/libRTV/
1208 /lib/libRTV/Makefile
1209 /lib/libRTV/Debug
1210 /lib/libRTV/Release
1211
1212 /lib/libsquish/Makefile
1213 /lib/libsquish/lib/squishd.lib
1214 /lib/libsquish/lib/squish.lib
1215 /lib/libsquish/vs7/squish/Debug
1216 /lib/libsquish/vs7/squish/Release
1217
1218 /lib/libUPnP/Makefile
1219
1220 # /lib/libXDAAP
1221 /lib/libXDAAP/Makefile
1222 /lib/libXDAAP/libXDAAP_win32/Debug
1223 /lib/libXDAAP/libXDAAP_win32/Release
1224
1225 # /portable_data
1226 /portable_data
1227
1228 /addons/library.xbmc.addon/libXBMC_addon.dll
1229 /addons/library.xbmc.addon/libXBMC_addon.lib
1230 /addons/library.xbmc.codec/libXBMC_codec.dll
1231 /addons/library.xbmc.codec/libXBMC_codec.lib
1232 /addons/library.xbmc.gui/libXBMC_gui.dll
1233 /addons/library.xbmc.gui/libXBMC_gui.lib
1234 /addons/library.xbmc.pvr/libXBMC_pvr.dll
1235 /addons/library.xbmc.pvr/libXBMC_pvr.lib
1236
1237 /pvr-addons