1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-16 02:01:59 +02:00

New non-recursive, plain Make-based build system

This commit is contained in:
Eelco Dolstra 2013-11-22 15:54:18 +01:00
parent 709cbe4e76
commit b8e9efc476
15 changed files with 183 additions and 0 deletions

10
Makefile.config.in Normal file
View file

@ -0,0 +1,10 @@
VERSION = @VERSION@
bindir = @bindir@
datadir = @datadir@
datarootdir = @datarootdir@
exec_prefix = @exec_prefix@
libexecdir = @libexecdir@
localstatedir = @localstatedir@
prefix = @prefix@
storedir = @storedir@
sysconfdir = @sysconfdir@