* Tracked down the mkdepend tool which Ingo used in his updated makefile-engine
which auto-generates dependencies. It was written by Lars Duening for BeOS and uses libglob, which is also part of make. To re-use libglob and since make is already part of the Haiku tree, I added mkdepend to the bin tools. * Added Lars Duening's copyright to AboutSystem. * Added skeleton makefile and makefile-engine to data/develop. * Added mkdepend and makefile-engine files to the Development optional package. It could be argued to move the make bin command there too, from it's current location in the HaikuImage file. However, make could be useful to always have available. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29609 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -788,6 +788,11 @@ AboutView::AboutView(const BRect &rect)
|
||||
"All rights reserved.",
|
||||
"http://tc.umn.edu/~ringx004");
|
||||
|
||||
// MkDepend 1.7 copyright (Makefile dependency generator)
|
||||
AddCopyrightEntry("MkDepend",
|
||||
"Copyright " B_UTF8_COPYRIGHT "1995-2001 Lars Düning. "
|
||||
"All rights reserved.");
|
||||
|
||||
// OpenSound
|
||||
// AddCopyrightEntry("OpenSound",
|
||||
// "Copyright " B_UTF8_COPYRIGHT " 1996-2008 4Front Technologies ",
|
||||
|
||||
Reference in New Issue
Block a user