summaryrefslogtreecommitdiff
blob: 5f38e7f28f511a2d0d66caedb5005bb5cb2544b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -r -U1 getxbook-0.8.orig/Makefile getxbook-0.8/Makefile
--- getxbook-0.8.orig/Makefile	2012-02-15 05:09:56.000000000 +0700
+++ getxbook-0.8/Makefile	2012-02-15 15:11:55.000000000 +0700
@@ -1,3 +1,10 @@
 # See COPYING file for copyright and license details.
-include config.mk
+VERSION = 1.0
+RELDATE = 2012-08-19
+PREFIX = /usr
+MANPREFIX = $(PREFIX)/share/man
+CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror \
+          -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"
+CC = cc
+LD = $(CC)