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