diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-27 23:51:56 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-27 23:51:56 +0000 |
commit | 6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (patch) | |
tree | 926065cf45450116098db664e3c61dced9e1f21a /config/solaris/Makedefs | |
download | icon-upstream/9.4.3.tar.gz |
Initial upstream version 9.4.3upstream/9.4.3
Diffstat (limited to 'config/solaris/Makedefs')
-rw-r--r-- | config/solaris/Makedefs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config/solaris/Makedefs b/config/solaris/Makedefs new file mode 100644 index 0000000..3f6bd24 --- /dev/null +++ b/config/solaris/Makedefs @@ -0,0 +1,19 @@ +# CC C compiler +# CFLAGS flags for building C files +# CFDYN additional flags for dynamic functions +# RLINK flags for linking run-time system +# RLIBS libraries to link with run-time system +# TLIBS libraries to link for POSIX threads +# XLIBS libraries to link for graphics +# XPMDEFS definitions for building XPM library +# GDIR directory of graphics helper library + +CC = gcc +CFLAGS = -I/usr/openwin/include +CFDYN = -fPIC +RLINK = +RLIBS = -lm -ldl +TLIBS = -lposix4 -lpthread +XLIBS = -L /usr/openwin/lib -Xlinker -R/usr/openwin/lib -lX11 +XPMDEFS = -DZPIPE -DSYSV +GDIR = xpm |