Library with nested source file structure
Ingolf Steinbach
Ingolf.Steinbach at jena-optronik.de
Fri Jun 30 09:01:52 BST 2006
Hi,
I'm trying to convert a static library to kdevelop which
has the following structure:
libfoo
+-include
| +-modulea
| | +-x.h // public header
| | +-y.h // public header
| +-moduleb
| +-x.h // public header
+-src
+-modulea
| +-a1.cpp
| +-z.h // private (noinst) header
| +-a2.cpp
| +-m.cpp
+-moduleb
+-b1.cpp
+-z.h // private (noinst) header
+-m.cpp
Files with the same name in different subdirectories are
not identical.
The project should create *one* library, libfoo.a, together
with the public headers in the specified directory structure.
How would I handle this situation in kdevelop? Is it possible
to create an automake based project for this?
Kind regards
Ingolf
--
Ingolf Steinbach Jena-Optronik GmbH
ingolf.steinbach at jena-optronik.de ++49 3641 200-147
PGP: 0x7B3B5661 213C 828E 0C92 16B5 05D0 4D5B A324 EC04
More information about the KDevelop
mailing list