Advertisement
panoramix1246

tree

Oct 31st, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.72 KB | None | 0 0
  1. [root@panoramix makerpm]# tree rpmbuild/BUILDROOT
  2. rpmbuild/BUILDROOT
  3. └── mpg123-1.14.4-1.i386
  4. └── usr
  5. ├── bin
  6. │   └── mpg123
  7. ├── include
  8. │   └── mpg123.h
  9. ├── lib
  10. │   ├── debug
  11. │   │   └── usr
  12. │   │   ├── bin
  13. │   │   │   └── mpg123.debug
  14. │   │   └── lib
  15. │   │   ├── libmpg123.so.0.36.6.debug
  16. │   │   ├── libmpg123.so.0.debug -> libmpg123.so.0.36.6.debug
  17. │   │   └── libmpg123.so.debug -> libmpg123.so.0.36.6.debug
  18. │   ├── libmpg123.a
  19. │   ├── libmpg123.la
  20. │   ├── libmpg123.so -> libmpg123.so.0.36.6
  21. │   ├── libmpg123.so.0 -> libmpg123.so.0.36.6
  22. │   ├── libmpg123.so.0.36.6
  23. │   └── pkgconfig
  24. │   └── libmpg123.pc
  25. ├── share
  26. │   └── man
  27. │   └── man1
  28. │   └── mpg123.1.gz
  29. └── src
  30. └── debug
  31. └── mpg123-1.14.4
  32. └── src
  33. ├── audio.c
  34. ├── audio.h
  35. ├── buffer.c
  36. ├── buffer.h
  37. ├── common.c
  38. ├── common.h
  39. ├── control_generic.c
  40. ├── equalizer.c
  41. ├── genre.c
  42. ├── genre.h
  43. ├── getlopt.c
  44. ├── getlopt.h
  45. ├── httpget.c
  46. ├── httpget.h
  47. ├── legacy_module.c
  48. ├── libmpg123
  49. │   ├── compat.c
  50. │   ├── compat.h
  51. │   ├── dct36_3dnowext.S
  52. │   ├── dct36_3dnow.S
  53. │   ├── dct64_3dnowext.S
  54. │   ├── dct64_3dnow.S
  55. │   ├── dct64.c
  56. │   ├── dct64_i386.c
  57. │   ├── dct64_mmx.S
  58. │   ├── dct64_sse_float.S
  59. │   ├── dct64_sse.S
  60. │   ├── decode.h
  61. │   ├── dither.c
  62. │   ├── dither.h
  63. │   ├── equalizer_3dnow.S
  64. │   ├── equalizer.c
  65. │   ├── feature.c
  66. │   ├── format.c
  67. │   ├── frame.c
  68. │   ├── frame.h
  69. │   ├── gapless.h
  70. │   ├── getbits.h
  71. │   ├── getcpuflags.h
  72. │   ├── getcpuflags.S
  73. │   ├── huffman.h
  74. │   ├── icy2utf8.c
  75. │   ├── icy2utf8.h
  76. │   ├── icy.c
  77. │   ├── icy.h
  78. │   ├── id3.c
  79. │   ├── id3.h
  80. │   ├── index.c
  81. │   ├── index.h
  82. │   ├── l2tables.h
  83. │   ├── layer1.c
  84. │   ├── layer2.c
  85. │   ├── layer3.c
  86. │   ├── lfs_alias.c
  87. │   ├── lfs_wrap.c
  88. │   ├── libmpg123.c
  89. │   ├── mpg123.h
  90. │   ├── mpg123lib_intern.h
  91. │   ├── ntom.c
  92. │   ├── optimize.c
  93. │   ├── optimize.h
  94. │   ├── parse.c
  95. │   ├── parse.h
  96. │   ├── reader.h
  97. │   ├── readers.c
  98. │   ├── sample.h
  99. │   ├── stringbuf.c
  100. │   ├── synth_3dnow.S
  101. │   ├── synth_8bit.h
  102. │   ├── synth.c
  103. │   ├── synth.h
  104. │   ├── synth_i586_dither.S
  105. │   ├── synth_i586.S
  106. │   ├── synth_mmx.S
  107. │   ├── synth_mono.h
  108. │   ├── synth_ntom.h
  109. │   ├── synth_real.c
  110. │   ├── synth_s32.c
  111. │   ├── synths.h
  112. │   ├── synth_sse3d.h
  113. │   ├── synth_sse_float.S
  114. │   ├── synth_sse_s32.S
  115. │   ├── synth_stereo_sse_float.S
  116. │   ├── synth_stereo_sse_s32.S
  117. │   ├── tabinit.c
  118. │   └── tabinit_mmx.S
  119. ├── local.c
  120. ├── local.h
  121. ├── metaprint.c
  122. ├── metaprint.h
  123. ├── module.h
  124. ├── mpg123app.h
  125. ├── mpg123.c
  126. ├── output
  127. │   └── oss.c
  128. ├── playlist.c
  129. ├── playlist.h
  130. ├── resolver.c
  131. ├── resolver.h
  132. ├── streamdump.c
  133. ├── streamdump.h
  134. ├── term.c
  135. ├── term.h
  136. ├── wav.c
  137. ├── wavhead.h
  138. ├── xfermem.c
  139. └── xfermem.h
  140.  
  141. 19 directories, 118 files
  142. [root@panoramix makerpm]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement