LEX = lex
YACC = yacc
+# Note: if using bison, use -y option for yacc compatibility
+# YACC = bison -y
MAKE = make
AROPTIONS = ruv
RANLIB = ranlib
# Debug/trace mode. 1 or more for debugging.
DEBUG = 0
-GUI = -D__MOTIF__ -D__LINUX__ -D__UNIX__
+GUI = -D__MOTIF__ -D__SOLARIS__ -D__UNIX__
GUISUFFIX = _motif
########################## Compiler flags #############################