This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

merging headers


I have a big library project where each class is in is own header and source 
file. I want to merge all the header files to create a single big header file 
called mylibrary.h, so the user doesn't need to know about my internal header 
files. Creating this big header file is not just as simple as concatenating 
all the class headers because undefined references occur. Does automake solve 
this kind of problems? How? If not does anyone knows of a tool that does?

thanks and excuse if this is completely out of topic
Marco
-- 
Marco Correia <mvc at netcabo dot pt>




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]