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

Annotation of sys/arch/hppa64/stand/libsa/Makefile, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.1 2005/04/01 10:40:48 mickey Exp $
        !             2:
        !             3: .include "${.CURDIR}/../Makefile.inc"
        !             4:
        !             5: LIB=   sa
        !             6:
        !             7: S=${.CURDIR}/../../../..
        !             8: SADIR=${.CURDIR}/..
        !             9: DIR_SA=        $S/lib/libsa
        !            10:
        !            11: NOPROFILE=noprofile
        !            12: NOPIC=nopic
        !            13:
        !            14: #AS=cat ;
        !            15: #AS+=  -R
        !            16: #AS+=  -a
        !            17:
        !            18: # hppa64 stuff
        !            19: SRCS=  machdep.c pdc.c itecons.c dev_hppa64.c time.c \
        !            20:        ct.c dk.c lf.c lif.c cmd_hppa64.c
        !            21:
        !            22: # stand routines
        !            23: SRCS+= alloc.c exit.c getfile.c gets.c globals.c \
        !            24:        printf.c strerror.c strtol.c strchr.c ctime.c loadfile.c snprintf.c
        !            25:
        !            26: # io routines
        !            27: SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c ioctl.c lseek.c \
        !            28:        open.c read.c stat.c write.c cread.c readdir.c cons.c
        !            29:
        !            30: # boot filesystems
        !            31: SRCS+= ufs.c cd9660.c
        !            32:
        !            33: .PATH:  ${DIR_SA}
        !            34:
        !            35: all: ${SALIB}
        !            36:
        !            37: install:
        !            38:
        !            39: .include <bsd.lib.mk>
        !            40:
        !            41: CPPFLAGS+=-DHEAP_LIMIT=${HEAP_LIMIT} ${DEBUGFLAGS} -DNO_NET
        !            42: CPPFLAGS+=-I${S}/stand/boot
        !            43: CFLAGS+=${SACFLAGS} -D__INTERNAL_LIBSA_CREAD -DCOMPAT_UFS

CVSweb