automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-ng] [PATCH 0/4] Dependency tracking and compilation rules: som


From: Stefano Lattarini
Subject: [Automake-ng] [PATCH 0/4] Dependency tracking and compilation rules: some improvements
Date: Wed, 1 Feb 2012 10:08:21 +0100

Another round of improvements and refactoring for the most important
compilation rules.  The last patch is a bugfix.

I will push in a couple of days or so if there is no objection by
then.

Regards,
  Stefano

-*-*-

Stefano Lattarini (4):
  [ng] compiling: implement VPATH rewrites using GNU make primitives
  [ng] compiling: remove some code duplication in depend2.am
  [ng] vpath: define generic make function for VPATH rewrites
  [ng] yacc, lex: fix subdir VPATH builds

 lib/am/depend2.am            |   46 ++++++-------------
 lib/am/header-vars.am        |    5 ++
 lib/am/lex.am                |    3 +-
 lib/am/yacc.am               |    5 +-
 tests/Makefile.am            |    1 -
 tests/fort2.test             |   57 ++++++++++++++++++-----
 tests/list-of-tests.mk       |    2 +
 tests/subobj4.test           |    3 +-
 tests/vpath-rewrite.test     |  100 ++++++++++++++++++++++++++++++++++++++++++
 tests/yacc-subobj-nodep.test |   71 +++++++++++++++++++++++++++++
 10 files changed, 244 insertions(+), 49 deletions(-)
 create mode 100755 tests/vpath-rewrite.test
 create mode 100755 tests/yacc-subobj-nodep.test

-- 
1.7.7.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]