Advertisement
Guest User

Untitled

a guest
Apr 10th, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 8.96 KB | None | 0 0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.10
  3.  
  4.  
  5. CFLAGS = -O2 -fno-stack-protector -DNDEBUG -Wall
  6.  
  7.  
  8. default: libtommath libtomcrypt
  9.  
  10. libtommath/%.o: libtommath/%.c
  11.     $(CC) $(CFLAGS) -I./libtommath -o $@ -c $<
  12.  
  13. libtommath: $(LTM_OBJECTS)
  14.  
  15. LTC_CFLAGS = $(CFLAGS) -Ilibtomcrypt/src/headers -Ilibtommath -DLTC_SOURCE -DLTM_DESC -o $@
  16.  
  17. libtomcrypt/%.o: libtomcrypt/%.c
  18.     $(CC) $(LTC_CFLAGS) -c $<
  19.  
  20. #ciphers come in two flavours... enc+dec and enc
  21. libtomcrypt/src/ciphers/aes/aes_enc.o: libtomcrypt/src/ciphers/aes/aes.c libtomcrypt/src/ciphers/aes/aes_tab.c
  22.     $(CC) $(LTC_CFLAGS) -DENCRYPT_ONLY -c libtomcrypt/src/ciphers/aes/aes.c
  23.  
  24. libtomcrypt: $(LTC_OBJECTS)
  25.  
  26. CXXFLAGS = $(CFLAGS) -fno-rtti -Ilibtomcrypt/src/headers -DLTM_DESC
  27. LT_OBJECTS = $(LTM_OBJECTS) $(LTC_OBJECTS)
  28.  
  29.  
  30.  
  31. # Default target executed when no arguments are given to make.
  32. default_target: all
  33.  
  34. .PHONY : default_target
  35.  
  36. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  37. .NOTPARALLEL:
  38.  
  39.  
  40. #=============================================================================
  41. # Special targets provided by cmake.
  42.  
  43. # Disable implicit rules so canonical targets will work.
  44. .SUFFIXES:
  45.  
  46. # Remove some rules from gmake that .SUFFIXES does not remove.
  47. SUFFIXES =
  48.  
  49. .SUFFIXES: .hpux_make_needs_suffix_list
  50.  
  51.  
  52. # Suppress display of executed commands.
  53. $(VERBOSE).SILENT:
  54.  
  55.  
  56. # A target that is always out of date.
  57. cmake_force:
  58.  
  59. .PHONY : cmake_force
  60.  
  61. #=============================================================================
  62. # Set environment variables for the build.
  63.  
  64. # The shell in which to execute make rules.
  65. SHELL = /bin/sh
  66.  
  67. # The CMake executable.
  68. CMAKE_COMMAND = /home/verhext/Downloads/clion-2018.1/bin/cmake/bin/cmake
  69.  
  70. # The command to remove a file.
  71. RM = /home/verhext/Downloads/clion-2018.1/bin/cmake/bin/cmake -E remove -f
  72.  
  73. # Escaping for special characters.
  74. EQUALS = =
  75.  
  76. # The top-level source directory on which CMake was run.
  77. CMAKE_SOURCE_DIR = /home/verhext/CLionProjects/TS3Client-Linux
  78.  
  79. # The top-level build directory on which CMake was run.
  80. CMAKE_BINARY_DIR = /home/verhext/CLionProjects/TS3Client-Linux/cmake-build-debug
  81.  
  82. #=============================================================================
  83. # Targets provided globally by CMake.
  84.  
  85. # Special rule for the target rebuild_cache
  86. rebuild_cache:
  87.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  88.     /home/verhext/Downloads/clion-2018.1/bin/cmake/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  89. .PHONY : rebuild_cache
  90.  
  91. # Special rule for the target rebuild_cache
  92. rebuild_cache/fast: rebuild_cache
  93.  
  94. .PHONY : rebuild_cache/fast
  95.  
  96. # Special rule for the target edit_cache
  97. edit_cache:
  98.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  99.     /home/verhext/Downloads/clion-2018.1/bin/cmake/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  100. .PHONY : edit_cache
  101.  
  102. # Special rule for the target edit_cache
  103. edit_cache/fast: edit_cache
  104.  
  105. .PHONY : edit_cache/fast
  106.  
  107. # The main all target
  108. all: cmake_check_build_system
  109.     $(CMAKE_COMMAND) -E cmake_progress_start /home/verhext/CLionProjects/TS3Client-Linux/cmake-build-debug/CMakeFiles /home/verhext/CLionProjects/TS3Client-Linux/cmake-build-debug/CMakeFiles/progress.marks
  110.     $(MAKE) -f CMakeFiles/Makefile2 all
  111.     $(CMAKE_COMMAND) -E cmake_progress_start /home/verhext/CLionProjects/TS3Client-Linux/cmake-build-debug/CMakeFiles 0
  112. .PHONY : all
  113.  
  114. # The main clean target
  115. clean:
  116.     $(MAKE) -f CMakeFiles/Makefile2 clean
  117. .PHONY : clean
  118.  
  119. # The main clean target
  120. clean/fast: clean
  121.  
  122. .PHONY : clean/fast
  123.  
  124. # Prepare targets for installation.
  125. preinstall: all
  126.     $(MAKE) -f CMakeFiles/Makefile2 preinstall
  127. .PHONY : preinstall
  128.  
  129. # Prepare targets for installation.
  130. preinstall/fast:
  131.     $(MAKE) -f CMakeFiles/Makefile2 preinstall
  132. .PHONY : preinstall/fast
  133.  
  134. # clear depends
  135. depend:
  136.     $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  137. .PHONY : depend
  138.  
  139. #=============================================================================
  140. # Target rules for targets named TS3Client_Linux
  141.  
  142. # Build rule for target.
  143. TS3Client_Linux: cmake_check_build_system
  144.     $(MAKE) -f CMakeFiles/Makefile2 TS3Client_Linux
  145. .PHONY : TS3Client_Linux
  146.  
  147. # fast build rule for target.
  148. TS3Client_Linux/fast:
  149.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/build
  150. .PHONY : TS3Client_Linux/fast
  151.  
  152. Crypto.o: Crypto.cpp.o
  153.  
  154. .PHONY : Crypto.o
  155.  
  156. # target to build an object file
  157. Crypto.cpp.o:
  158.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/Crypto.cpp.o
  159. .PHONY : Crypto.cpp.o
  160.  
  161. Crypto.i: Crypto.cpp.i
  162.  
  163. .PHONY : Crypto.i
  164.  
  165. # target to preprocess a source file
  166. Crypto.cpp.i:
  167.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/Crypto.cpp.i
  168. .PHONY : Crypto.cpp.i
  169.  
  170. Crypto.s: Crypto.cpp.s
  171.  
  172. .PHONY : Crypto.s
  173.  
  174. # target to generate assembly for a file
  175. Crypto.cpp.s:
  176.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/Crypto.cpp.s
  177. .PHONY : Crypto.cpp.s
  178.  
  179. Packet.o: Packet.cpp.o
  180.  
  181. .PHONY : Packet.o
  182.  
  183. # target to build an object file
  184. Packet.cpp.o:
  185.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/Packet.cpp.o
  186. .PHONY : Packet.cpp.o
  187.  
  188. Packet.i: Packet.cpp.i
  189.  
  190. .PHONY : Packet.i
  191.  
  192. # target to preprocess a source file
  193. Packet.cpp.i:
  194.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/Packet.cpp.i
  195. .PHONY : Packet.cpp.i
  196.  
  197. Packet.s: Packet.cpp.s
  198.  
  199. .PHONY : Packet.s
  200.  
  201. # target to generate assembly for a file
  202. Packet.cpp.s:
  203.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/Packet.cpp.s
  204. .PHONY : Packet.cpp.s
  205.  
  206. PacketHandler.o: PacketHandler.cpp.o
  207.  
  208. .PHONY : PacketHandler.o
  209.  
  210. # target to build an object file
  211. PacketHandler.cpp.o:
  212.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/PacketHandler.cpp.o
  213. .PHONY : PacketHandler.cpp.o
  214.  
  215. PacketHandler.i: PacketHandler.cpp.i
  216.  
  217. .PHONY : PacketHandler.i
  218.  
  219. # target to preprocess a source file
  220. PacketHandler.cpp.i:
  221.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/PacketHandler.cpp.i
  222. .PHONY : PacketHandler.cpp.i
  223.  
  224. PacketHandler.s: PacketHandler.cpp.s
  225.  
  226. .PHONY : PacketHandler.s
  227.  
  228. # target to generate assembly for a file
  229. PacketHandler.cpp.s:
  230.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/PacketHandler.cpp.s
  231. .PHONY : PacketHandler.cpp.s
  232.  
  233. Util.o: Util.cpp.o
  234.  
  235. .PHONY : Util.o
  236.  
  237. # target to build an object file
  238. Util.cpp.o:
  239.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/Util.cpp.o
  240. .PHONY : Util.cpp.o
  241.  
  242. Util.i: Util.cpp.i
  243.  
  244. .PHONY : Util.i
  245.  
  246. # target to preprocess a source file
  247. Util.cpp.i:
  248.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/Util.cpp.i
  249. .PHONY : Util.cpp.i
  250.  
  251. Util.s: Util.cpp.s
  252.  
  253. .PHONY : Util.s
  254.  
  255. # target to generate assembly for a file
  256. Util.cpp.s:
  257.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/Util.cpp.s
  258. .PHONY : Util.cpp.s
  259.  
  260. main.o: main.cpp.o
  261.  
  262. .PHONY : main.o
  263.  
  264. # target to build an object file
  265. main.cpp.o:
  266.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/main.cpp.o
  267. .PHONY : main.cpp.o
  268.  
  269. main.i: main.cpp.i
  270.  
  271. .PHONY : main.i
  272.  
  273. # target to preprocess a source file
  274. main.cpp.i:
  275.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/main.cpp.i
  276. .PHONY : main.cpp.i
  277.  
  278. main.s: main.cpp.s
  279.  
  280. .PHONY : main.s
  281.  
  282. # target to generate assembly for a file
  283. main.cpp.s:
  284.     $(MAKE) -f CMakeFiles/TS3Client_Linux.dir/build.make CMakeFiles/TS3Client_Linux.dir/main.cpp.s
  285. .PHONY : main.cpp.s
  286.  
  287. # Help Target
  288. help:
  289.     @echo "The following are some of the valid targets for this Makefile:"
  290.     @echo "... all (the default if no target is provided)"
  291.     @echo "... clean"
  292.     @echo "... depend"
  293.     @echo "... rebuild_cache"
  294.     @echo "... edit_cache"
  295.     @echo "... TS3Client_Linux"
  296.     @echo "... Crypto.o"
  297.     @echo "... Crypto.i"
  298.     @echo "... Crypto.s"
  299.     @echo "... Packet.o"
  300.     @echo "... Packet.i"
  301.     @echo "... Packet.s"
  302.     @echo "... PacketHandler.o"
  303.     @echo "... PacketHandler.i"
  304.     @echo "... PacketHandler.s"
  305.     @echo "... Util.o"
  306.     @echo "... Util.i"
  307.     @echo "... Util.s"
  308.     @echo "... main.o"
  309.     @echo "... main.i"
  310.     @echo "... main.s"
  311. .PHONY : help
  312.  
  313.  
  314.  
  315. #=============================================================================
  316. # Special targets to cleanup operation of make.
  317.  
  318. # Special rule to run CMake to check the build system integrity.
  319. # No rule that depends on this can have commands that come from listfiles
  320. # because they might be regenerated.
  321. cmake_check_build_system:
  322.     $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  323. .PHONY : cmake_check_build_system
  324.  
  325. -DUSE_LTM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement