Makefile 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.13
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  7. .NOTPARALLEL:
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10. # Disable implicit rules so canonical targets will work.
  11. .SUFFIXES:
  12. # Remove some rules from gmake that .SUFFIXES does not remove.
  13. SUFFIXES =
  14. .SUFFIXES: .hpux_make_needs_suffix_list
  15. # Suppress display of executed commands.
  16. $(VERBOSE).SILENT:
  17. # A target that is always out of date.
  18. cmake_force:
  19. .PHONY : cmake_force
  20. #=============================================================================
  21. # Set environment variables for the build.
  22. # The shell in which to execute make rules.
  23. SHELL = /bin/sh
  24. # The CMake executable.
  25. CMAKE_COMMAND = /usr/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/bin/cmake -E remove -f
  28. # Escaping for special characters.
  29. EQUALS = =
  30. # The top-level source directory on which CMake was run.
  31. CMAKE_SOURCE_DIR = /tmp/tmp.FXo2ddokbN
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /tmp/tmp.FXo2ddokbN/cmake-build-debug
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target rebuild_cache
  37. rebuild_cache:
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  39. /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  40. .PHONY : rebuild_cache
  41. # Special rule for the target rebuild_cache
  42. rebuild_cache/fast: rebuild_cache
  43. .PHONY : rebuild_cache/fast
  44. # Special rule for the target edit_cache
  45. edit_cache:
  46. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  47. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  48. .PHONY : edit_cache
  49. # Special rule for the target edit_cache
  50. edit_cache/fast: edit_cache
  51. .PHONY : edit_cache/fast
  52. # The main all target
  53. all: cmake_check_build_system
  54. $(CMAKE_COMMAND) -E cmake_progress_start /tmp/tmp.FXo2ddokbN/cmake-build-debug/CMakeFiles /tmp/tmp.FXo2ddokbN/cmake-build-debug/CMakeFiles/progress.marks
  55. $(MAKE) -f CMakeFiles/Makefile2 all
  56. $(CMAKE_COMMAND) -E cmake_progress_start /tmp/tmp.FXo2ddokbN/cmake-build-debug/CMakeFiles 0
  57. .PHONY : all
  58. # The main clean target
  59. clean:
  60. $(MAKE) -f CMakeFiles/Makefile2 clean
  61. .PHONY : clean
  62. # The main clean target
  63. clean/fast: clean
  64. .PHONY : clean/fast
  65. # Prepare targets for installation.
  66. preinstall: all
  67. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  68. .PHONY : preinstall
  69. # Prepare targets for installation.
  70. preinstall/fast:
  71. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  72. .PHONY : preinstall/fast
  73. # clear depends
  74. depend:
  75. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  76. .PHONY : depend
  77. #=============================================================================
  78. # Target rules for targets named FDIACS
  79. # Build rule for target.
  80. FDIACS: cmake_check_build_system
  81. $(MAKE) -f CMakeFiles/Makefile2 FDIACS
  82. .PHONY : FDIACS
  83. # fast build rule for target.
  84. FDIACS/fast:
  85. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/build
  86. .PHONY : FDIACS/fast
  87. httppost.o: httppost.cpp.o
  88. .PHONY : httppost.o
  89. # target to build an object file
  90. httppost.cpp.o:
  91. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/httppost.cpp.o
  92. .PHONY : httppost.cpp.o
  93. httppost.i: httppost.cpp.i
  94. .PHONY : httppost.i
  95. # target to preprocess a source file
  96. httppost.cpp.i:
  97. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/httppost.cpp.i
  98. .PHONY : httppost.cpp.i
  99. httppost.s: httppost.cpp.s
  100. .PHONY : httppost.s
  101. # target to generate assembly for a file
  102. httppost.cpp.s:
  103. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/httppost.cpp.s
  104. .PHONY : httppost.cpp.s
  105. main.o: main.cpp.o
  106. .PHONY : main.o
  107. # target to build an object file
  108. main.cpp.o:
  109. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/main.cpp.o
  110. .PHONY : main.cpp.o
  111. main.i: main.cpp.i
  112. .PHONY : main.i
  113. # target to preprocess a source file
  114. main.cpp.i:
  115. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/main.cpp.i
  116. .PHONY : main.cpp.i
  117. main.s: main.cpp.s
  118. .PHONY : main.s
  119. # target to generate assembly for a file
  120. main.cpp.s:
  121. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/main.cpp.s
  122. .PHONY : main.cpp.s
  123. soapC.o: soapC.cpp.o
  124. .PHONY : soapC.o
  125. # target to build an object file
  126. soapC.cpp.o:
  127. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/soapC.cpp.o
  128. .PHONY : soapC.cpp.o
  129. soapC.i: soapC.cpp.i
  130. .PHONY : soapC.i
  131. # target to preprocess a source file
  132. soapC.cpp.i:
  133. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/soapC.cpp.i
  134. .PHONY : soapC.cpp.i
  135. soapC.s: soapC.cpp.s
  136. .PHONY : soapC.s
  137. # target to generate assembly for a file
  138. soapC.cpp.s:
  139. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/soapC.cpp.s
  140. .PHONY : soapC.cpp.s
  141. soapcwmpService.o: soapcwmpService.cpp.o
  142. .PHONY : soapcwmpService.o
  143. # target to build an object file
  144. soapcwmpService.cpp.o:
  145. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/soapcwmpService.cpp.o
  146. .PHONY : soapcwmpService.cpp.o
  147. soapcwmpService.i: soapcwmpService.cpp.i
  148. .PHONY : soapcwmpService.i
  149. # target to preprocess a source file
  150. soapcwmpService.cpp.i:
  151. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/soapcwmpService.cpp.i
  152. .PHONY : soapcwmpService.cpp.i
  153. soapcwmpService.s: soapcwmpService.cpp.s
  154. .PHONY : soapcwmpService.s
  155. # target to generate assembly for a file
  156. soapcwmpService.cpp.s:
  157. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/soapcwmpService.cpp.s
  158. .PHONY : soapcwmpService.cpp.s
  159. stdsoap2.o: stdsoap2.cpp.o
  160. .PHONY : stdsoap2.o
  161. # target to build an object file
  162. stdsoap2.cpp.o:
  163. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/stdsoap2.cpp.o
  164. .PHONY : stdsoap2.cpp.o
  165. stdsoap2.i: stdsoap2.cpp.i
  166. .PHONY : stdsoap2.i
  167. # target to preprocess a source file
  168. stdsoap2.cpp.i:
  169. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/stdsoap2.cpp.i
  170. .PHONY : stdsoap2.cpp.i
  171. stdsoap2.s: stdsoap2.cpp.s
  172. .PHONY : stdsoap2.s
  173. # target to generate assembly for a file
  174. stdsoap2.cpp.s:
  175. $(MAKE) -f CMakeFiles/FDIACS.dir/build.make CMakeFiles/FDIACS.dir/stdsoap2.cpp.s
  176. .PHONY : stdsoap2.cpp.s
  177. # Help Target
  178. help:
  179. @echo "The following are some of the valid targets for this Makefile:"
  180. @echo "... all (the default if no target is provided)"
  181. @echo "... clean"
  182. @echo "... depend"
  183. @echo "... rebuild_cache"
  184. @echo "... FDIACS"
  185. @echo "... edit_cache"
  186. @echo "... httppost.o"
  187. @echo "... httppost.i"
  188. @echo "... httppost.s"
  189. @echo "... main.o"
  190. @echo "... main.i"
  191. @echo "... main.s"
  192. @echo "... soapC.o"
  193. @echo "... soapC.i"
  194. @echo "... soapC.s"
  195. @echo "... soapcwmpService.o"
  196. @echo "... soapcwmpService.i"
  197. @echo "... soapcwmpService.s"
  198. @echo "... stdsoap2.o"
  199. @echo "... stdsoap2.i"
  200. @echo "... stdsoap2.s"
  201. .PHONY : help
  202. #=============================================================================
  203. # Special targets to cleanup operation of make.
  204. # Special rule to run CMake to check the build system integrity.
  205. # No rule that depends on this can have commands that come from listfiles
  206. # because they might be regenerated.
  207. cmake_check_build_system:
  208. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  209. .PHONY : cmake_check_build_system