XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/fbdev/Imakefile,v 1.1.2.1 1998/09/13 12:29:05 hohndel Exp $ #include LinkSourceFile(fbdev.c,$(XF68SRC)/fbdev) SRCS = fbdev.c OBJS = fbdev.o #if XF68FBDevCFB8 FB_DEFINES:= $(FB_DEFINES) -DCONFIG_CFB8 #endif #if XF68FBDevCFB16 FB_DEFINES:= $(FB_DEFINES) -DCONFIG_CFB16 #endif #if XF68FBDevCFB24 FB_DEFINES:= $(FB_DEFINES) -DCONFIG_CFB24 #endif #if XF68FBDevCFB32 FB_DEFINES:= $(FB_DEFINES) -DCONFIG_CFB32 #endif INCLUDES = -I../common -I../os-support -I$(XF86COMSRC) -I$(XF86OSSRC) -I. \ -I$(SERVERSRC)/mfb \ -I$(SERVERSRC)/mi -I$(SERVERSRC)/include -I$(XINCLUDESRC) NormalLibraryObjectRule() NormalLibraryTarget(fbdev,$(OBJS)) LintLibraryTarget(fbdev,$(SRCS)) NormalLintTarget($(SRCS)) SpecialCObjectRule(fbdev,NullParameter,$(FB_DEFINES)) InstallLinkKitLibrary(fbdev,$(LINKKITDIR)/drivers) DependTarget()