autoproject
John Birch
jbb at kdevelop.org
Mon Jun 3 02:19:03 UTC 2002
Hi,
Here's a small patch that attempts to find the subdirs associated with
variables within a Makefile.am eg
SUBDIRS = blah1 blah2 $(BLAH_DIRS) blah3
This patch works well for variables that are within the same Makefile.am but
for the kdevelop project it won't work. The problem is that the subdirs are
dependent on the configure and the configure switches being used eg
SUBDIRS = lib parts plugins $(GIDEON_SUBDIR) $(KDEV_SUBDIR) doc pics
The result is that the gideon "src" dir is not added (and the kdevelop dirs)
and its classes are not loaded into the class view.
I have no solution for this. Anybody with thoughts on how this could be
handled? Perhaps the vars should just remain in the Automake Manager view if
not found and then the dirs could be added manually (this would be a bad hack
though).
See you next week :-)
jbb
-------------- next part --------------
A non-text attachment was scrubbed...
Name: autoproject.diff
Type: text/x-diff
Size: 2386 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20020603/5bf158ce/attachment.bin>
More information about the KDevelop-devel
mailing list