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