#**********************************************
#* OS/2, EMX/gcc with XFree86 and Lesstif     *
#**********************************************

###############################
# Ranlib
#
RANLIB = ranlib
###############################

###############################
# Compiler
#
CC = gcc
###############################

###############################
# Misc optimization flag(s)
#
OPTIMIZE = -Wall -O2 -fno-strength-reduce -Zmtd -DOS2 -m486 -DLESSTIF -DNO_RAND48 
###############################

###############################
# Flag(s) used for debugging
#
DEBUG = -Wall -g -O2 -fno-strength-reduce -Zmtd -DOS2 -m486 -DLESSTIF -DNO_RAND48 
###############################

###############################
# Location of header files
#
INCLUDES = -I$(X11ROOT)/xfree86/include
###############################

###############################
# Libraries to link against
#
LIBS = -L$(X11ROOT)/xfree86/lib -lXpm -lXt -lXext -lSM -lICE -lX11 -lrpc -lsocket -Zexe -s -Zcrtdll
LIBS_MOTIF_SHARED = -lXm
LIBS_MOTIF_SEMI = libXm.a
###############################

###############################
# Libraries and includes needed to build a non-GUI version
#
GRLIBS = 
GRINCLUDES = 
###############################

###############################
# How we print
#
PRINT = lpr -h
###############################
