tconfig.mk - filmtools - various tools for photographic film development and darkroom printing
HTML git clone git://src.adamsgaard.dk/filmtools
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
tconfig.mk (317B)
---
1 .POSIX:
2
3 # customize below to fit your system
4
5 # paths
6 PREFIX = /usr/local
7 MANPREFIX = ${PREFIX}/man
8
9 FILMTOOLS_CFLAGS = ${CFLAGS}
10 FILMTOOLS_LDFLAGS = ${LDFLAGS} -lm
11 FILMTOOLS_CPPFLAGS = -D_DEFAULT_SOURCE
12
13 # debug
14 #FILMTOOLS_CFLAGS = -fstack-protector-all -O0 -g -std=c99 -Wall -Wextra -pedantic
15 #FILMTOOLS_LDFLAGS =