From b1117ef29d35822647bda32f8cd3887f4f6eaede Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 18 Nov 2003 11:38:25 +0000 Subject: * nix -> nix-store, fix -> nix-instantiate. --- src/nix/Makefile.am | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/nix/Makefile.am (limited to 'src/nix/Makefile.am') diff --git a/src/nix/Makefile.am b/src/nix/Makefile.am deleted file mode 100644 index 8a52be364f1a..000000000000 --- a/src/nix/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -bin_PROGRAMS = nix - -nix_SOURCES = nix.cc dotgraph.cc -nix_LDADD = ../libmain/libmain.a ../libstore/libstore.a ../libutil/libutil.a \ - ../boost/format/libformat.a -L../../externals/inst/lib -ldb_cxx -lATerm - -nix.o: nix-help.txt.hh - -%.hh: % - echo -n '"' > $@ - sed 's|\(.*\)|\1\\n\\|' < $< >> $@ - echo '"' >> $@ - -AM_CXXFLAGS = \ - -I.. -I../../externals/inst/include -I../libutil -I../libstore -I../libmain - -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 --init - -EXTRA_DIST = *.hh -- cgit 1.4.1