/sdk/emblite_indexer/Makefile

https://github.com/RVictor/EmbeddedLite · Makefile · 313 lines · 308 code · 5 blank · 0 comment · 1 complexity · 5cb83bb3ffdba222df57616993197f50 MD5 · raw file

  1. OPT= -O0
  2. DEBUG= -g
  3. CMP=g++ $(DEBUG) $(OPT)
  4. GCC=gcc $(DEBUG) $(OPT)
  5. all: codelite_indexer
  6. codelite_indexer_objects = \
  7. Debug/cl_indexer_reply.o\
  8. Debug/cl_indexer_request.o\
  9. Debug/clindexerprotocol.o\
  10. Debug/named_pipe.o\
  11. Debug/named_pipe_client.o\
  12. Debug/named_pipe_server.o\
  13. Debug/np_connections_server.o\
  14. Debug/args.o\
  15. Debug/asm.o\
  16. Debug/asp.o\
  17. Debug/awk.o\
  18. Debug/beta.o\
  19. Debug/c.o\
  20. Debug/clist.o\
  21. Debug/cobol.o\
  22. Debug/debug.o\
  23. Debug/eiffel.o\
  24. Debug/entry.o\
  25. Debug/erlang.o\
  26. Debug/fortran.o\
  27. Debug/get.o\
  28. Debug/html.o\
  29. Debug/jscript.o\
  30. Debug/keyword.o\
  31. Debug/lisp.o\
  32. Debug/lregex.o\
  33. Debug/lua.o\
  34. Debug/main.o\
  35. Debug/make.o\
  36. Debug/options.o\
  37. Debug/parse.o\
  38. Debug/pascal.o\
  39. Debug/perl.o\
  40. Debug/php.o\
  41. Debug/python.o\
  42. Debug/read.o\
  43. Debug/readtags.o\
  44. Debug/rexx.o\
  45. Debug/routines.o\
  46. Debug/ruby.o\
  47. Debug/scheme.o\
  48. Debug/sh.o\
  49. Debug/slang.o\
  50. Debug/sml.o\
  51. Debug/sort.o\
  52. Debug/sql.o\
  53. Debug/string_util.o\
  54. Debug/strlist.o\
  55. Debug/tcl.o\
  56. Debug/verilog.o\
  57. Debug/vim.o\
  58. Debug/vstring.o\
  59. Debug/yacc.o\
  60. Debug/codelite_index_main.o\
  61. Debug/ethread_unix.o\
  62. Debug/ethread_win.o\
  63. Debug/utils.o\
  64. Debug/workerthread.o\
  65. Debug/cl_indexer_reply.o: network/cl_indexer_reply.cpp Debug/cl_indexer_reply.o.d
  66. $(CMP) -c network/cl_indexer_reply.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/cl_indexer_reply.o
  67. Debug/cl_indexer_reply.o.d:
  68. $(CMP) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/cl_indexer_reply.o -MFDebug/cl_indexer_reply.o.d -MM network/cl_indexer_reply.cpp
  69. Debug/cl_indexer_request.o: network/cl_indexer_request.cpp Debug/cl_indexer_request.o.d
  70. $(CMP) -c network/cl_indexer_request.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/cl_indexer_request.o
  71. Debug/cl_indexer_request.o.d:
  72. $(CMP) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/cl_indexer_request.o -MFDebug/cl_indexer_request.o.d -MM network/cl_indexer_request.cpp
  73. Debug/clindexerprotocol.o: network/clindexerprotocol.cpp Debug/clindexerprotocol.o.d
  74. $(CMP) -c network/clindexerprotocol.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/clindexerprotocol.o
  75. Debug/clindexerprotocol.o.d:
  76. $(CMP) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/clindexerprotocol.o -MFDebug/clindexerprotocol.o.d -MM network/clindexerprotocol.cpp
  77. Debug/named_pipe.o: network/named_pipe.cpp Debug/named_pipe.o.d
  78. $(CMP) -c network/named_pipe.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/named_pipe.o
  79. Debug/named_pipe.o.d:
  80. $(CMP) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/named_pipe.o -MFDebug/named_pipe.o.d -MM network/named_pipe.cpp
  81. Debug/named_pipe_client.o: network/named_pipe_client.cpp Debug/named_pipe_client.o.d
  82. $(CMP) -c network/named_pipe_client.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/named_pipe_client.o
  83. Debug/named_pipe_client.o.d:
  84. $(CMP) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/named_pipe_client.o -MFDebug/named_pipe_client.o.d -MM network/named_pipe_client.cpp
  85. Debug/named_pipe_server.o: network/named_pipe_server.cpp Debug/named_pipe_server.o.d
  86. $(CMP) -c network/named_pipe_server.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/named_pipe_server.o
  87. Debug/named_pipe_server.o.d:
  88. $(CMP) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/named_pipe_server.o -MFDebug/named_pipe_server.o.d -MM network/named_pipe_server.cpp
  89. Debug/np_connections_server.o: network/np_connections_server.cpp Debug/np_connections_server.o.d
  90. $(CMP) -c network/np_connections_server.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/np_connections_server.o
  91. Debug/np_connections_server.o.d:
  92. $(CMP) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/np_connections_server.o -MFDebug/np_connections_server.o.d -MM network/np_connections_server.cpp
  93. Debug/args.o: libctags/args.c Debug/args.o.d
  94. $(GCC) -c libctags/args.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/args.o
  95. Debug/args.o.d:
  96. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/args.o -MFDebug/args.o.d -MM libctags/args.c
  97. Debug/asm.o: libctags/asm.c Debug/asm.o.d
  98. $(GCC) -c libctags/asm.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/asm.o
  99. Debug/asm.o.d:
  100. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/asm.o -MFDebug/asm.o.d -MM libctags/asm.c
  101. Debug/asp.o: libctags/asp.c Debug/asp.o.d
  102. $(GCC) -c libctags/asp.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/asp.o
  103. Debug/asp.o.d:
  104. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/asp.o -MFDebug/asp.o.d -MM libctags/asp.c
  105. Debug/awk.o: libctags/awk.c Debug/awk.o.d
  106. $(GCC) -c libctags/awk.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/awk.o
  107. Debug/awk.o.d:
  108. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/awk.o -MFDebug/awk.o.d -MM libctags/awk.c
  109. Debug/beta.o: libctags/beta.c Debug/beta.o.d
  110. $(GCC) -c libctags/beta.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/beta.o
  111. Debug/beta.o.d:
  112. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/beta.o -MFDebug/beta.o.d -MM libctags/beta.c
  113. Debug/c.o: libctags/c.c Debug/c.o.d
  114. $(GCC) -c libctags/c.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/c.o
  115. Debug/c.o.d:
  116. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/c.o -MFDebug/c.o.d -MM libctags/c.c
  117. Debug/clist.o: libctags/clist.c Debug/clist.o.d
  118. $(GCC) -c libctags/clist.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/clist.o
  119. Debug/clist.o.d:
  120. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/clist.o -MFDebug/clist.o.d -MM libctags/clist.c
  121. Debug/cobol.o: libctags/cobol.c Debug/cobol.o.d
  122. $(GCC) -c libctags/cobol.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/cobol.o
  123. Debug/cobol.o.d:
  124. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/cobol.o -MFDebug/cobol.o.d -MM libctags/cobol.c
  125. Debug/debug.o: libctags/debug.c Debug/debug.o.d
  126. $(GCC) -c libctags/debug.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/debug.o
  127. Debug/debug.o.d:
  128. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/debug.o -MFDebug/debug.o.d -MM libctags/debug.c
  129. Debug/eiffel.o: libctags/eiffel.c Debug/eiffel.o.d
  130. $(GCC) -c libctags/eiffel.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/eiffel.o
  131. Debug/eiffel.o.d:
  132. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/eiffel.o -MFDebug/eiffel.o.d -MM libctags/eiffel.c
  133. Debug/entry.o: libctags/entry.c Debug/entry.o.d
  134. $(GCC) -c libctags/entry.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/entry.o
  135. Debug/entry.o.d:
  136. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/entry.o -MFDebug/entry.o.d -MM libctags/entry.c
  137. Debug/erlang.o: libctags/erlang.c Debug/erlang.o.d
  138. $(GCC) -c libctags/erlang.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/erlang.o
  139. Debug/erlang.o.d:
  140. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/erlang.o -MFDebug/erlang.o.d -MM libctags/erlang.c
  141. Debug/fortran.o: libctags/fortran.c Debug/fortran.o.d
  142. $(GCC) -c libctags/fortran.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/fortran.o
  143. Debug/fortran.o.d:
  144. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/fortran.o -MFDebug/fortran.o.d -MM libctags/fortran.c
  145. Debug/get.o: libctags/get.c Debug/get.o.d
  146. $(GCC) -c libctags/get.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/get.o
  147. Debug/get.o.d:
  148. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/get.o -MFDebug/get.o.d -MM libctags/get.c
  149. Debug/html.o: libctags/html.c Debug/html.o.d
  150. $(GCC) -c libctags/html.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/html.o
  151. Debug/html.o.d:
  152. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/html.o -MFDebug/html.o.d -MM libctags/html.c
  153. Debug/jscript.o: libctags/jscript.c Debug/jscript.o.d
  154. $(GCC) -c libctags/jscript.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/jscript.o
  155. Debug/jscript.o.d:
  156. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/jscript.o -MFDebug/jscript.o.d -MM libctags/jscript.c
  157. Debug/keyword.o: libctags/keyword.c Debug/keyword.o.d
  158. $(GCC) -c libctags/keyword.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/keyword.o
  159. Debug/keyword.o.d:
  160. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/keyword.o -MFDebug/keyword.o.d -MM libctags/keyword.c
  161. Debug/lisp.o: libctags/lisp.c Debug/lisp.o.d
  162. $(GCC) -c libctags/lisp.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/lisp.o
  163. Debug/lisp.o.d:
  164. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/lisp.o -MFDebug/lisp.o.d -MM libctags/lisp.c
  165. Debug/lregex.o: libctags/lregex.c Debug/lregex.o.d
  166. $(GCC) -c libctags/lregex.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/lregex.o
  167. Debug/lregex.o.d:
  168. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/lregex.o -MFDebug/lregex.o.d -MM libctags/lregex.c
  169. Debug/lua.o: libctags/lua.c Debug/lua.o.d
  170. $(GCC) -c libctags/lua.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/lua.o
  171. Debug/lua.o.d:
  172. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/lua.o -MFDebug/lua.o.d -MM libctags/lua.c
  173. Debug/main.o: libctags/main.c Debug/main.o.d
  174. $(GCC) -c libctags/main.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/main.o
  175. Debug/main.o.d:
  176. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/main.o -MFDebug/main.o.d -MM libctags/main.c
  177. Debug/make.o: libctags/make.c Debug/make.o.d
  178. $(GCC) -c libctags/make.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/make.o
  179. Debug/make.o.d:
  180. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/make.o -MFDebug/make.o.d -MM libctags/make.c
  181. Debug/options.o: libctags/options.c Debug/options.o.d
  182. $(GCC) -c libctags/options.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/options.o
  183. Debug/options.o.d:
  184. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/options.o -MFDebug/options.o.d -MM libctags/options.c
  185. Debug/parse.o: libctags/parse.c Debug/parse.o.d
  186. $(GCC) -c libctags/parse.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/parse.o
  187. Debug/parse.o.d:
  188. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/parse.o -MFDebug/parse.o.d -MM libctags/parse.c
  189. Debug/pascal.o: libctags/pascal.c Debug/pascal.o.d
  190. $(GCC) -c libctags/pascal.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/pascal.o
  191. Debug/pascal.o.d:
  192. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/pascal.o -MFDebug/pascal.o.d -MM libctags/pascal.c
  193. Debug/perl.o: libctags/perl.c Debug/perl.o.d
  194. $(GCC) -c libctags/perl.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/perl.o
  195. Debug/perl.o.d:
  196. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/perl.o -MFDebug/perl.o.d -MM libctags/perl.c
  197. Debug/php.o: libctags/php.c Debug/php.o.d
  198. $(GCC) -c libctags/php.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/php.o
  199. Debug/php.o.d:
  200. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/php.o -MFDebug/php.o.d -MM libctags/php.c
  201. Debug/python.o: libctags/python.c Debug/python.o.d
  202. $(GCC) -c libctags/python.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/python.o
  203. Debug/python.o.d:
  204. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/python.o -MFDebug/python.o.d -MM libctags/python.c
  205. Debug/read.o: libctags/read.c Debug/read.o.d
  206. $(GCC) -c libctags/read.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/read.o
  207. Debug/read.o.d:
  208. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/read.o -MFDebug/read.o.d -MM libctags/read.c
  209. Debug/readtags.o: libctags/readtags.c Debug/readtags.o.d
  210. $(GCC) -c libctags/readtags.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/readtags.o
  211. Debug/readtags.o.d:
  212. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/readtags.o -MFDebug/readtags.o.d -MM libctags/readtags.c
  213. Debug/rexx.o: libctags/rexx.c Debug/rexx.o.d
  214. $(GCC) -c libctags/rexx.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/rexx.o
  215. Debug/rexx.o.d:
  216. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/rexx.o -MFDebug/rexx.o.d -MM libctags/rexx.c
  217. Debug/routines.o: libctags/routines.c Debug/routines.o.d
  218. $(GCC) -c libctags/routines.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/routines.o
  219. Debug/routines.o.d:
  220. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/routines.o -MFDebug/routines.o.d -MM libctags/routines.c
  221. Debug/ruby.o: libctags/ruby.c Debug/ruby.o.d
  222. $(GCC) -c libctags/ruby.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/ruby.o
  223. Debug/ruby.o.d:
  224. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/ruby.o -MFDebug/ruby.o.d -MM libctags/ruby.c
  225. Debug/scheme.o: libctags/scheme.c Debug/scheme.o.d
  226. $(GCC) -c libctags/scheme.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/scheme.o
  227. Debug/scheme.o.d:
  228. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/scheme.o -MFDebug/scheme.o.d -MM libctags/scheme.c
  229. Debug/sh.o: libctags/sh.c Debug/sh.o.d
  230. $(GCC) -c libctags/sh.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/sh.o
  231. Debug/sh.o.d:
  232. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/sh.o -MFDebug/sh.o.d -MM libctags/sh.c
  233. Debug/slang.o: libctags/slang.c Debug/slang.o.d
  234. $(GCC) -c libctags/slang.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/slang.o
  235. Debug/slang.o.d:
  236. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/slang.o -MFDebug/slang.o.d -MM libctags/slang.c
  237. Debug/sml.o: libctags/sml.c Debug/sml.o.d
  238. $(GCC) -c libctags/sml.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/sml.o
  239. Debug/sml.o.d:
  240. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/sml.o -MFDebug/sml.o.d -MM libctags/sml.c
  241. Debug/sort.o: libctags/sort.c Debug/sort.o.d
  242. $(GCC) -c libctags/sort.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/sort.o
  243. Debug/sort.o.d:
  244. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/sort.o -MFDebug/sort.o.d -MM libctags/sort.c
  245. Debug/sql.o: libctags/sql.c Debug/sql.o.d
  246. $(GCC) -c libctags/sql.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/sql.o
  247. Debug/sql.o.d:
  248. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/sql.o -MFDebug/sql.o.d -MM libctags/sql.c
  249. Debug/string_util.o: libctags/string_util.c Debug/string_util.o.d
  250. $(GCC) -c libctags/string_util.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/string_util.o
  251. Debug/string_util.o.d:
  252. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/string_util.o -MFDebug/string_util.o.d -MM libctags/string_util.c
  253. Debug/strlist.o: libctags/strlist.c Debug/strlist.o.d
  254. $(GCC) -c libctags/strlist.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/strlist.o
  255. Debug/strlist.o.d:
  256. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/strlist.o -MFDebug/strlist.o.d -MM libctags/strlist.c
  257. Debug/tcl.o: libctags/tcl.c Debug/tcl.o.d
  258. $(GCC) -c libctags/tcl.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/tcl.o
  259. Debug/tcl.o.d:
  260. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/tcl.o -MFDebug/tcl.o.d -MM libctags/tcl.c
  261. Debug/verilog.o: libctags/verilog.c Debug/verilog.o.d
  262. $(GCC) -c libctags/verilog.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/verilog.o
  263. Debug/verilog.o.d:
  264. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/verilog.o -MFDebug/verilog.o.d -MM libctags/verilog.c
  265. Debug/vim.o: libctags/vim.c Debug/vim.o.d
  266. $(GCC) -c libctags/vim.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/vim.o
  267. Debug/vim.o.d:
  268. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/vim.o -MFDebug/vim.o.d -MM libctags/vim.c
  269. Debug/vstring.o: libctags/vstring.c Debug/vstring.o.d
  270. $(GCC) -c libctags/vstring.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/vstring.o
  271. Debug/vstring.o.d:
  272. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/vstring.o -MFDebug/vstring.o.d -MM libctags/vstring.c
  273. Debug/yacc.o: libctags/yacc.c Debug/yacc.o.d
  274. $(GCC) -c libctags/yacc.c -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/yacc.o
  275. Debug/yacc.o.d:
  276. $(GCC) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/yacc.o -MFDebug/yacc.o.d -MM libctags/yacc.c
  277. Debug/codelite_index_main.o: codelite_index_main.cpp Debug/codelite_index_main.o.d
  278. $(CMP) -c codelite_index_main.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/codelite_index_main.o
  279. Debug/codelite_index_main.o.d:
  280. $(CMP) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/codelite_index_main.o -MFDebug/codelite_index_main.o.d -MM codelite_index_main.cpp
  281. Debug/ethread_unix.o: ethread_unix.cpp Debug/ethread_unix.o.d
  282. $(CMP) -c ethread_unix.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/ethread_unix.o
  283. Debug/ethread_unix.o.d:
  284. $(CMP) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/ethread_unix.o -MFDebug/ethread_unix.o.d -MM ethread_unix.cpp
  285. Debug/ethread_win.o: ethread_win.cpp Debug/ethread_win.o.d
  286. $(CMP) -c ethread_win.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/ethread_win.o
  287. Debug/ethread_win.o.d:
  288. $(CMP) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/ethread_win.o -MFDebug/ethread_win.o.d -MM ethread_win.cpp
  289. Debug/utils.o: utils.cpp Debug/utils.o.d
  290. $(CMP) -c utils.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/utils.o
  291. Debug/utils.o.d:
  292. $(CMP) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/utils.o -MFDebug/utils.o.d -MM utils.cpp
  293. Debug/workerthread.o: workerthread.cpp Debug/workerthread.o.d
  294. $(CMP) -c workerthread.cpp -DHAVE_CONFIG_H -I. -Ilibctags -o Debug/workerthread.o
  295. Debug/workerthread.o.d:
  296. $(CMP) -DHAVE_CONFIG_H -I. -Ilibctags -MTDebug/workerthread.o -MFDebug/workerthread.o.d -MM workerthread.cpp
  297. -include Debug/*.d
  298. codelite_indexer: make_dirs $(codelite_indexer_objects)
  299. $(CMP) -o codelite_indexer $(codelite_indexer_objects) -lpthread -ldl
  300. make_dirs:
  301. @echo
  302. @echo "----------Building project:[ codelite_indexer - Debug ]----------"
  303. @echo
  304. test -d Debug || mkdir Debug
  305. clean:
  306. $(RM) -fr Debug/*.o
  307. $(RM) -fr Debug/*.o.d
  308. $(RM) -fr codelite_indexer