# BuildSystemHeader added automatically
/**/# $Header: [Imakefile,v 1.2 91/07/02 15:45:57 kalmin Exp ]$
SRCS = \
    tm_globals.c \
    tm_val_rd.c \
    tm_val_sb.c \
    tm_val_draw.c \
    tm_val_clip.c \
    tm_val_line_asf.c \
    tm_val_marker_asf.c \
    tm_val_surf_asf.c \
    tm_val_text_asf.c \
    tm_val_noasf.c \
    tm_val_vis.c \
    tm_val_pt.c \
    tm_val_mm.c \
    tm_val_light.c \
    tm_clear_iz.c \
    tm_multi.c \
    tm_pick.c \
    oc.c \
    tm_oc.c \
    tm_line.c \
    tm_line_set.c \
    tm_FA.c \
    tm_FA2D.c \
    tm_FAWD.c \
    tm_FAS.c \
    tm_FAS2D.c \
    tm_FASWD.c \
    tm_SOFAS.c \
    tm_index_poly.c \
    tm_tristrip.c \
    tm_quadmesh.c \
    tm_tables.c \
    tm_renderer.c \
    tm_pipe_context.c \
    tm_structures.c \
    tm_pushpop.c \
    tm_statechange.c \
    tm_get_proj.c \
    tm_size_viewport.c \
    tm_lut.c \
    tm_capture.c \
    tm_text_draw.c \
    tm_text.c \
    tm_atext.c \
    newffs.c \
    tm_marker.c \
    tm_marker_type.c \
    tm_line_type.c \
    tm_circle_n_arc.c \
    tm_write_vertex.c \
    tm_apixmap.c \
    tm_init.c \
    tm_transparent_cull.c

OBJS = \
    tm_globals.o \
    tm_val_rd.o \
    tm_val_sb.o \
    tm_val_draw.o \
    tm_val_clip.o \
    tm_val_line_asf.o \
    tm_val_marker_asf.o \
    tm_val_surf_asf.o \
    tm_val_text_asf.o \
    tm_val_noasf.o \
    tm_val_vis.o \
    tm_val_pt.o \
    tm_val_mm.o \
    tm_val_light.o \
    tm_clear_iz.o \
    tm_multi.o \
    tm_pick.o \
    oc.o \
    tm_oc.o \
    tm_line.o \
    tm_line_set.o \
    tm_FA.o \
    tm_FA2D.o \
    tm_FAWD.o \
    tm_FAS.o \
    tm_FAS2D.o \
    tm_FASWD.o \
    tm_SOFAS.o \
    tm_index_poly.o \
    tm_tristrip.o \
    tm_quadmesh.o \
    tm_tables.o \
    tm_renderer.o \
    tm_pipe_context.o \
    tm_structures.o \
    tm_pushpop.o \
    tm_statechange.o \
    tm_get_proj.o \
    tm_size_viewport.o \
    tm_lut.o \
    tm_capture.o \
    tm_text_draw.o \
    tm_text.o \
    tm_atext.o \
    newffs.o \
    tm_marker.o \
    tm_marker_type.o \
    tm_line_type.o \
    tm_circle_n_arc.o \
    tm_write_vertex.o \
    tm_apixmap.o \
    tm_init.o \
    tm_transparent_cull.o

    DEFINES = -DMIT $(TM_GET_CFLAGS) -DN10_PRESENT -DDBLBUF
STD_DEFINES = ServerDefines
CDEBUGFLAGS = ServerCDebugFlags
INCLUDES =	-I. \
		-I../../include \
		-I../../utils \
		-I../../../../include/pex \
		-I../nurbs \
		-I../fillareas \
		-I../../../utils \
		-I../mi \
		-I$(INCLUDESRC) \
		-I$(SERVERSRC)/include \
		-I../../../../../server/ddx/dec/px3d \
		-I/usr/sys/h \
		-I../n10/src/include \
		-I$(FONTSRC)/include

LINTLIBS =	../../../../server/dix/llib-ldix.ln \
		../../../../server/os/4.2bsd/llib-los.ln

NormalLibraryObjectRule()
NormalLibraryTarget(pexr3,$(OBJS))
LintLibraryTarget(pexr3,$(SRCS))
NormalLintTarget($(SRCS))


DependTarget()
