~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to hw/kdrive/Kdrive.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
XCOMM $RCSId: xc/programs/Xserver/hw/kdrive/Kdrive.tmpl,v 1.3tsi Exp $
 
2
 
 
3
#include <Server.tmpl>
 
4
 
 
5
#if BuildRender
 
6
RENDERINCS=-I$(KDRIVE)/../../render
 
7
#endif
 
8
 
 
9
#if BuildRandR
 
10
RANDRINCS=-I$(KDRIVE)/../../randr
 
11
#endif
 
12
 
 
13
KDINCS = -I$(KDRIVE) -I$(XBUILDINCDIR) -I$(FONTINCSRC) \
 
14
         -I$(KDRIVE)/../../fb -I$(KDRIVE)/../../mi -I$(KDRIVE)/../../Xext \
 
15
         -I$(KDRIVE)/../../miext/shadow -I$(KDRIVE)/../../miext/layer \
 
16
         -I$(KDRIVE)/../../include -I$(KDRIVE)/../../os \
 
17
         -I$(EXTINCSRC) -I$(XINCLUDESRC) $(RENDERINCS) $(RANDRINCS)