~ubuntu-branches/ubuntu/lucid/grub2/lucid

« back to all changes in this revision

Viewing changes to conf/powerpc-ieee1275.rmk

  • Committer: Bazaar Package Importer
  • Author(s): Robert Millan
  • Date: 2008-01-28 00:01:11 UTC
  • mto: (17.4.1 lenny) (1.10.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20080128000111-0764agvqzg601o1d
Tags: upstream-1.95+20080128
ImportĀ upstreamĀ versionĀ 1.95+20080128

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        /bin/sh genkernsyms.sh $(filter %.h,$^) > $@ || (rm -f $@; exit 1)
23
23
 
24
24
# Programs
25
 
pkgdata_PROGRAMS = kernel.elf
 
25
pkglib_PROGRAMS = kernel.elf
26
26
 
27
27
# Utilities.
28
28
bin_UTILITIES = grub-mkimage
43
43
util/grub-probe.c_DEPENDENCIES = grub_probe_init.h
44
44
grub_probe_SOURCES = util/grub-probe.c  \
45
45
        util/biosdisk.c util/misc.c util/getroot.c      \
46
 
        kern/device.c kern/disk.c kern/err.c kern/misc.c fs/fat.c       \
47
 
        fs/ext2.c kern/parser.c kern/partition.c                        \
 
46
        kern/device.c kern/disk.c kern/err.c kern/misc.c        \
 
47
        kern/parser.c kern/partition.c kern/file.c              \
 
48
        \
 
49
        fs/affs.c fs/cpio.c fs/ext2.c fs/fat.c fs/hfs.c         \
 
50
        fs/hfsplus.c fs/iso9660.c fs/jfs.c fs/minix.c           \
 
51
        fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c          \
 
52
        fs/ufs.c fs/xfs.c                                       \
 
53
        \
48
54
        partmap/pc.c partmap/apple.c partmap/gpt.c                      \
49
 
        fs/ufs.c fs/minix.c fs/hfs.c fs/jfs.c fs/ntfs.c kern/fs.c       \
50
 
        kern/env.c fs/fshelp.c fs/xfs.c fs/affs.c fs/sfs.c fs/hfsplus.c \
 
55
        kern/fs.c kern/env.c fs/fshelp.c                                \
51
56
        disk/lvm.c disk/raid.c grub_probe_init.c
52
57
 
53
58
# For grub-emu
54
 
grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h             \
55
 
        grub_emu_init.h
 
59
util/grub-emu.c_DEPENDENCIES = grub_emu_init.h
 
60
normal/execute.c_DEPENDENCIES = grub_script.tab.h
 
61
grub-emu_DEPENDENCIES = grub_script.tab.c
56
62
grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c        \
57
63
        commands/configfile.c commands/help.c                           \
58
64
        commands/search.c commands/terminal.c commands/test.c           \
59
 
        commands/ls.c commands/blocklist.c                              \
 
65
        commands/ls.c commands/blocklist.c commands/hexdump.c           \
60
66
        commands/ieee1275/halt.c commands/ieee1275/reboot.c             \
61
67
        disk/loopback.c                                                 \
62
 
        fs/affs.c fs/ext2.c fs/fat.c fs/fshelp.c fs/hfs.c fs/iso9660.c  \
63
 
        fs/jfs.c fs/minix.c fs/sfs.c fs/ufs.c fs/xfs.c fs/hfsplus.c     \
64
 
        fs/ntfs.c                                                       \
 
68
        \
 
69
        fs/affs.c fs/cpio.c fs/ext2.c fs/fat.c fs/hfs.c         \
 
70
        fs/hfsplus.c fs/iso9660.c fs/jfs.c fs/minix.c           \
 
71
        fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c          \
 
72
        fs/ufs.c fs/xfs.c                                       \
 
73
        \
65
74
        io/gzio.c                                                       \
66
75
        kern/device.c kern/disk.c kern/dl.c kern/elf.c kern/env.c       \
67
76
        kern/err.c kern/file.c kern/fs.c kern/loader.c kern/main.c      \
71
80
        normal/completion.c normal/execute.c                            \
72
81
        normal/function.c normal/lexer.c normal/main.c normal/menu.c    \
73
82
        normal/menu_entry.c normal/misc.c normal/script.c               \
 
83
        normal/color.c                                                  \
74
84
        partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c      \
75
85
        partmap/acorn.c                                                 \
76
86
        util/console.c util/hostfs.c util/grub-emu.c util/misc.c        \
100
110
grub_install_SOURCES = util/powerpc/ieee1275/grub-install.in
101
111
 
102
112
# Modules.
103
 
pkgdata_MODULES = halt.mod \
 
113
pkglib_MODULES = halt.mod \
104
114
        _linux.mod \
105
115
        linux.mod \
106
116
        normal.mod \
125
135
        normal/completion.c normal/execute.c                            \
126
136
        normal/function.c normal/lexer.c normal/main.c normal/menu.c    \
127
137
        normal/menu_entry.c normal/misc.c grub_script.tab.c             \
128
 
        normal/script.c normal/powerpc/setjmp.S
 
138
        normal/script.c normal/powerpc/setjmp.S normal/color.c
129
139
normal_mod_CFLAGS = $(COMMON_CFLAGS)
130
140
normal_mod_LDFLAGS = $(COMMON_LDFLAGS)
131
141
normal_mod_ASFLAGS = $(COMMON_ASFLAGS)