mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Update Makefile variable names
This commit is contained in:
parent
ac8c2ef1aa
commit
16e7d69209
18 changed files with 29 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
|||
LIBS += libformat
|
||||
libraries += libformat
|
||||
|
||||
libformat_NAME = libnixformat
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PROGRAMS += bsdiff bspatch
|
||||
programs += bsdiff bspatch
|
||||
|
||||
bsdiff_DIR := $(d)
|
||||
bsdiff_SOURCES := $(d)/bsdiff.c
|
||||
|
@ -10,4 +10,4 @@ bspatch_SOURCES := $(d)/bspatch.c
|
|||
bspatch_LDFLAGS = -lbz2 $(bsddiff_compat_include)
|
||||
bspatch_INSTALL_DIR = $(libexecdir)/nix
|
||||
|
||||
dist_files += $(d)/compat-include/*
|
||||
dist-files += $(d)/compat-include/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
LIBS += libexpr
|
||||
libraries += libexpr
|
||||
|
||||
libexpr_NAME = libnixexpr
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
LIBS += libmain
|
||||
libraries += libmain
|
||||
|
||||
libmain_NAME = libnixmain
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
LIBS += libstore
|
||||
libraries += libstore
|
||||
|
||||
libstore_NAME = libnixstore
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
LIBS += libutil
|
||||
libraries += libutil
|
||||
|
||||
libutil_NAME = libnixutil
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PROGRAMS += nix-daemon
|
||||
programs += nix-daemon
|
||||
|
||||
nix-daemon_DIR := $(d)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PROGRAMS += nix-env
|
||||
programs += nix-env
|
||||
|
||||
nix-env_DIR := $(d)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PROGRAMS += nix-hash
|
||||
programs += nix-hash
|
||||
|
||||
nix-hash_DIR := $(d)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PROGRAMS += nix-instantiate
|
||||
programs += nix-instantiate
|
||||
|
||||
nix-instantiate_DIR := $(d)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PROGRAMS += nix-log2xml
|
||||
programs += nix-log2xml
|
||||
|
||||
nix-log2xml_DIR := $(d)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PROGRAMS += nix-store
|
||||
programs += nix-store
|
||||
|
||||
nix-store_DIR := $(d)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue