diff options
| author | Glenn Morris | 2014-06-28 15:57:23 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-28 15:57:23 -0700 |
| commit | 93160ec3928b5efd654824dfc727d1bbec3c0aec (patch) | |
| tree | dbca945901d1ff3d2d21e5b20f18ae76d6b134f7 /oldXMenu/ChangeLog | |
| parent | e0d9c3c9a26ba2982595ec2ec4a1167ee7e39ddb (diff) | |
| download | emacs-93160ec3928b5efd654824dfc727d1bbec3c0aec.tar.gz emacs-93160ec3928b5efd654824dfc727d1bbec3c0aec.zip | |
Use gcc auto-dependency information for lwlib and oldXMenu
* configure.ac (lwlib_deps_frag, oldxmenu_deps_frag): New output files.
* make-dist (lwlib, oldXMenu): Distribute *.mk.
* lwlib/Makefile.in: Move old dependency information to new file deps.mk.
(MKDIR_P, DEPFLAGS, MKDEPDIR, lwlib_deps_frag):
New, set by configure.
(DEPDIR): New variable.
(ALL_CFLAGS): Add DEPFLAGS.
(.c.o): Add MKDEPDIR.
(clean, mostlyclean): Delete DEPDIR.
* lwlib/deps.mk, lwlib/autodeps.mk: New files.
* oldXMenu/Makefile.in: Move old dependency information to new file deps.mk.
(MKDIR_P, DEPFLAGS, MKDEPDIR, oldxmenu_deps_frag):
New, set by configure.
(DEPDIR): New variable.
(ALL_CFLAGS): Add DEPFLAGS.
(.c.o): Add MKDEPDIR.
(clean, mostlyclean): Delete DEPDIR.
* oldXMenu/deps.mk, oldXMenu/autodeps.mk: New files.
* src/deps.mk: Comment update.
* .bzrignore: Ignore lwlib/deps, oldXMenu/deps.
Diffstat (limited to 'oldXMenu/ChangeLog')
| -rw-r--r-- | oldXMenu/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 74686f64972..2d382be5d71 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2014-06-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in: Use gcc auto-dependency information. | ||
| 4 | Move old dependency information to new file deps.mk. | ||
| 5 | (MKDIR_P, DEPFLAGS, MKDEPDIR, oldxmenu_deps_frag): | ||
| 6 | New, set by configure. | ||
| 7 | (DEPDIR): New variable. | ||
| 8 | (ALL_CFLAGS): Add DEPFLAGS. | ||
| 9 | (.c.o): Add MKDEPDIR. | ||
| 10 | (clean, mostlyclean): Delete DEPDIR. | ||
| 11 | * deps.mk, autodeps.mk: New files. | ||
| 12 | |||
| 1 | 2014-06-15 Glenn Morris <rgm@gnu.org> | 13 | 2014-06-15 Glenn Morris <rgm@gnu.org> |
| 2 | 14 | ||
| 3 | * Makefile.in (CPPFLAGS): Explicitly set via configure. | 15 | * Makefile.in (CPPFLAGS): Explicitly set via configure. |