Home | History | Annotate | Line # | Download | only in drivers
Makefile revision 1.62
      1  1.62       abs #	$NetBSD: Makefile,v 1.62 2012/05/14 08:42:04 abs 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.55  macallan 	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.51  kiyohara 	xf86-video-s3virge
    113  1.49   tsutsui .endif	# ${MACHINE} == "bebox"
    114  1.49   tsutsui 
    115  1.49   tsutsui .if ${MACHINE} == "cats"
    116  1.12       rtr SUBDIR+= \
    117  1.12       rtr 	xf86-video-apm \
    118  1.12       rtr 	xf86-video-ark \
    119  1.12       rtr 	xf86-video-ast \
    120  1.12       rtr 	xf86-video-ati \
    121  1.12       rtr 	xf86-video-chips \
    122  1.12       rtr 	xf86-video-cirrus \
    123  1.12       rtr 	xf86-video-cirrus_alpine \
    124  1.12       rtr 	xf86-video-cirrus_laguna \
    125  1.12       rtr 	xf86-video-glint \
    126  1.12       rtr 	xf86-video-i128 \
    127  1.12       rtr 	xf86-video-i740 \
    128  1.12       rtr 	xf86-video-mga \
    129  1.12       rtr 	xf86-video-neomagic \
    130  1.12       rtr 	xf86-video-nv \
    131  1.12       rtr 	xf86-video-radeon \
    132  1.16     veego 	xf86-video-radeonhd \
    133  1.12       rtr 	xf86-video-s3 \
    134  1.12       rtr 	xf86-video-s3virge \
    135  1.12       rtr 	xf86-video-savage \
    136  1.12       rtr 	xf86-video-siliconmotion \
    137  1.12       rtr 	xf86-video-tdfx \
    138  1.12       rtr 	xf86-video-tga \
    139  1.12       rtr 	xf86-video-trident \
    140  1.12       rtr 	xf86-video-tseng \
    141  1.49   tsutsui 	xf86-video-vesa \
    142  1.49   tsutsui 	xf86-video-wsfb
    143  1.49   tsutsui .endif	# ${MACHINE} == "cats"
    144  1.47   tsutsui 
    145  1.47   tsutsui .if ${MACHINE} == "dreamcast"
    146  1.44   tsutsui SUBDIR+= \
    147  1.44   tsutsui 	xf86-video-wsfb
    148  1.47   tsutsui .endif	# ${MACHINE} == "dreamcast"
    149  1.47   tsutsui 
    150  1.61       bsh .if ${MACHINE} == "evbarm"
    151  1.61       bsh SUBDIR+= \
    152  1.61       bsh 	xf86-video-wsfb
    153  1.61       bsh .endif # ${MACHINE} == "evbarm"
    154  1.61       bsh 
    155  1.60  macallan .if ${MACHINE} == "evbmips"
    156  1.60  macallan SUBDIR+= \
    157  1.60  macallan 	xf86-video-siliconmotion \
    158  1.60  macallan 	xf86-video-sis \
    159  1.60  macallan 	xf86-video-wsfb
    160  1.60  macallan .endif	# ${MACHINE} == "evbmips"
    161  1.60  macallan 
    162  1.53   tsutsui .if ${MACHINE} == "ews4800mips"
    163  1.53   tsutsui SUBDIR+= \
    164  1.53   tsutsui 	xf86-video-wsfb
    165  1.53   tsutsui .endif	# ${MACHINE} == "ews4800mips"
    166  1.53   tsutsui 
    167  1.53   tsutsui .if ${MACHINE} == "hp300"
    168  1.53   tsutsui SUBDIR+= \
    169  1.53   tsutsui 	xf86-video-wsfb
    170  1.53   tsutsui .endif	# ${MACHINE} == "hp300"
    171  1.53   tsutsui 
    172  1.49   tsutsui .if ${MACHINE} == "hpcarm" || \
    173  1.49   tsutsui     ${MACHINE} == "hpcmips" || \
    174  1.49   tsutsui     ${MACHINE} == "hpcsh"
    175  1.43   tsutsui SUBDIR+= \
    176  1.43   tsutsui 	xf86-video-wsfb
    177  1.47   tsutsui .endif # ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh"
    178  1.47   tsutsui 
    179  1.59   tsutsui .if ${MACHINE} == "luna68k"
    180  1.59   tsutsui SUBDIR+= \
    181  1.59   tsutsui 	xf86-video-wsfb
    182  1.59   tsutsui .endif	# ${MACHINE} == "luna68k"
    183  1.59   tsutsui 
    184  1.49   tsutsui .if ${MACHINE} == "macppc"
    185  1.49   tsutsui SUBDIR+= \
    186  1.49   tsutsui 	xf86-video-ati \
    187  1.49   tsutsui 	xf86-video-chips \
    188  1.49   tsutsui 	xf86-video-mach64 \
    189  1.49   tsutsui 	xf86-video-mga \
    190  1.49   tsutsui 	xf86-video-nv \
    191  1.49   tsutsui 	xf86-video-radeon \
    192  1.49   tsutsui 	xf86-video-r128 \
    193  1.49   tsutsui 	xf86-video-tdfx \
    194  1.49   tsutsui 	xf86-video-wsfb
    195  1.49   tsutsui #	xf86-video-imstt
    196  1.49   tsutsui .endif	# ${MACHINE} == "macppc"
    197  1.49   tsutsui 
    198  1.56   tsutsui .if ${MACHINE} == "netwinder"
    199  1.56   tsutsui SUBDIR+= \
    200  1.56   tsutsui 	xf86-video-wsfb
    201  1.56   tsutsui #	xf86-video-igs
    202  1.56   tsutsui .endif	# ${MACHINE} == "netwinder"
    203  1.56   tsutsui 
    204  1.58   tsutsui .if ${MACHINE} == "newsmips"
    205  1.58   tsutsui SUBDIR+= \
    206  1.58   tsutsui 	xf86-video-wsfb
    207  1.58   tsutsui .endif	# ${MACHINE} == "newsmips"
    208  1.58   tsutsui 
    209  1.50       mrg .if ${MACHINE} == "ofppc"
    210  1.50       mrg SUBDIR+= \
    211  1.50       mrg 	xf86-video-ati \
    212  1.50       mrg 	xf86-video-chips \
    213  1.50       mrg 	xf86-video-mach64 \
    214  1.50       mrg 	xf86-video-mga \
    215  1.50       mrg 	xf86-video-nv \
    216  1.50       mrg 	xf86-video-radeon \
    217  1.50       mrg 	xf86-video-r128 \
    218  1.50       mrg 	xf86-video-tdfx \
    219  1.50       mrg 	xf86-video-wsfb
    220  1.52       mrg .endif	# ${MACHINE} == "ofppc"
    221  1.50       mrg 
    222  1.47   tsutsui .if ${MACHINE} == "prep"
    223  1.45  kiyohara SUBDIR+= \
    224  1.45  kiyohara 	xf86-video-cirrus \
    225  1.45  kiyohara 	xf86-video-cirrus_alpine \
    226  1.45  kiyohara 	xf86-video-mga \
    227  1.51  kiyohara 	xf86-video-s3
    228  1.47   tsutsui .endif	# ${MACHINE} == "prep"
    229  1.47   tsutsui 
    230  1.49   tsutsui .if ${MACHINE} == "sgimips"
    231  1.49   tsutsui SUBDIR+= \
    232  1.49   tsutsui 	xf86-video-crime \
    233  1.49   tsutsui 	xf86-video-newport \
    234  1.49   tsutsui 	xf86-video-wsfb
    235  1.49   tsutsui .endif	# ${MACHINE} == "sgimips"
    236  1.49   tsutsui 
    237  1.49   tsutsui .if ${MACHINE} == "shark"
    238  1.49   tsutsui SUBDIR+= \
    239  1.49   tsutsui 	xf86-video-chips \
    240  1.49   tsutsui         xf86-video-igs \
    241  1.49   tsutsui         xf86-video-wsfb
    242  1.49   tsutsui .endif	# ${MACHINE} == "shark"
    243  1.49   tsutsui 
    244  1.49   tsutsui .if ${MACHINE} == "sparc" || \
    245  1.49   tsutsui     ${MACHINE} == "sparc64"
    246  1.46  kiyohara SUBDIR+= \
    247  1.49   tsutsui 	xf86-video-ag10e \
    248  1.49   tsutsui 	xf86-video-ati \
    249  1.49   tsutsui 	xf86-video-glint \
    250  1.49   tsutsui 	xf86-video-mach64 \
    251  1.46  kiyohara 	xf86-video-mga \
    252  1.49   tsutsui 	xf86-video-r128 \
    253  1.49   tsutsui 	xf86-video-radeon \
    254  1.49   tsutsui 	xf86-video-suncg6 \
    255  1.49   tsutsui 	xf86-video-sunffb \
    256  1.49   tsutsui 	xf86-video-sunleo \
    257  1.49   tsutsui 	xf86-video-wsfb
    258  1.49   tsutsui .if ${MACHINE} == "sparc"
    259  1.49   tsutsui SUBDIR+= \
    260  1.49   tsutsui 	xf86-video-pnozz \
    261  1.49   tsutsui 	xf86-video-suncg14 \
    262  1.49   tsutsui 	xf86-video-suntcx
    263  1.49   tsutsui .endif	# ${MACHINE} == "sparc"
    264  1.49   tsutsui .endif	# ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
    265  1.49   tsutsui 
    266  1.62       abs .if ${MACHINE} == "vax"
    267  1.62       abs SUBDIR+= \
    268  1.62       abs 	xf86-video-wsfb
    269  1.62       abs .endif	# ${MACHINE} == "vax"
    270  1.62       abs 
    271  1.49   tsutsui .if ${MACHINE} == "zaurus"
    272  1.49   tsutsui SUBDIR+= \
    273  1.49   tsutsui 	xf86-video-wsfb
    274  1.60  macallan .endif # ${MACHINE} == "zaurus"
    275  1.12       rtr 
    276  1.29       mrg # broken with xorg-server 1.6
    277  1.29       mrg # x86
    278  1.29       mrg #	xf86-video-nsc \
    279  1.29       mrg #	xf86-video-vga \
    280  1.29       mrg # alpha
    281  1.29       mrg #	xf86-video-vga \
    282  1.51  kiyohara # bebox
    283  1.51  kiyohara #	xf86-video-vga
    284  1.51  kiyohara # prep
    285  1.51  kiyohara #	xf86-video-vga
    286  1.29       mrg 
    287   1.2       rtr .include <bsd.subdir.mk>
    288