#**************************************
#* Linux-2.0 with X11R6 and Motif 2.0 *
#**************************************


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

###############################
# Misc optimization flag(s)
#
OPTIMIZE = -Wall -O2 -fno-strength-reduce
###############################

###############################
# Flag(s) used for debugging
#
DEBUG = -Wall -g -O2 -fno-strength-reduce
###############################

###############################
# Location of header files
#
INCLUDES = -I/usr/X11R6/include
###############################

###############################
# Libraries to link against
#
LIBS = -L/usr/X11R6/lib -lXm -lXpm -lXt -lXext -lSM -lICE -lX11 -lm
###############################

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

###############################
# Directory to put the xmgr application defaults file.
#
APPDEFAULTS = /usr/lib/X11/app-defaults
###############################

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

###############################
# The `install' utility
#
INSTALL = install
###############################
