My project contains a libraries and many executables stored in different directories.:
Code: Select all
O
|
+-- examples
| +----- pmx
| | +---- pmx.c
| | +---- makefile
| |
| +----- unc
| | +---- makefile
| | +---- unc.c
| ....
|
+-- src
| +--- tbl.h
| +--- tbl.c
| +--- makefile
|
Is it possible to do something similar with CodeLite? I'd like to swith from an editor (even if good as PsPad) to a real IDE like CodeLite with all the integrated facilies (the debugger and the identifiers crossrerence, mainly).
I wouldn't want to have to revisit the entire building process as the current one is only dependent on gnu-make.