summarylogtreecommitdiffstats
path: root/Make.sys
diff options
context:
space:
mode:
authorspecter1192019-11-14 02:53:08 +0800
committerspecter1192019-11-14 02:53:08 +0800
commit437e351f608fb7353b7a0745cd89fec131e0aaa8 (patch)
tree6ad0e4eb5371ab1973c32b0bd5e15712494ced93 /Make.sys
parent167cd69b5589309ecb5343f061142a5cf9f46149 (diff)
downloadaur-437e351f608fb7353b7a0745cd89fec131e0aaa8.tar.gz
update to 1.6.2 and add gitignore
Diffstat (limited to 'Make.sys')
-rw-r--r--Make.sys8
1 files changed, 5 insertions, 3 deletions
diff --git a/Make.sys b/Make.sys
index fd635ed0b207..eb58763130bf 100644
--- a/Make.sys
+++ b/Make.sys
@@ -1,7 +1,7 @@
#########################################################################
#
# System-dependent definitions suitable for compiling xcrysden using
-# a system shared libraries (needs Tcl/Tk/GL/GLU/FFTW libraries)
+# a system shared libraries (needs Tcl/Tk/Togl/GL/GLU/FFTW libraries)
#
########################################################################
@@ -21,7 +21,7 @@ CC = gcc -g
#LDLIB = -ldl
MATH = -lm -lc
-FFLAGS =
+FFLAGS =
FC = gfortran -std=legacy -fdefault-double-8 -fdefault-real-8 -O2
#-------------------------------------------
@@ -43,6 +43,7 @@ X_INCDIR =
TCL_LIB = -ltcl
TK_LIB = -ltk
+TOGL_LIB = -L/usr/lib/Togl2.0 -lTogl$(TOGL_VER) -Wl,-rpath=/usr/lib/Togl2.0
GLU_LIB = -lGLU
GL_LIB = -lGL
FFTW3_LIB = -lfftw3
@@ -54,8 +55,9 @@ EXT_LIB = -lgl2ps
# Include directories
#
-TCL_INCDIR = -I/usr/include
+TCL_INCDIR =
TK_INCDIR =
+TOGL_INCDIR =
GL_INCDIR =
FFTW3_INCDIR =
# this is only used for some testing purposes