Eclipse CDT and implicit makefiles
-
Hi. I'm running into this vexing problem with using Eclipse IDE to load existing makefiles. The problem is the makefiles are defined by implicit rules. For example, the include path has a variable $(INCLUDE) that is being set and modified depending on other included makefiles (.mk). So now Eclipse would just barf the flag "Unresolved inclusion". I can fix this by reading the makefile which the source directory belong to, and add the path manually. Doing this individually for 55 directories really suck. Any ideas how to make this work? Maybe a tool to run all the makefiles once and update the .cproject file maybe? Or, is there other C++ IDE that takes in Cygwin GCC compiler and GDB that can handle this (I tried NetBeans with C++, same problem) ? Doesn't have to be free. Thanks!