EVAL_ST Tool 1.0.0

File: <base>/EVAL_ST/src/Makefile_Motif_Solaris (561 bytes)
# file: Makefile
#
# To compile geval_st/eval_st from the sources in this directory, type 'make'.
# 
# 

CC = cc
CFLAGS = -I/opt/SUNWmotif/include -I/usr/dt/include -I/usr/openwin/include -I/usr/openwin/include/X11 -DMAIN
LDFLAGS = -L/opt/SUNWmotif/lib -L/usr/dt/lib -L/usr/openwin/lib -R/opt/SUNWmotif/lib -R/usr/dt/lib -R/usr/openwin/lib
LIBS = -lm 
LIBSG = -lXm -lXt -lX11 -lMrm -lXi -lXext

all:eval_st geval_st

eval_st:eval_st.c
	$(CC) -o eval_st eval_st.c $(LIBS)

geval_st:geval_st.c
	$(CC) -o geval_st geval_st.c $(CFLAGS) $(LDFLAGS) $(LIBS) $(LIBSG)