BASE = /usr/lpp/dx

CFLAGS = -g -Dibm6000 -I$(BASE)/include

LIBS     = -L$(BASE)/lib_ibm6000 -lDXcallm -lm -lX11 -lXm -lXt

Simple:			Simple.o
		$(CC) Simple.o $(LIBS) -o Simple 

ThunderStreamlines:	ThunderStreamlines.o
	$(CC) ThunderStreamlines.o $(LIBS) -o ThunderStreamlines

renderimage:	renderimage.o
	$(CC) renderimage.o $(LIBS) -o renderimage 

xapp_supervise:  xapp_supervise.o
	$(CC) xapp_supervise.o $(LIBS) -o xapp_supervise 
