XCOMM $NetBSD: Imakefile,v 1.1 2001/09/18 20:02:55 ad Exp $

#include <Server.tmpl>

SRCS =	decTGA.c tgagc.c tgabitblt.c tgablt.c tgawindow.c	\
	tgasimpleblt.c
OBJS = 	decTGA.o \
	tgagc.o tgabitblt.o tgablt.o tgawindow.o tgasimpleblt.o \
	tga32gc.o tga32bitblt.o tga32blt.o tga32window.o

   INCLUDES = -I. -I.. -I../../../.. -I../../../../mi -I../../../../mfb \
		-I../../../../cfb -I../../../../include \
		-I$(XINCLUDESRC) -I$(FONTINCSRC)
   LINTLIBS = ../../../../dix/llib-ldix.ln ../../../../os/llib-los.ln \
		../../../../mfb/llib-lmfb.ln ../../../../mi/llib-lmi.ln \
		../../../../cfb/llib-lcfb.ln

NormalLibraryObjectRule()

all:: $(OBJS)

lintlib:

/* 32 bpp */
ObjectFromSpecialSource(tga32gc,tgagc,-DPSZ=32)
ObjectFromSpecialSource(tga32bitblt,tgabitblt,-DPSZ=32)
ObjectFromSpecialSource(tga32blt,tgablt,-DPSZ=32)
ObjectFromSpecialSource(tga32window,tgawindow,-DPSZ=32)

NormalLibraryTarget(decTga,$(OBJS))
NormalLintTarget($(SRCS))

DependTarget()
