Remove Automakefiles

This commit is contained in:
Eelco Dolstra 2014-02-01 12:26:38 +01:00
parent 16e7d69209
commit 0c6d62cf27
22 changed files with 0 additions and 510 deletions

View file

@ -1,12 +0,0 @@
all-local: config.nix
files = nar.nix buildenv.nix buildenv.pl unpack-channel.nix derivation.nix fetchurl.nix \
imported-drv-to-derivation.nix
install-exec-local:
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
$(INSTALL_DATA) config.nix $(files) $(DESTDIR)$(datadir)/nix/corepkgs
include ../substitute.mk
EXTRA_DIST = config.nix.in $(files)