2003-11-19 17:27:16 +00:00
|
|
|
bin_PROGRAMS = nix-env
|
|
|
|
|
2004-02-06 14:57:10 +00:00
|
|
|
nix_env_SOURCES = main.cc names.cc names.hh \
|
|
|
|
profiles.cc profiles.hh help.txt
|
2005-07-22 14:52:45 +00:00
|
|
|
nix_env_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \
|
|
|
|
../libstore/libstore.la ../libutil/libutil.la \
|
|
|
|
../boost/format/libformat.la ${bdb_lib} ${aterm_lib}
|
2003-11-19 17:27:16 +00:00
|
|
|
|
2003-12-01 15:55:05 +00:00
|
|
|
main.o: help.txt.hh
|
|
|
|
|
|
|
|
%.txt.hh: %.txt
|
|
|
|
../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1)
|
|
|
|
|
2003-11-19 17:27:16 +00:00
|
|
|
AM_CXXFLAGS = \
|
2004-02-16 16:37:16 +00:00
|
|
|
-I.. ${bdb_include} ${aterm_include} -I../libutil -I../libstore \
|
2003-11-19 17:27:16 +00:00
|
|
|
-I../libexpr -I../libmain
|