about summary refs log blame commit diff
path: root/src/nix-env/Makefile.am
blob: 113baabc41cd4a0439cc2e2bdcc6664eb349bda5 (plain) (tree)
1
2
3
4
5
6
7
8
9

                      
                                                                                     
 

                                                             
                             
 
                      



                                                              
               
                 

                                                           
bin_PROGRAMS = nix-env

nix_env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh help.txt

nix_env_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \
 ../libstore/libstore.la ../libutil/libutil.la \
 ../boost/format/libformat.la

nix-env.o: help.txt.hh

%.txt.hh: %.txt
	../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1)

AM_CXXFLAGS = \
 -I$(srcdir)/.. \
 -I$(srcdir)/../libutil -I$(srcdir)/../libstore \
 -I$(srcdir)/../libexpr -I$(srcdir)/../libmain -I../libexpr