# BuildSystemHeader added automatically
/**/# $Header: [Imakefile,v 1.1 91/05/03 03:24:29 afuller Exp ]$
SRCS1 = test_ortho_view_clip.c
OBJS1 = test_ortho_view_clip.o

SRCS2 = test_per_view_clip.c
OBJS2 = test_per_view_clip.o

PROGRAMS = test_ortho_view_clip test_per_view_clip

TOP = ../../../..

INCLUDES = \
	-I. -I/usr/include \
	-I${TOP}/X11 \
	-I${TOP}/lib/X \
	-I${TOP}/extensions/lib/pex \
	-I${TOP}/extensions/include/pex \
	-I${TOP}/extensions/include
	
DEFINES = -DMPEX

PEXLIB = ${TOP}/extensions/lib/pex/libpex.a
XLIB   = ${TOP}/lib/X/libX11.a 

LOCAL_LIBS = $(PEXLIB) $(XLIB)
SYS_LIBS   = -lm

ComplexProgramTarget_1(test_ortho_view_clip,$(LOCAL_LIBS),$(SYS_LIBS))
ComplexProgramTarget_2(test_per_view_clip,$(LOCAL_LIBS),$(SYS_LIBS))




