Advertisement
Guest User

Untitled

a guest
Apr 25th, 2012
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 10.87 KB | None | 0 0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 2.8
  3.  
  4. # Default target executed when no arguments are given to make.
  5. default_target: all
  6. .PHONY : default_target
  7.  
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10.  
  11. # Disable implicit rules so canoncical targets will work.
  12. .SUFFIXES:
  13.  
  14. # Remove some rules from gmake that .SUFFIXES does not remove.
  15. SUFFIXES =
  16.  
  17. .SUFFIXES: .hpux_make_needs_suffix_list
  18.  
  19. # Suppress display of executed commands.
  20. $(VERBOSE).SILENT:
  21.  
  22. # A target that is always out of date.
  23. cmake_force:
  24. .PHONY : cmake_force
  25.  
  26. #=============================================================================
  27. # Set environment variables for the build.
  28.  
  29. # The shell in which to execute make rules.
  30. SHELL = /bin/sh
  31.  
  32. # The CMake executable.
  33. CMAKE_COMMAND = /usr/bin/cmake
  34.  
  35. # The command to remove a file.
  36. RM = /usr/bin/cmake -E remove -f
  37.  
  38. # The program to use to edit the cache.
  39. CMAKE_EDIT_COMMAND = /usr/bin/ccmake
  40.  
  41. # The top-level source directory on which CMake was run.
  42. CMAKE_SOURCE_DIR = /home/init/Downloads/lmms-0.4.13
  43.  
  44. # The top-level build directory on which CMake was run.
  45. CMAKE_BINARY_DIR = /home/init/Downloads/lmms-0.4.13
  46.  
  47. #=============================================================================
  48. # Targets provided globally by CMake.
  49.  
  50. # Special rule for the target edit_cache
  51. edit_cache:
  52.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  53.     /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  54. .PHONY : edit_cache
  55.  
  56. # Special rule for the target edit_cache
  57. edit_cache/fast: edit_cache
  58. .PHONY : edit_cache/fast
  59.  
  60. # Special rule for the target install
  61. install: preinstall
  62.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  63.     /usr/bin/cmake -P cmake_install.cmake
  64. .PHONY : install
  65.  
  66. # Special rule for the target install
  67. install/fast: preinstall/fast
  68.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  69.     /usr/bin/cmake -P cmake_install.cmake
  70. .PHONY : install/fast
  71.  
  72. # Special rule for the target install/local
  73. install/local: preinstall
  74.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  75.     /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  76. .PHONY : install/local
  77.  
  78. # Special rule for the target install/local
  79. install/local/fast: install/local
  80. .PHONY : install/local/fast
  81.  
  82. # Special rule for the target install/strip
  83. install/strip: preinstall
  84.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  85.     /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  86. .PHONY : install/strip
  87.  
  88. # Special rule for the target install/strip
  89. install/strip/fast: install/strip
  90. .PHONY : install/strip/fast
  91.  
  92. # Special rule for the target list_install_components
  93. list_install_components:
  94.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  95. .PHONY : list_install_components
  96.  
  97. # Special rule for the target list_install_components
  98. list_install_components/fast: list_install_components
  99. .PHONY : list_install_components/fast
  100.  
  101. # Special rule for the target package
  102. package: preinstall
  103.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
  104.     cd /home/init/Downloads/lmms-0.4.13 && /usr/bin/cpack --config ./CPackConfig.cmake
  105. .PHONY : package
  106.  
  107. # Special rule for the target package
  108. package/fast: package
  109. .PHONY : package/fast
  110.  
  111. # Special rule for the target package_source
  112. package_source:
  113.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
  114.     cd /home/init/Downloads/lmms-0.4.13 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/init/Downloads/lmms-0.4.13/CPackSourceConfig.cmake
  115. .PHONY : package_source
  116.  
  117. # Special rule for the target package_source
  118. package_source/fast: package_source
  119. .PHONY : package_source/fast
  120.  
  121. # Special rule for the target rebuild_cache
  122. rebuild_cache:
  123.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  124.     /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  125. .PHONY : rebuild_cache
  126.  
  127. # Special rule for the target rebuild_cache
  128. rebuild_cache/fast: rebuild_cache
  129. .PHONY : rebuild_cache/fast
  130.  
  131. # The main all target
  132. all: cmake_check_build_system
  133.     cd /home/init/Downloads/lmms-0.4.13 && $(CMAKE_COMMAND) -E cmake_progress_start /home/init/Downloads/lmms-0.4.13/CMakeFiles /home/init/Downloads/lmms-0.4.13/plugins/vst_effect/CMakeFiles/progress.marks
  134.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f CMakeFiles/Makefile2 plugins/vst_effect/all
  135.     $(CMAKE_COMMAND) -E cmake_progress_start /home/init/Downloads/lmms-0.4.13/CMakeFiles 0
  136. .PHONY : all
  137.  
  138. # The main clean target
  139. clean:
  140.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f CMakeFiles/Makefile2 plugins/vst_effect/clean
  141. .PHONY : clean
  142.  
  143. # The main clean target
  144. clean/fast: clean
  145. .PHONY : clean/fast
  146.  
  147. # Prepare targets for installation.
  148. preinstall: all
  149.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f CMakeFiles/Makefile2 plugins/vst_effect/preinstall
  150. .PHONY : preinstall
  151.  
  152. # Prepare targets for installation.
  153. preinstall/fast:
  154.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f CMakeFiles/Makefile2 plugins/vst_effect/preinstall
  155. .PHONY : preinstall/fast
  156.  
  157. # clear depends
  158. depend:
  159.     cd /home/init/Downloads/lmms-0.4.13 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  160. .PHONY : depend
  161.  
  162. # Convenience name for target.
  163. plugins/vst_effect/CMakeFiles/vsteffect.dir/rule:
  164.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f CMakeFiles/Makefile2 plugins/vst_effect/CMakeFiles/vsteffect.dir/rule
  165. .PHONY : plugins/vst_effect/CMakeFiles/vsteffect.dir/rule
  166.  
  167. # Convenience name for target.
  168. vsteffect: plugins/vst_effect/CMakeFiles/vsteffect.dir/rule
  169. .PHONY : vsteffect
  170.  
  171. # fast build rule for target.
  172. vsteffect/fast:
  173.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/build
  174. .PHONY : vsteffect/fast
  175.  
  176. # Manual pre-install relink rule for target.
  177. vsteffect/preinstall:
  178.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f CMakeFiles/Makefile2 plugins/vst_effect/CMakeFiles/vsteffect.dir/preinstall
  179. .PHONY : vsteffect/preinstall
  180.  
  181. # target to build an object file
  182. VstEffect.o:
  183.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/VstEffect.o
  184. .PHONY : VstEffect.o
  185.  
  186. # target to preprocess a source file
  187. VstEffect.i:
  188.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/VstEffect.i
  189. .PHONY : VstEffect.i
  190.  
  191. # target to generate assembly for a file
  192. VstEffect.s:
  193.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/VstEffect.s
  194. .PHONY : VstEffect.s
  195.  
  196. # target to build an object file
  197. VstEffectControlDialog.o:
  198.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/VstEffectControlDialog.o
  199. .PHONY : VstEffectControlDialog.o
  200.  
  201. # target to preprocess a source file
  202. VstEffectControlDialog.i:
  203.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/VstEffectControlDialog.i
  204. .PHONY : VstEffectControlDialog.i
  205.  
  206. # target to generate assembly for a file
  207. VstEffectControlDialog.s:
  208.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/VstEffectControlDialog.s
  209. .PHONY : VstEffectControlDialog.s
  210.  
  211. # target to build an object file
  212. VstEffectControls.o:
  213.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/VstEffectControls.o
  214. .PHONY : VstEffectControls.o
  215.  
  216. # target to preprocess a source file
  217. VstEffectControls.i:
  218.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/VstEffectControls.i
  219. .PHONY : VstEffectControls.i
  220.  
  221. # target to generate assembly for a file
  222. VstEffectControls.s:
  223.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/VstEffectControls.s
  224. .PHONY : VstEffectControls.s
  225.  
  226. # target to build an object file
  227. VstSubPluginFeatures.o:
  228.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/VstSubPluginFeatures.o
  229. .PHONY : VstSubPluginFeatures.o
  230.  
  231. # target to preprocess a source file
  232. VstSubPluginFeatures.i:
  233.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/VstSubPluginFeatures.i
  234. .PHONY : VstSubPluginFeatures.i
  235.  
  236. # target to generate assembly for a file
  237. VstSubPluginFeatures.s:
  238.     cd /home/init/Downloads/lmms-0.4.13 && $(MAKE) -f plugins/vst_effect/CMakeFiles/vsteffect.dir/build.make plugins/vst_effect/CMakeFiles/vsteffect.dir/VstSubPluginFeatures.s
  239. .PHONY : VstSubPluginFeatures.s
  240.  
  241. # Help Target
  242. help:
  243.     @echo "The following are some of the valid targets for this Makefile:"
  244.     @echo "... all (the default if no target is provided)"
  245.     @echo "... clean"
  246.     @echo "... depend"
  247.     @echo "... edit_cache"
  248.     @echo "... install"
  249.     @echo "... install/local"
  250.     @echo "... install/strip"
  251.     @echo "... list_install_components"
  252.     @echo "... package"
  253.     @echo "... package_source"
  254.     @echo "... rebuild_cache"
  255.     @echo "... vsteffect"
  256.     @echo "... VstEffect.o"
  257.     @echo "... VstEffect.i"
  258.     @echo "... VstEffect.s"
  259.     @echo "... VstEffectControlDialog.o"
  260.     @echo "... VstEffectControlDialog.i"
  261.     @echo "... VstEffectControlDialog.s"
  262.     @echo "... VstEffectControls.o"
  263.     @echo "... VstEffectControls.i"
  264.     @echo "... VstEffectControls.s"
  265.     @echo "... VstSubPluginFeatures.o"
  266.     @echo "... VstSubPluginFeatures.i"
  267.     @echo "... VstSubPluginFeatures.s"
  268. .PHONY : help
  269.  
  270.  
  271.  
  272. #=============================================================================
  273. # Special targets to cleanup operation of make.
  274.  
  275. # Special rule to run CMake to check the build system integrity.
  276. # No rule that depends on this can have commands that come from listfiles
  277. # because they might be regenerated.
  278. cmake_check_build_system:
  279.     cd /home/init/Downloads/lmms-0.4.13 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  280. .PHONY : cmake_check_build_system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement