1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00
nix/src/nix-store/Makefile.am

24 lines
751 B
Makefile
Raw Normal View History

bin_PROGRAMS = nix-store
2003-10-20 06:05:01 -04:00
2003-11-25 08:01:21 -05:00
nix_store_SOURCES = main.cc dotgraph.cc dotgraph.hh help.txt.hh
nix_store_LDADD = ../libmain/libmain.a ../libstore/libstore.a ../libutil/libutil.a \
2003-11-18 05:47:59 -05:00
../boost/format/libformat.a -L../../externals/inst/lib -ldb_cxx -lATerm
2003-10-20 06:05:01 -04:00
main.o: help.txt.hh
2003-10-20 06:05:01 -04:00
%.hh: %
../bin2c/bin2c helpText < $< > $@ || (rm $@ && exit 1)
2003-10-20 06:05:01 -04:00
AM_CXXFLAGS = \
2003-11-18 05:55:27 -05:00
-I.. -I../../externals/inst/include -I../libutil -I../libstore -I../libmain
2003-10-20 06:05:01 -04:00
install-data-local:
$(INSTALL) -d $(localstatedir)/nix
$(INSTALL) -d $(localstatedir)/nix/db
$(INSTALL) -d $(localstatedir)/nix/links
rm -f $(prefix)/current
ln -sf $(localstatedir)/nix/links/current $(prefix)/current
$(INSTALL) -d $(localstatedir)/log/nix
$(INSTALL) -d $(prefix)/store
$(bindir)/nix-store --init