about summary refs log tree commit diff
path: root/third_party/nix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/Makefile')
-rw-r--r--third_party/nix/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/nix/Makefile b/third_party/nix/Makefile
new file mode 100644
index 0000000000..9ac82fda65
--- /dev/null
+++ b/third_party/nix/Makefile
@@ -0,0 +1,22 @@
+makefiles = \
+  local.mk \
+  src/libutil/local.mk \
+  src/libstore/local.mk \
+  src/libmain/local.mk \
+  src/libexpr/local.mk \
+  src/nix/local.mk \
+  src/resolve-system-dependencies/local.mk \
+  scripts/local.mk \
+  corepkgs/local.mk \
+  misc/systemd/local.mk \
+  misc/launchd/local.mk \
+  misc/upstart/local.mk \
+  doc/manual/local.mk \
+  tests/local.mk \
+  tests/plugins/local.mk
+
+GLOBAL_CXXFLAGS += -g -Wall -include config.h
+
+-include Makefile.config
+
+include mk/lib.mk