The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/boot/libstand32/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD: releng/10.4/sys/boot/libstand32/Makefile 312403 2017-01-19 07:29:52Z delphij $
    2 
    3 .include <bsd.own.mk>
    4 
    5 LIBSTAND_SRC=   ${.CURDIR}/../../../lib/libstand
    6 
    7 .if ${MACHINE_CPUARCH} == "amd64"
    8 LIBSTAND_CPUARCH=i386
    9 .else
   10 LIBSTAND_CPUARCH=${MACHINE_CPUARCH}
   11 .endif
   12 LIBC_SRC=       ${LIBSTAND_SRC}/../libc
   13 INTERNALLIB=
   14 INCS=
   15 MAN=
   16 .PATH:  ${LIBSTAND_SRC}
   17 
   18 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
   19 CFLAGS+=        -m32 -I.
   20 .endif
   21 
   22 WARNS?=         0
   23 
   24 .include "${LIBSTAND_SRC}/Makefile"
   25 
   26 .if ${MACHINE_CPUARCH} == "amd64"
   27 CLEANFILES+= machine
   28 beforedepend ${OBJS}: machine
   29 machine:
   30         ln -fs ${.CURDIR}/../../i386/include machine
   31 .endif

Cache object: f09332f77ad2fdf1baeda3076b0f2a87


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.