diff options
| author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-28 03:18:22 +0200 |
|---|---|---|
| committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-28 03:18:22 +0200 |
| commit | 6db6980e27bdde6f2d444dd3cdd7a46985fa84fc (patch) | |
| tree | 4e471277f68582713a23e5b0cd2fc57959fac89a /config.mk | |
| parent | c56332857145d1c6741d4f6c1bbc87dcc6c6ab97 (diff) | |
| download | st-6db6980e27bdde6f2d444dd3cdd7a46985fa84fc.tar.gz st-6db6980e27bdde6f2d444dd3cdd7a46985fa84fc.zip | |
st now runs on Linux, OpenBSD and FreeBSD.
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 13 |
1 files changed, 7 insertions, 6 deletions
| @@ -12,16 +12,17 @@ X11LIB = /usr/X11R6/lib | |||
| 12 | 12 | ||
| 13 | # includes and libs | 13 | # includes and libs |
| 14 | INCS = -I. -I/usr/include -I${X11INC} | 14 | INCS = -I. -I/usr/include -I${X11INC} |
| 15 | LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 | 15 | LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil |
| 16 | |||
| 17 | # uncomment your system # | ||
| 18 | #SYSTEM = -DLINUX | ||
| 19 | #SYSTEM = -DOPENBSD | ||
| 20 | #SYSTEM = -DFREEBSD | ||
| 16 | 21 | ||
| 17 | # flags | 22 | # flags |
| 18 | CPPFLAGS = -DVERSION=\"${VERSION}\" | 23 | CPPFLAGS = -DVERSION=\"${VERSION}\" ${SYSTEM} |
| 19 | CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} | 24 | CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} |
| 20 | LDFLAGS = -s ${LIBS} | 25 | LDFLAGS = -s ${LIBS} |
| 21 | 26 | ||
| 22 | # Solaris | ||
| 23 | #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" | ||
| 24 | #LDFLAGS = ${LIBS} | ||
| 25 | |||
| 26 | # compiler and linker | 27 | # compiler and linker |
| 27 | CC = cc | 28 | CC = cc |
