mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Implemented support for auto-dependencies
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11477 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0083818fbd
commit
77c59d62b2
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
Thu Nov 22 03:05:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Implemented support for auto dependencies. Only works with gcc =>
|
||||
3.x.
|
||||
* rules.make: Include appropriate .d dependency files if
|
||||
AUTO_DEPENDENCIES is yes.
|
||||
(AUTO_DEPENDENCIES_FLAGS): Define to be -MMD -MP if
|
||||
AUTO_DEPENDENCIES is yes.
|
||||
(ALL_CPPFLAGS): Add AUTO_DEPENDENCIES_FLAGS.
|
||||
(Idea by Malmberg <malmberg@malmberg.org>).
|
||||
|
||||
Thu Nov 22 02:52:42 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* depend.make: Obsolete file removed.
|
||||
|
|
Loading…
Reference in a new issue