nix-super/src/nix-store/Makefile.am

14 lines
414 B
Makefile
Raw Normal View History

bin_PROGRAMS = nix-store
2003-10-20 13:05:01 +03:00
2003-11-25 15:03:48 +02:00
nix_store_SOURCES = main.cc dotgraph.cc dotgraph.hh help.txt
nix_store_LDADD = ../libmain/libmain.a ../libstore/libstore.a ../libutil/libutil.a \
../boost/format/libformat.a ${bdb_lib} ${aterm_lib}
2003-10-20 13:05:01 +03:00
main.o: help.txt.hh
2003-10-20 13:05:01 +03:00
%.txt.hh: %.txt
../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1)
2003-10-20 13:05:01 +03:00
AM_CXXFLAGS = \
-I.. ${bdb_include} $(aterm_include) -I../libutil -I../libstore -I../libmain