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/arch/acorn32/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 #       $NetBSD: Makefile,v 1.5 2008/10/25 22:27:36 apb Exp $
    2 
    3 # Makefile for acorn32 tags file and boot blocks
    4 
    5 TACORN32=       ../acorn32/tags
    6 SACORN32=       ../acorn32/acorn32/*.[ch] ../acorn32/include/*.h \
    7         ../acorn32/dev/*.[ch] ../acorn32/podulebus/*.[ch] ../acorn32/mainbus/*.[ch]
    8 AACORN32=       ../acorn32/acorn32/*.s
    9 
   10 # Directories in which to place tags links
   11 DACORN32=       dev mainbus podulebus include
   12 
   13 .include "../../kern/Make.tags.inc"
   14 
   15 tags:
   16         -ctags -wdtf ${TACORN32} ${SACORN32} ${COMM}
   17         egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AACORN32} | \
   18             ${TOOL_SED} -e \
   19                 "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
   20             >> ${TACORN32}
   21         sort -o ${TACORN32} ${TACORN32}
   22 
   23 links:
   24         -for i in ${DACORN32}; do \
   25             cd $$i && rm -f tags; ln -s ../tags tags; done
   26 
   27 
   28 SUBDIR= compile include stand
   29 
   30 .include <bsd.subdir.mk>

Cache object: c963d4706a5a820194542e36c9dcbaab


[ 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.