2003-10-20 12:05:01 +02:00
|
|
|
bin_PROGRAMS = nix-hash
|
|
|
|
|
2003-12-02 13:37:37 +01:00
|
|
|
nix_hash_SOURCES = nix-hash.cc help.txt
|
2003-11-18 11:55:27 +01:00
|
|
|
nix_hash_LDADD = ../libmain/libmain.a ../libstore/libstore.a ../libutil/libutil.a \
|
2003-11-18 11:47:59 +01:00
|
|
|
../boost/format/libformat.a -L../../externals/inst/lib -ldb_cxx -lATerm
|
2003-10-20 12:05:01 +02:00
|
|
|
|
2003-12-01 16:55:05 +01:00
|
|
|
nix-hash.o: help.txt.hh
|
|
|
|
|
|
|
|
%.txt.hh: %.txt
|
|
|
|
../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1)
|
|
|
|
|
2003-10-20 12:05:01 +02:00
|
|
|
AM_CXXFLAGS = \
|
2003-11-18 11:55:27 +01:00
|
|
|
-I.. -I../../externals/inst/include -I../libutil -I../libstore -I../libmain
|