diff options
| author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-17 18:17:31 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-17 18:17:31 +0200 |
| commit | 759063908d19e592f0d3bb3759964cec35114c8c (patch) | |
| tree | b9d9c176b7388f9696b9c9c8102daa297ac8c775 /config.mk | |
| download | cic-759063908d19e592f0d3bb3759964cec35114c8c.tar.gz | |
initial commit
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..6b45112 --- /dev/null +++ b/config.mk @@ -0,0 +1,15 @@ +# Customize to fit your system + +# paths +PREFIX = /usr/local +MANPREFIX = ${PREFIX}/share/man + +VERSION = 0.0 + +# includes and libs +LIBS = -L${PREFIX}/lib -L/usr/lib -lc + +# compiler +CFLAGS = -g -Wall -O2 -I${PREFIX}/include -I/usr/include \ + -DVERSION=\"${VERSION}\" +LDFLAGS = -g ${LIBS} |
