XCOMM $XFree86: xc/lib/XvMC/Imakefile,v 1.7 2005/02/05 02:01:39 dawes Exp $

#define DoNormalLib NormalLibXvMC
#define DoSharedLib SharedLibXvMC
#define DoDebugLib DebugLibXvMC
#define DoProfileLib ProfileLibXvMC
#define LibName XvMC
#define SoRev SOXVMCREV
#define LibHeaders NO

#include <Threads.tmpl>

#ifdef SharedXvMCReqs
REQUIREDLIBS = SharedXvMCReqs
#endif

#if Malloc0ReturnsNull
ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL
#endif

      DEFINES = $(ALLOC_DEFINES)
         SRCS = XvMC.c
         OBJS = XvMC.o
     LINTLIBS = $(LINTXLIB)

#include <Library.tmpl>

#define PassCDebugFlags

#if defined(LinuxArchitecture) && BuildXF86DRI && defined(i386Architecture)
#define IHaveSubdirs
SUBDIRS = hw/i810

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
#endif

DependTarget()
