Home | History | Annotate | Line # | Download | only in libpci
Makefile revision 1.2
      1  1.2    lukem #	$NetBSD: Makefile,v 1.2 2002/08/19 09:41:33 lukem Exp $
      2  1.2    lukem 
      3  1.2    lukem .include <bsd.own.mk>
      4  1.1  thorpej 
      5  1.1  thorpej LIB=	pci
      6  1.1  thorpej 
      7  1.1  thorpej SRCS=	pci_bus.c pci_device.c pci_subr.c
      8  1.1  thorpej 
      9  1.1  thorpej CPPFLAGS+=-DPCIVERBOSE
     10  1.1  thorpej 
     11  1.2    lukem .PATH.c: ${NETBSDSRCDIR}/sys/dev/pci
     12  1.1  thorpej 
     13  1.1  thorpej MAN=	pci.3
     14  1.1  thorpej 
     15  1.1  thorpej MLINKS=	pci.3 pcibus_conf_read.3 \
     16  1.1  thorpej 	pci.3 pcibus_conf_write.3 \
     17  1.1  thorpej 	pci.3 pcidev_conf_read.3 \
     18  1.1  thorpej 	pci.3 pcidev_conf_write.3 \
     19  1.1  thorpej 	pci.3 pci_findvendor.3 \
     20  1.1  thorpej 	pci.3 pci_devinfo.3 \
     21  1.1  thorpej 	pci.3 pci_conf_print.3
     22  1.1  thorpej 
     23  1.1  thorpej INCSDIR= /usr/include
     24  1.1  thorpej INCS=	pci.h
     25  1.1  thorpej 
     26  1.1  thorpej .include <bsd.lib.mk>
     27