BASE = /usr/lpp/dx

CFLAGS = -O -Dalphax -I$(BASE)/include

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

Simple:			Simple.o
			$(CC) Simple.o $(LIBS) -o Simple 
ThunderStreamlines:	ThunderStreamlines.o
			$(CC) ThunderStreamlines.o $(LIBS) -o ThunderStreamlines
xapp_supervise:		xapp_supervise.o	
			$(CC) xapp_supervise.o $(LIBS) -o xapp_supervise 
renderimage:		renderimage.o	
			$(CC) renderimage.o $(LIBS) -o renderimage 
