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 \
|
|
|
|
nix-install-package nix-channel nix-build
|
2003-04-09 12:26:48 +00:00
|
|
|
|
2003-07-13 18:58:03 +00:00
|
|
|
noinst_SCRIPTS = nix-profile.sh
|
|
|
|
|
2003-12-05 11:25:38 +00:00
|
|
|
nix-pull nix-push: readmanifest.pm
|
|
|
|
|
|
|
|
install-exec-local: readmanifest.pm
|
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
|
|
|
|
$(INSTALL) -d $(DESTDIR)$(sysconfdir)/nix
|
2003-07-10 15:11:48 +00:00
|
|
|
# !!! don't overwrite local modifications
|
2003-12-30 20:09:00 +00:00
|
|
|
$(INSTALL_DATA) prebuilts.conf $(DESTDIR)$(sysconfdir)/nix/prebuilts.conf
|
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 \
|
|
|
|
prebuilts.conf readmanifest.pm.in \
|
|
|
|
nix-build.in
|