2 # Generated by genmk.rb, please don't edit!
4 COMMON_ASFLAGS
= -m32
-nostdinc
-fno-builtin
5 COMMON_CFLAGS
= -ffreestanding
-mrtd
-mregparm
=3
6 COMMON_LDFLAGS
= -nostdlib
-static
-lgcc
8 # Used by various components. These rules need to precede them.
9 normal
/lexer.c_DEPENDENCIES
= grub_script.tab.h
12 pkglib_PROGRAMS
= kernel.elf
15 kernel_elf_SOURCES
= kern
/i386
/ieee1275
/startup.S kern
/i386
/ieee1275
/init.c \
16 kern
/ieee1275
/init.c \
17 kern
/ieee1275
/cmain.c kern
/ieee1275
/openfw.c \
18 kern
/main.c kern
/device.c \
19 kern
/disk.c kern
/dl.c kern
/file.c kern
/fs.c kern
/err.c \
20 kern
/misc.c kern
/mm.c kern
/loader.c kern
/rescue.c kern
/term.c \
21 kern
/i386
/dl.c kern
/parser.c kern
/partition.c \
24 kern
/generic
/millisleep.c \
25 kern
/ieee1275
/ieee1275.c \
26 term
/ieee1275
/ofconsole.c \
27 disk
/ieee1275
/ofdisk.c \
29 CLEANFILES
+= kernel.elf kernel_elf-kern_i386_ieee1275_startup.o kernel_elf-kern_i386_ieee1275_init.o kernel_elf-kern_ieee1275_init.o kernel_elf-kern_ieee1275_cmain.o kernel_elf-kern_ieee1275_openfw.o kernel_elf-kern_main.o kernel_elf-kern_device.o kernel_elf-kern_disk.o kernel_elf-kern_dl.o kernel_elf-kern_file.o kernel_elf-kern_fs.o kernel_elf-kern_err.o kernel_elf-kern_misc.o kernel_elf-kern_mm.o kernel_elf-kern_loader.o kernel_elf-kern_rescue.o kernel_elf-kern_term.o kernel_elf-kern_i386_dl.o kernel_elf-kern_parser.o kernel_elf-kern_partition.o kernel_elf-kern_env.o kernel_elf-kern_time.o kernel_elf-kern_generic_millisleep.o kernel_elf-kern_ieee1275_ieee1275.o kernel_elf-term_ieee1275_ofconsole.o kernel_elf-disk_ieee1275_ofdisk.o kernel_elf-symlist.o
30 MOSTLYCLEANFILES
+= kernel_elf-kern_i386_ieee1275_startup.d kernel_elf-kern_i386_ieee1275_init.d kernel_elf-kern_ieee1275_init.d kernel_elf-kern_ieee1275_cmain.d kernel_elf-kern_ieee1275_openfw.d kernel_elf-kern_main.d kernel_elf-kern_device.d kernel_elf-kern_disk.d kernel_elf-kern_dl.d kernel_elf-kern_file.d kernel_elf-kern_fs.d kernel_elf-kern_err.d kernel_elf-kern_misc.d kernel_elf-kern_mm.d kernel_elf-kern_loader.d kernel_elf-kern_rescue.d kernel_elf-kern_term.d kernel_elf-kern_i386_dl.d kernel_elf-kern_parser.d kernel_elf-kern_partition.d kernel_elf-kern_env.d kernel_elf-kern_time.d kernel_elf-kern_generic_millisleep.d kernel_elf-kern_ieee1275_ieee1275.d kernel_elf-term_ieee1275_ofconsole.d kernel_elf-disk_ieee1275_ofdisk.d kernel_elf-symlist.d
32 kernel.elf
: $(kernel_elf_DEPENDENCIES
) kernel_elf-kern_i386_ieee1275_startup.o kernel_elf-kern_i386_ieee1275_init.o kernel_elf-kern_ieee1275_init.o kernel_elf-kern_ieee1275_cmain.o kernel_elf-kern_ieee1275_openfw.o kernel_elf-kern_main.o kernel_elf-kern_device.o kernel_elf-kern_disk.o kernel_elf-kern_dl.o kernel_elf-kern_file.o kernel_elf-kern_fs.o kernel_elf-kern_err.o kernel_elf-kern_misc.o kernel_elf-kern_mm.o kernel_elf-kern_loader.o kernel_elf-kern_rescue.o kernel_elf-kern_term.o kernel_elf-kern_i386_dl.o kernel_elf-kern_parser.o kernel_elf-kern_partition.o kernel_elf-kern_env.o kernel_elf-kern_time.o kernel_elf-kern_generic_millisleep.o kernel_elf-kern_ieee1275_ieee1275.o kernel_elf-term_ieee1275_ofconsole.o kernel_elf-disk_ieee1275_ofdisk.o kernel_elf-symlist.o
33 $(TARGET_CC
) -o
$@ kernel_elf-kern_i386_ieee1275_startup.o kernel_elf-kern_i386_ieee1275_init.o kernel_elf-kern_ieee1275_init.o kernel_elf-kern_ieee1275_cmain.o kernel_elf-kern_ieee1275_openfw.o kernel_elf-kern_main.o kernel_elf-kern_device.o kernel_elf-kern_disk.o kernel_elf-kern_dl.o kernel_elf-kern_file.o kernel_elf-kern_fs.o kernel_elf-kern_err.o kernel_elf-kern_misc.o kernel_elf-kern_mm.o kernel_elf-kern_loader.o kernel_elf-kern_rescue.o kernel_elf-kern_term.o kernel_elf-kern_i386_dl.o kernel_elf-kern_parser.o kernel_elf-kern_partition.o kernel_elf-kern_env.o kernel_elf-kern_time.o kernel_elf-kern_generic_millisleep.o kernel_elf-kern_ieee1275_ieee1275.o kernel_elf-term_ieee1275_ofconsole.o kernel_elf-disk_ieee1275_ofdisk.o kernel_elf-symlist.o
$(TARGET_LDFLAGS
) $(kernel_elf_LDFLAGS
)
35 kernel_elf-kern_i386_ieee1275_startup.o
: kern
/i386
/ieee1275
/startup.S
$(kern
/i386
/ieee1275
/startup.S_DEPENDENCIES
)
36 $(TARGET_CC
) -Ikern
/i386
/ieee1275
-I
$(srcdir)/kern
/i386
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
37 -include kernel_elf-kern_i386_ieee1275_startup.d
39 kernel_elf-kern_i386_ieee1275_init.o
: kern
/i386
/ieee1275
/init.c
$(kern
/i386
/ieee1275
/init.c_DEPENDENCIES
)
40 $(TARGET_CC
) -Ikern
/i386
/ieee1275
-I
$(srcdir)/kern
/i386
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
41 -include kernel_elf-kern_i386_ieee1275_init.d
43 kernel_elf-kern_ieee1275_init.o
: kern
/ieee1275
/init.c
$(kern
/ieee1275
/init.c_DEPENDENCIES
)
44 $(TARGET_CC
) -Ikern
/ieee1275
-I
$(srcdir)/kern
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
45 -include kernel_elf-kern_ieee1275_init.d
47 kernel_elf-kern_ieee1275_cmain.o
: kern
/ieee1275
/cmain.c
$(kern
/ieee1275
/cmain.c_DEPENDENCIES
)
48 $(TARGET_CC
) -Ikern
/ieee1275
-I
$(srcdir)/kern
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
49 -include kernel_elf-kern_ieee1275_cmain.d
51 kernel_elf-kern_ieee1275_openfw.o
: kern
/ieee1275
/openfw.c
$(kern
/ieee1275
/openfw.c_DEPENDENCIES
)
52 $(TARGET_CC
) -Ikern
/ieee1275
-I
$(srcdir)/kern
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
53 -include kernel_elf-kern_ieee1275_openfw.d
55 kernel_elf-kern_main.o
: kern
/main.c
$(kern
/main.c_DEPENDENCIES
)
56 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
57 -include kernel_elf-kern_main.d
59 kernel_elf-kern_device.o
: kern
/device.c
$(kern
/device.c_DEPENDENCIES
)
60 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
61 -include kernel_elf-kern_device.d
63 kernel_elf-kern_disk.o
: kern
/disk.c
$(kern
/disk.c_DEPENDENCIES
)
64 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
65 -include kernel_elf-kern_disk.d
67 kernel_elf-kern_dl.o
: kern
/dl.c
$(kern
/dl.c_DEPENDENCIES
)
68 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
69 -include kernel_elf-kern_dl.d
71 kernel_elf-kern_file.o
: kern
/file.c
$(kern
/file.c_DEPENDENCIES
)
72 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
73 -include kernel_elf-kern_file.d
75 kernel_elf-kern_fs.o
: kern
/fs.c
$(kern
/fs.c_DEPENDENCIES
)
76 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
77 -include kernel_elf-kern_fs.d
79 kernel_elf-kern_err.o
: kern
/err.c
$(kern
/err.c_DEPENDENCIES
)
80 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
81 -include kernel_elf-kern_err.d
83 kernel_elf-kern_misc.o
: kern
/misc.c
$(kern
/misc.c_DEPENDENCIES
)
84 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
85 -include kernel_elf-kern_misc.d
87 kernel_elf-kern_mm.o
: kern
/mm.c
$(kern
/mm.c_DEPENDENCIES
)
88 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
89 -include kernel_elf-kern_mm.d
91 kernel_elf-kern_loader.o
: kern
/loader.c
$(kern
/loader.c_DEPENDENCIES
)
92 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
93 -include kernel_elf-kern_loader.d
95 kernel_elf-kern_rescue.o
: kern
/rescue.c
$(kern
/rescue.c_DEPENDENCIES
)
96 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
97 -include kernel_elf-kern_rescue.d
99 kernel_elf-kern_term.o
: kern
/term.c
$(kern
/term.c_DEPENDENCIES
)
100 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
101 -include kernel_elf-kern_term.d
103 kernel_elf-kern_i386_dl.o
: kern
/i386
/dl.c
$(kern
/i386
/dl.c_DEPENDENCIES
)
104 $(TARGET_CC
) -Ikern
/i386
-I
$(srcdir)/kern
/i386
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
105 -include kernel_elf-kern_i386_dl.d
107 kernel_elf-kern_parser.o
: kern
/parser.c
$(kern
/parser.c_DEPENDENCIES
)
108 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
109 -include kernel_elf-kern_parser.d
111 kernel_elf-kern_partition.o
: kern
/partition.c
$(kern
/partition.c_DEPENDENCIES
)
112 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
113 -include kernel_elf-kern_partition.d
115 kernel_elf-kern_env.o
: kern
/env.c
$(kern
/env.c_DEPENDENCIES
)
116 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
117 -include kernel_elf-kern_env.d
119 kernel_elf-kern_time.o
: kern
/time.c
$(kern
/time.c_DEPENDENCIES
)
120 $(TARGET_CC
) -Ikern
-I
$(srcdir)/kern
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
121 -include kernel_elf-kern_time.d
123 kernel_elf-kern_generic_millisleep.o
: kern
/generic
/millisleep.c
$(kern
/generic
/millisleep.c_DEPENDENCIES
)
124 $(TARGET_CC
) -Ikern
/generic
-I
$(srcdir)/kern
/generic
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
125 -include kernel_elf-kern_generic_millisleep.d
127 kernel_elf-kern_ieee1275_ieee1275.o
: kern
/ieee1275
/ieee1275.c
$(kern
/ieee1275
/ieee1275.c_DEPENDENCIES
)
128 $(TARGET_CC
) -Ikern
/ieee1275
-I
$(srcdir)/kern
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
129 -include kernel_elf-kern_ieee1275_ieee1275.d
131 kernel_elf-term_ieee1275_ofconsole.o
: term
/ieee1275
/ofconsole.c
$(term
/ieee1275
/ofconsole.c_DEPENDENCIES
)
132 $(TARGET_CC
) -Iterm
/ieee1275
-I
$(srcdir)/term
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
133 -include kernel_elf-term_ieee1275_ofconsole.d
135 kernel_elf-disk_ieee1275_ofdisk.o
: disk
/ieee1275
/ofdisk.c
$(disk
/ieee1275
/ofdisk.c_DEPENDENCIES
)
136 $(TARGET_CC
) -Idisk
/ieee1275
-I
$(srcdir)/disk
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
137 -include kernel_elf-disk_ieee1275_ofdisk.d
139 kernel_elf-symlist.o
: symlist.c
$(symlist.c_DEPENDENCIES
)
140 $(TARGET_CC
) -I.
-I
$(srcdir)/.
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(kernel_elf_CFLAGS
) -MD
-c
-o
$@
$<
141 -include kernel_elf-symlist.d
143 kernel_elf_HEADERS
= arg.h cache.h device.h disk.h dl.h elf.h elfload.h \
144 env.h err.h file.h fs.h kernel.h loader.h misc.h mm.h net.h parser.h \
145 partition.h pc_partition.h rescue.h symbol.h term.h time.h types.h \
146 ieee1275
/ieee1275.h machine
/kernel.h machine
/loader.h machine
/memory.h
147 kernel_elf_CFLAGS
= $(COMMON_CFLAGS
)
148 kernel_elf_LDFLAGS
= $(COMMON_LDFLAGS
) -Wl
,-N
,-S
,-Ttext
,0x10000,-Bstatic
150 MOSTLYCLEANFILES
+= symlist.c kernel_syms.lst
151 DEFSYMFILES
+= kernel_syms.lst
153 symlist.c
: $(addprefix include/grub
/,$(kernel_elf_HEADERS
)) config.h gensymlist.sh
154 /bin
/sh gensymlist.sh
$(filter %.h
,$^
) > $@ ||
(rm -f
$@
; exit
1)
156 kernel_syms.lst
: $(addprefix include/grub
/,$(kernel_elf_HEADERS
)) config.h genkernsyms.sh
157 /bin
/sh genkernsyms.sh
$(filter %.h
,$^
) > $@ ||
(rm -f
$@
; exit
1)
160 sbin_UTILITIES
= grub-mkdevicemap
161 ifeq ($(enable_grub_emu
), yes
)
162 sbin_UTILITIES
+= grub-emu
165 # For grub-mkdevicemap.
166 grub_mkdevicemap_SOURCES
= util
/grub-mkdevicemap.c util
/misc.c
167 CLEANFILES
+= grub-mkdevicemap
$(EXEEXT
) grub_mkdevicemap-util_grub_mkdevicemap.o grub_mkdevicemap-util_misc.o
168 MOSTLYCLEANFILES
+= grub_mkdevicemap-util_grub_mkdevicemap.d grub_mkdevicemap-util_misc.d
170 grub-mkdevicemap
: $(grub_mkdevicemap_DEPENDENCIES
) grub_mkdevicemap-util_grub_mkdevicemap.o grub_mkdevicemap-util_misc.o
171 $(CC
) -o
$@ grub_mkdevicemap-util_grub_mkdevicemap.o grub_mkdevicemap-util_misc.o
$(LDFLAGS
) $(grub_mkdevicemap_LDFLAGS
)
173 grub_mkdevicemap-util_grub_mkdevicemap.o
: util
/grub-mkdevicemap.c
$(util
/grub-mkdevicemap.c_DEPENDENCIES
)
174 $(CC
) -Iutil
-I
$(srcdir)/util
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_mkdevicemap_CFLAGS
) -MD
-c
-o
$@
$<
175 -include grub_mkdevicemap-util_grub_mkdevicemap.d
177 grub_mkdevicemap-util_misc.o
: util
/misc.c
$(util
/misc.c_DEPENDENCIES
)
178 $(CC
) -Iutil
-I
$(srcdir)/util
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_mkdevicemap_CFLAGS
) -MD
-c
-o
$@
$<
179 -include grub_mkdevicemap-util_misc.d
183 util
/grub-emu.c_DEPENDENCIES
= grub_emu_init.h
184 grub_emu_SOURCES
= commands
/boot.c commands
/cat.c commands
/cmp.c \
185 commands
/configfile.c commands
/echo.c commands
/help.c \
186 commands
/terminal.c commands
/ls.c commands
/test.c \
187 commands
/search.c commands
/blocklist.c commands
/hexdump.c \
188 lib
/hexdump.c commands
/halt.c commands
/reboot.c \
189 commands
/i386
/cpuid.c \
190 disk
/host.c disk
/loopback.c \
192 fs
/affs.c fs
/cpio.c fs
/ext2.c fs
/fat.c fs
/hfs.c \
193 fs
/hfsplus.c fs
/iso9660.c fs
/udf.c fs
/jfs.c fs
/minix.c \
194 fs
/ntfs.c fs
/ntfscomp.c fs
/reiserfs.c fs
/sfs.c \
195 fs
/ufs.c fs
/xfs.c fs
/afs.c \
199 kern
/device.c kern
/disk.c kern
/dl.c kern
/elf.c kern
/env.c \
201 normal
/execute.c kern
/file.c kern
/fs.c normal
/lexer.c \
202 kern
/loader.c kern
/main.c kern
/misc.c kern
/parser.c \
203 grub_script.tab.c kern
/partition.c kern
/rescue.c kern
/term.c \
204 normal
/arg.c normal
/cmdline.c normal
/command.c normal
/function.c\
205 normal
/completion.c normal
/main.c \
206 normal
/menu.c normal
/menu_entry.c normal
/misc.c normal
/script.c \
208 partmap
/amiga.c partmap
/apple.c partmap
/pc.c partmap
/sun.c \
209 partmap
/acorn.c partmap
/gpt.c \
210 util
/console.c util
/hostfs.c util
/grub-emu.c util
/misc.c \
211 util
/hostdisk.c util
/getroot.c \
212 util
/i386
/pc/misc.c \
214 disk
/raid.c disk
/raid5_recover.c disk
/raid6_recover.c \
215 disk
/mdraid_linux.c disk
/dmraid_nvidia.c disk
/lvm.c \
217 CLEANFILES
+= grub-emu
$(EXEEXT
) grub_emu-commands_boot.o grub_emu-commands_cat.o grub_emu-commands_cmp.o grub_emu-commands_configfile.o grub_emu-commands_echo.o grub_emu-commands_help.o grub_emu-commands_terminal.o grub_emu-commands_ls.o grub_emu-commands_test.o grub_emu-commands_search.o grub_emu-commands_blocklist.o grub_emu-commands_hexdump.o grub_emu-lib_hexdump.o grub_emu-commands_halt.o grub_emu-commands_reboot.o grub_emu-commands_i386_cpuid.o grub_emu-disk_host.o grub_emu-disk_loopback.o grub_emu-fs_affs.o grub_emu-fs_cpio.o grub_emu-fs_ext2.o grub_emu-fs_fat.o grub_emu-fs_hfs.o grub_emu-fs_hfsplus.o grub_emu-fs_iso9660.o grub_emu-fs_udf.o grub_emu-fs_jfs.o grub_emu-fs_minix.o grub_emu-fs_ntfs.o grub_emu-fs_ntfscomp.o grub_emu-fs_reiserfs.o grub_emu-fs_sfs.o grub_emu-fs_ufs.o grub_emu-fs_xfs.o grub_emu-fs_afs.o grub_emu-fs_fshelp.o grub_emu-io_gzio.o grub_emu-kern_device.o grub_emu-kern_disk.o grub_emu-kern_dl.o grub_emu-kern_elf.o grub_emu-kern_env.o grub_emu-kern_err.o grub_emu-normal_execute.o grub_emu-kern_file.o grub_emu-kern_fs.o grub_emu-normal_lexer.o grub_emu-kern_loader.o grub_emu-kern_main.o grub_emu-kern_misc.o grub_emu-kern_parser.o grub_emu-grub_script_tab.o grub_emu-kern_partition.o grub_emu-kern_rescue.o grub_emu-kern_term.o grub_emu-normal_arg.o grub_emu-normal_cmdline.o grub_emu-normal_command.o grub_emu-normal_function.o grub_emu-normal_completion.o grub_emu-normal_main.o grub_emu-normal_menu.o grub_emu-normal_menu_entry.o grub_emu-normal_misc.o grub_emu-normal_script.o grub_emu-normal_color.o grub_emu-partmap_amiga.o grub_emu-partmap_apple.o grub_emu-partmap_pc.o grub_emu-partmap_sun.o grub_emu-partmap_acorn.o grub_emu-partmap_gpt.o grub_emu-util_console.o grub_emu-util_hostfs.o grub_emu-util_grub_emu.o grub_emu-util_misc.o grub_emu-util_hostdisk.o grub_emu-util_getroot.o grub_emu-util_i386_pc_misc.o grub_emu-disk_raid.o grub_emu-disk_raid5_recover.o grub_emu-disk_raid6_recover.o grub_emu-disk_mdraid_linux.o grub_emu-disk_dmraid_nvidia.o grub_emu-disk_lvm.o grub_emu-grub_emu_init.o
218 MOSTLYCLEANFILES
+= grub_emu-commands_boot.d grub_emu-commands_cat.d grub_emu-commands_cmp.d grub_emu-commands_configfile.d grub_emu-commands_echo.d grub_emu-commands_help.d grub_emu-commands_terminal.d grub_emu-commands_ls.d grub_emu-commands_test.d grub_emu-commands_search.d grub_emu-commands_blocklist.d grub_emu-commands_hexdump.d grub_emu-lib_hexdump.d grub_emu-commands_halt.d grub_emu-commands_reboot.d grub_emu-commands_i386_cpuid.d grub_emu-disk_host.d grub_emu-disk_loopback.d grub_emu-fs_affs.d grub_emu-fs_cpio.d grub_emu-fs_ext2.d grub_emu-fs_fat.d grub_emu-fs_hfs.d grub_emu-fs_hfsplus.d grub_emu-fs_iso9660.d grub_emu-fs_udf.d grub_emu-fs_jfs.d grub_emu-fs_minix.d grub_emu-fs_ntfs.d grub_emu-fs_ntfscomp.d grub_emu-fs_reiserfs.d grub_emu-fs_sfs.d grub_emu-fs_ufs.d grub_emu-fs_xfs.d grub_emu-fs_afs.d grub_emu-fs_fshelp.d grub_emu-io_gzio.d grub_emu-kern_device.d grub_emu-kern_disk.d grub_emu-kern_dl.d grub_emu-kern_elf.d grub_emu-kern_env.d grub_emu-kern_err.d grub_emu-normal_execute.d grub_emu-kern_file.d grub_emu-kern_fs.d grub_emu-normal_lexer.d grub_emu-kern_loader.d grub_emu-kern_main.d grub_emu-kern_misc.d grub_emu-kern_parser.d grub_emu-grub_script_tab.d grub_emu-kern_partition.d grub_emu-kern_rescue.d grub_emu-kern_term.d grub_emu-normal_arg.d grub_emu-normal_cmdline.d grub_emu-normal_command.d grub_emu-normal_function.d grub_emu-normal_completion.d grub_emu-normal_main.d grub_emu-normal_menu.d grub_emu-normal_menu_entry.d grub_emu-normal_misc.d grub_emu-normal_script.d grub_emu-normal_color.d grub_emu-partmap_amiga.d grub_emu-partmap_apple.d grub_emu-partmap_pc.d grub_emu-partmap_sun.d grub_emu-partmap_acorn.d grub_emu-partmap_gpt.d grub_emu-util_console.d grub_emu-util_hostfs.d grub_emu-util_grub_emu.d grub_emu-util_misc.d grub_emu-util_hostdisk.d grub_emu-util_getroot.d grub_emu-util_i386_pc_misc.d grub_emu-disk_raid.d grub_emu-disk_raid5_recover.d grub_emu-disk_raid6_recover.d grub_emu-disk_mdraid_linux.d grub_emu-disk_dmraid_nvidia.d grub_emu-disk_lvm.d grub_emu-grub_emu_init.d
220 grub-emu
: $(grub_emu_DEPENDENCIES
) grub_emu-commands_boot.o grub_emu-commands_cat.o grub_emu-commands_cmp.o grub_emu-commands_configfile.o grub_emu-commands_echo.o grub_emu-commands_help.o grub_emu-commands_terminal.o grub_emu-commands_ls.o grub_emu-commands_test.o grub_emu-commands_search.o grub_emu-commands_blocklist.o grub_emu-commands_hexdump.o grub_emu-lib_hexdump.o grub_emu-commands_halt.o grub_emu-commands_reboot.o grub_emu-commands_i386_cpuid.o grub_emu-disk_host.o grub_emu-disk_loopback.o grub_emu-fs_affs.o grub_emu-fs_cpio.o grub_emu-fs_ext2.o grub_emu-fs_fat.o grub_emu-fs_hfs.o grub_emu-fs_hfsplus.o grub_emu-fs_iso9660.o grub_emu-fs_udf.o grub_emu-fs_jfs.o grub_emu-fs_minix.o grub_emu-fs_ntfs.o grub_emu-fs_ntfscomp.o grub_emu-fs_reiserfs.o grub_emu-fs_sfs.o grub_emu-fs_ufs.o grub_emu-fs_xfs.o grub_emu-fs_afs.o grub_emu-fs_fshelp.o grub_emu-io_gzio.o grub_emu-kern_device.o grub_emu-kern_disk.o grub_emu-kern_dl.o grub_emu-kern_elf.o grub_emu-kern_env.o grub_emu-kern_err.o grub_emu-normal_execute.o grub_emu-kern_file.o grub_emu-kern_fs.o grub_emu-normal_lexer.o grub_emu-kern_loader.o grub_emu-kern_main.o grub_emu-kern_misc.o grub_emu-kern_parser.o grub_emu-grub_script_tab.o grub_emu-kern_partition.o grub_emu-kern_rescue.o grub_emu-kern_term.o grub_emu-normal_arg.o grub_emu-normal_cmdline.o grub_emu-normal_command.o grub_emu-normal_function.o grub_emu-normal_completion.o grub_emu-normal_main.o grub_emu-normal_menu.o grub_emu-normal_menu_entry.o grub_emu-normal_misc.o grub_emu-normal_script.o grub_emu-normal_color.o grub_emu-partmap_amiga.o grub_emu-partmap_apple.o grub_emu-partmap_pc.o grub_emu-partmap_sun.o grub_emu-partmap_acorn.o grub_emu-partmap_gpt.o grub_emu-util_console.o grub_emu-util_hostfs.o grub_emu-util_grub_emu.o grub_emu-util_misc.o grub_emu-util_hostdisk.o grub_emu-util_getroot.o grub_emu-util_i386_pc_misc.o grub_emu-disk_raid.o grub_emu-disk_raid5_recover.o grub_emu-disk_raid6_recover.o grub_emu-disk_mdraid_linux.o grub_emu-disk_dmraid_nvidia.o grub_emu-disk_lvm.o grub_emu-grub_emu_init.o
221 $(CC
) -o
$@ grub_emu-commands_boot.o grub_emu-commands_cat.o grub_emu-commands_cmp.o grub_emu-commands_configfile.o grub_emu-commands_echo.o grub_emu-commands_help.o grub_emu-commands_terminal.o grub_emu-commands_ls.o grub_emu-commands_test.o grub_emu-commands_search.o grub_emu-commands_blocklist.o grub_emu-commands_hexdump.o grub_emu-lib_hexdump.o grub_emu-commands_halt.o grub_emu-commands_reboot.o grub_emu-commands_i386_cpuid.o grub_emu-disk_host.o grub_emu-disk_loopback.o grub_emu-fs_affs.o grub_emu-fs_cpio.o grub_emu-fs_ext2.o grub_emu-fs_fat.o grub_emu-fs_hfs.o grub_emu-fs_hfsplus.o grub_emu-fs_iso9660.o grub_emu-fs_udf.o grub_emu-fs_jfs.o grub_emu-fs_minix.o grub_emu-fs_ntfs.o grub_emu-fs_ntfscomp.o grub_emu-fs_reiserfs.o grub_emu-fs_sfs.o grub_emu-fs_ufs.o grub_emu-fs_xfs.o grub_emu-fs_afs.o grub_emu-fs_fshelp.o grub_emu-io_gzio.o grub_emu-kern_device.o grub_emu-kern_disk.o grub_emu-kern_dl.o grub_emu-kern_elf.o grub_emu-kern_env.o grub_emu-kern_err.o grub_emu-normal_execute.o grub_emu-kern_file.o grub_emu-kern_fs.o grub_emu-normal_lexer.o grub_emu-kern_loader.o grub_emu-kern_main.o grub_emu-kern_misc.o grub_emu-kern_parser.o grub_emu-grub_script_tab.o grub_emu-kern_partition.o grub_emu-kern_rescue.o grub_emu-kern_term.o grub_emu-normal_arg.o grub_emu-normal_cmdline.o grub_emu-normal_command.o grub_emu-normal_function.o grub_emu-normal_completion.o grub_emu-normal_main.o grub_emu-normal_menu.o grub_emu-normal_menu_entry.o grub_emu-normal_misc.o grub_emu-normal_script.o grub_emu-normal_color.o grub_emu-partmap_amiga.o grub_emu-partmap_apple.o grub_emu-partmap_pc.o grub_emu-partmap_sun.o grub_emu-partmap_acorn.o grub_emu-partmap_gpt.o grub_emu-util_console.o grub_emu-util_hostfs.o grub_emu-util_grub_emu.o grub_emu-util_misc.o grub_emu-util_hostdisk.o grub_emu-util_getroot.o grub_emu-util_i386_pc_misc.o grub_emu-disk_raid.o grub_emu-disk_raid5_recover.o grub_emu-disk_raid6_recover.o grub_emu-disk_mdraid_linux.o grub_emu-disk_dmraid_nvidia.o grub_emu-disk_lvm.o grub_emu-grub_emu_init.o
$(LDFLAGS
) $(grub_emu_LDFLAGS
)
223 grub_emu-commands_boot.o
: commands
/boot.c
$(commands
/boot.c_DEPENDENCIES
)
224 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
225 -include grub_emu-commands_boot.d
227 grub_emu-commands_cat.o
: commands
/cat.c
$(commands
/cat.c_DEPENDENCIES
)
228 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
229 -include grub_emu-commands_cat.d
231 grub_emu-commands_cmp.o
: commands
/cmp.c
$(commands
/cmp.c_DEPENDENCIES
)
232 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
233 -include grub_emu-commands_cmp.d
235 grub_emu-commands_configfile.o
: commands
/configfile.c
$(commands
/configfile.c_DEPENDENCIES
)
236 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
237 -include grub_emu-commands_configfile.d
239 grub_emu-commands_echo.o
: commands
/echo.c
$(commands
/echo.c_DEPENDENCIES
)
240 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
241 -include grub_emu-commands_echo.d
243 grub_emu-commands_help.o
: commands
/help.c
$(commands
/help.c_DEPENDENCIES
)
244 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
245 -include grub_emu-commands_help.d
247 grub_emu-commands_terminal.o
: commands
/terminal.c
$(commands
/terminal.c_DEPENDENCIES
)
248 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
249 -include grub_emu-commands_terminal.d
251 grub_emu-commands_ls.o
: commands
/ls.c
$(commands
/ls.c_DEPENDENCIES
)
252 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
253 -include grub_emu-commands_ls.d
255 grub_emu-commands_test.o
: commands
/test.c
$(commands
/test.c_DEPENDENCIES
)
256 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
257 -include grub_emu-commands_test.d
259 grub_emu-commands_search.o
: commands
/search.c
$(commands
/search.c_DEPENDENCIES
)
260 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
261 -include grub_emu-commands_search.d
263 grub_emu-commands_blocklist.o
: commands
/blocklist.c
$(commands
/blocklist.c_DEPENDENCIES
)
264 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
265 -include grub_emu-commands_blocklist.d
267 grub_emu-commands_hexdump.o
: commands
/hexdump.c
$(commands
/hexdump.c_DEPENDENCIES
)
268 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
269 -include grub_emu-commands_hexdump.d
271 grub_emu-lib_hexdump.o
: lib
/hexdump.c
$(lib
/hexdump.c_DEPENDENCIES
)
272 $(CC
) -Ilib
-I
$(srcdir)/lib
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
273 -include grub_emu-lib_hexdump.d
275 grub_emu-commands_halt.o
: commands
/halt.c
$(commands
/halt.c_DEPENDENCIES
)
276 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
277 -include grub_emu-commands_halt.d
279 grub_emu-commands_reboot.o
: commands
/reboot.c
$(commands
/reboot.c_DEPENDENCIES
)
280 $(CC
) -Icommands
-I
$(srcdir)/commands
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
281 -include grub_emu-commands_reboot.d
283 grub_emu-commands_i386_cpuid.o
: commands
/i386
/cpuid.c
$(commands
/i386
/cpuid.c_DEPENDENCIES
)
284 $(CC
) -Icommands
/i386
-I
$(srcdir)/commands
/i386
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
285 -include grub_emu-commands_i386_cpuid.d
287 grub_emu-disk_host.o
: disk
/host.c
$(disk
/host.c_DEPENDENCIES
)
288 $(CC
) -Idisk
-I
$(srcdir)/disk
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
289 -include grub_emu-disk_host.d
291 grub_emu-disk_loopback.o
: disk
/loopback.c
$(disk
/loopback.c_DEPENDENCIES
)
292 $(CC
) -Idisk
-I
$(srcdir)/disk
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
293 -include grub_emu-disk_loopback.d
295 grub_emu-fs_affs.o
: fs
/affs.c
$(fs
/affs.c_DEPENDENCIES
)
296 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
297 -include grub_emu-fs_affs.d
299 grub_emu-fs_cpio.o
: fs
/cpio.c
$(fs
/cpio.c_DEPENDENCIES
)
300 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
301 -include grub_emu-fs_cpio.d
303 grub_emu-fs_ext2.o
: fs
/ext2.c
$(fs
/ext2.c_DEPENDENCIES
)
304 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
305 -include grub_emu-fs_ext2.d
307 grub_emu-fs_fat.o
: fs
/fat.c
$(fs
/fat.c_DEPENDENCIES
)
308 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
309 -include grub_emu-fs_fat.d
311 grub_emu-fs_hfs.o
: fs
/hfs.c
$(fs
/hfs.c_DEPENDENCIES
)
312 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
313 -include grub_emu-fs_hfs.d
315 grub_emu-fs_hfsplus.o
: fs
/hfsplus.c
$(fs
/hfsplus.c_DEPENDENCIES
)
316 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
317 -include grub_emu-fs_hfsplus.d
319 grub_emu-fs_iso9660.o
: fs
/iso9660.c
$(fs
/iso9660.c_DEPENDENCIES
)
320 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
321 -include grub_emu-fs_iso9660.d
323 grub_emu-fs_udf.o
: fs
/udf.c
$(fs
/udf.c_DEPENDENCIES
)
324 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
325 -include grub_emu-fs_udf.d
327 grub_emu-fs_jfs.o
: fs
/jfs.c
$(fs
/jfs.c_DEPENDENCIES
)
328 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
329 -include grub_emu-fs_jfs.d
331 grub_emu-fs_minix.o
: fs
/minix.c
$(fs
/minix.c_DEPENDENCIES
)
332 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
333 -include grub_emu-fs_minix.d
335 grub_emu-fs_ntfs.o
: fs
/ntfs.c
$(fs
/ntfs.c_DEPENDENCIES
)
336 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
337 -include grub_emu-fs_ntfs.d
339 grub_emu-fs_ntfscomp.o
: fs
/ntfscomp.c
$(fs
/ntfscomp.c_DEPENDENCIES
)
340 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
341 -include grub_emu-fs_ntfscomp.d
343 grub_emu-fs_reiserfs.o
: fs
/reiserfs.c
$(fs
/reiserfs.c_DEPENDENCIES
)
344 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
345 -include grub_emu-fs_reiserfs.d
347 grub_emu-fs_sfs.o
: fs
/sfs.c
$(fs
/sfs.c_DEPENDENCIES
)
348 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
349 -include grub_emu-fs_sfs.d
351 grub_emu-fs_ufs.o
: fs
/ufs.c
$(fs
/ufs.c_DEPENDENCIES
)
352 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
353 -include grub_emu-fs_ufs.d
355 grub_emu-fs_xfs.o
: fs
/xfs.c
$(fs
/xfs.c_DEPENDENCIES
)
356 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
357 -include grub_emu-fs_xfs.d
359 grub_emu-fs_afs.o
: fs
/afs.c
$(fs
/afs.c_DEPENDENCIES
)
360 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
361 -include grub_emu-fs_afs.d
363 grub_emu-fs_fshelp.o
: fs
/fshelp.c
$(fs
/fshelp.c_DEPENDENCIES
)
364 $(CC
) -Ifs
-I
$(srcdir)/fs
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
365 -include grub_emu-fs_fshelp.d
367 grub_emu-io_gzio.o
: io
/gzio.c
$(io
/gzio.c_DEPENDENCIES
)
368 $(CC
) -Iio
-I
$(srcdir)/io
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
369 -include grub_emu-io_gzio.d
371 grub_emu-kern_device.o
: kern
/device.c
$(kern
/device.c_DEPENDENCIES
)
372 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
373 -include grub_emu-kern_device.d
375 grub_emu-kern_disk.o
: kern
/disk.c
$(kern
/disk.c_DEPENDENCIES
)
376 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
377 -include grub_emu-kern_disk.d
379 grub_emu-kern_dl.o
: kern
/dl.c
$(kern
/dl.c_DEPENDENCIES
)
380 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
381 -include grub_emu-kern_dl.d
383 grub_emu-kern_elf.o
: kern
/elf.c
$(kern
/elf.c_DEPENDENCIES
)
384 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
385 -include grub_emu-kern_elf.d
387 grub_emu-kern_env.o
: kern
/env.c
$(kern
/env.c_DEPENDENCIES
)
388 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
389 -include grub_emu-kern_env.d
391 grub_emu-kern_err.o
: kern
/err.c
$(kern
/err.c_DEPENDENCIES
)
392 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
393 -include grub_emu-kern_err.d
395 grub_emu-normal_execute.o
: normal
/execute.c
$(normal
/execute.c_DEPENDENCIES
)
396 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
397 -include grub_emu-normal_execute.d
399 grub_emu-kern_file.o
: kern
/file.c
$(kern
/file.c_DEPENDENCIES
)
400 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
401 -include grub_emu-kern_file.d
403 grub_emu-kern_fs.o
: kern
/fs.c
$(kern
/fs.c_DEPENDENCIES
)
404 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
405 -include grub_emu-kern_fs.d
407 grub_emu-normal_lexer.o
: normal
/lexer.c
$(normal
/lexer.c_DEPENDENCIES
)
408 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
409 -include grub_emu-normal_lexer.d
411 grub_emu-kern_loader.o
: kern
/loader.c
$(kern
/loader.c_DEPENDENCIES
)
412 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
413 -include grub_emu-kern_loader.d
415 grub_emu-kern_main.o
: kern
/main.c
$(kern
/main.c_DEPENDENCIES
)
416 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
417 -include grub_emu-kern_main.d
419 grub_emu-kern_misc.o
: kern
/misc.c
$(kern
/misc.c_DEPENDENCIES
)
420 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
421 -include grub_emu-kern_misc.d
423 grub_emu-kern_parser.o
: kern
/parser.c
$(kern
/parser.c_DEPENDENCIES
)
424 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
425 -include grub_emu-kern_parser.d
427 grub_emu-grub_script_tab.o
: grub_script.tab.c
$(grub_script.tab.c_DEPENDENCIES
)
428 $(CC
) -I.
-I
$(srcdir)/.
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
429 -include grub_emu-grub_script_tab.d
431 grub_emu-kern_partition.o
: kern
/partition.c
$(kern
/partition.c_DEPENDENCIES
)
432 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
433 -include grub_emu-kern_partition.d
435 grub_emu-kern_rescue.o
: kern
/rescue.c
$(kern
/rescue.c_DEPENDENCIES
)
436 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
437 -include grub_emu-kern_rescue.d
439 grub_emu-kern_term.o
: kern
/term.c
$(kern
/term.c_DEPENDENCIES
)
440 $(CC
) -Ikern
-I
$(srcdir)/kern
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
441 -include grub_emu-kern_term.d
443 grub_emu-normal_arg.o
: normal
/arg.c
$(normal
/arg.c_DEPENDENCIES
)
444 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
445 -include grub_emu-normal_arg.d
447 grub_emu-normal_cmdline.o
: normal
/cmdline.c
$(normal
/cmdline.c_DEPENDENCIES
)
448 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
449 -include grub_emu-normal_cmdline.d
451 grub_emu-normal_command.o
: normal
/command.c
$(normal
/command.c_DEPENDENCIES
)
452 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
453 -include grub_emu-normal_command.d
455 grub_emu-normal_function.o
: normal
/function.c
$(normal
/function.c_DEPENDENCIES
)
456 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
457 -include grub_emu-normal_function.d
459 grub_emu-normal_completion.o
: normal
/completion.c
$(normal
/completion.c_DEPENDENCIES
)
460 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
461 -include grub_emu-normal_completion.d
463 grub_emu-normal_main.o
: normal
/main.c
$(normal
/main.c_DEPENDENCIES
)
464 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
465 -include grub_emu-normal_main.d
467 grub_emu-normal_menu.o
: normal
/menu.c
$(normal
/menu.c_DEPENDENCIES
)
468 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
469 -include grub_emu-normal_menu.d
471 grub_emu-normal_menu_entry.o
: normal
/menu_entry.c
$(normal
/menu_entry.c_DEPENDENCIES
)
472 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
473 -include grub_emu-normal_menu_entry.d
475 grub_emu-normal_misc.o
: normal
/misc.c
$(normal
/misc.c_DEPENDENCIES
)
476 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
477 -include grub_emu-normal_misc.d
479 grub_emu-normal_script.o
: normal
/script.c
$(normal
/script.c_DEPENDENCIES
)
480 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
481 -include grub_emu-normal_script.d
483 grub_emu-normal_color.o
: normal
/color.c
$(normal
/color.c_DEPENDENCIES
)
484 $(CC
) -Inormal
-I
$(srcdir)/normal
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
485 -include grub_emu-normal_color.d
487 grub_emu-partmap_amiga.o
: partmap
/amiga.c
$(partmap
/amiga.c_DEPENDENCIES
)
488 $(CC
) -Ipartmap
-I
$(srcdir)/partmap
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
489 -include grub_emu-partmap_amiga.d
491 grub_emu-partmap_apple.o
: partmap
/apple.c
$(partmap
/apple.c_DEPENDENCIES
)
492 $(CC
) -Ipartmap
-I
$(srcdir)/partmap
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
493 -include grub_emu-partmap_apple.d
495 grub_emu-partmap_pc.o
: partmap
/pc.c
$(partmap
/pc.c_DEPENDENCIES
)
496 $(CC
) -Ipartmap
-I
$(srcdir)/partmap
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
497 -include grub_emu-partmap_pc.d
499 grub_emu-partmap_sun.o
: partmap
/sun.c
$(partmap
/sun.c_DEPENDENCIES
)
500 $(CC
) -Ipartmap
-I
$(srcdir)/partmap
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
501 -include grub_emu-partmap_sun.d
503 grub_emu-partmap_acorn.o
: partmap
/acorn.c
$(partmap
/acorn.c_DEPENDENCIES
)
504 $(CC
) -Ipartmap
-I
$(srcdir)/partmap
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
505 -include grub_emu-partmap_acorn.d
507 grub_emu-partmap_gpt.o
: partmap
/gpt.c
$(partmap
/gpt.c_DEPENDENCIES
)
508 $(CC
) -Ipartmap
-I
$(srcdir)/partmap
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
509 -include grub_emu-partmap_gpt.d
511 grub_emu-util_console.o
: util
/console.c
$(util
/console.c_DEPENDENCIES
)
512 $(CC
) -Iutil
-I
$(srcdir)/util
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
513 -include grub_emu-util_console.d
515 grub_emu-util_hostfs.o
: util
/hostfs.c
$(util
/hostfs.c_DEPENDENCIES
)
516 $(CC
) -Iutil
-I
$(srcdir)/util
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
517 -include grub_emu-util_hostfs.d
519 grub_emu-util_grub_emu.o
: util
/grub-emu.c
$(util
/grub-emu.c_DEPENDENCIES
)
520 $(CC
) -Iutil
-I
$(srcdir)/util
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
521 -include grub_emu-util_grub_emu.d
523 grub_emu-util_misc.o
: util
/misc.c
$(util
/misc.c_DEPENDENCIES
)
524 $(CC
) -Iutil
-I
$(srcdir)/util
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
525 -include grub_emu-util_misc.d
527 grub_emu-util_hostdisk.o
: util
/hostdisk.c
$(util
/hostdisk.c_DEPENDENCIES
)
528 $(CC
) -Iutil
-I
$(srcdir)/util
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
529 -include grub_emu-util_hostdisk.d
531 grub_emu-util_getroot.o
: util
/getroot.c
$(util
/getroot.c_DEPENDENCIES
)
532 $(CC
) -Iutil
-I
$(srcdir)/util
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
533 -include grub_emu-util_getroot.d
535 grub_emu-util_i386_pc_misc.o
: util
/i386
/pc/misc.c
$(util
/i386
/pc/misc.c_DEPENDENCIES
)
536 $(CC
) -Iutil
/i386
/pc -I
$(srcdir)/util
/i386
/pc $(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
537 -include grub_emu-util_i386_pc_misc.d
539 grub_emu-disk_raid.o
: disk
/raid.c
$(disk
/raid.c_DEPENDENCIES
)
540 $(CC
) -Idisk
-I
$(srcdir)/disk
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
541 -include grub_emu-disk_raid.d
543 grub_emu-disk_raid5_recover.o
: disk
/raid5_recover.c
$(disk
/raid5_recover.c_DEPENDENCIES
)
544 $(CC
) -Idisk
-I
$(srcdir)/disk
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
545 -include grub_emu-disk_raid5_recover.d
547 grub_emu-disk_raid6_recover.o
: disk
/raid6_recover.c
$(disk
/raid6_recover.c_DEPENDENCIES
)
548 $(CC
) -Idisk
-I
$(srcdir)/disk
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
549 -include grub_emu-disk_raid6_recover.d
551 grub_emu-disk_mdraid_linux.o
: disk
/mdraid_linux.c
$(disk
/mdraid_linux.c_DEPENDENCIES
)
552 $(CC
) -Idisk
-I
$(srcdir)/disk
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
553 -include grub_emu-disk_mdraid_linux.d
555 grub_emu-disk_dmraid_nvidia.o
: disk
/dmraid_nvidia.c
$(disk
/dmraid_nvidia.c_DEPENDENCIES
)
556 $(CC
) -Idisk
-I
$(srcdir)/disk
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
557 -include grub_emu-disk_dmraid_nvidia.d
559 grub_emu-disk_lvm.o
: disk
/lvm.c
$(disk
/lvm.c_DEPENDENCIES
)
560 $(CC
) -Idisk
-I
$(srcdir)/disk
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
561 -include grub_emu-disk_lvm.d
563 grub_emu-grub_emu_init.o
: grub_emu_init.c
$(grub_emu_init.c_DEPENDENCIES
)
564 $(CC
) -I.
-I
$(srcdir)/.
$(CPPFLAGS
) $(CFLAGS
) -DGRUB_UTIL
=1 $(grub_emu_CFLAGS
) -MD
-c
-o
$@
$<
565 -include grub_emu-grub_emu_init.d
568 grub_emu_LDFLAGS
= $(LIBCURSES
)
571 sbin_SCRIPTS
= grub-install
574 grub_install_SOURCES
= util
/ieee1275
/grub-install.in
575 CLEANFILES
+= grub-install
577 grub-install
: util
/ieee1275
/grub-install.in
$(util
/ieee1275
/grub-install.in_DEPENDENCIES
) config.status
578 .
/config.status
--file
=grub-install
:util
/ieee1275
/grub-install.in
583 pkglib_MODULES
= normal.mod halt.mod reboot.mod suspend.mod \
584 multiboot.mod _multiboot.mod aout.mod serial.mod linux.mod \
585 _linux.mod nand.mod memdisk.mod pci.mod lspci.mod datetime.mod \
586 date.mod datehook.mod
589 normal_mod_SOURCES
= normal
/arg.c normal
/cmdline.c normal
/command.c \
590 normal
/completion.c normal
/execute.c \
591 normal
/function.c normal
/lexer.c normal
/main.c normal
/menu.c \
592 normal
/menu_entry.c normal
/misc.c grub_script.tab.c \
593 normal
/script.c normal
/i386
/setjmp.S normal
/color.c
594 CLEANFILES
+= normal.mod mod-normal.o mod-normal.c pre-normal.o normal_mod-normal_arg.o normal_mod-normal_cmdline.o normal_mod-normal_command.o normal_mod-normal_completion.o normal_mod-normal_execute.o normal_mod-normal_function.o normal_mod-normal_lexer.o normal_mod-normal_main.o normal_mod-normal_menu.o normal_mod-normal_menu_entry.o normal_mod-normal_misc.o normal_mod-grub_script_tab.o normal_mod-normal_script.o normal_mod-normal_i386_setjmp.o normal_mod-normal_color.o und-normal.lst
595 ifneq ($(normal_mod_EXPORTS
),no
)
596 CLEANFILES
+= def-normal.lst
597 DEFSYMFILES
+= def-normal.lst
599 MOSTLYCLEANFILES
+= normal_mod-normal_arg.d normal_mod-normal_cmdline.d normal_mod-normal_command.d normal_mod-normal_completion.d normal_mod-normal_execute.d normal_mod-normal_function.d normal_mod-normal_lexer.d normal_mod-normal_main.d normal_mod-normal_menu.d normal_mod-normal_menu_entry.d normal_mod-normal_misc.d normal_mod-grub_script_tab.d normal_mod-normal_script.d normal_mod-normal_i386_setjmp.d normal_mod-normal_color.d
600 UNDSYMFILES
+= und-normal.lst
602 normal.mod
: pre-normal.o mod-normal.o
$(TARGET_OBJ2ELF
)
604 $(TARGET_CC
) $(normal_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-normal.o mod-normal.o
605 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
606 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
608 pre-normal.o
: $(normal_mod_DEPENDENCIES
) normal_mod-normal_arg.o normal_mod-normal_cmdline.o normal_mod-normal_command.o normal_mod-normal_completion.o normal_mod-normal_execute.o normal_mod-normal_function.o normal_mod-normal_lexer.o normal_mod-normal_main.o normal_mod-normal_menu.o normal_mod-normal_menu_entry.o normal_mod-normal_misc.o normal_mod-grub_script_tab.o normal_mod-normal_script.o normal_mod-normal_i386_setjmp.o normal_mod-normal_color.o
610 $(TARGET_CC
) $(normal_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ normal_mod-normal_arg.o normal_mod-normal_cmdline.o normal_mod-normal_command.o normal_mod-normal_completion.o normal_mod-normal_execute.o normal_mod-normal_function.o normal_mod-normal_lexer.o normal_mod-normal_main.o normal_mod-normal_menu.o normal_mod-normal_menu_entry.o normal_mod-normal_misc.o normal_mod-grub_script_tab.o normal_mod-normal_script.o normal_mod-normal_i386_setjmp.o normal_mod-normal_color.o
612 mod-normal.o
: mod-normal.c
613 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -c
-o
$@
$<
615 mod-normal.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
616 sh
$(srcdir)/genmodsrc.sh
'normal' $< > $@ ||
(rm -f
$@
; exit
1)
618 ifneq ($(normal_mod_EXPORTS
),no
)
619 def-normal.lst
: pre-normal.o
620 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 normal/' > $@
623 und-normal.lst
: pre-normal.o
625 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
627 normal_mod-normal_arg.o
: normal
/arg.c
$(normal
/arg.c_DEPENDENCIES
)
628 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
629 -include normal_mod-normal_arg.d
631 CLEANFILES
+= cmd-normal_mod-normal_arg.lst fs-normal_mod-normal_arg.lst partmap-normal_mod-normal_arg.lst
632 COMMANDFILES
+= cmd-normal_mod-normal_arg.lst
633 FSFILES
+= fs-normal_mod-normal_arg.lst
634 PARTMAPFILES
+= partmap-normal_mod-normal_arg.lst
636 cmd-normal_mod-normal_arg.lst
: normal
/arg.c
$(normal
/arg.c_DEPENDENCIES
) gencmdlist.sh
637 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
639 fs-normal_mod-normal_arg.lst
: normal
/arg.c
$(normal
/arg.c_DEPENDENCIES
) genfslist.sh
640 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
642 partmap-normal_mod-normal_arg.lst
: normal
/arg.c
$(normal
/arg.c_DEPENDENCIES
) genpartmaplist.sh
643 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
646 normal_mod-normal_cmdline.o
: normal
/cmdline.c
$(normal
/cmdline.c_DEPENDENCIES
)
647 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
648 -include normal_mod-normal_cmdline.d
650 CLEANFILES
+= cmd-normal_mod-normal_cmdline.lst fs-normal_mod-normal_cmdline.lst partmap-normal_mod-normal_cmdline.lst
651 COMMANDFILES
+= cmd-normal_mod-normal_cmdline.lst
652 FSFILES
+= fs-normal_mod-normal_cmdline.lst
653 PARTMAPFILES
+= partmap-normal_mod-normal_cmdline.lst
655 cmd-normal_mod-normal_cmdline.lst
: normal
/cmdline.c
$(normal
/cmdline.c_DEPENDENCIES
) gencmdlist.sh
656 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
658 fs-normal_mod-normal_cmdline.lst
: normal
/cmdline.c
$(normal
/cmdline.c_DEPENDENCIES
) genfslist.sh
659 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
661 partmap-normal_mod-normal_cmdline.lst
: normal
/cmdline.c
$(normal
/cmdline.c_DEPENDENCIES
) genpartmaplist.sh
662 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
665 normal_mod-normal_command.o
: normal
/command.c
$(normal
/command.c_DEPENDENCIES
)
666 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
667 -include normal_mod-normal_command.d
669 CLEANFILES
+= cmd-normal_mod-normal_command.lst fs-normal_mod-normal_command.lst partmap-normal_mod-normal_command.lst
670 COMMANDFILES
+= cmd-normal_mod-normal_command.lst
671 FSFILES
+= fs-normal_mod-normal_command.lst
672 PARTMAPFILES
+= partmap-normal_mod-normal_command.lst
674 cmd-normal_mod-normal_command.lst
: normal
/command.c
$(normal
/command.c_DEPENDENCIES
) gencmdlist.sh
675 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
677 fs-normal_mod-normal_command.lst
: normal
/command.c
$(normal
/command.c_DEPENDENCIES
) genfslist.sh
678 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
680 partmap-normal_mod-normal_command.lst
: normal
/command.c
$(normal
/command.c_DEPENDENCIES
) genpartmaplist.sh
681 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
684 normal_mod-normal_completion.o
: normal
/completion.c
$(normal
/completion.c_DEPENDENCIES
)
685 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
686 -include normal_mod-normal_completion.d
688 CLEANFILES
+= cmd-normal_mod-normal_completion.lst fs-normal_mod-normal_completion.lst partmap-normal_mod-normal_completion.lst
689 COMMANDFILES
+= cmd-normal_mod-normal_completion.lst
690 FSFILES
+= fs-normal_mod-normal_completion.lst
691 PARTMAPFILES
+= partmap-normal_mod-normal_completion.lst
693 cmd-normal_mod-normal_completion.lst
: normal
/completion.c
$(normal
/completion.c_DEPENDENCIES
) gencmdlist.sh
694 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
696 fs-normal_mod-normal_completion.lst
: normal
/completion.c
$(normal
/completion.c_DEPENDENCIES
) genfslist.sh
697 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
699 partmap-normal_mod-normal_completion.lst
: normal
/completion.c
$(normal
/completion.c_DEPENDENCIES
) genpartmaplist.sh
700 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
703 normal_mod-normal_execute.o
: normal
/execute.c
$(normal
/execute.c_DEPENDENCIES
)
704 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
705 -include normal_mod-normal_execute.d
707 CLEANFILES
+= cmd-normal_mod-normal_execute.lst fs-normal_mod-normal_execute.lst partmap-normal_mod-normal_execute.lst
708 COMMANDFILES
+= cmd-normal_mod-normal_execute.lst
709 FSFILES
+= fs-normal_mod-normal_execute.lst
710 PARTMAPFILES
+= partmap-normal_mod-normal_execute.lst
712 cmd-normal_mod-normal_execute.lst
: normal
/execute.c
$(normal
/execute.c_DEPENDENCIES
) gencmdlist.sh
713 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
715 fs-normal_mod-normal_execute.lst
: normal
/execute.c
$(normal
/execute.c_DEPENDENCIES
) genfslist.sh
716 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
718 partmap-normal_mod-normal_execute.lst
: normal
/execute.c
$(normal
/execute.c_DEPENDENCIES
) genpartmaplist.sh
719 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
722 normal_mod-normal_function.o
: normal
/function.c
$(normal
/function.c_DEPENDENCIES
)
723 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
724 -include normal_mod-normal_function.d
726 CLEANFILES
+= cmd-normal_mod-normal_function.lst fs-normal_mod-normal_function.lst partmap-normal_mod-normal_function.lst
727 COMMANDFILES
+= cmd-normal_mod-normal_function.lst
728 FSFILES
+= fs-normal_mod-normal_function.lst
729 PARTMAPFILES
+= partmap-normal_mod-normal_function.lst
731 cmd-normal_mod-normal_function.lst
: normal
/function.c
$(normal
/function.c_DEPENDENCIES
) gencmdlist.sh
732 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
734 fs-normal_mod-normal_function.lst
: normal
/function.c
$(normal
/function.c_DEPENDENCIES
) genfslist.sh
735 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
737 partmap-normal_mod-normal_function.lst
: normal
/function.c
$(normal
/function.c_DEPENDENCIES
) genpartmaplist.sh
738 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
741 normal_mod-normal_lexer.o
: normal
/lexer.c
$(normal
/lexer.c_DEPENDENCIES
)
742 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
743 -include normal_mod-normal_lexer.d
745 CLEANFILES
+= cmd-normal_mod-normal_lexer.lst fs-normal_mod-normal_lexer.lst partmap-normal_mod-normal_lexer.lst
746 COMMANDFILES
+= cmd-normal_mod-normal_lexer.lst
747 FSFILES
+= fs-normal_mod-normal_lexer.lst
748 PARTMAPFILES
+= partmap-normal_mod-normal_lexer.lst
750 cmd-normal_mod-normal_lexer.lst
: normal
/lexer.c
$(normal
/lexer.c_DEPENDENCIES
) gencmdlist.sh
751 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
753 fs-normal_mod-normal_lexer.lst
: normal
/lexer.c
$(normal
/lexer.c_DEPENDENCIES
) genfslist.sh
754 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
756 partmap-normal_mod-normal_lexer.lst
: normal
/lexer.c
$(normal
/lexer.c_DEPENDENCIES
) genpartmaplist.sh
757 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
760 normal_mod-normal_main.o
: normal
/main.c
$(normal
/main.c_DEPENDENCIES
)
761 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
762 -include normal_mod-normal_main.d
764 CLEANFILES
+= cmd-normal_mod-normal_main.lst fs-normal_mod-normal_main.lst partmap-normal_mod-normal_main.lst
765 COMMANDFILES
+= cmd-normal_mod-normal_main.lst
766 FSFILES
+= fs-normal_mod-normal_main.lst
767 PARTMAPFILES
+= partmap-normal_mod-normal_main.lst
769 cmd-normal_mod-normal_main.lst
: normal
/main.c
$(normal
/main.c_DEPENDENCIES
) gencmdlist.sh
770 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
772 fs-normal_mod-normal_main.lst
: normal
/main.c
$(normal
/main.c_DEPENDENCIES
) genfslist.sh
773 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
775 partmap-normal_mod-normal_main.lst
: normal
/main.c
$(normal
/main.c_DEPENDENCIES
) genpartmaplist.sh
776 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
779 normal_mod-normal_menu.o
: normal
/menu.c
$(normal
/menu.c_DEPENDENCIES
)
780 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
781 -include normal_mod-normal_menu.d
783 CLEANFILES
+= cmd-normal_mod-normal_menu.lst fs-normal_mod-normal_menu.lst partmap-normal_mod-normal_menu.lst
784 COMMANDFILES
+= cmd-normal_mod-normal_menu.lst
785 FSFILES
+= fs-normal_mod-normal_menu.lst
786 PARTMAPFILES
+= partmap-normal_mod-normal_menu.lst
788 cmd-normal_mod-normal_menu.lst
: normal
/menu.c
$(normal
/menu.c_DEPENDENCIES
) gencmdlist.sh
789 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
791 fs-normal_mod-normal_menu.lst
: normal
/menu.c
$(normal
/menu.c_DEPENDENCIES
) genfslist.sh
792 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
794 partmap-normal_mod-normal_menu.lst
: normal
/menu.c
$(normal
/menu.c_DEPENDENCIES
) genpartmaplist.sh
795 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
798 normal_mod-normal_menu_entry.o
: normal
/menu_entry.c
$(normal
/menu_entry.c_DEPENDENCIES
)
799 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
800 -include normal_mod-normal_menu_entry.d
802 CLEANFILES
+= cmd-normal_mod-normal_menu_entry.lst fs-normal_mod-normal_menu_entry.lst partmap-normal_mod-normal_menu_entry.lst
803 COMMANDFILES
+= cmd-normal_mod-normal_menu_entry.lst
804 FSFILES
+= fs-normal_mod-normal_menu_entry.lst
805 PARTMAPFILES
+= partmap-normal_mod-normal_menu_entry.lst
807 cmd-normal_mod-normal_menu_entry.lst
: normal
/menu_entry.c
$(normal
/menu_entry.c_DEPENDENCIES
) gencmdlist.sh
808 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
810 fs-normal_mod-normal_menu_entry.lst
: normal
/menu_entry.c
$(normal
/menu_entry.c_DEPENDENCIES
) genfslist.sh
811 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
813 partmap-normal_mod-normal_menu_entry.lst
: normal
/menu_entry.c
$(normal
/menu_entry.c_DEPENDENCIES
) genpartmaplist.sh
814 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
817 normal_mod-normal_misc.o
: normal
/misc.c
$(normal
/misc.c_DEPENDENCIES
)
818 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
819 -include normal_mod-normal_misc.d
821 CLEANFILES
+= cmd-normal_mod-normal_misc.lst fs-normal_mod-normal_misc.lst partmap-normal_mod-normal_misc.lst
822 COMMANDFILES
+= cmd-normal_mod-normal_misc.lst
823 FSFILES
+= fs-normal_mod-normal_misc.lst
824 PARTMAPFILES
+= partmap-normal_mod-normal_misc.lst
826 cmd-normal_mod-normal_misc.lst
: normal
/misc.c
$(normal
/misc.c_DEPENDENCIES
) gencmdlist.sh
827 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
829 fs-normal_mod-normal_misc.lst
: normal
/misc.c
$(normal
/misc.c_DEPENDENCIES
) genfslist.sh
830 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
832 partmap-normal_mod-normal_misc.lst
: normal
/misc.c
$(normal
/misc.c_DEPENDENCIES
) genpartmaplist.sh
833 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
836 normal_mod-grub_script_tab.o
: grub_script.tab.c
$(grub_script.tab.c_DEPENDENCIES
)
837 $(TARGET_CC
) -I.
-I
$(srcdir)/.
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
838 -include normal_mod-grub_script_tab.d
840 CLEANFILES
+= cmd-normal_mod-grub_script_tab.lst fs-normal_mod-grub_script_tab.lst partmap-normal_mod-grub_script_tab.lst
841 COMMANDFILES
+= cmd-normal_mod-grub_script_tab.lst
842 FSFILES
+= fs-normal_mod-grub_script_tab.lst
843 PARTMAPFILES
+= partmap-normal_mod-grub_script_tab.lst
845 cmd-normal_mod-grub_script_tab.lst
: grub_script.tab.c
$(grub_script.tab.c_DEPENDENCIES
) gencmdlist.sh
846 set
-e
; $(TARGET_CC
) -I.
-I
$(srcdir)/.
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
848 fs-normal_mod-grub_script_tab.lst
: grub_script.tab.c
$(grub_script.tab.c_DEPENDENCIES
) genfslist.sh
849 set
-e
; $(TARGET_CC
) -I.
-I
$(srcdir)/.
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
851 partmap-normal_mod-grub_script_tab.lst
: grub_script.tab.c
$(grub_script.tab.c_DEPENDENCIES
) genpartmaplist.sh
852 set
-e
; $(TARGET_CC
) -I.
-I
$(srcdir)/.
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
855 normal_mod-normal_script.o
: normal
/script.c
$(normal
/script.c_DEPENDENCIES
)
856 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
857 -include normal_mod-normal_script.d
859 CLEANFILES
+= cmd-normal_mod-normal_script.lst fs-normal_mod-normal_script.lst partmap-normal_mod-normal_script.lst
860 COMMANDFILES
+= cmd-normal_mod-normal_script.lst
861 FSFILES
+= fs-normal_mod-normal_script.lst
862 PARTMAPFILES
+= partmap-normal_mod-normal_script.lst
864 cmd-normal_mod-normal_script.lst
: normal
/script.c
$(normal
/script.c_DEPENDENCIES
) gencmdlist.sh
865 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
867 fs-normal_mod-normal_script.lst
: normal
/script.c
$(normal
/script.c_DEPENDENCIES
) genfslist.sh
868 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
870 partmap-normal_mod-normal_script.lst
: normal
/script.c
$(normal
/script.c_DEPENDENCIES
) genpartmaplist.sh
871 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
874 normal_mod-normal_i386_setjmp.o
: normal
/i386
/setjmp.S
$(normal
/i386
/setjmp.S_DEPENDENCIES
)
875 $(TARGET_CC
) -Inormal
/i386
-I
$(srcdir)/normal
/i386
$(TARGET_CPPFLAGS
) -DASM_FILE
=1 $(TARGET_ASFLAGS
) $(normal_mod_ASFLAGS
) -MD
-c
-o
$@
$<
876 -include normal_mod-normal_i386_setjmp.d
878 CLEANFILES
+= cmd-normal_mod-normal_i386_setjmp.lst fs-normal_mod-normal_i386_setjmp.lst partmap-normal_mod-normal_i386_setjmp.lst
879 COMMANDFILES
+= cmd-normal_mod-normal_i386_setjmp.lst
880 FSFILES
+= fs-normal_mod-normal_i386_setjmp.lst
881 PARTMAPFILES
+= partmap-normal_mod-normal_i386_setjmp.lst
883 cmd-normal_mod-normal_i386_setjmp.lst
: normal
/i386
/setjmp.S
$(normal
/i386
/setjmp.S_DEPENDENCIES
) gencmdlist.sh
884 set
-e
; $(TARGET_CC
) -Inormal
/i386
-I
$(srcdir)/normal
/i386
$(TARGET_CPPFLAGS
) $(TARGET_ASFLAGS
) $(normal_mod_ASFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
886 fs-normal_mod-normal_i386_setjmp.lst
: normal
/i386
/setjmp.S
$(normal
/i386
/setjmp.S_DEPENDENCIES
) genfslist.sh
887 set
-e
; $(TARGET_CC
) -Inormal
/i386
-I
$(srcdir)/normal
/i386
$(TARGET_CPPFLAGS
) $(TARGET_ASFLAGS
) $(normal_mod_ASFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
889 partmap-normal_mod-normal_i386_setjmp.lst
: normal
/i386
/setjmp.S
$(normal
/i386
/setjmp.S_DEPENDENCIES
) genpartmaplist.sh
890 set
-e
; $(TARGET_CC
) -Inormal
/i386
-I
$(srcdir)/normal
/i386
$(TARGET_CPPFLAGS
) $(TARGET_ASFLAGS
) $(normal_mod_ASFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
893 normal_mod-normal_color.o
: normal
/color.c
$(normal
/color.c_DEPENDENCIES
)
894 $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -MD
-c
-o
$@
$<
895 -include normal_mod-normal_color.d
897 CLEANFILES
+= cmd-normal_mod-normal_color.lst fs-normal_mod-normal_color.lst partmap-normal_mod-normal_color.lst
898 COMMANDFILES
+= cmd-normal_mod-normal_color.lst
899 FSFILES
+= fs-normal_mod-normal_color.lst
900 PARTMAPFILES
+= partmap-normal_mod-normal_color.lst
902 cmd-normal_mod-normal_color.lst
: normal
/color.c
$(normal
/color.c_DEPENDENCIES
) gencmdlist.sh
903 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
905 fs-normal_mod-normal_color.lst
: normal
/color.c
$(normal
/color.c_DEPENDENCIES
) genfslist.sh
906 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
908 partmap-normal_mod-normal_color.lst
: normal
/color.c
$(normal
/color.c_DEPENDENCIES
) genpartmaplist.sh
909 set
-e
; $(TARGET_CC
) -Inormal
-I
$(srcdir)/normal
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(normal_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh normal
> $@ ||
(rm -f
$@
; exit
1)
912 normal_mod_CFLAGS
= $(COMMON_CFLAGS
)
913 normal_mod_ASFLAGS
= $(COMMON_ASFLAGS
)
914 normal_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
916 # For _multiboot.mod.
917 _multiboot_mod_SOURCES
= loader
/ieee1275
/multiboot2.c \
918 loader
/multiboot2.c \
919 loader
/multiboot_loader.c
920 CLEANFILES
+= _multiboot.mod mod-_multiboot.o mod-_multiboot.c pre-_multiboot.o _multiboot_mod-loader_ieee1275_multiboot2.o _multiboot_mod-loader_multiboot2.o _multiboot_mod-loader_multiboot_loader.o und-_multiboot.lst
921 ifneq ($(_multiboot_mod_EXPORTS
),no
)
922 CLEANFILES
+= def-_multiboot.lst
923 DEFSYMFILES
+= def-_multiboot.lst
925 MOSTLYCLEANFILES
+= _multiboot_mod-loader_ieee1275_multiboot2.d _multiboot_mod-loader_multiboot2.d _multiboot_mod-loader_multiboot_loader.d
926 UNDSYMFILES
+= und-_multiboot.lst
928 _multiboot.mod
: pre-_multiboot.o mod-_multiboot.o
$(TARGET_OBJ2ELF
)
930 $(TARGET_CC
) $(_multiboot_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-_multiboot.o mod-_multiboot.o
931 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
932 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
934 pre-_multiboot.o
: $(_multiboot_mod_DEPENDENCIES
) _multiboot_mod-loader_ieee1275_multiboot2.o _multiboot_mod-loader_multiboot2.o _multiboot_mod-loader_multiboot_loader.o
936 $(TARGET_CC
) $(_multiboot_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ _multiboot_mod-loader_ieee1275_multiboot2.o _multiboot_mod-loader_multiboot2.o _multiboot_mod-loader_multiboot_loader.o
938 mod-_multiboot.o
: mod-_multiboot.c
939 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -c
-o
$@
$<
941 mod-_multiboot.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
942 sh
$(srcdir)/genmodsrc.sh
'_multiboot' $< > $@ ||
(rm -f
$@
; exit
1)
944 ifneq ($(_multiboot_mod_EXPORTS
),no
)
945 def-_multiboot.lst
: pre-_multiboot.o
946 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 _multiboot/' > $@
949 und-_multiboot.lst
: pre-_multiboot.o
950 echo
'_multiboot' > $@
951 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
953 _multiboot_mod-loader_ieee1275_multiboot2.o
: loader
/ieee1275
/multiboot2.c
$(loader
/ieee1275
/multiboot2.c_DEPENDENCIES
)
954 $(TARGET_CC
) -Iloader
/ieee1275
-I
$(srcdir)/loader
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -MD
-c
-o
$@
$<
955 -include _multiboot_mod-loader_ieee1275_multiboot2.d
957 CLEANFILES
+= cmd-_multiboot_mod-loader_ieee1275_multiboot2.lst fs-_multiboot_mod-loader_ieee1275_multiboot2.lst partmap-_multiboot_mod-loader_ieee1275_multiboot2.lst
958 COMMANDFILES
+= cmd-_multiboot_mod-loader_ieee1275_multiboot2.lst
959 FSFILES
+= fs-_multiboot_mod-loader_ieee1275_multiboot2.lst
960 PARTMAPFILES
+= partmap-_multiboot_mod-loader_ieee1275_multiboot2.lst
962 cmd-_multiboot_mod-loader_ieee1275_multiboot2.lst
: loader
/ieee1275
/multiboot2.c
$(loader
/ieee1275
/multiboot2.c_DEPENDENCIES
) gencmdlist.sh
963 set
-e
; $(TARGET_CC
) -Iloader
/ieee1275
-I
$(srcdir)/loader
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh _multiboot
> $@ ||
(rm -f
$@
; exit
1)
965 fs-_multiboot_mod-loader_ieee1275_multiboot2.lst
: loader
/ieee1275
/multiboot2.c
$(loader
/ieee1275
/multiboot2.c_DEPENDENCIES
) genfslist.sh
966 set
-e
; $(TARGET_CC
) -Iloader
/ieee1275
-I
$(srcdir)/loader
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh _multiboot
> $@ ||
(rm -f
$@
; exit
1)
968 partmap-_multiboot_mod-loader_ieee1275_multiboot2.lst
: loader
/ieee1275
/multiboot2.c
$(loader
/ieee1275
/multiboot2.c_DEPENDENCIES
) genpartmaplist.sh
969 set
-e
; $(TARGET_CC
) -Iloader
/ieee1275
-I
$(srcdir)/loader
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh _multiboot
> $@ ||
(rm -f
$@
; exit
1)
972 _multiboot_mod-loader_multiboot2.o
: loader
/multiboot2.c
$(loader
/multiboot2.c_DEPENDENCIES
)
973 $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -MD
-c
-o
$@
$<
974 -include _multiboot_mod-loader_multiboot2.d
976 CLEANFILES
+= cmd-_multiboot_mod-loader_multiboot2.lst fs-_multiboot_mod-loader_multiboot2.lst partmap-_multiboot_mod-loader_multiboot2.lst
977 COMMANDFILES
+= cmd-_multiboot_mod-loader_multiboot2.lst
978 FSFILES
+= fs-_multiboot_mod-loader_multiboot2.lst
979 PARTMAPFILES
+= partmap-_multiboot_mod-loader_multiboot2.lst
981 cmd-_multiboot_mod-loader_multiboot2.lst
: loader
/multiboot2.c
$(loader
/multiboot2.c_DEPENDENCIES
) gencmdlist.sh
982 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh _multiboot
> $@ ||
(rm -f
$@
; exit
1)
984 fs-_multiboot_mod-loader_multiboot2.lst
: loader
/multiboot2.c
$(loader
/multiboot2.c_DEPENDENCIES
) genfslist.sh
985 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh _multiboot
> $@ ||
(rm -f
$@
; exit
1)
987 partmap-_multiboot_mod-loader_multiboot2.lst
: loader
/multiboot2.c
$(loader
/multiboot2.c_DEPENDENCIES
) genpartmaplist.sh
988 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh _multiboot
> $@ ||
(rm -f
$@
; exit
1)
991 _multiboot_mod-loader_multiboot_loader.o
: loader
/multiboot_loader.c
$(loader
/multiboot_loader.c_DEPENDENCIES
)
992 $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -MD
-c
-o
$@
$<
993 -include _multiboot_mod-loader_multiboot_loader.d
995 CLEANFILES
+= cmd-_multiboot_mod-loader_multiboot_loader.lst fs-_multiboot_mod-loader_multiboot_loader.lst partmap-_multiboot_mod-loader_multiboot_loader.lst
996 COMMANDFILES
+= cmd-_multiboot_mod-loader_multiboot_loader.lst
997 FSFILES
+= fs-_multiboot_mod-loader_multiboot_loader.lst
998 PARTMAPFILES
+= partmap-_multiboot_mod-loader_multiboot_loader.lst
1000 cmd-_multiboot_mod-loader_multiboot_loader.lst
: loader
/multiboot_loader.c
$(loader
/multiboot_loader.c_DEPENDENCIES
) gencmdlist.sh
1001 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh _multiboot
> $@ ||
(rm -f
$@
; exit
1)
1003 fs-_multiboot_mod-loader_multiboot_loader.lst
: loader
/multiboot_loader.c
$(loader
/multiboot_loader.c_DEPENDENCIES
) genfslist.sh
1004 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh _multiboot
> $@ ||
(rm -f
$@
; exit
1)
1006 partmap-_multiboot_mod-loader_multiboot_loader.lst
: loader
/multiboot_loader.c
$(loader
/multiboot_loader.c_DEPENDENCIES
) genpartmaplist.sh
1007 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_multiboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh _multiboot
> $@ ||
(rm -f
$@
; exit
1)
1010 _multiboot_mod_CFLAGS
= $(COMMON_CFLAGS
)
1011 _multiboot_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1013 # For multiboot.mod.
1014 multiboot_mod_SOURCES
= loader
/multiboot_loader_normal.c
1015 CLEANFILES
+= multiboot.mod mod-multiboot.o mod-multiboot.c pre-multiboot.o multiboot_mod-loader_multiboot_loader_normal.o und-multiboot.lst
1016 ifneq ($(multiboot_mod_EXPORTS
),no
)
1017 CLEANFILES
+= def-multiboot.lst
1018 DEFSYMFILES
+= def-multiboot.lst
1020 MOSTLYCLEANFILES
+= multiboot_mod-loader_multiboot_loader_normal.d
1021 UNDSYMFILES
+= und-multiboot.lst
1023 multiboot.mod
: pre-multiboot.o mod-multiboot.o
$(TARGET_OBJ2ELF
)
1025 $(TARGET_CC
) $(multiboot_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-multiboot.o mod-multiboot.o
1026 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1027 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1029 pre-multiboot.o
: $(multiboot_mod_DEPENDENCIES
) multiboot_mod-loader_multiboot_loader_normal.o
1031 $(TARGET_CC
) $(multiboot_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ multiboot_mod-loader_multiboot_loader_normal.o
1033 mod-multiboot.o
: mod-multiboot.c
1034 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(multiboot_mod_CFLAGS
) -c
-o
$@
$<
1036 mod-multiboot.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1037 sh
$(srcdir)/genmodsrc.sh
'multiboot' $< > $@ ||
(rm -f
$@
; exit
1)
1039 ifneq ($(multiboot_mod_EXPORTS
),no
)
1040 def-multiboot.lst
: pre-multiboot.o
1041 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 multiboot/' > $@
1044 und-multiboot.lst
: pre-multiboot.o
1045 echo
'multiboot' > $@
1046 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1048 multiboot_mod-loader_multiboot_loader_normal.o
: loader
/multiboot_loader_normal.c
$(loader
/multiboot_loader_normal.c_DEPENDENCIES
)
1049 $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(multiboot_mod_CFLAGS
) -MD
-c
-o
$@
$<
1050 -include multiboot_mod-loader_multiboot_loader_normal.d
1052 CLEANFILES
+= cmd-multiboot_mod-loader_multiboot_loader_normal.lst fs-multiboot_mod-loader_multiboot_loader_normal.lst partmap-multiboot_mod-loader_multiboot_loader_normal.lst
1053 COMMANDFILES
+= cmd-multiboot_mod-loader_multiboot_loader_normal.lst
1054 FSFILES
+= fs-multiboot_mod-loader_multiboot_loader_normal.lst
1055 PARTMAPFILES
+= partmap-multiboot_mod-loader_multiboot_loader_normal.lst
1057 cmd-multiboot_mod-loader_multiboot_loader_normal.lst
: loader
/multiboot_loader_normal.c
$(loader
/multiboot_loader_normal.c_DEPENDENCIES
) gencmdlist.sh
1058 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(multiboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh multiboot
> $@ ||
(rm -f
$@
; exit
1)
1060 fs-multiboot_mod-loader_multiboot_loader_normal.lst
: loader
/multiboot_loader_normal.c
$(loader
/multiboot_loader_normal.c_DEPENDENCIES
) genfslist.sh
1061 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(multiboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh multiboot
> $@ ||
(rm -f
$@
; exit
1)
1063 partmap-multiboot_mod-loader_multiboot_loader_normal.lst
: loader
/multiboot_loader_normal.c
$(loader
/multiboot_loader_normal.c_DEPENDENCIES
) genpartmaplist.sh
1064 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(multiboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh multiboot
> $@ ||
(rm -f
$@
; exit
1)
1067 multiboot_mod_CFLAGS
= $(COMMON_CFLAGS
)
1068 multiboot_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1071 aout_mod_SOURCES
= loader
/aout.c
1072 CLEANFILES
+= aout.mod mod-aout.o mod-aout.c pre-aout.o aout_mod-loader_aout.o und-aout.lst
1073 ifneq ($(aout_mod_EXPORTS
),no
)
1074 CLEANFILES
+= def-aout.lst
1075 DEFSYMFILES
+= def-aout.lst
1077 MOSTLYCLEANFILES
+= aout_mod-loader_aout.d
1078 UNDSYMFILES
+= und-aout.lst
1080 aout.mod
: pre-aout.o mod-aout.o
$(TARGET_OBJ2ELF
)
1082 $(TARGET_CC
) $(aout_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-aout.o mod-aout.o
1083 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1084 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1086 pre-aout.o
: $(aout_mod_DEPENDENCIES
) aout_mod-loader_aout.o
1088 $(TARGET_CC
) $(aout_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ aout_mod-loader_aout.o
1090 mod-aout.o
: mod-aout.c
1091 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(aout_mod_CFLAGS
) -c
-o
$@
$<
1093 mod-aout.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1094 sh
$(srcdir)/genmodsrc.sh
'aout' $< > $@ ||
(rm -f
$@
; exit
1)
1096 ifneq ($(aout_mod_EXPORTS
),no
)
1097 def-aout.lst
: pre-aout.o
1098 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 aout/' > $@
1101 und-aout.lst
: pre-aout.o
1103 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1105 aout_mod-loader_aout.o
: loader
/aout.c
$(loader
/aout.c_DEPENDENCIES
)
1106 $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(aout_mod_CFLAGS
) -MD
-c
-o
$@
$<
1107 -include aout_mod-loader_aout.d
1109 CLEANFILES
+= cmd-aout_mod-loader_aout.lst fs-aout_mod-loader_aout.lst partmap-aout_mod-loader_aout.lst
1110 COMMANDFILES
+= cmd-aout_mod-loader_aout.lst
1111 FSFILES
+= fs-aout_mod-loader_aout.lst
1112 PARTMAPFILES
+= partmap-aout_mod-loader_aout.lst
1114 cmd-aout_mod-loader_aout.lst
: loader
/aout.c
$(loader
/aout.c_DEPENDENCIES
) gencmdlist.sh
1115 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(aout_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh aout
> $@ ||
(rm -f
$@
; exit
1)
1117 fs-aout_mod-loader_aout.lst
: loader
/aout.c
$(loader
/aout.c_DEPENDENCIES
) genfslist.sh
1118 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(aout_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh aout
> $@ ||
(rm -f
$@
; exit
1)
1120 partmap-aout_mod-loader_aout.lst
: loader
/aout.c
$(loader
/aout.c_DEPENDENCIES
) genpartmaplist.sh
1121 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(aout_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh aout
> $@ ||
(rm -f
$@
; exit
1)
1124 aout_mod_CFLAGS
= $(COMMON_CFLAGS
)
1125 aout_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1128 suspend_mod_SOURCES
= commands
/ieee1275
/suspend.c
1129 CLEANFILES
+= suspend.mod mod-suspend.o mod-suspend.c pre-suspend.o suspend_mod-commands_ieee1275_suspend.o und-suspend.lst
1130 ifneq ($(suspend_mod_EXPORTS
),no
)
1131 CLEANFILES
+= def-suspend.lst
1132 DEFSYMFILES
+= def-suspend.lst
1134 MOSTLYCLEANFILES
+= suspend_mod-commands_ieee1275_suspend.d
1135 UNDSYMFILES
+= und-suspend.lst
1137 suspend.mod
: pre-suspend.o mod-suspend.o
$(TARGET_OBJ2ELF
)
1139 $(TARGET_CC
) $(suspend_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-suspend.o mod-suspend.o
1140 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1141 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1143 pre-suspend.o
: $(suspend_mod_DEPENDENCIES
) suspend_mod-commands_ieee1275_suspend.o
1145 $(TARGET_CC
) $(suspend_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ suspend_mod-commands_ieee1275_suspend.o
1147 mod-suspend.o
: mod-suspend.c
1148 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(suspend_mod_CFLAGS
) -c
-o
$@
$<
1150 mod-suspend.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1151 sh
$(srcdir)/genmodsrc.sh
'suspend' $< > $@ ||
(rm -f
$@
; exit
1)
1153 ifneq ($(suspend_mod_EXPORTS
),no
)
1154 def-suspend.lst
: pre-suspend.o
1155 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 suspend/' > $@
1158 und-suspend.lst
: pre-suspend.o
1160 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1162 suspend_mod-commands_ieee1275_suspend.o
: commands
/ieee1275
/suspend.c
$(commands
/ieee1275
/suspend.c_DEPENDENCIES
)
1163 $(TARGET_CC
) -Icommands
/ieee1275
-I
$(srcdir)/commands
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(suspend_mod_CFLAGS
) -MD
-c
-o
$@
$<
1164 -include suspend_mod-commands_ieee1275_suspend.d
1166 CLEANFILES
+= cmd-suspend_mod-commands_ieee1275_suspend.lst fs-suspend_mod-commands_ieee1275_suspend.lst partmap-suspend_mod-commands_ieee1275_suspend.lst
1167 COMMANDFILES
+= cmd-suspend_mod-commands_ieee1275_suspend.lst
1168 FSFILES
+= fs-suspend_mod-commands_ieee1275_suspend.lst
1169 PARTMAPFILES
+= partmap-suspend_mod-commands_ieee1275_suspend.lst
1171 cmd-suspend_mod-commands_ieee1275_suspend.lst
: commands
/ieee1275
/suspend.c
$(commands
/ieee1275
/suspend.c_DEPENDENCIES
) gencmdlist.sh
1172 set
-e
; $(TARGET_CC
) -Icommands
/ieee1275
-I
$(srcdir)/commands
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(suspend_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh suspend
> $@ ||
(rm -f
$@
; exit
1)
1174 fs-suspend_mod-commands_ieee1275_suspend.lst
: commands
/ieee1275
/suspend.c
$(commands
/ieee1275
/suspend.c_DEPENDENCIES
) genfslist.sh
1175 set
-e
; $(TARGET_CC
) -Icommands
/ieee1275
-I
$(srcdir)/commands
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(suspend_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh suspend
> $@ ||
(rm -f
$@
; exit
1)
1177 partmap-suspend_mod-commands_ieee1275_suspend.lst
: commands
/ieee1275
/suspend.c
$(commands
/ieee1275
/suspend.c_DEPENDENCIES
) genpartmaplist.sh
1178 set
-e
; $(TARGET_CC
) -Icommands
/ieee1275
-I
$(srcdir)/commands
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(suspend_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh suspend
> $@ ||
(rm -f
$@
; exit
1)
1181 suspend_mod_CFLAGS
= $(COMMON_CFLAGS
)
1182 suspend_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1185 reboot_mod_SOURCES
= commands
/reboot.c
1186 CLEANFILES
+= reboot.mod mod-reboot.o mod-reboot.c pre-reboot.o reboot_mod-commands_reboot.o und-reboot.lst
1187 ifneq ($(reboot_mod_EXPORTS
),no
)
1188 CLEANFILES
+= def-reboot.lst
1189 DEFSYMFILES
+= def-reboot.lst
1191 MOSTLYCLEANFILES
+= reboot_mod-commands_reboot.d
1192 UNDSYMFILES
+= und-reboot.lst
1194 reboot.mod
: pre-reboot.o mod-reboot.o
$(TARGET_OBJ2ELF
)
1196 $(TARGET_CC
) $(reboot_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-reboot.o mod-reboot.o
1197 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1198 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1200 pre-reboot.o
: $(reboot_mod_DEPENDENCIES
) reboot_mod-commands_reboot.o
1202 $(TARGET_CC
) $(reboot_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ reboot_mod-commands_reboot.o
1204 mod-reboot.o
: mod-reboot.c
1205 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(reboot_mod_CFLAGS
) -c
-o
$@
$<
1207 mod-reboot.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1208 sh
$(srcdir)/genmodsrc.sh
'reboot' $< > $@ ||
(rm -f
$@
; exit
1)
1210 ifneq ($(reboot_mod_EXPORTS
),no
)
1211 def-reboot.lst
: pre-reboot.o
1212 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 reboot/' > $@
1215 und-reboot.lst
: pre-reboot.o
1217 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1219 reboot_mod-commands_reboot.o
: commands
/reboot.c
$(commands
/reboot.c_DEPENDENCIES
)
1220 $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(reboot_mod_CFLAGS
) -MD
-c
-o
$@
$<
1221 -include reboot_mod-commands_reboot.d
1223 CLEANFILES
+= cmd-reboot_mod-commands_reboot.lst fs-reboot_mod-commands_reboot.lst partmap-reboot_mod-commands_reboot.lst
1224 COMMANDFILES
+= cmd-reboot_mod-commands_reboot.lst
1225 FSFILES
+= fs-reboot_mod-commands_reboot.lst
1226 PARTMAPFILES
+= partmap-reboot_mod-commands_reboot.lst
1228 cmd-reboot_mod-commands_reboot.lst
: commands
/reboot.c
$(commands
/reboot.c_DEPENDENCIES
) gencmdlist.sh
1229 set
-e
; $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(reboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh reboot
> $@ ||
(rm -f
$@
; exit
1)
1231 fs-reboot_mod-commands_reboot.lst
: commands
/reboot.c
$(commands
/reboot.c_DEPENDENCIES
) genfslist.sh
1232 set
-e
; $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(reboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh reboot
> $@ ||
(rm -f
$@
; exit
1)
1234 partmap-reboot_mod-commands_reboot.lst
: commands
/reboot.c
$(commands
/reboot.c_DEPENDENCIES
) genpartmaplist.sh
1235 set
-e
; $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(reboot_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh reboot
> $@ ||
(rm -f
$@
; exit
1)
1238 reboot_mod_CFLAGS
= $(COMMON_CFLAGS
)
1239 reboot_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1242 halt_mod_SOURCES
= commands
/halt.c
1243 CLEANFILES
+= halt.mod mod-halt.o mod-halt.c pre-halt.o halt_mod-commands_halt.o und-halt.lst
1244 ifneq ($(halt_mod_EXPORTS
),no
)
1245 CLEANFILES
+= def-halt.lst
1246 DEFSYMFILES
+= def-halt.lst
1248 MOSTLYCLEANFILES
+= halt_mod-commands_halt.d
1249 UNDSYMFILES
+= und-halt.lst
1251 halt.mod
: pre-halt.o mod-halt.o
$(TARGET_OBJ2ELF
)
1253 $(TARGET_CC
) $(halt_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-halt.o mod-halt.o
1254 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1255 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1257 pre-halt.o
: $(halt_mod_DEPENDENCIES
) halt_mod-commands_halt.o
1259 $(TARGET_CC
) $(halt_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ halt_mod-commands_halt.o
1261 mod-halt.o
: mod-halt.c
1262 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(halt_mod_CFLAGS
) -c
-o
$@
$<
1264 mod-halt.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1265 sh
$(srcdir)/genmodsrc.sh
'halt' $< > $@ ||
(rm -f
$@
; exit
1)
1267 ifneq ($(halt_mod_EXPORTS
),no
)
1268 def-halt.lst
: pre-halt.o
1269 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 halt/' > $@
1272 und-halt.lst
: pre-halt.o
1274 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1276 halt_mod-commands_halt.o
: commands
/halt.c
$(commands
/halt.c_DEPENDENCIES
)
1277 $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(halt_mod_CFLAGS
) -MD
-c
-o
$@
$<
1278 -include halt_mod-commands_halt.d
1280 CLEANFILES
+= cmd-halt_mod-commands_halt.lst fs-halt_mod-commands_halt.lst partmap-halt_mod-commands_halt.lst
1281 COMMANDFILES
+= cmd-halt_mod-commands_halt.lst
1282 FSFILES
+= fs-halt_mod-commands_halt.lst
1283 PARTMAPFILES
+= partmap-halt_mod-commands_halt.lst
1285 cmd-halt_mod-commands_halt.lst
: commands
/halt.c
$(commands
/halt.c_DEPENDENCIES
) gencmdlist.sh
1286 set
-e
; $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(halt_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh halt
> $@ ||
(rm -f
$@
; exit
1)
1288 fs-halt_mod-commands_halt.lst
: commands
/halt.c
$(commands
/halt.c_DEPENDENCIES
) genfslist.sh
1289 set
-e
; $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(halt_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh halt
> $@ ||
(rm -f
$@
; exit
1)
1291 partmap-halt_mod-commands_halt.lst
: commands
/halt.c
$(commands
/halt.c_DEPENDENCIES
) genpartmaplist.sh
1292 set
-e
; $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(halt_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh halt
> $@ ||
(rm -f
$@
; exit
1)
1295 halt_mod_CFLAGS
= $(COMMON_CFLAGS
)
1296 halt_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1299 serial_mod_SOURCES
= term
/i386
/pc/serial.c
1300 CLEANFILES
+= serial.mod mod-serial.o mod-serial.c pre-serial.o serial_mod-term_i386_pc_serial.o und-serial.lst
1301 ifneq ($(serial_mod_EXPORTS
),no
)
1302 CLEANFILES
+= def-serial.lst
1303 DEFSYMFILES
+= def-serial.lst
1305 MOSTLYCLEANFILES
+= serial_mod-term_i386_pc_serial.d
1306 UNDSYMFILES
+= und-serial.lst
1308 serial.mod
: pre-serial.o mod-serial.o
$(TARGET_OBJ2ELF
)
1310 $(TARGET_CC
) $(serial_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-serial.o mod-serial.o
1311 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1312 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1314 pre-serial.o
: $(serial_mod_DEPENDENCIES
) serial_mod-term_i386_pc_serial.o
1316 $(TARGET_CC
) $(serial_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ serial_mod-term_i386_pc_serial.o
1318 mod-serial.o
: mod-serial.c
1319 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(serial_mod_CFLAGS
) -c
-o
$@
$<
1321 mod-serial.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1322 sh
$(srcdir)/genmodsrc.sh
'serial' $< > $@ ||
(rm -f
$@
; exit
1)
1324 ifneq ($(serial_mod_EXPORTS
),no
)
1325 def-serial.lst
: pre-serial.o
1326 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 serial/' > $@
1329 und-serial.lst
: pre-serial.o
1331 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1333 serial_mod-term_i386_pc_serial.o
: term
/i386
/pc/serial.c
$(term
/i386
/pc/serial.c_DEPENDENCIES
)
1334 $(TARGET_CC
) -Iterm
/i386
/pc -I
$(srcdir)/term
/i386
/pc $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(serial_mod_CFLAGS
) -MD
-c
-o
$@
$<
1335 -include serial_mod-term_i386_pc_serial.d
1337 CLEANFILES
+= cmd-serial_mod-term_i386_pc_serial.lst fs-serial_mod-term_i386_pc_serial.lst partmap-serial_mod-term_i386_pc_serial.lst
1338 COMMANDFILES
+= cmd-serial_mod-term_i386_pc_serial.lst
1339 FSFILES
+= fs-serial_mod-term_i386_pc_serial.lst
1340 PARTMAPFILES
+= partmap-serial_mod-term_i386_pc_serial.lst
1342 cmd-serial_mod-term_i386_pc_serial.lst
: term
/i386
/pc/serial.c
$(term
/i386
/pc/serial.c_DEPENDENCIES
) gencmdlist.sh
1343 set
-e
; $(TARGET_CC
) -Iterm
/i386
/pc -I
$(srcdir)/term
/i386
/pc $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(serial_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh serial
> $@ ||
(rm -f
$@
; exit
1)
1345 fs-serial_mod-term_i386_pc_serial.lst
: term
/i386
/pc/serial.c
$(term
/i386
/pc/serial.c_DEPENDENCIES
) genfslist.sh
1346 set
-e
; $(TARGET_CC
) -Iterm
/i386
/pc -I
$(srcdir)/term
/i386
/pc $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(serial_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh serial
> $@ ||
(rm -f
$@
; exit
1)
1348 partmap-serial_mod-term_i386_pc_serial.lst
: term
/i386
/pc/serial.c
$(term
/i386
/pc/serial.c_DEPENDENCIES
) genpartmaplist.sh
1349 set
-e
; $(TARGET_CC
) -Iterm
/i386
/pc -I
$(srcdir)/term
/i386
/pc $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(serial_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh serial
> $@ ||
(rm -f
$@
; exit
1)
1352 serial_mod_CFLAGS
= $(COMMON_CFLAGS
)
1353 serial_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1356 _linux_mod_SOURCES
= loader
/i386
/ieee1275
/linux.c
1357 CLEANFILES
+= _linux.mod mod-_linux.o mod-_linux.c pre-_linux.o _linux_mod-loader_i386_ieee1275_linux.o und-_linux.lst
1358 ifneq ($(_linux_mod_EXPORTS
),no
)
1359 CLEANFILES
+= def-_linux.lst
1360 DEFSYMFILES
+= def-_linux.lst
1362 MOSTLYCLEANFILES
+= _linux_mod-loader_i386_ieee1275_linux.d
1363 UNDSYMFILES
+= und-_linux.lst
1365 _linux.mod
: pre-_linux.o mod-_linux.o
$(TARGET_OBJ2ELF
)
1367 $(TARGET_CC
) $(_linux_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-_linux.o mod-_linux.o
1368 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1369 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1371 pre-_linux.o
: $(_linux_mod_DEPENDENCIES
) _linux_mod-loader_i386_ieee1275_linux.o
1373 $(TARGET_CC
) $(_linux_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ _linux_mod-loader_i386_ieee1275_linux.o
1375 mod-_linux.o
: mod-_linux.c
1376 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_linux_mod_CFLAGS
) -c
-o
$@
$<
1378 mod-_linux.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1379 sh
$(srcdir)/genmodsrc.sh
'_linux' $< > $@ ||
(rm -f
$@
; exit
1)
1381 ifneq ($(_linux_mod_EXPORTS
),no
)
1382 def-_linux.lst
: pre-_linux.o
1383 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 _linux/' > $@
1386 und-_linux.lst
: pre-_linux.o
1388 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1390 _linux_mod-loader_i386_ieee1275_linux.o
: loader
/i386
/ieee1275
/linux.c
$(loader
/i386
/ieee1275
/linux.c_DEPENDENCIES
)
1391 $(TARGET_CC
) -Iloader
/i386
/ieee1275
-I
$(srcdir)/loader
/i386
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_linux_mod_CFLAGS
) -MD
-c
-o
$@
$<
1392 -include _linux_mod-loader_i386_ieee1275_linux.d
1394 CLEANFILES
+= cmd-_linux_mod-loader_i386_ieee1275_linux.lst fs-_linux_mod-loader_i386_ieee1275_linux.lst partmap-_linux_mod-loader_i386_ieee1275_linux.lst
1395 COMMANDFILES
+= cmd-_linux_mod-loader_i386_ieee1275_linux.lst
1396 FSFILES
+= fs-_linux_mod-loader_i386_ieee1275_linux.lst
1397 PARTMAPFILES
+= partmap-_linux_mod-loader_i386_ieee1275_linux.lst
1399 cmd-_linux_mod-loader_i386_ieee1275_linux.lst
: loader
/i386
/ieee1275
/linux.c
$(loader
/i386
/ieee1275
/linux.c_DEPENDENCIES
) gencmdlist.sh
1400 set
-e
; $(TARGET_CC
) -Iloader
/i386
/ieee1275
-I
$(srcdir)/loader
/i386
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_linux_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh _linux
> $@ ||
(rm -f
$@
; exit
1)
1402 fs-_linux_mod-loader_i386_ieee1275_linux.lst
: loader
/i386
/ieee1275
/linux.c
$(loader
/i386
/ieee1275
/linux.c_DEPENDENCIES
) genfslist.sh
1403 set
-e
; $(TARGET_CC
) -Iloader
/i386
/ieee1275
-I
$(srcdir)/loader
/i386
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_linux_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh _linux
> $@ ||
(rm -f
$@
; exit
1)
1405 partmap-_linux_mod-loader_i386_ieee1275_linux.lst
: loader
/i386
/ieee1275
/linux.c
$(loader
/i386
/ieee1275
/linux.c_DEPENDENCIES
) genpartmaplist.sh
1406 set
-e
; $(TARGET_CC
) -Iloader
/i386
/ieee1275
-I
$(srcdir)/loader
/i386
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(_linux_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh _linux
> $@ ||
(rm -f
$@
; exit
1)
1409 _linux_mod_CFLAGS
= $(COMMON_CFLAGS
)
1410 _linux_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1413 linux_mod_SOURCES
= loader
/linux_normal.c
1414 CLEANFILES
+= linux.mod mod-linux.o mod-linux.c pre-linux.o linux_mod-loader_linux_normal.o und-linux.lst
1415 ifneq ($(linux_mod_EXPORTS
),no
)
1416 CLEANFILES
+= def-linux.lst
1417 DEFSYMFILES
+= def-linux.lst
1419 MOSTLYCLEANFILES
+= linux_mod-loader_linux_normal.d
1420 UNDSYMFILES
+= und-linux.lst
1422 linux.mod
: pre-linux.o mod-linux.o
$(TARGET_OBJ2ELF
)
1424 $(TARGET_CC
) $(linux_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-linux.o mod-linux.o
1425 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1426 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1428 pre-linux.o
: $(linux_mod_DEPENDENCIES
) linux_mod-loader_linux_normal.o
1430 $(TARGET_CC
) $(linux_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ linux_mod-loader_linux_normal.o
1432 mod-linux.o
: mod-linux.c
1433 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(linux_mod_CFLAGS
) -c
-o
$@
$<
1435 mod-linux.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1436 sh
$(srcdir)/genmodsrc.sh
'linux' $< > $@ ||
(rm -f
$@
; exit
1)
1438 ifneq ($(linux_mod_EXPORTS
),no
)
1439 def-linux.lst
: pre-linux.o
1440 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 linux/' > $@
1443 und-linux.lst
: pre-linux.o
1445 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1447 linux_mod-loader_linux_normal.o
: loader
/linux_normal.c
$(loader
/linux_normal.c_DEPENDENCIES
)
1448 $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(linux_mod_CFLAGS
) -MD
-c
-o
$@
$<
1449 -include linux_mod-loader_linux_normal.d
1451 CLEANFILES
+= cmd-linux_mod-loader_linux_normal.lst fs-linux_mod-loader_linux_normal.lst partmap-linux_mod-loader_linux_normal.lst
1452 COMMANDFILES
+= cmd-linux_mod-loader_linux_normal.lst
1453 FSFILES
+= fs-linux_mod-loader_linux_normal.lst
1454 PARTMAPFILES
+= partmap-linux_mod-loader_linux_normal.lst
1456 cmd-linux_mod-loader_linux_normal.lst
: loader
/linux_normal.c
$(loader
/linux_normal.c_DEPENDENCIES
) gencmdlist.sh
1457 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(linux_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh linux
> $@ ||
(rm -f
$@
; exit
1)
1459 fs-linux_mod-loader_linux_normal.lst
: loader
/linux_normal.c
$(loader
/linux_normal.c_DEPENDENCIES
) genfslist.sh
1460 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(linux_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh linux
> $@ ||
(rm -f
$@
; exit
1)
1462 partmap-linux_mod-loader_linux_normal.lst
: loader
/linux_normal.c
$(loader
/linux_normal.c_DEPENDENCIES
) genpartmaplist.sh
1463 set
-e
; $(TARGET_CC
) -Iloader
-I
$(srcdir)/loader
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(linux_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh linux
> $@ ||
(rm -f
$@
; exit
1)
1466 linux_mod_CFLAGS
= $(COMMON_CFLAGS
)
1467 linux_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1470 nand_mod_SOURCES
= disk
/ieee1275
/nand.c
1471 CLEANFILES
+= nand.mod mod-nand.o mod-nand.c pre-nand.o nand_mod-disk_ieee1275_nand.o und-nand.lst
1472 ifneq ($(nand_mod_EXPORTS
),no
)
1473 CLEANFILES
+= def-nand.lst
1474 DEFSYMFILES
+= def-nand.lst
1476 MOSTLYCLEANFILES
+= nand_mod-disk_ieee1275_nand.d
1477 UNDSYMFILES
+= und-nand.lst
1479 nand.mod
: pre-nand.o mod-nand.o
$(TARGET_OBJ2ELF
)
1481 $(TARGET_CC
) $(nand_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-nand.o mod-nand.o
1482 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1483 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1485 pre-nand.o
: $(nand_mod_DEPENDENCIES
) nand_mod-disk_ieee1275_nand.o
1487 $(TARGET_CC
) $(nand_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ nand_mod-disk_ieee1275_nand.o
1489 mod-nand.o
: mod-nand.c
1490 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(nand_mod_CFLAGS
) -c
-o
$@
$<
1492 mod-nand.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1493 sh
$(srcdir)/genmodsrc.sh
'nand' $< > $@ ||
(rm -f
$@
; exit
1)
1495 ifneq ($(nand_mod_EXPORTS
),no
)
1496 def-nand.lst
: pre-nand.o
1497 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 nand/' > $@
1500 und-nand.lst
: pre-nand.o
1502 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1504 nand_mod-disk_ieee1275_nand.o
: disk
/ieee1275
/nand.c
$(disk
/ieee1275
/nand.c_DEPENDENCIES
)
1505 $(TARGET_CC
) -Idisk
/ieee1275
-I
$(srcdir)/disk
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(nand_mod_CFLAGS
) -MD
-c
-o
$@
$<
1506 -include nand_mod-disk_ieee1275_nand.d
1508 CLEANFILES
+= cmd-nand_mod-disk_ieee1275_nand.lst fs-nand_mod-disk_ieee1275_nand.lst partmap-nand_mod-disk_ieee1275_nand.lst
1509 COMMANDFILES
+= cmd-nand_mod-disk_ieee1275_nand.lst
1510 FSFILES
+= fs-nand_mod-disk_ieee1275_nand.lst
1511 PARTMAPFILES
+= partmap-nand_mod-disk_ieee1275_nand.lst
1513 cmd-nand_mod-disk_ieee1275_nand.lst
: disk
/ieee1275
/nand.c
$(disk
/ieee1275
/nand.c_DEPENDENCIES
) gencmdlist.sh
1514 set
-e
; $(TARGET_CC
) -Idisk
/ieee1275
-I
$(srcdir)/disk
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(nand_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh nand
> $@ ||
(rm -f
$@
; exit
1)
1516 fs-nand_mod-disk_ieee1275_nand.lst
: disk
/ieee1275
/nand.c
$(disk
/ieee1275
/nand.c_DEPENDENCIES
) genfslist.sh
1517 set
-e
; $(TARGET_CC
) -Idisk
/ieee1275
-I
$(srcdir)/disk
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(nand_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh nand
> $@ ||
(rm -f
$@
; exit
1)
1519 partmap-nand_mod-disk_ieee1275_nand.lst
: disk
/ieee1275
/nand.c
$(disk
/ieee1275
/nand.c_DEPENDENCIES
) genpartmaplist.sh
1520 set
-e
; $(TARGET_CC
) -Idisk
/ieee1275
-I
$(srcdir)/disk
/ieee1275
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(nand_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh nand
> $@ ||
(rm -f
$@
; exit
1)
1523 nand_mod_CFLAGS
= $(COMMON_CFLAGS
)
1524 nand_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1527 memdisk_mod_SOURCES
= disk
/memdisk.c
1528 CLEANFILES
+= memdisk.mod mod-memdisk.o mod-memdisk.c pre-memdisk.o memdisk_mod-disk_memdisk.o und-memdisk.lst
1529 ifneq ($(memdisk_mod_EXPORTS
),no
)
1530 CLEANFILES
+= def-memdisk.lst
1531 DEFSYMFILES
+= def-memdisk.lst
1533 MOSTLYCLEANFILES
+= memdisk_mod-disk_memdisk.d
1534 UNDSYMFILES
+= und-memdisk.lst
1536 memdisk.mod
: pre-memdisk.o mod-memdisk.o
$(TARGET_OBJ2ELF
)
1538 $(TARGET_CC
) $(memdisk_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-memdisk.o mod-memdisk.o
1539 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1540 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1542 pre-memdisk.o
: $(memdisk_mod_DEPENDENCIES
) memdisk_mod-disk_memdisk.o
1544 $(TARGET_CC
) $(memdisk_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ memdisk_mod-disk_memdisk.o
1546 mod-memdisk.o
: mod-memdisk.c
1547 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(memdisk_mod_CFLAGS
) -c
-o
$@
$<
1549 mod-memdisk.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1550 sh
$(srcdir)/genmodsrc.sh
'memdisk' $< > $@ ||
(rm -f
$@
; exit
1)
1552 ifneq ($(memdisk_mod_EXPORTS
),no
)
1553 def-memdisk.lst
: pre-memdisk.o
1554 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 memdisk/' > $@
1557 und-memdisk.lst
: pre-memdisk.o
1559 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1561 memdisk_mod-disk_memdisk.o
: disk
/memdisk.c
$(disk
/memdisk.c_DEPENDENCIES
)
1562 $(TARGET_CC
) -Idisk
-I
$(srcdir)/disk
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(memdisk_mod_CFLAGS
) -MD
-c
-o
$@
$<
1563 -include memdisk_mod-disk_memdisk.d
1565 CLEANFILES
+= cmd-memdisk_mod-disk_memdisk.lst fs-memdisk_mod-disk_memdisk.lst partmap-memdisk_mod-disk_memdisk.lst
1566 COMMANDFILES
+= cmd-memdisk_mod-disk_memdisk.lst
1567 FSFILES
+= fs-memdisk_mod-disk_memdisk.lst
1568 PARTMAPFILES
+= partmap-memdisk_mod-disk_memdisk.lst
1570 cmd-memdisk_mod-disk_memdisk.lst
: disk
/memdisk.c
$(disk
/memdisk.c_DEPENDENCIES
) gencmdlist.sh
1571 set
-e
; $(TARGET_CC
) -Idisk
-I
$(srcdir)/disk
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(memdisk_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh memdisk
> $@ ||
(rm -f
$@
; exit
1)
1573 fs-memdisk_mod-disk_memdisk.lst
: disk
/memdisk.c
$(disk
/memdisk.c_DEPENDENCIES
) genfslist.sh
1574 set
-e
; $(TARGET_CC
) -Idisk
-I
$(srcdir)/disk
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(memdisk_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh memdisk
> $@ ||
(rm -f
$@
; exit
1)
1576 partmap-memdisk_mod-disk_memdisk.lst
: disk
/memdisk.c
$(disk
/memdisk.c_DEPENDENCIES
) genpartmaplist.sh
1577 set
-e
; $(TARGET_CC
) -Idisk
-I
$(srcdir)/disk
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(memdisk_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh memdisk
> $@ ||
(rm -f
$@
; exit
1)
1580 memdisk_mod_CFLAGS
= $(COMMON_CFLAGS
)
1581 memdisk_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1584 pci_mod_SOURCES
= bus
/pci.c
1585 CLEANFILES
+= pci.mod mod-pci.o mod-pci.c pre-pci.o pci_mod-bus_pci.o und-pci.lst
1586 ifneq ($(pci_mod_EXPORTS
),no
)
1587 CLEANFILES
+= def-pci.lst
1588 DEFSYMFILES
+= def-pci.lst
1590 MOSTLYCLEANFILES
+= pci_mod-bus_pci.d
1591 UNDSYMFILES
+= und-pci.lst
1593 pci.mod
: pre-pci.o mod-pci.o
$(TARGET_OBJ2ELF
)
1595 $(TARGET_CC
) $(pci_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-pci.o mod-pci.o
1596 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1597 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1599 pre-pci.o
: $(pci_mod_DEPENDENCIES
) pci_mod-bus_pci.o
1601 $(TARGET_CC
) $(pci_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pci_mod-bus_pci.o
1603 mod-pci.o
: mod-pci.c
1604 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(pci_mod_CFLAGS
) -c
-o
$@
$<
1606 mod-pci.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1607 sh
$(srcdir)/genmodsrc.sh
'pci' $< > $@ ||
(rm -f
$@
; exit
1)
1609 ifneq ($(pci_mod_EXPORTS
),no
)
1610 def-pci.lst
: pre-pci.o
1611 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 pci/' > $@
1614 und-pci.lst
: pre-pci.o
1616 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1618 pci_mod-bus_pci.o
: bus
/pci.c
$(bus
/pci.c_DEPENDENCIES
)
1619 $(TARGET_CC
) -Ibus
-I
$(srcdir)/bus
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(pci_mod_CFLAGS
) -MD
-c
-o
$@
$<
1620 -include pci_mod-bus_pci.d
1622 CLEANFILES
+= cmd-pci_mod-bus_pci.lst fs-pci_mod-bus_pci.lst partmap-pci_mod-bus_pci.lst
1623 COMMANDFILES
+= cmd-pci_mod-bus_pci.lst
1624 FSFILES
+= fs-pci_mod-bus_pci.lst
1625 PARTMAPFILES
+= partmap-pci_mod-bus_pci.lst
1627 cmd-pci_mod-bus_pci.lst
: bus
/pci.c
$(bus
/pci.c_DEPENDENCIES
) gencmdlist.sh
1628 set
-e
; $(TARGET_CC
) -Ibus
-I
$(srcdir)/bus
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(pci_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh pci
> $@ ||
(rm -f
$@
; exit
1)
1630 fs-pci_mod-bus_pci.lst
: bus
/pci.c
$(bus
/pci.c_DEPENDENCIES
) genfslist.sh
1631 set
-e
; $(TARGET_CC
) -Ibus
-I
$(srcdir)/bus
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(pci_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh pci
> $@ ||
(rm -f
$@
; exit
1)
1633 partmap-pci_mod-bus_pci.lst
: bus
/pci.c
$(bus
/pci.c_DEPENDENCIES
) genpartmaplist.sh
1634 set
-e
; $(TARGET_CC
) -Ibus
-I
$(srcdir)/bus
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(pci_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh pci
> $@ ||
(rm -f
$@
; exit
1)
1637 pci_mod_CFLAGS
= $(COMMON_CFLAGS
)
1638 pci_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1641 lspci_mod_SOURCES
= commands
/lspci.c
1642 CLEANFILES
+= lspci.mod mod-lspci.o mod-lspci.c pre-lspci.o lspci_mod-commands_lspci.o und-lspci.lst
1643 ifneq ($(lspci_mod_EXPORTS
),no
)
1644 CLEANFILES
+= def-lspci.lst
1645 DEFSYMFILES
+= def-lspci.lst
1647 MOSTLYCLEANFILES
+= lspci_mod-commands_lspci.d
1648 UNDSYMFILES
+= und-lspci.lst
1650 lspci.mod
: pre-lspci.o mod-lspci.o
$(TARGET_OBJ2ELF
)
1652 $(TARGET_CC
) $(lspci_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-lspci.o mod-lspci.o
1653 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1654 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1656 pre-lspci.o
: $(lspci_mod_DEPENDENCIES
) lspci_mod-commands_lspci.o
1658 $(TARGET_CC
) $(lspci_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ lspci_mod-commands_lspci.o
1660 mod-lspci.o
: mod-lspci.c
1661 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(lspci_mod_CFLAGS
) -c
-o
$@
$<
1663 mod-lspci.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1664 sh
$(srcdir)/genmodsrc.sh
'lspci' $< > $@ ||
(rm -f
$@
; exit
1)
1666 ifneq ($(lspci_mod_EXPORTS
),no
)
1667 def-lspci.lst
: pre-lspci.o
1668 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 lspci/' > $@
1671 und-lspci.lst
: pre-lspci.o
1673 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1675 lspci_mod-commands_lspci.o
: commands
/lspci.c
$(commands
/lspci.c_DEPENDENCIES
)
1676 $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(lspci_mod_CFLAGS
) -MD
-c
-o
$@
$<
1677 -include lspci_mod-commands_lspci.d
1679 CLEANFILES
+= cmd-lspci_mod-commands_lspci.lst fs-lspci_mod-commands_lspci.lst partmap-lspci_mod-commands_lspci.lst
1680 COMMANDFILES
+= cmd-lspci_mod-commands_lspci.lst
1681 FSFILES
+= fs-lspci_mod-commands_lspci.lst
1682 PARTMAPFILES
+= partmap-lspci_mod-commands_lspci.lst
1684 cmd-lspci_mod-commands_lspci.lst
: commands
/lspci.c
$(commands
/lspci.c_DEPENDENCIES
) gencmdlist.sh
1685 set
-e
; $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(lspci_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh lspci
> $@ ||
(rm -f
$@
; exit
1)
1687 fs-lspci_mod-commands_lspci.lst
: commands
/lspci.c
$(commands
/lspci.c_DEPENDENCIES
) genfslist.sh
1688 set
-e
; $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(lspci_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh lspci
> $@ ||
(rm -f
$@
; exit
1)
1690 partmap-lspci_mod-commands_lspci.lst
: commands
/lspci.c
$(commands
/lspci.c_DEPENDENCIES
) genpartmaplist.sh
1691 set
-e
; $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(lspci_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh lspci
> $@ ||
(rm -f
$@
; exit
1)
1694 lspci_mod_CFLAGS
= $(COMMON_CFLAGS
)
1695 lspci_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1698 datetime_mod_SOURCES
= lib
/datetime.c lib
/i386
/datetime.c
1699 CLEANFILES
+= datetime.mod mod-datetime.o mod-datetime.c pre-datetime.o datetime_mod-lib_datetime.o datetime_mod-lib_i386_datetime.o und-datetime.lst
1700 ifneq ($(datetime_mod_EXPORTS
),no
)
1701 CLEANFILES
+= def-datetime.lst
1702 DEFSYMFILES
+= def-datetime.lst
1704 MOSTLYCLEANFILES
+= datetime_mod-lib_datetime.d datetime_mod-lib_i386_datetime.d
1705 UNDSYMFILES
+= und-datetime.lst
1707 datetime.mod
: pre-datetime.o mod-datetime.o
$(TARGET_OBJ2ELF
)
1709 $(TARGET_CC
) $(datetime_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-datetime.o mod-datetime.o
1710 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1711 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1713 pre-datetime.o
: $(datetime_mod_DEPENDENCIES
) datetime_mod-lib_datetime.o datetime_mod-lib_i386_datetime.o
1715 $(TARGET_CC
) $(datetime_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ datetime_mod-lib_datetime.o datetime_mod-lib_i386_datetime.o
1717 mod-datetime.o
: mod-datetime.c
1718 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datetime_mod_CFLAGS
) -c
-o
$@
$<
1720 mod-datetime.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1721 sh
$(srcdir)/genmodsrc.sh
'datetime' $< > $@ ||
(rm -f
$@
; exit
1)
1723 ifneq ($(datetime_mod_EXPORTS
),no
)
1724 def-datetime.lst
: pre-datetime.o
1725 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 datetime/' > $@
1728 und-datetime.lst
: pre-datetime.o
1729 echo
'datetime' > $@
1730 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1732 datetime_mod-lib_datetime.o
: lib
/datetime.c
$(lib
/datetime.c_DEPENDENCIES
)
1733 $(TARGET_CC
) -Ilib
-I
$(srcdir)/lib
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datetime_mod_CFLAGS
) -MD
-c
-o
$@
$<
1734 -include datetime_mod-lib_datetime.d
1736 CLEANFILES
+= cmd-datetime_mod-lib_datetime.lst fs-datetime_mod-lib_datetime.lst partmap-datetime_mod-lib_datetime.lst
1737 COMMANDFILES
+= cmd-datetime_mod-lib_datetime.lst
1738 FSFILES
+= fs-datetime_mod-lib_datetime.lst
1739 PARTMAPFILES
+= partmap-datetime_mod-lib_datetime.lst
1741 cmd-datetime_mod-lib_datetime.lst
: lib
/datetime.c
$(lib
/datetime.c_DEPENDENCIES
) gencmdlist.sh
1742 set
-e
; $(TARGET_CC
) -Ilib
-I
$(srcdir)/lib
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datetime_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh datetime
> $@ ||
(rm -f
$@
; exit
1)
1744 fs-datetime_mod-lib_datetime.lst
: lib
/datetime.c
$(lib
/datetime.c_DEPENDENCIES
) genfslist.sh
1745 set
-e
; $(TARGET_CC
) -Ilib
-I
$(srcdir)/lib
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datetime_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh datetime
> $@ ||
(rm -f
$@
; exit
1)
1747 partmap-datetime_mod-lib_datetime.lst
: lib
/datetime.c
$(lib
/datetime.c_DEPENDENCIES
) genpartmaplist.sh
1748 set
-e
; $(TARGET_CC
) -Ilib
-I
$(srcdir)/lib
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datetime_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh datetime
> $@ ||
(rm -f
$@
; exit
1)
1751 datetime_mod-lib_i386_datetime.o
: lib
/i386
/datetime.c
$(lib
/i386
/datetime.c_DEPENDENCIES
)
1752 $(TARGET_CC
) -Ilib
/i386
-I
$(srcdir)/lib
/i386
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datetime_mod_CFLAGS
) -MD
-c
-o
$@
$<
1753 -include datetime_mod-lib_i386_datetime.d
1755 CLEANFILES
+= cmd-datetime_mod-lib_i386_datetime.lst fs-datetime_mod-lib_i386_datetime.lst partmap-datetime_mod-lib_i386_datetime.lst
1756 COMMANDFILES
+= cmd-datetime_mod-lib_i386_datetime.lst
1757 FSFILES
+= fs-datetime_mod-lib_i386_datetime.lst
1758 PARTMAPFILES
+= partmap-datetime_mod-lib_i386_datetime.lst
1760 cmd-datetime_mod-lib_i386_datetime.lst
: lib
/i386
/datetime.c
$(lib
/i386
/datetime.c_DEPENDENCIES
) gencmdlist.sh
1761 set
-e
; $(TARGET_CC
) -Ilib
/i386
-I
$(srcdir)/lib
/i386
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datetime_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh datetime
> $@ ||
(rm -f
$@
; exit
1)
1763 fs-datetime_mod-lib_i386_datetime.lst
: lib
/i386
/datetime.c
$(lib
/i386
/datetime.c_DEPENDENCIES
) genfslist.sh
1764 set
-e
; $(TARGET_CC
) -Ilib
/i386
-I
$(srcdir)/lib
/i386
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datetime_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh datetime
> $@ ||
(rm -f
$@
; exit
1)
1766 partmap-datetime_mod-lib_i386_datetime.lst
: lib
/i386
/datetime.c
$(lib
/i386
/datetime.c_DEPENDENCIES
) genpartmaplist.sh
1767 set
-e
; $(TARGET_CC
) -Ilib
/i386
-I
$(srcdir)/lib
/i386
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datetime_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh datetime
> $@ ||
(rm -f
$@
; exit
1)
1770 datetime_mod_CFLAGS
= $(COMMON_CFLAGS
)
1771 datetime_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1774 date_mod_SOURCES
= commands
/date.c
1775 CLEANFILES
+= date.mod mod-date.o mod-date.c pre-date.o date_mod-commands_date.o und-date.lst
1776 ifneq ($(date_mod_EXPORTS
),no
)
1777 CLEANFILES
+= def-date.lst
1778 DEFSYMFILES
+= def-date.lst
1780 MOSTLYCLEANFILES
+= date_mod-commands_date.d
1781 UNDSYMFILES
+= und-date.lst
1783 date.mod
: pre-date.o mod-date.o
$(TARGET_OBJ2ELF
)
1785 $(TARGET_CC
) $(date_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-date.o mod-date.o
1786 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1787 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1789 pre-date.o
: $(date_mod_DEPENDENCIES
) date_mod-commands_date.o
1791 $(TARGET_CC
) $(date_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ date_mod-commands_date.o
1793 mod-date.o
: mod-date.c
1794 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(date_mod_CFLAGS
) -c
-o
$@
$<
1796 mod-date.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1797 sh
$(srcdir)/genmodsrc.sh
'date' $< > $@ ||
(rm -f
$@
; exit
1)
1799 ifneq ($(date_mod_EXPORTS
),no
)
1800 def-date.lst
: pre-date.o
1801 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 date/' > $@
1804 und-date.lst
: pre-date.o
1806 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1808 date_mod-commands_date.o
: commands
/date.c
$(commands
/date.c_DEPENDENCIES
)
1809 $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(date_mod_CFLAGS
) -MD
-c
-o
$@
$<
1810 -include date_mod-commands_date.d
1812 CLEANFILES
+= cmd-date_mod-commands_date.lst fs-date_mod-commands_date.lst partmap-date_mod-commands_date.lst
1813 COMMANDFILES
+= cmd-date_mod-commands_date.lst
1814 FSFILES
+= fs-date_mod-commands_date.lst
1815 PARTMAPFILES
+= partmap-date_mod-commands_date.lst
1817 cmd-date_mod-commands_date.lst
: commands
/date.c
$(commands
/date.c_DEPENDENCIES
) gencmdlist.sh
1818 set
-e
; $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(date_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh date
> $@ ||
(rm -f
$@
; exit
1)
1820 fs-date_mod-commands_date.lst
: commands
/date.c
$(commands
/date.c_DEPENDENCIES
) genfslist.sh
1821 set
-e
; $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(date_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh date
> $@ ||
(rm -f
$@
; exit
1)
1823 partmap-date_mod-commands_date.lst
: commands
/date.c
$(commands
/date.c_DEPENDENCIES
) genpartmaplist.sh
1824 set
-e
; $(TARGET_CC
) -Icommands
-I
$(srcdir)/commands
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(date_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh date
> $@ ||
(rm -f
$@
; exit
1)
1827 date_mod_CFLAGS
= $(COMMON_CFLAGS
)
1828 date_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1831 datehook_mod_SOURCES
= hook
/datehook.c
1832 CLEANFILES
+= datehook.mod mod-datehook.o mod-datehook.c pre-datehook.o datehook_mod-hook_datehook.o und-datehook.lst
1833 ifneq ($(datehook_mod_EXPORTS
),no
)
1834 CLEANFILES
+= def-datehook.lst
1835 DEFSYMFILES
+= def-datehook.lst
1837 MOSTLYCLEANFILES
+= datehook_mod-hook_datehook.d
1838 UNDSYMFILES
+= und-datehook.lst
1840 datehook.mod
: pre-datehook.o mod-datehook.o
$(TARGET_OBJ2ELF
)
1842 $(TARGET_CC
) $(datehook_mod_LDFLAGS
) $(TARGET_LDFLAGS
) $(MODULE_LDFLAGS
) -Wl
,-r
,-d
-o
$@ pre-datehook.o mod-datehook.o
1843 if
test ! -z
$(TARGET_OBJ2ELF
); then .
/$(TARGET_OBJ2ELF
) $@ ||
(rm -f
$@
; exit
1); fi
1844 $(STRIP
) --strip-unneeded
-K grub_mod_init
-K grub_mod_fini
-K _grub_mod_init
-K _grub_mod_fini
-R .note
-R .comment
$@
1846 pre-datehook.o
: $(datehook_mod_DEPENDENCIES
) datehook_mod-hook_datehook.o
1848 $(TARGET_CC
) $(datehook_mod_LDFLAGS
) $(TARGET_LDFLAGS
) -Wl
,-r
,-d
-o
$@ datehook_mod-hook_datehook.o
1850 mod-datehook.o
: mod-datehook.c
1851 $(TARGET_CC
) $(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datehook_mod_CFLAGS
) -c
-o
$@
$<
1853 mod-datehook.c
: $(builddir
)/moddep.lst
$(srcdir)/genmodsrc.sh
1854 sh
$(srcdir)/genmodsrc.sh
'datehook' $< > $@ ||
(rm -f
$@
; exit
1)
1856 ifneq ($(datehook_mod_EXPORTS
),no
)
1857 def-datehook.lst
: pre-datehook.o
1858 $(NM
) -g
--defined-only
-P
-p
$< | sed
's/^\([^ ]*\).*/\1 datehook/' > $@
1861 und-datehook.lst
: pre-datehook.o
1862 echo
'datehook' > $@
1863 $(NM
) -u
-P
-p
$< | cut
-f1
-d
' ' >> $@
1865 datehook_mod-hook_datehook.o
: hook
/datehook.c
$(hook
/datehook.c_DEPENDENCIES
)
1866 $(TARGET_CC
) -Ihook
-I
$(srcdir)/hook
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datehook_mod_CFLAGS
) -MD
-c
-o
$@
$<
1867 -include datehook_mod-hook_datehook.d
1869 CLEANFILES
+= cmd-datehook_mod-hook_datehook.lst fs-datehook_mod-hook_datehook.lst partmap-datehook_mod-hook_datehook.lst
1870 COMMANDFILES
+= cmd-datehook_mod-hook_datehook.lst
1871 FSFILES
+= fs-datehook_mod-hook_datehook.lst
1872 PARTMAPFILES
+= partmap-datehook_mod-hook_datehook.lst
1874 cmd-datehook_mod-hook_datehook.lst
: hook
/datehook.c
$(hook
/datehook.c_DEPENDENCIES
) gencmdlist.sh
1875 set
-e
; $(TARGET_CC
) -Ihook
-I
$(srcdir)/hook
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datehook_mod_CFLAGS
) -E
$< | sh
$(srcdir)/gencmdlist.sh datehook
> $@ ||
(rm -f
$@
; exit
1)
1877 fs-datehook_mod-hook_datehook.lst
: hook
/datehook.c
$(hook
/datehook.c_DEPENDENCIES
) genfslist.sh
1878 set
-e
; $(TARGET_CC
) -Ihook
-I
$(srcdir)/hook
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datehook_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genfslist.sh datehook
> $@ ||
(rm -f
$@
; exit
1)
1880 partmap-datehook_mod-hook_datehook.lst
: hook
/datehook.c
$(hook
/datehook.c_DEPENDENCIES
) genpartmaplist.sh
1881 set
-e
; $(TARGET_CC
) -Ihook
-I
$(srcdir)/hook
$(TARGET_CPPFLAGS
) $(TARGET_CFLAGS
) $(datehook_mod_CFLAGS
) -E
$< | sh
$(srcdir)/genpartmaplist.sh datehook
> $@ ||
(rm -f
$@
; exit
1)
1884 datehook_mod_CFLAGS
= $(COMMON_CFLAGS
)
1885 datehook_mod_LDFLAGS
= $(COMMON_LDFLAGS
)
1887 include $(srcdir)/conf
/i386.mk
1888 include $(srcdir)/conf
/common.mk