Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT GNU autotool C++ project: automatic makefile generation for subdirs(Automatic generation of makefiles for new source files)
CDT GNU autotool C++ project: automatic makefile generation for subdirs [message #1174489] Thu, 07 November 2013 05:57
Pradipto Das is currently offline Pradipto DasFriend
Messages: 1
Registered: November 2013
Junior Member
Hi all,

When I add a new source folder to a GNU autotool C++ project how do I get the makefile updated automatically (just like those in managed C++ projects)?

For example, I have a src directory with foo.cpp and a src/dumb directory with dump.cpp and dumb.h files consisting of a CDumb class definition and declaration. The code in the foo.cpp file needs to create an object of class CDumb.

Later on I need to create several of these folder hierarchies e.g. src/dumber, src/dumbest and src/clever. How to automate the make process of this type of project structure within Eclipse CDT. I am using Eclipse Kepler.

Any help is sincerely appreciated.

Regards,
Pradipto
Previous Topic:unresolved inclusion ...?
Next Topic:How to configure scanner discovery programmatically?
Goto Forum:
  


Current Time: Thu Apr 25 13:36:39 GMT 2024

Powered by FUDForum. Page generated in 0.02636 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top