Deleted Added
full compact
files.ia64 (71241) files.ia64 (71262)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $FreeBSD: head/sys/conf/files.ia64 71241 2001-01-19 09:59:56Z peter $
4# $FreeBSD: head/sys/conf/files.ia64 71262 2001-01-19 14:09:54Z peter $
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10#
11font8x16.o optional std8x16font \
12 compile-with "uudecode < /usr/share/syscons/fonts/${STD8X16FONT}-8x16.fnt && file2c 'unsigned char font_16[16*256] = {' '};' < ${STD8X16FONT}-8x16 > font8x16.c && ${CC} -c ${CFLAGS} font8x16.c" \
13 no-implicit-rule before-depend \
14 clean "${STD8X16FONT}-8x16 font8x16.c"
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10#
11font8x16.o optional std8x16font \
12 compile-with "uudecode < /usr/share/syscons/fonts/${STD8X16FONT}-8x16.fnt && file2c 'unsigned char font_16[16*256] = {' '};' < ${STD8X16FONT}-8x16 > font8x16.c && ${CC} -c ${CFLAGS} font8x16.c" \
13 no-implicit-rule before-depend \
14 clean "${STD8X16FONT}-8x16 font8x16.c"
15# make sure apm.h gets made correctly
16apm.h standard \
17 compile-with "echo '#define NAPM 0' > apm.h" \
18 no-obj no-implicit-rule before-depend
19#
20atkbdmap.h optional atkbd_dflt_keymap \
21 compile-with "/usr/sbin/kbdcontrol -L ${ATKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > atkbdmap.h" \
22 no-obj no-implicit-rule before-depend \
23 clean "atkbdmap.h"
24#
25ia64/ia64/ia64-gdbstub.c optional ddb
26ia64/ia64/autoconf.c standard

--- 79 unchanged lines hidden ---
15#
16atkbdmap.h optional atkbd_dflt_keymap \
17 compile-with "/usr/sbin/kbdcontrol -L ${ATKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > atkbdmap.h" \
18 no-obj no-implicit-rule before-depend \
19 clean "atkbdmap.h"
20#
21ia64/ia64/ia64-gdbstub.c optional ddb
22ia64/ia64/autoconf.c standard

--- 79 unchanged lines hidden ---