Home | History | Annotate | Line # | Download | only in drivers
Makefile revision 1.49
      1  1.49   tsutsui #	$NetBSD: Makefile,v 1.49 2010/10/23 15:27:50 tsutsui Exp $
      2  1.49   tsutsui 
      3  1.49   tsutsui # xf86-input drivers
      4   1.1       mrg 
      5  1.12       rtr SUBDIR= \
      6  1.12       rtr 	xf86-input-keyboard \
      7  1.12       rtr 	xf86-input-mouse \
      8  1.34   mbalmer 	xf86-input-ws
      9  1.12       rtr 
     10  1.49   tsutsui .if ${MACHINE_ARCH} == "i386" || \
     11  1.49   tsutsui     ${MACHINE_ARCH} == "x86_64"
     12  1.49   tsutsui SUBDIR+= \
     13  1.49   tsutsui 	xf86-input-vmmouse
     14  1.49   tsutsui 
     15  1.35   mbalmer .if ${MACHINE_ARCH} == "i386"
     16  1.35   mbalmer SUBDIR+= \
     17  1.49   tsutsui 	xf86-input-elographics
     18  1.49   tsutsui .endif
     19  1.49   tsutsui 
     20  1.35   mbalmer .endif
     21  1.35   mbalmer 
     22  1.49   tsutsui 
     23  1.49   tsutsui # xf86-video drivers
     24  1.49   tsutsui 
     25  1.13      cube .if ${MACHINE_ARCH} == "i386" || \
     26  1.12       rtr     ${MACHINE_ARCH} == "x86_64"
     27  1.12       rtr SUBDIR+= \
     28  1.36       snj 	xf86-video-apm \
     29  1.36       snj 	xf86-video-ark \
     30  1.36       snj 	xf86-video-ast \
     31  1.36       snj 	xf86-video-ati \
     32  1.36       snj 	xf86-video-chips \
     33  1.36       snj 	xf86-video-cirrus \
     34  1.36       snj 	xf86-video-cirrus_alpine \
     35  1.36       snj 	xf86-video-cirrus_laguna \
     36  1.36       snj 	xf86-video-glint \
     37  1.36       snj 	xf86-video-i128 \
     38  1.36       snj 	xf86-video-i740 \
     39  1.49   tsutsui 
     40  1.49   tsutsui # needs porting for xorg-server 1.6
     41  1.49   tsutsui #	xf86-video-imstt \
     42  1.49   tsutsui 
     43  1.49   tsutsui SUBDIR+= \
     44  1.49   tsutsui 	xf86-video-intel \
     45  1.49   tsutsui 	xf86-video-mach64 \
     46  1.36       snj 	xf86-video-mga \
     47  1.36       snj 	xf86-video-neomagic \
     48  1.36       snj 	xf86-video-nv \
     49  1.49   tsutsui 	xf86-video-openchrome \
     50  1.49   tsutsui 	xf86-video-r128 \
     51  1.36       snj 	xf86-video-radeon \
     52  1.36       snj 	xf86-video-radeonhd \
     53  1.36       snj 	xf86-video-s3 \
     54  1.36       snj 	xf86-video-s3virge \
     55  1.36       snj 	xf86-video-savage \
     56  1.36       snj 	xf86-video-siliconmotion \
     57  1.49   tsutsui 	xf86-video-sis \
     58  1.36       snj 	xf86-video-tdfx \
     59  1.36       snj 	xf86-video-tga \
     60  1.36       snj 	xf86-video-trident \
     61  1.36       snj 	xf86-video-tseng \
     62  1.49   tsutsui 	xf86-video-vmware \
     63  1.36       snj 	xf86-video-vesa \
     64  1.36       snj 	xf86-video-wsfb
     65  1.49   tsutsui #	xf86-video-rendition
     66  1.47   tsutsui 
     67  1.49   tsutsui .if ${MACHINE_ARCH} == "i386"
     68  1.14  macallan SUBDIR+= \
     69  1.49   tsutsui 	xf86-video-geode
     70  1.49   tsutsui .endif	# ${MACHINE_ARCH} == "i386"
     71  1.47   tsutsui 
     72  1.49   tsutsui .endif	# ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
     73  1.47   tsutsui 
     74  1.47   tsutsui .if ${MACHINE} == "alpha"
     75  1.27    bouyer SUBDIR+= \
     76  1.27    bouyer 	xf86-video-apm \
     77  1.27    bouyer 	xf86-video-ark \
     78  1.27    bouyer 	xf86-video-ast \
     79  1.27    bouyer 	xf86-video-ati \
     80  1.27    bouyer 	xf86-video-chips \
     81  1.27    bouyer 	xf86-video-cirrus \
     82  1.27    bouyer 	xf86-video-cirrus_alpine \
     83  1.27    bouyer 	xf86-video-cirrus_laguna \
     84  1.27    bouyer 	xf86-video-glint \
     85  1.27    bouyer 	xf86-video-i128 \
     86  1.27    bouyer 	xf86-video-i740 \
     87  1.27    bouyer 	xf86-video-mach64 \
     88  1.27    bouyer 	xf86-video-mga \
     89  1.27    bouyer 	xf86-video-nv \
     90  1.27    bouyer 	xf86-video-r128 \
     91  1.27    bouyer 	xf86-video-radeon \
     92  1.27    bouyer 	xf86-video-radeonhd \
     93  1.27    bouyer 	xf86-video-s3 \
     94  1.27    bouyer 	xf86-video-s3virge \
     95  1.27    bouyer 	xf86-video-savage \
     96  1.27    bouyer 	xf86-video-siliconmotion \
     97  1.27    bouyer 	xf86-video-sis \
     98  1.27    bouyer 	xf86-video-tdfx \
     99  1.27    bouyer 	xf86-video-tga \
    100  1.27    bouyer 	xf86-video-trident \
    101  1.27    bouyer 	xf86-video-tseng \
    102  1.27    bouyer 	xf86-video-wsfb
    103  1.31       mrg #	xf86-video-imstt
    104  1.47   tsutsui .endif	# ${MACHINE} == "alpha"
    105  1.47   tsutsui 
    106  1.49   tsutsui .if ${MACHINE} == "bebox"
    107  1.49   tsutsui SUBDIR+= \
    108  1.49   tsutsui 	xf86-video-cirrus \
    109  1.49   tsutsui 	xf86-video-cirrus_alpine \
    110  1.49   tsutsui 	xf86-video-mga \
    111  1.49   tsutsui 	xf86-video-s3 \
    112  1.49   tsutsui 	xf86-video-s3virge \
    113  1.49   tsutsui 	xf86-video-vga
    114  1.49   tsutsui .endif	# ${MACHINE} == "bebox"
    115  1.49   tsutsui 
    116  1.49   tsutsui .if ${MACHINE} == "cats"
    117  1.12       rtr SUBDIR+= \
    118  1.12       rtr 	xf86-video-apm \
    119  1.12       rtr 	xf86-video-ark \
    120  1.12       rtr 	xf86-video-ast \
    121  1.12       rtr 	xf86-video-ati \
    122  1.12       rtr 	xf86-video-chips \
    123  1.12       rtr 	xf86-video-cirrus \
    124  1.12       rtr 	xf86-video-cirrus_alpine \
    125  1.12       rtr 	xf86-video-cirrus_laguna \
    126  1.12       rtr 	xf86-video-glint \
    127  1.12       rtr 	xf86-video-i128 \
    128  1.12       rtr 	xf86-video-i740 \
    129  1.12       rtr 	xf86-video-mga \
    130  1.12       rtr 	xf86-video-neomagic \
    131  1.12       rtr 	xf86-video-nv \
    132  1.12       rtr 	xf86-video-radeon \
    133  1.16     veego 	xf86-video-radeonhd \
    134  1.12       rtr 	xf86-video-s3 \
    135  1.12       rtr 	xf86-video-s3virge \
    136  1.12       rtr 	xf86-video-savage \
    137  1.12       rtr 	xf86-video-siliconmotion \
    138  1.12       rtr 	xf86-video-tdfx \
    139  1.12       rtr 	xf86-video-tga \
    140  1.12       rtr 	xf86-video-trident \
    141  1.12       rtr 	xf86-video-tseng \
    142  1.49   tsutsui 	xf86-video-vesa \
    143  1.49   tsutsui 	xf86-video-wsfb
    144  1.49   tsutsui .endif	# ${MACHINE} == "cats"
    145  1.47   tsutsui 
    146  1.47   tsutsui .if ${MACHINE} == "dreamcast"
    147  1.44   tsutsui SUBDIR+= \
    148  1.44   tsutsui 	xf86-video-wsfb
    149  1.47   tsutsui .endif	# ${MACHINE} == "dreamcast"
    150  1.47   tsutsui 
    151  1.49   tsutsui .if ${MACHINE} == "hpcarm" || \
    152  1.49   tsutsui     ${MACHINE} == "hpcmips" || \
    153  1.49   tsutsui     ${MACHINE} == "hpcsh"
    154  1.43   tsutsui SUBDIR+= \
    155  1.43   tsutsui 	xf86-video-wsfb
    156  1.47   tsutsui .endif # ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh"
    157  1.47   tsutsui 
    158  1.49   tsutsui .if ${MACHINE} == "macppc"
    159  1.49   tsutsui SUBDIR+= \
    160  1.49   tsutsui 	xf86-video-ati \
    161  1.49   tsutsui 	xf86-video-chips \
    162  1.49   tsutsui 	xf86-video-mach64 \
    163  1.49   tsutsui 	xf86-video-mga \
    164  1.49   tsutsui 	xf86-video-nv \
    165  1.49   tsutsui 	xf86-video-radeon \
    166  1.49   tsutsui 	xf86-video-r128 \
    167  1.49   tsutsui 	xf86-video-tdfx \
    168  1.49   tsutsui 	xf86-video-wsfb
    169  1.49   tsutsui #	xf86-video-imstt
    170  1.49   tsutsui .endif	# ${MACHINE} == "macppc"
    171  1.49   tsutsui 
    172  1.49   tsutsui .if ${MACHINE} == "netwinder"
    173  1.38    nonaka SUBDIR+= \
    174  1.38    nonaka 	xf86-video-wsfb
    175  1.49   tsutsui #	xf86-video-igs
    176  1.49   tsutsui .endif	# ${MACHINE} == "netwinder"
    177  1.47   tsutsui 
    178  1.47   tsutsui .if ${MACHINE} == "prep"
    179  1.45  kiyohara SUBDIR+= \
    180  1.45  kiyohara 	xf86-video-cirrus \
    181  1.45  kiyohara 	xf86-video-cirrus_alpine \
    182  1.45  kiyohara 	xf86-video-mga \
    183  1.45  kiyohara 	xf86-video-s3 \
    184  1.45  kiyohara 	xf86-video-vga
    185  1.47   tsutsui .endif	# ${MACHINE} == "prep"
    186  1.47   tsutsui 
    187  1.49   tsutsui .if ${MACHINE} == "sgimips"
    188  1.49   tsutsui SUBDIR+= \
    189  1.49   tsutsui 	xf86-video-crime \
    190  1.49   tsutsui 	xf86-video-newport \
    191  1.49   tsutsui 	xf86-video-wsfb
    192  1.49   tsutsui .endif	# ${MACHINE} == "sgimips"
    193  1.49   tsutsui 
    194  1.49   tsutsui .if ${MACHINE} == "shark"
    195  1.49   tsutsui SUBDIR+= \
    196  1.49   tsutsui 	xf86-video-chips \
    197  1.49   tsutsui         xf86-video-igs \
    198  1.49   tsutsui         xf86-video-wsfb
    199  1.49   tsutsui .endif	# ${MACHINE} == "shark"
    200  1.49   tsutsui 
    201  1.49   tsutsui .if ${MACHINE} == "sparc" || \
    202  1.49   tsutsui     ${MACHINE} == "sparc64"
    203  1.46  kiyohara SUBDIR+= \
    204  1.49   tsutsui 	xf86-video-ag10e \
    205  1.49   tsutsui 	xf86-video-ati \
    206  1.49   tsutsui 	xf86-video-glint \
    207  1.49   tsutsui 	xf86-video-mach64 \
    208  1.46  kiyohara 	xf86-video-mga \
    209  1.49   tsutsui 	xf86-video-r128 \
    210  1.49   tsutsui 	xf86-video-radeon \
    211  1.49   tsutsui 	xf86-video-suncg6 \
    212  1.49   tsutsui 	xf86-video-sunffb \
    213  1.49   tsutsui 	xf86-video-sunleo \
    214  1.49   tsutsui 	xf86-video-wsfb
    215  1.49   tsutsui .if ${MACHINE} == "sparc"
    216  1.49   tsutsui SUBDIR+= \
    217  1.49   tsutsui 	xf86-video-pnozz \
    218  1.49   tsutsui 	xf86-video-suncg14 \
    219  1.49   tsutsui 	xf86-video-suntcx
    220  1.49   tsutsui .endif	# ${MACHINE} == "sparc"
    221  1.49   tsutsui .endif	# ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
    222  1.49   tsutsui 
    223  1.49   tsutsui .if ${MACHINE} == "zaurus"
    224  1.49   tsutsui SUBDIR+= \
    225  1.49   tsutsui 	xf86-video-wsfb
    226  1.49   tsutsui .endif ${MACHINE} == "zaurus"
    227  1.12       rtr 
    228  1.29       mrg # broken with xorg-server 1.6
    229  1.29       mrg # x86
    230  1.29       mrg #	xf86-video-nsc \
    231  1.29       mrg #	xf86-video-vga \
    232  1.29       mrg # alpha
    233  1.29       mrg #	xf86-video-vga \
    234  1.29       mrg 
    235   1.2       rtr .include <bsd.subdir.mk>
    236