head	1.2;
access;
symbols
	netbsd-5-2-3-RELEASE:1.2
	netbsd-5-1-5-RELEASE:1.2
	riastradh-xf86-video-intel-2-7-1-pre-2-21-15:1.2
	riastradh-drm2-base:1.2
	netbsd-5-2-2-RELEASE:1.2
	netbsd-5-1-4-RELEASE:1.2
	netbsd-5-2-1-RELEASE:1.2
	netbsd-5-1-3-RELEASE:1.2
	netbsd-5-2:1.2.0.8
	netbsd-5-2-RELEASE:1.2
	netbsd-5-2-RC1:1.2
	netbsd-5-1-2-RELEASE:1.2
	netbsd-5-1-1-RELEASE:1.2
	netbsd-5-1:1.2.0.6
	netbsd-5-1-RELEASE:1.2
	netbsd-5-1-RC4:1.2
	netbsd-5-1-RC3:1.2
	netbsd-5-1-RC2:1.2
	netbsd-5-1-RC1:1.2
	netbsd-5-0-2-RELEASE:1.2
	netbsd-5-0-1-RELEASE:1.2
	netbsd-5-0:1.2.0.4
	netbsd-5-0-RELEASE:1.2
	netbsd-5-0-RC4:1.2
	netbsd-5-0-RC3:1.2
	netbsd-5-0-RC2:1.2
	netbsd-5-0-RC1:1.2
	netbsd-5:1.2.0.2
	netbsd-5-base:1.2
	v4-3-0_beforeimport:1.1.1.2
	netbsd-1-6-PATCH001:1.1.1.2
	netbsd-1-6-RELEASE:1.1.1.2
	v4-2-1:1.1.1.2
	v4-2-1_beforeimport:1.1.1.2
	netbsd-1-5-PATCH003:1.1.1.2
	v4-2-0:1.1.1.2
	netbsd-1-5-PATCH002:1.1.1.2
	netbsd-1-5-PATCH001:1.1.1.1
	v4-1-0:1.1.1.2
	v4-0-3:1.1.1.1
	v4-0-2:1.1.1.1
	XF86:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2003.02.28.14.19.08;	author tron;	state dead;
branches;
next	1.1;

1.1
date	2001.01.01.12.45.34;	author veego;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.01.01.12.45.34;	author veego;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2001.06.09.15.02.41;	author tron;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Resolve conflicts from import of XFree86 4.3.0.
@
text
@/* $XConsortium: Imakefile /main/7 1996/09/28 17:12:41 rws $ */
#include <Server.tmpl>

ORIG_SRCS =	nglescreen.c	\
		nglecolormap.c	\
		nglecursor.c    \
		nglenoop.c	\
		hyperScrn.c

ORIG_OBJS =	nglescreen.o	\
		nglecolormap.o	\
		nglecursor.o	\
		nglenoop.o	\
		hyperScrn.o

#ifdef HPFastScrolling
SCROLLING_SRC = nglecopy.c      \
		ngleblt.c

SCROLLING_OBJ = nglecopy.o      \
		ngleblt.o       \
		ngledoblt.o

FAST_SCROLLING_DEFINES = -DHP_FAST_SCROLLING
#endif

SRCS = $(ORIG_SRCS) $(SCROLLING_SRC)

OBJS = $(ORIG_OBJS) $(SCROLLING_OBJ)

DEFINES = $(FAST_SCROLLING_DEFINES) ExtensionOSDefines

INCLUDES = -I. -I.. -I../include -I../../../mfb -I../../../cfb -I../../../mi \
	-I../../../include -I$(XINCLUDESRC) -I$(EXTINCSRC) \
	-I$(FONTINCSRC)

LINTLIBS = ../../../dix/llib-ldix.ln ../../../os/4.2bsd/llib-los.ln \
	../../mfb/llib-lmfb.ln ../../mi/llib-lmi.ln ../../cfb/llib-lcfb.ln

NormalLibraryObjectRule()

NormalRelocatableTarget(ngle,$(OBJS))

LinkFile(ngledoblt.o,ngledoblt.o.8.07)

DependTarget()
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import of XFree86 4.x
@
text
@@


1.1.1.2
log
@Import of XFree86 4.1.0.
@
text
@d1 1
a1 1
/* $Xorg: Imakefile,v 1.4 2000/08/18 11:07:45 xorgcvs Exp $ */
@

