Makefile 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 4.2
  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. # Disable VCS-based implicit rules.
  13. % : %,v
  14. # Disable VCS-based implicit rules.
  15. % : RCS/%
  16. # Disable VCS-based implicit rules.
  17. % : RCS/%,v
  18. # Disable VCS-based implicit rules.
  19. % : SCCS/s.%
  20. # Disable VCS-based implicit rules.
  21. % : s.%
  22. .SUFFIXES: .hpux_make_needs_suffix_list
  23. # Command-line flag to silence nested $(MAKE).
  24. $(VERBOSE)MAKESILENT = -s
  25. #Suppress display of executed commands.
  26. $(VERBOSE).SILENT:
  27. # A target that is always out of date.
  28. cmake_force:
  29. .PHONY : cmake_force
  30. #=============================================================================
  31. # Set environment variables for the build.
  32. # The shell in which to execute make rules.
  33. SHELL = /data/data/com.termux/files/usr/bin/sh
  34. # The CMake executable.
  35. CMAKE_COMMAND = /data/data/com.termux/files/usr/bin/cmake
  36. # The command to remove a file.
  37. RM = /data/data/com.termux/files/usr/bin/cmake -E rm -f
  38. # Escaping for special characters.
  39. EQUALS = =
  40. # The top-level source directory on which CMake was run.
  41. CMAKE_SOURCE_DIR = /data/data/com.termux/files/home/projects/uidefedit
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /data/data/com.termux/files/home/projects/uidefedit/build
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  46. # Special rule for the target package
  47. package: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
  49. cd /data/data/com.termux/files/home/projects/uidefedit/build && /data/data/com.termux/files/usr/bin/cpack --config ./CPackConfig.cmake
  50. .PHONY : package
  51. # Special rule for the target package
  52. package/fast: package
  53. .PHONY : package/fast
  54. # Special rule for the target package_source
  55. package_source:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
  57. cd /data/data/com.termux/files/home/projects/uidefedit/build && /data/data/com.termux/files/usr/bin/cpack --config ./CPackSourceConfig.cmake
  58. .PHONY : package_source
  59. # Special rule for the target package_source
  60. package_source/fast: package_source
  61. .PHONY : package_source/fast
  62. # Special rule for the target edit_cache
  63. edit_cache:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
  65. /data/data/com.termux/files/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  66. .PHONY : edit_cache
  67. # Special rule for the target edit_cache
  68. edit_cache/fast: edit_cache
  69. .PHONY : edit_cache/fast
  70. # Special rule for the target rebuild_cache
  71. rebuild_cache:
  72. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
  73. /data/data/com.termux/files/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  74. .PHONY : rebuild_cache
  75. # Special rule for the target rebuild_cache
  76. rebuild_cache/fast: rebuild_cache
  77. .PHONY : rebuild_cache/fast
  78. # Special rule for the target list_install_components
  79. list_install_components:
  80. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\" \"development\" \"documentation\""
  81. .PHONY : list_install_components
  82. # Special rule for the target list_install_components
  83. list_install_components/fast: list_install_components
  84. .PHONY : list_install_components/fast
  85. # Special rule for the target install
  86. install: preinstall
  87. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
  88. /data/data/com.termux/files/usr/bin/cmake -P cmake_install.cmake
  89. .PHONY : install
  90. # Special rule for the target install
  91. install/fast: preinstall/fast
  92. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
  93. /data/data/com.termux/files/usr/bin/cmake -P cmake_install.cmake
  94. .PHONY : install/fast
  95. # Special rule for the target install/local
  96. install/local: preinstall
  97. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
  98. /data/data/com.termux/files/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  99. .PHONY : install/local
  100. # Special rule for the target install/local
  101. install/local/fast: preinstall/fast
  102. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
  103. /data/data/com.termux/files/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  104. .PHONY : install/local/fast
  105. # Special rule for the target install/strip
  106. install/strip: preinstall
  107. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
  108. /data/data/com.termux/files/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  109. .PHONY : install/strip
  110. # Special rule for the target install/strip
  111. install/strip/fast: preinstall/fast
  112. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
  113. /data/data/com.termux/files/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  114. .PHONY : install/strip/fast
  115. # The main all target
  116. all: cmake_check_build_system
  117. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(CMAKE_COMMAND) -E cmake_progress_start /data/data/com.termux/files/home/projects/uidefedit/build/CMakeFiles /data/data/com.termux/files/home/projects/uidefedit/build/third_party/libxml2//CMakeFiles/progress.marks
  118. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/libxml2/all
  119. $(CMAKE_COMMAND) -E cmake_progress_start /data/data/com.termux/files/home/projects/uidefedit/build/CMakeFiles 0
  120. .PHONY : all
  121. # The main clean target
  122. clean:
  123. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/libxml2/clean
  124. .PHONY : clean
  125. # The main clean target
  126. clean/fast: clean
  127. .PHONY : clean/fast
  128. # Prepare targets for installation.
  129. preinstall: all
  130. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/libxml2/preinstall
  131. .PHONY : preinstall
  132. # Prepare targets for installation.
  133. preinstall/fast:
  134. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/libxml2/preinstall
  135. .PHONY : preinstall/fast
  136. # clear depends
  137. depend:
  138. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  139. .PHONY : depend
  140. # Convenience name for target.
  141. third_party/libxml2/CMakeFiles/LibXml2.dir/rule:
  142. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/libxml2/CMakeFiles/LibXml2.dir/rule
  143. .PHONY : third_party/libxml2/CMakeFiles/LibXml2.dir/rule
  144. # Convenience name for target.
  145. LibXml2: third_party/libxml2/CMakeFiles/LibXml2.dir/rule
  146. .PHONY : LibXml2
  147. # fast build rule for target.
  148. LibXml2/fast:
  149. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/build
  150. .PHONY : LibXml2/fast
  151. HTMLparser.o: HTMLparser.c.o
  152. .PHONY : HTMLparser.o
  153. # target to build an object file
  154. HTMLparser.c.o:
  155. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/HTMLparser.c.o
  156. .PHONY : HTMLparser.c.o
  157. HTMLparser.i: HTMLparser.c.i
  158. .PHONY : HTMLparser.i
  159. # target to preprocess a source file
  160. HTMLparser.c.i:
  161. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/HTMLparser.c.i
  162. .PHONY : HTMLparser.c.i
  163. HTMLparser.s: HTMLparser.c.s
  164. .PHONY : HTMLparser.s
  165. # target to generate assembly for a file
  166. HTMLparser.c.s:
  167. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/HTMLparser.c.s
  168. .PHONY : HTMLparser.c.s
  169. HTMLtree.o: HTMLtree.c.o
  170. .PHONY : HTMLtree.o
  171. # target to build an object file
  172. HTMLtree.c.o:
  173. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/HTMLtree.c.o
  174. .PHONY : HTMLtree.c.o
  175. HTMLtree.i: HTMLtree.c.i
  176. .PHONY : HTMLtree.i
  177. # target to preprocess a source file
  178. HTMLtree.c.i:
  179. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/HTMLtree.c.i
  180. .PHONY : HTMLtree.c.i
  181. HTMLtree.s: HTMLtree.c.s
  182. .PHONY : HTMLtree.s
  183. # target to generate assembly for a file
  184. HTMLtree.c.s:
  185. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/HTMLtree.c.s
  186. .PHONY : HTMLtree.c.s
  187. SAX.o: SAX.c.o
  188. .PHONY : SAX.o
  189. # target to build an object file
  190. SAX.c.o:
  191. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/SAX.c.o
  192. .PHONY : SAX.c.o
  193. SAX.i: SAX.c.i
  194. .PHONY : SAX.i
  195. # target to preprocess a source file
  196. SAX.c.i:
  197. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/SAX.c.i
  198. .PHONY : SAX.c.i
  199. SAX.s: SAX.c.s
  200. .PHONY : SAX.s
  201. # target to generate assembly for a file
  202. SAX.c.s:
  203. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/SAX.c.s
  204. .PHONY : SAX.c.s
  205. SAX2.o: SAX2.c.o
  206. .PHONY : SAX2.o
  207. # target to build an object file
  208. SAX2.c.o:
  209. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/SAX2.c.o
  210. .PHONY : SAX2.c.o
  211. SAX2.i: SAX2.c.i
  212. .PHONY : SAX2.i
  213. # target to preprocess a source file
  214. SAX2.c.i:
  215. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/SAX2.c.i
  216. .PHONY : SAX2.c.i
  217. SAX2.s: SAX2.c.s
  218. .PHONY : SAX2.s
  219. # target to generate assembly for a file
  220. SAX2.c.s:
  221. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/SAX2.c.s
  222. .PHONY : SAX2.c.s
  223. buf.o: buf.c.o
  224. .PHONY : buf.o
  225. # target to build an object file
  226. buf.c.o:
  227. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/buf.c.o
  228. .PHONY : buf.c.o
  229. buf.i: buf.c.i
  230. .PHONY : buf.i
  231. # target to preprocess a source file
  232. buf.c.i:
  233. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/buf.c.i
  234. .PHONY : buf.c.i
  235. buf.s: buf.c.s
  236. .PHONY : buf.s
  237. # target to generate assembly for a file
  238. buf.c.s:
  239. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/buf.c.s
  240. .PHONY : buf.c.s
  241. c14n.o: c14n.c.o
  242. .PHONY : c14n.o
  243. # target to build an object file
  244. c14n.c.o:
  245. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/c14n.c.o
  246. .PHONY : c14n.c.o
  247. c14n.i: c14n.c.i
  248. .PHONY : c14n.i
  249. # target to preprocess a source file
  250. c14n.c.i:
  251. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/c14n.c.i
  252. .PHONY : c14n.c.i
  253. c14n.s: c14n.c.s
  254. .PHONY : c14n.s
  255. # target to generate assembly for a file
  256. c14n.c.s:
  257. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/c14n.c.s
  258. .PHONY : c14n.c.s
  259. catalog.o: catalog.c.o
  260. .PHONY : catalog.o
  261. # target to build an object file
  262. catalog.c.o:
  263. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/catalog.c.o
  264. .PHONY : catalog.c.o
  265. catalog.i: catalog.c.i
  266. .PHONY : catalog.i
  267. # target to preprocess a source file
  268. catalog.c.i:
  269. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/catalog.c.i
  270. .PHONY : catalog.c.i
  271. catalog.s: catalog.c.s
  272. .PHONY : catalog.s
  273. # target to generate assembly for a file
  274. catalog.c.s:
  275. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/catalog.c.s
  276. .PHONY : catalog.c.s
  277. chvalid.o: chvalid.c.o
  278. .PHONY : chvalid.o
  279. # target to build an object file
  280. chvalid.c.o:
  281. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/chvalid.c.o
  282. .PHONY : chvalid.c.o
  283. chvalid.i: chvalid.c.i
  284. .PHONY : chvalid.i
  285. # target to preprocess a source file
  286. chvalid.c.i:
  287. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/chvalid.c.i
  288. .PHONY : chvalid.c.i
  289. chvalid.s: chvalid.c.s
  290. .PHONY : chvalid.s
  291. # target to generate assembly for a file
  292. chvalid.c.s:
  293. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/chvalid.c.s
  294. .PHONY : chvalid.c.s
  295. debugXML.o: debugXML.c.o
  296. .PHONY : debugXML.o
  297. # target to build an object file
  298. debugXML.c.o:
  299. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/debugXML.c.o
  300. .PHONY : debugXML.c.o
  301. debugXML.i: debugXML.c.i
  302. .PHONY : debugXML.i
  303. # target to preprocess a source file
  304. debugXML.c.i:
  305. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/debugXML.c.i
  306. .PHONY : debugXML.c.i
  307. debugXML.s: debugXML.c.s
  308. .PHONY : debugXML.s
  309. # target to generate assembly for a file
  310. debugXML.c.s:
  311. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/debugXML.c.s
  312. .PHONY : debugXML.c.s
  313. dict.o: dict.c.o
  314. .PHONY : dict.o
  315. # target to build an object file
  316. dict.c.o:
  317. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/dict.c.o
  318. .PHONY : dict.c.o
  319. dict.i: dict.c.i
  320. .PHONY : dict.i
  321. # target to preprocess a source file
  322. dict.c.i:
  323. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/dict.c.i
  324. .PHONY : dict.c.i
  325. dict.s: dict.c.s
  326. .PHONY : dict.s
  327. # target to generate assembly for a file
  328. dict.c.s:
  329. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/dict.c.s
  330. .PHONY : dict.c.s
  331. encoding.o: encoding.c.o
  332. .PHONY : encoding.o
  333. # target to build an object file
  334. encoding.c.o:
  335. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/encoding.c.o
  336. .PHONY : encoding.c.o
  337. encoding.i: encoding.c.i
  338. .PHONY : encoding.i
  339. # target to preprocess a source file
  340. encoding.c.i:
  341. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/encoding.c.i
  342. .PHONY : encoding.c.i
  343. encoding.s: encoding.c.s
  344. .PHONY : encoding.s
  345. # target to generate assembly for a file
  346. encoding.c.s:
  347. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/encoding.c.s
  348. .PHONY : encoding.c.s
  349. entities.o: entities.c.o
  350. .PHONY : entities.o
  351. # target to build an object file
  352. entities.c.o:
  353. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/entities.c.o
  354. .PHONY : entities.c.o
  355. entities.i: entities.c.i
  356. .PHONY : entities.i
  357. # target to preprocess a source file
  358. entities.c.i:
  359. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/entities.c.i
  360. .PHONY : entities.c.i
  361. entities.s: entities.c.s
  362. .PHONY : entities.s
  363. # target to generate assembly for a file
  364. entities.c.s:
  365. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/entities.c.s
  366. .PHONY : entities.c.s
  367. error.o: error.c.o
  368. .PHONY : error.o
  369. # target to build an object file
  370. error.c.o:
  371. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/error.c.o
  372. .PHONY : error.c.o
  373. error.i: error.c.i
  374. .PHONY : error.i
  375. # target to preprocess a source file
  376. error.c.i:
  377. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/error.c.i
  378. .PHONY : error.c.i
  379. error.s: error.c.s
  380. .PHONY : error.s
  381. # target to generate assembly for a file
  382. error.c.s:
  383. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/error.c.s
  384. .PHONY : error.c.s
  385. globals.o: globals.c.o
  386. .PHONY : globals.o
  387. # target to build an object file
  388. globals.c.o:
  389. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/globals.c.o
  390. .PHONY : globals.c.o
  391. globals.i: globals.c.i
  392. .PHONY : globals.i
  393. # target to preprocess a source file
  394. globals.c.i:
  395. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/globals.c.i
  396. .PHONY : globals.c.i
  397. globals.s: globals.c.s
  398. .PHONY : globals.s
  399. # target to generate assembly for a file
  400. globals.c.s:
  401. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/globals.c.s
  402. .PHONY : globals.c.s
  403. hash.o: hash.c.o
  404. .PHONY : hash.o
  405. # target to build an object file
  406. hash.c.o:
  407. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/hash.c.o
  408. .PHONY : hash.c.o
  409. hash.i: hash.c.i
  410. .PHONY : hash.i
  411. # target to preprocess a source file
  412. hash.c.i:
  413. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/hash.c.i
  414. .PHONY : hash.c.i
  415. hash.s: hash.c.s
  416. .PHONY : hash.s
  417. # target to generate assembly for a file
  418. hash.c.s:
  419. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/hash.c.s
  420. .PHONY : hash.c.s
  421. legacy.o: legacy.c.o
  422. .PHONY : legacy.o
  423. # target to build an object file
  424. legacy.c.o:
  425. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/legacy.c.o
  426. .PHONY : legacy.c.o
  427. legacy.i: legacy.c.i
  428. .PHONY : legacy.i
  429. # target to preprocess a source file
  430. legacy.c.i:
  431. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/legacy.c.i
  432. .PHONY : legacy.c.i
  433. legacy.s: legacy.c.s
  434. .PHONY : legacy.s
  435. # target to generate assembly for a file
  436. legacy.c.s:
  437. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/legacy.c.s
  438. .PHONY : legacy.c.s
  439. list.o: list.c.o
  440. .PHONY : list.o
  441. # target to build an object file
  442. list.c.o:
  443. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/list.c.o
  444. .PHONY : list.c.o
  445. list.i: list.c.i
  446. .PHONY : list.i
  447. # target to preprocess a source file
  448. list.c.i:
  449. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/list.c.i
  450. .PHONY : list.c.i
  451. list.s: list.c.s
  452. .PHONY : list.s
  453. # target to generate assembly for a file
  454. list.c.s:
  455. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/list.c.s
  456. .PHONY : list.c.s
  457. nanoftp.o: nanoftp.c.o
  458. .PHONY : nanoftp.o
  459. # target to build an object file
  460. nanoftp.c.o:
  461. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/nanoftp.c.o
  462. .PHONY : nanoftp.c.o
  463. nanoftp.i: nanoftp.c.i
  464. .PHONY : nanoftp.i
  465. # target to preprocess a source file
  466. nanoftp.c.i:
  467. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/nanoftp.c.i
  468. .PHONY : nanoftp.c.i
  469. nanoftp.s: nanoftp.c.s
  470. .PHONY : nanoftp.s
  471. # target to generate assembly for a file
  472. nanoftp.c.s:
  473. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/nanoftp.c.s
  474. .PHONY : nanoftp.c.s
  475. nanohttp.o: nanohttp.c.o
  476. .PHONY : nanohttp.o
  477. # target to build an object file
  478. nanohttp.c.o:
  479. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/nanohttp.c.o
  480. .PHONY : nanohttp.c.o
  481. nanohttp.i: nanohttp.c.i
  482. .PHONY : nanohttp.i
  483. # target to preprocess a source file
  484. nanohttp.c.i:
  485. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/nanohttp.c.i
  486. .PHONY : nanohttp.c.i
  487. nanohttp.s: nanohttp.c.s
  488. .PHONY : nanohttp.s
  489. # target to generate assembly for a file
  490. nanohttp.c.s:
  491. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/nanohttp.c.s
  492. .PHONY : nanohttp.c.s
  493. parser.o: parser.c.o
  494. .PHONY : parser.o
  495. # target to build an object file
  496. parser.c.o:
  497. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/parser.c.o
  498. .PHONY : parser.c.o
  499. parser.i: parser.c.i
  500. .PHONY : parser.i
  501. # target to preprocess a source file
  502. parser.c.i:
  503. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/parser.c.i
  504. .PHONY : parser.c.i
  505. parser.s: parser.c.s
  506. .PHONY : parser.s
  507. # target to generate assembly for a file
  508. parser.c.s:
  509. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/parser.c.s
  510. .PHONY : parser.c.s
  511. parserInternals.o: parserInternals.c.o
  512. .PHONY : parserInternals.o
  513. # target to build an object file
  514. parserInternals.c.o:
  515. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/parserInternals.c.o
  516. .PHONY : parserInternals.c.o
  517. parserInternals.i: parserInternals.c.i
  518. .PHONY : parserInternals.i
  519. # target to preprocess a source file
  520. parserInternals.c.i:
  521. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/parserInternals.c.i
  522. .PHONY : parserInternals.c.i
  523. parserInternals.s: parserInternals.c.s
  524. .PHONY : parserInternals.s
  525. # target to generate assembly for a file
  526. parserInternals.c.s:
  527. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/parserInternals.c.s
  528. .PHONY : parserInternals.c.s
  529. pattern.o: pattern.c.o
  530. .PHONY : pattern.o
  531. # target to build an object file
  532. pattern.c.o:
  533. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/pattern.c.o
  534. .PHONY : pattern.c.o
  535. pattern.i: pattern.c.i
  536. .PHONY : pattern.i
  537. # target to preprocess a source file
  538. pattern.c.i:
  539. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/pattern.c.i
  540. .PHONY : pattern.c.i
  541. pattern.s: pattern.c.s
  542. .PHONY : pattern.s
  543. # target to generate assembly for a file
  544. pattern.c.s:
  545. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/pattern.c.s
  546. .PHONY : pattern.c.s
  547. relaxng.o: relaxng.c.o
  548. .PHONY : relaxng.o
  549. # target to build an object file
  550. relaxng.c.o:
  551. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/relaxng.c.o
  552. .PHONY : relaxng.c.o
  553. relaxng.i: relaxng.c.i
  554. .PHONY : relaxng.i
  555. # target to preprocess a source file
  556. relaxng.c.i:
  557. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/relaxng.c.i
  558. .PHONY : relaxng.c.i
  559. relaxng.s: relaxng.c.s
  560. .PHONY : relaxng.s
  561. # target to generate assembly for a file
  562. relaxng.c.s:
  563. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/relaxng.c.s
  564. .PHONY : relaxng.c.s
  565. schematron.o: schematron.c.o
  566. .PHONY : schematron.o
  567. # target to build an object file
  568. schematron.c.o:
  569. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/schematron.c.o
  570. .PHONY : schematron.c.o
  571. schematron.i: schematron.c.i
  572. .PHONY : schematron.i
  573. # target to preprocess a source file
  574. schematron.c.i:
  575. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/schematron.c.i
  576. .PHONY : schematron.c.i
  577. schematron.s: schematron.c.s
  578. .PHONY : schematron.s
  579. # target to generate assembly for a file
  580. schematron.c.s:
  581. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/schematron.c.s
  582. .PHONY : schematron.c.s
  583. threads.o: threads.c.o
  584. .PHONY : threads.o
  585. # target to build an object file
  586. threads.c.o:
  587. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/threads.c.o
  588. .PHONY : threads.c.o
  589. threads.i: threads.c.i
  590. .PHONY : threads.i
  591. # target to preprocess a source file
  592. threads.c.i:
  593. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/threads.c.i
  594. .PHONY : threads.c.i
  595. threads.s: threads.c.s
  596. .PHONY : threads.s
  597. # target to generate assembly for a file
  598. threads.c.s:
  599. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/threads.c.s
  600. .PHONY : threads.c.s
  601. tree.o: tree.c.o
  602. .PHONY : tree.o
  603. # target to build an object file
  604. tree.c.o:
  605. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/tree.c.o
  606. .PHONY : tree.c.o
  607. tree.i: tree.c.i
  608. .PHONY : tree.i
  609. # target to preprocess a source file
  610. tree.c.i:
  611. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/tree.c.i
  612. .PHONY : tree.c.i
  613. tree.s: tree.c.s
  614. .PHONY : tree.s
  615. # target to generate assembly for a file
  616. tree.c.s:
  617. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/tree.c.s
  618. .PHONY : tree.c.s
  619. uri.o: uri.c.o
  620. .PHONY : uri.o
  621. # target to build an object file
  622. uri.c.o:
  623. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/uri.c.o
  624. .PHONY : uri.c.o
  625. uri.i: uri.c.i
  626. .PHONY : uri.i
  627. # target to preprocess a source file
  628. uri.c.i:
  629. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/uri.c.i
  630. .PHONY : uri.c.i
  631. uri.s: uri.c.s
  632. .PHONY : uri.s
  633. # target to generate assembly for a file
  634. uri.c.s:
  635. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/uri.c.s
  636. .PHONY : uri.c.s
  637. valid.o: valid.c.o
  638. .PHONY : valid.o
  639. # target to build an object file
  640. valid.c.o:
  641. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/valid.c.o
  642. .PHONY : valid.c.o
  643. valid.i: valid.c.i
  644. .PHONY : valid.i
  645. # target to preprocess a source file
  646. valid.c.i:
  647. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/valid.c.i
  648. .PHONY : valid.c.i
  649. valid.s: valid.c.s
  650. .PHONY : valid.s
  651. # target to generate assembly for a file
  652. valid.c.s:
  653. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/valid.c.s
  654. .PHONY : valid.c.s
  655. xinclude.o: xinclude.c.o
  656. .PHONY : xinclude.o
  657. # target to build an object file
  658. xinclude.c.o:
  659. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xinclude.c.o
  660. .PHONY : xinclude.c.o
  661. xinclude.i: xinclude.c.i
  662. .PHONY : xinclude.i
  663. # target to preprocess a source file
  664. xinclude.c.i:
  665. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xinclude.c.i
  666. .PHONY : xinclude.c.i
  667. xinclude.s: xinclude.c.s
  668. .PHONY : xinclude.s
  669. # target to generate assembly for a file
  670. xinclude.c.s:
  671. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xinclude.c.s
  672. .PHONY : xinclude.c.s
  673. xlink.o: xlink.c.o
  674. .PHONY : xlink.o
  675. # target to build an object file
  676. xlink.c.o:
  677. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xlink.c.o
  678. .PHONY : xlink.c.o
  679. xlink.i: xlink.c.i
  680. .PHONY : xlink.i
  681. # target to preprocess a source file
  682. xlink.c.i:
  683. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xlink.c.i
  684. .PHONY : xlink.c.i
  685. xlink.s: xlink.c.s
  686. .PHONY : xlink.s
  687. # target to generate assembly for a file
  688. xlink.c.s:
  689. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xlink.c.s
  690. .PHONY : xlink.c.s
  691. xmlIO.o: xmlIO.c.o
  692. .PHONY : xmlIO.o
  693. # target to build an object file
  694. xmlIO.c.o:
  695. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlIO.c.o
  696. .PHONY : xmlIO.c.o
  697. xmlIO.i: xmlIO.c.i
  698. .PHONY : xmlIO.i
  699. # target to preprocess a source file
  700. xmlIO.c.i:
  701. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlIO.c.i
  702. .PHONY : xmlIO.c.i
  703. xmlIO.s: xmlIO.c.s
  704. .PHONY : xmlIO.s
  705. # target to generate assembly for a file
  706. xmlIO.c.s:
  707. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlIO.c.s
  708. .PHONY : xmlIO.c.s
  709. xmlmemory.o: xmlmemory.c.o
  710. .PHONY : xmlmemory.o
  711. # target to build an object file
  712. xmlmemory.c.o:
  713. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlmemory.c.o
  714. .PHONY : xmlmemory.c.o
  715. xmlmemory.i: xmlmemory.c.i
  716. .PHONY : xmlmemory.i
  717. # target to preprocess a source file
  718. xmlmemory.c.i:
  719. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlmemory.c.i
  720. .PHONY : xmlmemory.c.i
  721. xmlmemory.s: xmlmemory.c.s
  722. .PHONY : xmlmemory.s
  723. # target to generate assembly for a file
  724. xmlmemory.c.s:
  725. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlmemory.c.s
  726. .PHONY : xmlmemory.c.s
  727. xmlmodule.o: xmlmodule.c.o
  728. .PHONY : xmlmodule.o
  729. # target to build an object file
  730. xmlmodule.c.o:
  731. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlmodule.c.o
  732. .PHONY : xmlmodule.c.o
  733. xmlmodule.i: xmlmodule.c.i
  734. .PHONY : xmlmodule.i
  735. # target to preprocess a source file
  736. xmlmodule.c.i:
  737. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlmodule.c.i
  738. .PHONY : xmlmodule.c.i
  739. xmlmodule.s: xmlmodule.c.s
  740. .PHONY : xmlmodule.s
  741. # target to generate assembly for a file
  742. xmlmodule.c.s:
  743. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlmodule.c.s
  744. .PHONY : xmlmodule.c.s
  745. xmlreader.o: xmlreader.c.o
  746. .PHONY : xmlreader.o
  747. # target to build an object file
  748. xmlreader.c.o:
  749. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlreader.c.o
  750. .PHONY : xmlreader.c.o
  751. xmlreader.i: xmlreader.c.i
  752. .PHONY : xmlreader.i
  753. # target to preprocess a source file
  754. xmlreader.c.i:
  755. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlreader.c.i
  756. .PHONY : xmlreader.c.i
  757. xmlreader.s: xmlreader.c.s
  758. .PHONY : xmlreader.s
  759. # target to generate assembly for a file
  760. xmlreader.c.s:
  761. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlreader.c.s
  762. .PHONY : xmlreader.c.s
  763. xmlregexp.o: xmlregexp.c.o
  764. .PHONY : xmlregexp.o
  765. # target to build an object file
  766. xmlregexp.c.o:
  767. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlregexp.c.o
  768. .PHONY : xmlregexp.c.o
  769. xmlregexp.i: xmlregexp.c.i
  770. .PHONY : xmlregexp.i
  771. # target to preprocess a source file
  772. xmlregexp.c.i:
  773. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlregexp.c.i
  774. .PHONY : xmlregexp.c.i
  775. xmlregexp.s: xmlregexp.c.s
  776. .PHONY : xmlregexp.s
  777. # target to generate assembly for a file
  778. xmlregexp.c.s:
  779. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlregexp.c.s
  780. .PHONY : xmlregexp.c.s
  781. xmlsave.o: xmlsave.c.o
  782. .PHONY : xmlsave.o
  783. # target to build an object file
  784. xmlsave.c.o:
  785. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlsave.c.o
  786. .PHONY : xmlsave.c.o
  787. xmlsave.i: xmlsave.c.i
  788. .PHONY : xmlsave.i
  789. # target to preprocess a source file
  790. xmlsave.c.i:
  791. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlsave.c.i
  792. .PHONY : xmlsave.c.i
  793. xmlsave.s: xmlsave.c.s
  794. .PHONY : xmlsave.s
  795. # target to generate assembly for a file
  796. xmlsave.c.s:
  797. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlsave.c.s
  798. .PHONY : xmlsave.c.s
  799. xmlschemas.o: xmlschemas.c.o
  800. .PHONY : xmlschemas.o
  801. # target to build an object file
  802. xmlschemas.c.o:
  803. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlschemas.c.o
  804. .PHONY : xmlschemas.c.o
  805. xmlschemas.i: xmlschemas.c.i
  806. .PHONY : xmlschemas.i
  807. # target to preprocess a source file
  808. xmlschemas.c.i:
  809. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlschemas.c.i
  810. .PHONY : xmlschemas.c.i
  811. xmlschemas.s: xmlschemas.c.s
  812. .PHONY : xmlschemas.s
  813. # target to generate assembly for a file
  814. xmlschemas.c.s:
  815. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlschemas.c.s
  816. .PHONY : xmlschemas.c.s
  817. xmlschemastypes.o: xmlschemastypes.c.o
  818. .PHONY : xmlschemastypes.o
  819. # target to build an object file
  820. xmlschemastypes.c.o:
  821. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlschemastypes.c.o
  822. .PHONY : xmlschemastypes.c.o
  823. xmlschemastypes.i: xmlschemastypes.c.i
  824. .PHONY : xmlschemastypes.i
  825. # target to preprocess a source file
  826. xmlschemastypes.c.i:
  827. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlschemastypes.c.i
  828. .PHONY : xmlschemastypes.c.i
  829. xmlschemastypes.s: xmlschemastypes.c.s
  830. .PHONY : xmlschemastypes.s
  831. # target to generate assembly for a file
  832. xmlschemastypes.c.s:
  833. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlschemastypes.c.s
  834. .PHONY : xmlschemastypes.c.s
  835. xmlstring.o: xmlstring.c.o
  836. .PHONY : xmlstring.o
  837. # target to build an object file
  838. xmlstring.c.o:
  839. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlstring.c.o
  840. .PHONY : xmlstring.c.o
  841. xmlstring.i: xmlstring.c.i
  842. .PHONY : xmlstring.i
  843. # target to preprocess a source file
  844. xmlstring.c.i:
  845. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlstring.c.i
  846. .PHONY : xmlstring.c.i
  847. xmlstring.s: xmlstring.c.s
  848. .PHONY : xmlstring.s
  849. # target to generate assembly for a file
  850. xmlstring.c.s:
  851. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlstring.c.s
  852. .PHONY : xmlstring.c.s
  853. xmlunicode.o: xmlunicode.c.o
  854. .PHONY : xmlunicode.o
  855. # target to build an object file
  856. xmlunicode.c.o:
  857. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlunicode.c.o
  858. .PHONY : xmlunicode.c.o
  859. xmlunicode.i: xmlunicode.c.i
  860. .PHONY : xmlunicode.i
  861. # target to preprocess a source file
  862. xmlunicode.c.i:
  863. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlunicode.c.i
  864. .PHONY : xmlunicode.c.i
  865. xmlunicode.s: xmlunicode.c.s
  866. .PHONY : xmlunicode.s
  867. # target to generate assembly for a file
  868. xmlunicode.c.s:
  869. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlunicode.c.s
  870. .PHONY : xmlunicode.c.s
  871. xmlwriter.o: xmlwriter.c.o
  872. .PHONY : xmlwriter.o
  873. # target to build an object file
  874. xmlwriter.c.o:
  875. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlwriter.c.o
  876. .PHONY : xmlwriter.c.o
  877. xmlwriter.i: xmlwriter.c.i
  878. .PHONY : xmlwriter.i
  879. # target to preprocess a source file
  880. xmlwriter.c.i:
  881. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlwriter.c.i
  882. .PHONY : xmlwriter.c.i
  883. xmlwriter.s: xmlwriter.c.s
  884. .PHONY : xmlwriter.s
  885. # target to generate assembly for a file
  886. xmlwriter.c.s:
  887. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xmlwriter.c.s
  888. .PHONY : xmlwriter.c.s
  889. xpath.o: xpath.c.o
  890. .PHONY : xpath.o
  891. # target to build an object file
  892. xpath.c.o:
  893. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xpath.c.o
  894. .PHONY : xpath.c.o
  895. xpath.i: xpath.c.i
  896. .PHONY : xpath.i
  897. # target to preprocess a source file
  898. xpath.c.i:
  899. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xpath.c.i
  900. .PHONY : xpath.c.i
  901. xpath.s: xpath.c.s
  902. .PHONY : xpath.s
  903. # target to generate assembly for a file
  904. xpath.c.s:
  905. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xpath.c.s
  906. .PHONY : xpath.c.s
  907. xpointer.o: xpointer.c.o
  908. .PHONY : xpointer.o
  909. # target to build an object file
  910. xpointer.c.o:
  911. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xpointer.c.o
  912. .PHONY : xpointer.c.o
  913. xpointer.i: xpointer.c.i
  914. .PHONY : xpointer.i
  915. # target to preprocess a source file
  916. xpointer.c.i:
  917. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xpointer.c.i
  918. .PHONY : xpointer.c.i
  919. xpointer.s: xpointer.c.s
  920. .PHONY : xpointer.s
  921. # target to generate assembly for a file
  922. xpointer.c.s:
  923. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xpointer.c.s
  924. .PHONY : xpointer.c.s
  925. xzlib.o: xzlib.c.o
  926. .PHONY : xzlib.o
  927. # target to build an object file
  928. xzlib.c.o:
  929. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xzlib.c.o
  930. .PHONY : xzlib.c.o
  931. xzlib.i: xzlib.c.i
  932. .PHONY : xzlib.i
  933. # target to preprocess a source file
  934. xzlib.c.i:
  935. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xzlib.c.i
  936. .PHONY : xzlib.c.i
  937. xzlib.s: xzlib.c.s
  938. .PHONY : xzlib.s
  939. # target to generate assembly for a file
  940. xzlib.c.s:
  941. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(MAKE) $(MAKESILENT) -f third_party/libxml2/CMakeFiles/LibXml2.dir/build.make third_party/libxml2/CMakeFiles/LibXml2.dir/xzlib.c.s
  942. .PHONY : xzlib.c.s
  943. # Help Target
  944. help:
  945. @echo "The following are some of the valid targets for this Makefile:"
  946. @echo "... all (the default if no target is provided)"
  947. @echo "... clean"
  948. @echo "... depend"
  949. @echo "... edit_cache"
  950. @echo "... install"
  951. @echo "... install/local"
  952. @echo "... install/strip"
  953. @echo "... list_install_components"
  954. @echo "... package"
  955. @echo "... package_source"
  956. @echo "... rebuild_cache"
  957. @echo "... LibXml2"
  958. @echo "... HTMLparser.o"
  959. @echo "... HTMLparser.i"
  960. @echo "... HTMLparser.s"
  961. @echo "... HTMLtree.o"
  962. @echo "... HTMLtree.i"
  963. @echo "... HTMLtree.s"
  964. @echo "... SAX.o"
  965. @echo "... SAX.i"
  966. @echo "... SAX.s"
  967. @echo "... SAX2.o"
  968. @echo "... SAX2.i"
  969. @echo "... SAX2.s"
  970. @echo "... buf.o"
  971. @echo "... buf.i"
  972. @echo "... buf.s"
  973. @echo "... c14n.o"
  974. @echo "... c14n.i"
  975. @echo "... c14n.s"
  976. @echo "... catalog.o"
  977. @echo "... catalog.i"
  978. @echo "... catalog.s"
  979. @echo "... chvalid.o"
  980. @echo "... chvalid.i"
  981. @echo "... chvalid.s"
  982. @echo "... debugXML.o"
  983. @echo "... debugXML.i"
  984. @echo "... debugXML.s"
  985. @echo "... dict.o"
  986. @echo "... dict.i"
  987. @echo "... dict.s"
  988. @echo "... encoding.o"
  989. @echo "... encoding.i"
  990. @echo "... encoding.s"
  991. @echo "... entities.o"
  992. @echo "... entities.i"
  993. @echo "... entities.s"
  994. @echo "... error.o"
  995. @echo "... error.i"
  996. @echo "... error.s"
  997. @echo "... globals.o"
  998. @echo "... globals.i"
  999. @echo "... globals.s"
  1000. @echo "... hash.o"
  1001. @echo "... hash.i"
  1002. @echo "... hash.s"
  1003. @echo "... legacy.o"
  1004. @echo "... legacy.i"
  1005. @echo "... legacy.s"
  1006. @echo "... list.o"
  1007. @echo "... list.i"
  1008. @echo "... list.s"
  1009. @echo "... nanoftp.o"
  1010. @echo "... nanoftp.i"
  1011. @echo "... nanoftp.s"
  1012. @echo "... nanohttp.o"
  1013. @echo "... nanohttp.i"
  1014. @echo "... nanohttp.s"
  1015. @echo "... parser.o"
  1016. @echo "... parser.i"
  1017. @echo "... parser.s"
  1018. @echo "... parserInternals.o"
  1019. @echo "... parserInternals.i"
  1020. @echo "... parserInternals.s"
  1021. @echo "... pattern.o"
  1022. @echo "... pattern.i"
  1023. @echo "... pattern.s"
  1024. @echo "... relaxng.o"
  1025. @echo "... relaxng.i"
  1026. @echo "... relaxng.s"
  1027. @echo "... schematron.o"
  1028. @echo "... schematron.i"
  1029. @echo "... schematron.s"
  1030. @echo "... threads.o"
  1031. @echo "... threads.i"
  1032. @echo "... threads.s"
  1033. @echo "... tree.o"
  1034. @echo "... tree.i"
  1035. @echo "... tree.s"
  1036. @echo "... uri.o"
  1037. @echo "... uri.i"
  1038. @echo "... uri.s"
  1039. @echo "... valid.o"
  1040. @echo "... valid.i"
  1041. @echo "... valid.s"
  1042. @echo "... xinclude.o"
  1043. @echo "... xinclude.i"
  1044. @echo "... xinclude.s"
  1045. @echo "... xlink.o"
  1046. @echo "... xlink.i"
  1047. @echo "... xlink.s"
  1048. @echo "... xmlIO.o"
  1049. @echo "... xmlIO.i"
  1050. @echo "... xmlIO.s"
  1051. @echo "... xmlmemory.o"
  1052. @echo "... xmlmemory.i"
  1053. @echo "... xmlmemory.s"
  1054. @echo "... xmlmodule.o"
  1055. @echo "... xmlmodule.i"
  1056. @echo "... xmlmodule.s"
  1057. @echo "... xmlreader.o"
  1058. @echo "... xmlreader.i"
  1059. @echo "... xmlreader.s"
  1060. @echo "... xmlregexp.o"
  1061. @echo "... xmlregexp.i"
  1062. @echo "... xmlregexp.s"
  1063. @echo "... xmlsave.o"
  1064. @echo "... xmlsave.i"
  1065. @echo "... xmlsave.s"
  1066. @echo "... xmlschemas.o"
  1067. @echo "... xmlschemas.i"
  1068. @echo "... xmlschemas.s"
  1069. @echo "... xmlschemastypes.o"
  1070. @echo "... xmlschemastypes.i"
  1071. @echo "... xmlschemastypes.s"
  1072. @echo "... xmlstring.o"
  1073. @echo "... xmlstring.i"
  1074. @echo "... xmlstring.s"
  1075. @echo "... xmlunicode.o"
  1076. @echo "... xmlunicode.i"
  1077. @echo "... xmlunicode.s"
  1078. @echo "... xmlwriter.o"
  1079. @echo "... xmlwriter.i"
  1080. @echo "... xmlwriter.s"
  1081. @echo "... xpath.o"
  1082. @echo "... xpath.i"
  1083. @echo "... xpath.s"
  1084. @echo "... xpointer.o"
  1085. @echo "... xpointer.i"
  1086. @echo "... xpointer.s"
  1087. @echo "... xzlib.o"
  1088. @echo "... xzlib.i"
  1089. @echo "... xzlib.s"
  1090. .PHONY : help
  1091. #=============================================================================
  1092. # Special targets to cleanup operation of make.
  1093. # Special rule to run CMake to check the build system integrity.
  1094. # No rule that depends on this can have commands that come from listfiles
  1095. # because they might be regenerated.
  1096. cmake_check_build_system:
  1097. cd /data/data/com.termux/files/home/projects/uidefedit/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  1098. .PHONY : cmake_check_build_system