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

« back to all changes in this revision

Viewing changes to hw/Makefile.am

  • 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
if DMX
 
2
DMX_SUBDIRS = dmx
 
3
endif
 
4
 
 
5
if XORG
 
6
XORG_SUBDIRS = xfree86
 
7
endif
 
8
 
 
9
if XVFB
 
10
XVFB_SUBDIRS = vfb
 
11
endif
 
12
 
 
13
if XNEST
 
14
XNEST_SUBDIRS = xnest
 
15
endif
 
16
 
 
17
if XWIN
 
18
XWIN_SUBDIRS = xwin
 
19
endif
 
20
 
 
21
if XGL
 
22
XGL_SUBDIRS = xgl
 
23
endif
 
24
 
 
25
if KDRIVE
 
26
KDRIVE_SUBDIRS = kdrive
 
27
endif
 
28
 
 
29
# need to add darwin support here
 
30
 
 
31
SUBDIRS =                       \
 
32
        $(XORG_SUBDIRS)         \
 
33
        $(XGL_SUBDIRS)          \
 
34
        $(XWIN_SUBDIRS)         \
 
35
        $(XVFB_SUBDIRS)         \
 
36
        $(XNEST_SUBDIRS)        \
 
37
        $(DMX_SUBDIRS)          \
 
38
        $(KDRIVE_SUBDIRS)
 
39
 
 
40
DIST_SUBDIRS = dmx xfree86 vfb xnest xwin darwin kdrive xgl
 
41
 
 
42
relink:
 
43
        for i in $(SUBDIRS) ; do $(MAKE) -C $$i relink ; done