[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / sys / arch / hppa64 / stand / libkern

Annotation of sys/arch/hppa64/stand/libkern/Makefile, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.2 2007/05/06 02:48:44 deraadt Exp $
                      2:
                      3: LIB=   kern
                      4:
                      5: S=     ${.CURDIR}/../../../..
                      6: M=     ${KERNDIR}/arch/${MACHINE_ARCH}
                      7: SADIR= ${.CURDIR}/..
                      8: KERNDIR=$S/lib/libkern
                      9:
                     10: NOPIC=         nopic
                     11: NOPROFILE=     noprofile
                     12:
                     13: .PATH: ${KERNDIR}
                     14:
                     15: .include "arch/hppa64/Makefile.inc"
                     16:
                     17: # Quad support
                     18: SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \
                     19:        lshldi3.c lshrdi3.c moddi3.c muldi3.c negdi2.c notdi2.c qdivrem.c \
                     20:        subdi3.c  ucmpdi2.c udivdi3.c umoddi3.c xordi3.c
                     21:
                     22: # Other stuff
                     23: SRCS+= srandom.c
                     24:
                     25: install:
                     26:
                     27: .include <bsd.lib.mk>
                     28: CPPFLAGS+=     ${DEBUGFLAGS}
                     29: CFLAGS+=       ${SACFLAGS}

CVSweb