diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-22 21:09:53 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-22 21:09:53 +0100 |
| commit | 3320a90812c519d28452822879be4472276d129e (patch) | |
| tree | d95ffefd508ce68193295bd8dbe53dcde11f2e77 /config.mk | |
| parent | Add main man page (diff) | |
| download | blind-3320a90812c519d28452822879be4472276d129e.tar.gz blind-3320a90812c519d28452822879be4472276d129e.tar.bz2 blind-3320a90812c519d28452822879be4472276d129e.tar.xz | |
Makefile: add install, uninstall, and dist1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ -# You may want to remove -DHAVE_PRCTL and -DHAVE_EPOLL from CPPFLAGS if you are not using Linux. +# blind version +VERSION = 1.0 + +# Paths +PREFIX = /usr/local +MANPREFIX = $(PREFIX)/share/man +# You may want to remove -DHAVE_PRCTL and -DHAVE_EPOLL from CPPFLAGS if you are not using Linux. CFLAGS = -std=c99 -Wall -pedantic -O2 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHAVE_PRCTL -DHAVE_EPOLL LDFLAGS = -lm -s |
