2003-10-20 10:05:01 +00:00
|
|
|
noinst_LIBRARIES = libmain.a
|
|
|
|
|
2003-11-25 13:01:21 +00:00
|
|
|
libmain_a_SOURCES = shared.cc shared.hh
|
2003-10-20 10:05:01 +00:00
|
|
|
|
|
|
|
AM_CXXFLAGS = \
|
|
|
|
-DNIX_STORE_DIR=\"$(prefix)/store\" \
|
|
|
|
-DNIX_DATA_DIR=\"$(datadir)\" \
|
|
|
|
-DNIX_STATE_DIR=\"$(localstatedir)/nix\" \
|
|
|
|
-DNIX_LOG_DIR=\"$(localstatedir)/log/nix\" \
|
2004-02-02 10:51:54 +00:00
|
|
|
-DNIX_VERSION=\"$(VERSION)\" \
|
2003-11-18 10:55:27 +00:00
|
|
|
-I.. -I../../externals/inst/include -I../libutil -I../libstore
|