2003-11-22 19:45:56 +01:00
|
|
|
bin_SCRIPTS = nix-collect-garbage \
|
2004-06-22 17:12:34 +02:00
|
|
|
nix-pull nix-push nix-prefetch-url \
|
2006-01-12 16:17:51 +01:00
|
|
|
nix-install-package nix-channel nix-build \
|
2008-02-28 22:27:47 +01:00
|
|
|
nix-copy-closure
|
2003-04-09 14:26:48 +02:00
|
|
|
|
2007-11-15 15:28:08 +01:00
|
|
|
noinst_SCRIPTS = nix-profile.sh generate-patches.pl \
|
2008-07-23 11:38:38 +02:00
|
|
|
find-runtime-roots.pl build-remote.pl nix-reduce-build \
|
2008-08-29 10:34:38 +02:00
|
|
|
copy-from-other-stores.pl nix-http-export.cgi
|
2003-07-13 20:58:03 +02:00
|
|
|
|
2006-05-31 11:24:54 +02:00
|
|
|
nix-pull nix-push: readmanifest.pm readconfig.pm download-using-manifests.pl
|
2003-12-05 12:25:38 +01:00
|
|
|
|
2008-07-12 20:58:24 +02:00
|
|
|
install-exec-local: readmanifest.pm download-using-manifests.pl copy-from-other-stores.pl find-runtime-roots.pl
|
2003-12-30 21:09:00 +01:00
|
|
|
$(INSTALL) -d $(DESTDIR)$(sysconfdir)/profile.d
|
|
|
|
$(INSTALL_PROGRAM) nix-profile.sh $(DESTDIR)$(sysconfdir)/profile.d/nix.sh
|
|
|
|
$(INSTALL) -d $(DESTDIR)$(libexecdir)/nix
|
|
|
|
$(INSTALL_DATA) readmanifest.pm $(DESTDIR)$(libexecdir)/nix
|
2006-05-31 11:24:54 +02:00
|
|
|
$(INSTALL_DATA) readconfig.pm $(DESTDIR)$(libexecdir)/nix
|
2006-07-19 18:49:59 +02:00
|
|
|
$(INSTALL_PROGRAM) find-runtime-roots.pl $(DESTDIR)$(libexecdir)/nix
|
2007-01-11 17:19:45 +01:00
|
|
|
$(INSTALL_PROGRAM) generate-patches.pl $(DESTDIR)$(libexecdir)/nix
|
2007-11-15 15:28:08 +01:00
|
|
|
$(INSTALL_PROGRAM) build-remote.pl $(DESTDIR)$(libexecdir)/nix
|
2008-07-18 15:05:10 +02:00
|
|
|
$(INSTALL) -d $(DESTDIR)$(libexecdir)/nix/substituters
|
|
|
|
$(INSTALL_PROGRAM) download-using-manifests.pl $(DESTDIR)$(libexecdir)/nix/substituters
|
|
|
|
$(INSTALL_PROGRAM) copy-from-other-stores.pl $(DESTDIR)$(libexecdir)/nix/substituters
|
2003-12-30 21:09:00 +01:00
|
|
|
$(INSTALL) -d $(DESTDIR)$(sysconfdir)/nix
|
2003-07-13 20:58:03 +02:00
|
|
|
|
2003-07-18 09:42:57 +02:00
|
|
|
include ../substitute.mk
|
2003-07-23 17:53:34 +02:00
|
|
|
|
2003-11-24 12:11:40 +01:00
|
|
|
EXTRA_DIST = nix-collect-garbage.in \
|
2004-06-22 17:12:34 +02:00
|
|
|
nix-pull.in nix-push.in nix-profile.sh.in \
|
|
|
|
nix-prefetch-url.in nix-install-package.in \
|
|
|
|
nix-channel.in \
|
2004-12-16 15:31:49 +01:00
|
|
|
readmanifest.pm.in \
|
2006-05-31 11:24:54 +02:00
|
|
|
readconfig.pm.in \
|
2004-12-20 17:38:50 +01:00
|
|
|
nix-build.in \
|
2005-03-01 12:27:22 +01:00
|
|
|
download-using-manifests.pl.in \
|
2008-07-12 20:58:24 +02:00
|
|
|
copy-from-other-stores.pl.in \
|
2006-01-12 16:17:51 +01:00
|
|
|
generate-patches.pl.in \
|
2007-02-22 00:14:53 +01:00
|
|
|
nix-copy-closure.in \
|
2007-11-15 16:33:30 +01:00
|
|
|
find-runtime-roots.pl.in \
|
2008-02-27 22:26:47 +01:00
|
|
|
build-remote.pl.in \
|
2008-08-29 10:34:38 +02:00
|
|
|
nix-reduce-build.in \
|
|
|
|
nix-http-export.cgi.in
|