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