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/tru64/Makedefs | |
download | icon-6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1.tar.gz |
Initial upstream version 9.4.3upstream/9.4.3
Diffstat (limited to 'config/tru64/Makedefs')
-rw-r--r-- | config/tru64/Makedefs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config/tru64/Makedefs b/config/tru64/Makedefs new file mode 100644 index 0000000..051dbf5 --- /dev/null +++ b/config/tru64/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 = c89 +CFLAGS = -O +CFDYN = +RLINK = -oldstyle_liblookup +RLIBS = -lm +TLIBS = -lrt -lpthread +XLIBS = -lX11 +XPMDEFS = -DZPIPE -DSYSV +GDIR = xpm |