diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-25 07:53:06 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-25 07:53:06 +0100 |
commit | 5ca513aea73d041dd3d45c7b02c310fc7bcb8cec (patch) | |
tree | 303afd933c7f9efd584d3f46f7f735b7ab9a736f | |
parent | 06b6aa0adcf59083ea59aaea7738000d93713f40 (diff) |
Update config.mk comments a bit
-rw-r--r-- | config.mk | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,7 +1,8 @@ -# Package name and version package = feh version = 1.4.1 +# Customize below: + # Prefix for all installed files prefix = /usr/local @@ -19,18 +20,19 @@ CFLAGS = -g -Wall -Wextra -pedantic -O2 xinerama = -DHAVE_LIBXINERAMA xinerama_ld = -lXinerama -# Put extra header directories here +# Put extra header (-I/some/directory) directories here extra_headers = -# Put extra include (-Lfoo) directories here +# Put extra include (-L/some/directory) directories here extra_libs = debug = -DDEBUG -# Enable this for debug mode +# Uncomment this for debug mode +# (Use feh -+ <level> to see debug output) #CFLAGS += $(debug) dmalloc = -DWITH_DMALLOC -# Enable this to use dmalloc +# Uncomment this to use dmalloc #CFLAGS += $(dmalloc) |