Home | History | Annotate | Line # | Download | only in drivers
Makefile revision 1.63
      1  1.63  macallan #	$NetBSD: Makefile,v 1.63 2012/07/19 19:23:52 macallan 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.55  macallan 	xf86-video-vesa \
     64  1.63  macallan 	xf86-video-wsfb \
     65  1.63  macallan 	xf86-video-xgi
     66  1.49   tsutsui #	xf86-video-rendition
     67  1.47   tsutsui 
     68  1.49   tsutsui .if ${MACHINE_ARCH} == "i386"
     69  1.14  macallan SUBDIR+= \
     70  1.49   tsutsui 	xf86-video-geode
     71  1.49   tsutsui .endif	# ${MACHINE_ARCH} == "i386"
     72  1.47   tsutsui 
     73  1.49   tsutsui .endif	# ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
     74  1.47   tsutsui 
     75  1.47   tsutsui .if ${MACHINE} == "alpha"
     76  1.27    bouyer SUBDIR+= \
     77  1.27    bouyer 	xf86-video-apm \
     78  1.27    bouyer 	xf86-video-ark \
     79  1.27    bouyer 	xf86-video-ast \
     80  1.27    bouyer 	xf86-video-ati \
     81  1.27    bouyer 	xf86-video-chips \
     82  1.27    bouyer 	xf86-video-cirrus \
     83  1.27    bouyer 	xf86-video-cirrus_alpine \
     84  1.27    bouyer 	xf86-video-cirrus_laguna \
     85  1.27    bouyer 	xf86-video-glint \
     86  1.27    bouyer 	xf86-video-i128 \
     87  1.27    bouyer 	xf86-video-i740 \
     88  1.27    bouyer 	xf86-video-mach64 \
     89  1.27    bouyer 	xf86-video-mga \
     90  1.27    bouyer 	xf86-video-nv \
     91  1.27    bouyer 	xf86-video-r128 \
     92  1.27    bouyer 	xf86-video-radeon \
     93  1.27    bouyer 	xf86-video-radeonhd \
     94  1.27    bouyer 	xf86-video-s3 \
     95  1.27    bouyer 	xf86-video-s3virge \
     96  1.27    bouyer 	xf86-video-savage \
     97  1.27    bouyer 	xf86-video-siliconmotion \
     98  1.27    bouyer 	xf86-video-sis \
     99  1.27    bouyer 	xf86-video-tdfx \
    100  1.27    bouyer 	xf86-video-tga \
    101  1.27    bouyer 	xf86-video-trident \
    102  1.27    bouyer 	xf86-video-tseng \
    103  1.27    bouyer 	xf86-video-wsfb
    104  1.31       mrg #	xf86-video-imstt
    105  1.47   tsutsui .endif	# ${MACHINE} == "alpha"
    106  1.47   tsutsui 
    107  1.49   tsutsui .if ${MACHINE} == "bebox"
    108  1.49   tsutsui SUBDIR+= \
    109  1.49   tsutsui 	xf86-video-cirrus \
    110  1.49   tsutsui 	xf86-video-cirrus_alpine \
    111  1.49   tsutsui 	xf86-video-mga \
    112  1.49   tsutsui 	xf86-video-s3 \
    113  1.51  kiyohara 	xf86-video-s3virge
    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.61       bsh .if ${MACHINE} == "evbarm"
    152  1.61       bsh SUBDIR+= \
    153  1.61       bsh 	xf86-video-wsfb
    154  1.61       bsh .endif # ${MACHINE} == "evbarm"
    155  1.61       bsh 
    156  1.60  macallan .if ${MACHINE} == "evbmips"
    157  1.60  macallan SUBDIR+= \
    158  1.60  macallan 	xf86-video-siliconmotion \
    159  1.60  macallan 	xf86-video-sis \
    160  1.60  macallan 	xf86-video-wsfb
    161  1.60  macallan .endif	# ${MACHINE} == "evbmips"
    162  1.60  macallan 
    163  1.53   tsutsui .if ${MACHINE} == "ews4800mips"
    164  1.53   tsutsui SUBDIR+= \
    165  1.53   tsutsui 	xf86-video-wsfb
    166  1.53   tsutsui .endif	# ${MACHINE} == "ews4800mips"
    167  1.53   tsutsui 
    168  1.53   tsutsui .if ${MACHINE} == "hp300"
    169  1.53   tsutsui SUBDIR+= \
    170  1.53   tsutsui 	xf86-video-wsfb
    171  1.53   tsutsui .endif	# ${MACHINE} == "hp300"
    172  1.53   tsutsui 
    173  1.49   tsutsui .if ${MACHINE} == "hpcarm" || \
    174  1.49   tsutsui     ${MACHINE} == "hpcmips" || \
    175  1.49   tsutsui     ${MACHINE} == "hpcsh"
    176  1.43   tsutsui SUBDIR+= \
    177  1.43   tsutsui 	xf86-video-wsfb
    178  1.47   tsutsui .endif # ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh"
    179  1.47   tsutsui 
    180  1.59   tsutsui .if ${MACHINE} == "luna68k"
    181  1.59   tsutsui SUBDIR+= \
    182  1.59   tsutsui 	xf86-video-wsfb
    183  1.59   tsutsui .endif	# ${MACHINE} == "luna68k"
    184  1.59   tsutsui 
    185  1.49   tsutsui .if ${MACHINE} == "macppc"
    186  1.49   tsutsui SUBDIR+= \
    187  1.49   tsutsui 	xf86-video-ati \
    188  1.49   tsutsui 	xf86-video-chips \
    189  1.49   tsutsui 	xf86-video-mach64 \
    190  1.49   tsutsui 	xf86-video-mga \
    191  1.49   tsutsui 	xf86-video-nv \
    192  1.49   tsutsui 	xf86-video-radeon \
    193  1.49   tsutsui 	xf86-video-r128 \
    194  1.49   tsutsui 	xf86-video-tdfx \
    195  1.49   tsutsui 	xf86-video-wsfb
    196  1.49   tsutsui #	xf86-video-imstt
    197  1.49   tsutsui .endif	# ${MACHINE} == "macppc"
    198  1.49   tsutsui 
    199  1.56   tsutsui .if ${MACHINE} == "netwinder"
    200  1.56   tsutsui SUBDIR+= \
    201  1.56   tsutsui 	xf86-video-wsfb
    202  1.56   tsutsui #	xf86-video-igs
    203  1.56   tsutsui .endif	# ${MACHINE} == "netwinder"
    204  1.56   tsutsui 
    205  1.58   tsutsui .if ${MACHINE} == "newsmips"
    206  1.58   tsutsui SUBDIR+= \
    207  1.58   tsutsui 	xf86-video-wsfb
    208  1.58   tsutsui .endif	# ${MACHINE} == "newsmips"
    209  1.58   tsutsui 
    210  1.50       mrg .if ${MACHINE} == "ofppc"
    211  1.50       mrg SUBDIR+= \
    212  1.50       mrg 	xf86-video-ati \
    213  1.50       mrg 	xf86-video-chips \
    214  1.50       mrg 	xf86-video-mach64 \
    215  1.50       mrg 	xf86-video-mga \
    216  1.50       mrg 	xf86-video-nv \
    217  1.50       mrg 	xf86-video-radeon \
    218  1.50       mrg 	xf86-video-r128 \
    219  1.50       mrg 	xf86-video-tdfx \
    220  1.50       mrg 	xf86-video-wsfb
    221  1.52       mrg .endif	# ${MACHINE} == "ofppc"
    222  1.50       mrg 
    223  1.47   tsutsui .if ${MACHINE} == "prep"
    224  1.45  kiyohara SUBDIR+= \
    225  1.45  kiyohara 	xf86-video-cirrus \
    226  1.45  kiyohara 	xf86-video-cirrus_alpine \
    227  1.45  kiyohara 	xf86-video-mga \
    228  1.51  kiyohara 	xf86-video-s3
    229  1.47   tsutsui .endif	# ${MACHINE} == "prep"
    230  1.47   tsutsui 
    231  1.49   tsutsui .if ${MACHINE} == "sgimips"
    232  1.49   tsutsui SUBDIR+= \
    233  1.49   tsutsui 	xf86-video-crime \
    234  1.49   tsutsui 	xf86-video-newport \
    235  1.49   tsutsui 	xf86-video-wsfb
    236  1.49   tsutsui .endif	# ${MACHINE} == "sgimips"
    237  1.49   tsutsui 
    238  1.49   tsutsui .if ${MACHINE} == "shark"
    239  1.49   tsutsui SUBDIR+= \
    240  1.49   tsutsui 	xf86-video-chips \
    241  1.49   tsutsui         xf86-video-igs \
    242  1.49   tsutsui         xf86-video-wsfb
    243  1.49   tsutsui .endif	# ${MACHINE} == "shark"
    244  1.49   tsutsui 
    245  1.49   tsutsui .if ${MACHINE} == "sparc" || \
    246  1.49   tsutsui     ${MACHINE} == "sparc64"
    247  1.46  kiyohara SUBDIR+= \
    248  1.49   tsutsui 	xf86-video-ag10e \
    249  1.49   tsutsui 	xf86-video-ati \
    250  1.49   tsutsui 	xf86-video-glint \
    251  1.49   tsutsui 	xf86-video-mach64 \
    252  1.46  kiyohara 	xf86-video-mga \
    253  1.49   tsutsui 	xf86-video-r128 \
    254  1.49   tsutsui 	xf86-video-radeon \
    255  1.49   tsutsui 	xf86-video-suncg6 \
    256  1.49   tsutsui 	xf86-video-sunffb \
    257  1.49   tsutsui 	xf86-video-sunleo \
    258  1.49   tsutsui 	xf86-video-wsfb
    259  1.49   tsutsui .if ${MACHINE} == "sparc"
    260  1.49   tsutsui SUBDIR+= \
    261  1.49   tsutsui 	xf86-video-pnozz \
    262  1.49   tsutsui 	xf86-video-suncg14 \
    263  1.49   tsutsui 	xf86-video-suntcx
    264  1.49   tsutsui .endif	# ${MACHINE} == "sparc"
    265  1.49   tsutsui .endif	# ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
    266  1.49   tsutsui 
    267  1.62       abs .if ${MACHINE} == "vax"
    268  1.62       abs SUBDIR+= \
    269  1.62       abs 	xf86-video-wsfb
    270  1.62       abs .endif	# ${MACHINE} == "vax"
    271  1.62       abs 
    272  1.49   tsutsui .if ${MACHINE} == "zaurus"
    273  1.49   tsutsui SUBDIR+= \
    274  1.49   tsutsui 	xf86-video-wsfb
    275  1.60  macallan .endif # ${MACHINE} == "zaurus"
    276  1.12       rtr 
    277  1.29       mrg # broken with xorg-server 1.6
    278  1.29       mrg # x86
    279  1.29       mrg #	xf86-video-nsc \
    280  1.29       mrg #	xf86-video-vga \
    281  1.29       mrg # alpha
    282  1.29       mrg #	xf86-video-vga \
    283  1.51  kiyohara # bebox
    284  1.51  kiyohara #	xf86-video-vga
    285  1.51  kiyohara # prep
    286  1.51  kiyohara #	xf86-video-vga
    287  1.29       mrg 
    288   1.2       rtr .include <bsd.subdir.mk>
    289