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/alphapc/mkfile

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 CONF=apc
    2 CONFLIST=apc apccpu
    3 
    4 objtype=alpha
    5 </$objtype/mkfile
    6 p=9
    7 
    8 DEVS=`{rc ../port/mkdevlist $CONF}
    9 
   10 PORT=\
   11         alarm.$O\
   12         alloc.$O\
   13         allocb.$O\
   14         auth.$O\
   15         cache.$O\
   16         chan.$O\
   17         dev.$O\
   18         fault.$O\
   19         latin1.$O\
   20         log.$O\
   21         edf.$O\
   22         mul64fract.$O\
   23         page.$O\
   24         parse.$O\
   25         pgrp.$O\
   26         portclock.$O\
   27         print.$O\
   28         proc.$O\
   29         qio.$O\
   30         qlock.$O\
   31         rdb.$O\
   32         rebootcmd.$O\
   33         segment.$O\
   34         swap.$O\
   35         sysfile.$O\
   36         sysproc.$O\
   37         taslock.$O\
   38         tod.$O\
   39         xalloc.$O\
   40 
   41 OBJ=\
   42         l.$O\
   43         cga.$O\
   44         clock.$O\
   45         faultalpha.$O\
   46         fdc37c93x.$O\
   47         fptrap.$O\
   48         i8259.$O\
   49         kbd.$O\
   50         main.$O\
   51         mmu.$O\
   52         random.$O\
   53         trap.$O\
   54         $CONF.root.$O\
   55         $CONF.rootc.$O\
   56         $DEVS\
   57         $PORT\
   58 
   59 LIB=\
   60         /$objtype/lib/libmemlayer.a\
   61         /$objtype/lib/libmemdraw.a\
   62         /$objtype/lib/libdraw.a\
   63         /$objtype/lib/libip.a\
   64         /$objtype/lib/libc.a\
   65         /$objtype/lib/libsec.a\
   66 
   67 ETHER=`{echo devether.c ether*.c | sed 's/\.c/.'$O'/g'}
   68 VGA=`{echo devvga.c screen.c vga*.c | sed 's/\.c/.'$O'/g'}
   69 SDEV=`{echo devsd.c sd*.c | sed 's/\.c/.'$O'/g'}
   70 
   71 loadaddr = 0x80400020
   72 
   73 $p$CONF:        $CONF.c $OBJ $LIB
   74         $CC $CFLAGS '-DKERNDATE='`{date -n} $CONF.c
   75         $LD -o $target -H3 -R8 -T$loadaddr -l $OBJ $CONF.$O $LIB
   76         size $target
   77 
   78 install:V: $p$CONF
   79         cp $p$CONF /$objtype/$p$CONF
   80 
   81 <../boot/bootmkfile
   82 <../port/portmkfile
   83 <|../port/mkbootrules $CONF
   84 <../pc/pcmkfile
   85 
   86 init.h: initcode /sys/src/libc/9syscall/sys.h
   87         $AS initcode
   88         $LD -l -s -R8 -o init.out initcode.$O -lc
   89         {echo 'uchar initcode[]={'
   90          xd -r -1x init.out |
   91                 sed -e 's/^[0-9a-f]+ //' -e 's/ ([0-9a-f][0-9a-f])/0x\1,/g'
   92          echo '};'} > init.h
   93 
   94 clock.$O:       /$objtype/include/ureg.h axp.h
   95 devarch.$O:     axp.h
   96 faultalpha.$O:  /$objtype/include/ureg.h
   97 fptrap.$O:      /$objtype/include/ureg.h
   98 kbd.$O:         /$objtype/include/ureg.h
   99 l.$O:           osf1pal.h
  100 main.$O:        /$objtype/include/ureg.h errstr.h init.h
  101 mmu.$O:         /sys/src/boot/alphapc/conf.h
  102 sd53c8xx.$O:    /$objtype/include/ureg.h ../port/sd.h sd53c8xx.i
  103 trap.$O:        /$objtype/include/ureg.h ../port/error.h ../port/systab.h
  104 
  105 sd53c8xx.i:     ../pc/sd53c8xx.n
  106         aux/na $prereq > $target
  107 
  108 acid:V:
  109         $CC -a -w -I. ../port/qio.c>acid

Cache object: aa9fe5ae87c52af0bfee746a21c780e9


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