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 \
|
|
|
|
nix-pack-closure nix-unpack-closure
|
2003-04-09 12:26:48 +00:00
|
|
|
|
2006-07-21 12:28:25 +00:00
|
|
|
noinst_SCRIPTS = nix-profile.sh generate-patches.pl find-runtime-roots.pl
|
2003-07-13 18:58:03 +00:00
|
|
|
|
2006-05-31 09:24:54 +00:00
|
|
|
nix-pull nix-push: readmanifest.pm readconfig.pm download-using-manifests.pl
|
2003-12-05 11:25:38 +00:00
|
|
|
|
2006-07-19 16:49:59 +00:00
|
|
|
install-exec-local: readmanifest.pm download-using-manifests.pl find-runtime-roots.pl
|
2003-12-30 20:09:00 +00: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 09:24:54 +00:00
|
|
|
$(INSTALL_DATA) readconfig.pm $(DESTDIR)$(libexecdir)/nix
|
2004-12-20 16:38:50 +00:00
|
|
|
$(INSTALL_PROGRAM) download-using-manifests.pl $(DESTDIR)$(libexecdir)/nix
|
2006-07-19 16:49:59 +00:00
|
|
|
$(INSTALL_PROGRAM) find-runtime-roots.pl $(DESTDIR)$(libexecdir)/nix
|
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-16 14:31:49 +00:00
|
|
|
readmanifest.pm.in \
|
2006-05-31 09:24:54 +00:00
|
|
|
readconfig.pm.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 \
|
2006-01-12 15:17:51 +00:00
|
|
|
generate-patches.pl.in \
|
2006-07-19 16:49:59 +00:00
|
|
|
nix-pack-closure.in nix-unpack-closure.in \
|
|
|
|
find-runtime-roots.pl.in
|