mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
41ec982f31
approach. This makes it much easier to add extra complexity in the normaliser / realiser (e.g., build hooks, substitutes).
10 lines
304 B
Makefile
10 lines
304 B
Makefile
noinst_LIBRARIES = libstore.a
|
|
|
|
libstore_a_SOURCES = \
|
|
store.cc store.hh storeexpr.cc storeexpr.hh \
|
|
normalise.cc misc.cc normalise.hh \
|
|
globals.cc globals.hh db.cc db.hh \
|
|
references.cc references.hh pathlocks.cc pathlocks.hh
|
|
|
|
AM_CXXFLAGS = -Wall \
|
|
-I.. ${bdb_include} ${aterm_include} -I../libutil
|