2003-11-18 11:38:25 +00:00
|
|
|
bin_PROGRAMS = nix-store
|
2003-10-20 10:05:01 +00:00
|
|
|
|
2006-12-07 20:47:30 +00:00
|
|
|
nix_store_SOURCES = nix-store.cc dotgraph.cc dotgraph.hh help.txt
|
2005-07-22 14:52:45 +00:00
|
|
|
nix_store_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \
|
2009-11-06 01:15:44 +00:00
|
|
|
../boost/format/libformat.la ${aterm_lib} @ADDITIONAL_NETWORK_LIBS@
|
2003-10-20 10:05:01 +00:00
|
|
|
|
2006-12-07 22:07:05 +00:00
|
|
|
nix-store.o: help.txt.hh
|
2003-10-20 10:05:01 +00:00
|
|
|
|
2003-12-01 15:55:05 +00:00
|
|
|
%.txt.hh: %.txt
|
2003-11-18 12:06:07 +00:00
|
|
|
../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1)
|
2003-10-20 10:05:01 +00:00
|
|
|
|
|
|
|
AM_CXXFLAGS = \
|
2009-11-06 01:15:44 +00:00
|
|
|
-I$(srcdir)/.. $(aterm_include) -I$(srcdir)/../libutil \
|
2006-05-12 11:47:45 +00:00
|
|
|
-I$(srcdir)/../libstore -I$(srcdir)/../libmain
|