1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/corepkgs/buildenv/Makefile.am

12 lines
375 B
Makefile
Raw Normal View History

2004-03-15 10:23:53 -05:00
all-local: builder.pl
2003-11-22 16:12:36 -05:00
install-exec-local:
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs/buildenv
$(INSTALL_DATA) $(srcdir)/default.nix $(DESTDIR)$(datadir)/nix/corepkgs/buildenv
$(INSTALL_PROGRAM) builder.pl $(DESTDIR)$(datadir)/nix/corepkgs/buildenv
2003-11-22 16:12:36 -05:00
include ../../substitute.mk
2004-03-15 10:23:53 -05:00
EXTRA_DIST = default.nix builder.pl.in