summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libLLVMTableGen/Makefile
blob: 762ef7459fb4f07c2da591ec3b82f73dcdf6ed50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#	$NetBSD: Makefile,v 1.5 2014/08/10 17:34:22 joerg Exp $

LIB=	LLVMTableGen

.include <bsd.init.mk>

.PATH: ${LLVM_SRCDIR}/lib/TableGen

SRCS+=	Error.cpp \
	Main.cpp \
	Record.cpp \
	SetTheory.cpp \
	StringMatcher.cpp \
	TableGenBackend.cpp \
	TGLexer.cpp \
	TGParser.cpp

.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif
>Add a helper routine for ethernet drivers, mii_ifmedia_change().dyoung 2007-12-29Remove the device_is_active() check from each individual PHY'sdyoung 2007-12-29Use LIST_FOREACH().dyoung 2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad 2005-12-11merge ktrace-lwp.christos 2005-08-25kill a number of autoconf submatch functions which follow thedrochner 2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner 2004-09-13a round of autoconf cleanup:drochner 2004-09-01include locators.h from .c only, avoids unnecessary dependenciesdrochner 2004-08-23Make use of static.thorpej 2004-08-20for offloc, use MII_OFFSET_ANY rather than abusing MII_PHY_ANY.yamt 2003-01-01Use aprint_normal() in cfprint routines.thorpej 2002-11-07Fix signed/unsigned comparison warnings.thorpej 2002-09-27remove trailing \n in panic(). approved perry.provos 2002-09-27Introduce a new routine, config_match(), which invokes thethorpej 2002-03-25Get flags passed down to PHY drivers correctly. This was done onthorpej 2001-11-13add RCSIDlukem 2001-08-25ANSI'ify.thorpej 2001-06-20When probing for a PHY, look at the EXTSTAT bit in the BMSR, as well,thorpej 2001-05-17re-enable mii_flags in attach args - I've found a use for it: tell thedrochner 2001-04-13Comment out some flag stuff that isn't used. Someone should take a lookaugustss 2001-03-28Reading the IEEE specs shows that the bits have to be reversed whendrochner 2001-03-24Remove a comment; this module has not been compatible w/ BSD/OS'sthorpej 2000-07-04Restructure the PHY entry points to use a structure of entry pointsthorpej