* Big refactoring. Move to a much more explicitly state machine based

approach.  This makes it much easier to add extra complexity in the
  normaliser / realiser (e.g., build hooks, substitutes).
This commit is contained in:
Eelco Dolstra 2004-06-18 18:09:32 +00:00
parent 3454c685ee
commit 41ec982f31
5 changed files with 925 additions and 817 deletions

View file

@ -2,7 +2,7 @@ noinst_LIBRARIES = libstore.a
libstore_a_SOURCES = \
store.cc store.hh storeexpr.cc storeexpr.hh \
normalise.cc normalise.hh \
normalise.cc misc.cc normalise.hh \
globals.cc globals.hh db.cc db.hh \
references.cc references.hh pathlocks.cc pathlocks.hh