~darkmuggle-deactivatedaccount/ubuntu/quantal/grub2/fix-872244

« back to all changes in this revision

Viewing changes to grub-core/Makefile.core.am

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-05-17 23:59:10 UTC
  • mto: (17.3.55 sid)
  • mto: This revision was merged to the branch mainline in revision 122.
  • Revision ID: james.westby@ubuntu.com-20110517235910-ma8u889vyjdfro27
Tags: upstream-1.99
ImportĀ upstreamĀ versionĀ 1.99

Show diffs side-by-side

added added

removed removed

Lines of Context:
16886
16886
if COND_emu
16887
16887
noinst_PROGRAMS += btrfs.module
16888
16888
MODULE_FILES += btrfs.module$(EXEEXT)
16889
 
btrfs_module_SOURCES  = fs/btrfs.c  ## platform sources
 
16889
btrfs_module_SOURCES  = fs/btrfs.c lib/crc.c  ## platform sources
16890
16890
nodist_btrfs_module_SOURCES  =  ## platform nodist sources
16891
16891
btrfs_module_LDADD  = 
16892
16892
btrfs_module_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_MODULE) 
16908
16908
if COND_i386_pc
16909
16909
noinst_PROGRAMS += btrfs.module
16910
16910
MODULE_FILES += btrfs.module$(EXEEXT)
16911
 
btrfs_module_SOURCES  = fs/btrfs.c  ## platform sources
 
16911
btrfs_module_SOURCES  = fs/btrfs.c lib/crc.c  ## platform sources
16912
16912
nodist_btrfs_module_SOURCES  =  ## platform nodist sources
16913
16913
btrfs_module_LDADD  = 
16914
16914
btrfs_module_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_MODULE) 
16930
16930
if COND_i386_efi
16931
16931
noinst_PROGRAMS += btrfs.module
16932
16932
MODULE_FILES += btrfs.module$(EXEEXT)
16933
 
btrfs_module_SOURCES  = fs/btrfs.c  ## platform sources
 
16933
btrfs_module_SOURCES  = fs/btrfs.c lib/crc.c  ## platform sources
16934
16934
nodist_btrfs_module_SOURCES  =  ## platform nodist sources
16935
16935
btrfs_module_LDADD  = 
16936
16936
btrfs_module_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_MODULE) 
16952
16952
if COND_i386_qemu
16953
16953
noinst_PROGRAMS += btrfs.module
16954
16954
MODULE_FILES += btrfs.module$(EXEEXT)
16955
 
btrfs_module_SOURCES  = fs/btrfs.c  ## platform sources
 
16955
btrfs_module_SOURCES  = fs/btrfs.c lib/crc.c  ## platform sources
16956
16956
nodist_btrfs_module_SOURCES  =  ## platform nodist sources
16957
16957
btrfs_module_LDADD  = 
16958
16958
btrfs_module_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_MODULE) 
16974
16974
if COND_i386_coreboot
16975
16975
noinst_PROGRAMS += btrfs.module
16976
16976
MODULE_FILES += btrfs.module$(EXEEXT)
16977
 
btrfs_module_SOURCES  = fs/btrfs.c  ## platform sources
 
16977
btrfs_module_SOURCES  = fs/btrfs.c lib/crc.c  ## platform sources
16978
16978
nodist_btrfs_module_SOURCES  =  ## platform nodist sources
16979
16979
btrfs_module_LDADD  = 
16980
16980
btrfs_module_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_MODULE) 
16996
16996
if COND_i386_multiboot
16997
16997
noinst_PROGRAMS += btrfs.module
16998
16998
MODULE_FILES += btrfs.module$(EXEEXT)
16999
 
btrfs_module_SOURCES  = fs/btrfs.c  ## platform sources
 
16999
btrfs_module_SOURCES  = fs/btrfs.c lib/crc.c  ## platform sources
17000
17000
nodist_btrfs_module_SOURCES  =  ## platform nodist sources
17001
17001
btrfs_module_LDADD  = 
17002
17002
btrfs_module_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_MODULE) 
17018
17018
if COND_i386_ieee1275
17019
17019
noinst_PROGRAMS += btrfs.module
17020
17020
MODULE_FILES += btrfs.module$(EXEEXT)
17021
 
btrfs_module_SOURCES  = fs/btrfs.c  ## platform sources
 
17021
btrfs_module_SOURCES  = fs/btrfs.c lib/crc.c  ## platform sources
17022
17022
nodist_btrfs_module_SOURCES  =  ## platform nodist sources
17023
17023
btrfs_module_LDADD  = 
17024
17024
btrfs_module_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_MODULE) 
17040
17040
if COND_x86_64_efi
17041
17041
noinst_PROGRAMS += btrfs.module
17042
17042
MODULE_FILES += btrfs.module$(EXEEXT)
17043
 
btrfs_module_SOURCES  = fs/btrfs.c  ## platform sources
 
17043
btrfs_module_SOURCES  = fs/btrfs.c lib/crc.c  ## platform sources
17044
17044
nodist_btrfs_module_SOURCES  =  ## platform nodist sources
17045
17045
btrfs_module_LDADD  = 
17046
17046
btrfs_module_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_MODULE) 
17062
17062
if COND_mips_yeeloong
17063
17063
noinst_PROGRAMS += btrfs.module
17064
17064
MODULE_FILES += btrfs.module$(EXEEXT)
17065
 
btrfs_module_SOURCES  = fs/btrfs.c  ## platform sources
 
17065
btrfs_module_SOURCES  = fs/btrfs.c lib/crc.c  ## platform sources
17066
17066
nodist_btrfs_module_SOURCES  =  ## platform nodist sources
17067
17067
btrfs_module_LDADD  = 
17068
17068
btrfs_module_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_MODULE) 
17084
17084
if COND_sparc64_ieee1275
17085
17085
noinst_PROGRAMS += btrfs.module
17086
17086
MODULE_FILES += btrfs.module$(EXEEXT)
17087
 
btrfs_module_SOURCES  = fs/btrfs.c  ## platform sources
 
17087
btrfs_module_SOURCES  = fs/btrfs.c lib/crc.c  ## platform sources
17088
17088
nodist_btrfs_module_SOURCES  =  ## platform nodist sources
17089
17089
btrfs_module_LDADD  = 
17090
17090
btrfs_module_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_MODULE) 
17106
17106
if COND_powerpc_ieee1275
17107
17107
noinst_PROGRAMS += btrfs.module
17108
17108
MODULE_FILES += btrfs.module$(EXEEXT)
17109
 
btrfs_module_SOURCES  = fs/btrfs.c  ## platform sources
 
17109
btrfs_module_SOURCES  = fs/btrfs.c lib/crc.c  ## platform sources
17110
17110
nodist_btrfs_module_SOURCES  =  ## platform nodist sources
17111
17111
btrfs_module_LDADD  = 
17112
17112
btrfs_module_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_MODULE) 
38818
38818
endif
38819
38819
grub_emu_SOURCES  = kern/emu/full.c 
38820
38820
nodist_grub_emu_SOURCES  = grub_emu_init.c 
38821
 
grub_emu_LDADD  = kernel.img$(EXEEXT) $(MODULE_FILES) $(LIBUTIL) $(LIBCURSES) $(LIBSDL) $(LIBUSB) $(LIBPCIACCESS) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
38821
grub_emu_LDADD  = kernel.img$(EXEEXT) $(MODULE_FILES) $(LIBUTIL) $(LIBCURSES) $(LIBSDL) $(LIBUSB) $(LIBPCIACCESS) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM) 
38822
38822
grub_emu_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
38823
38823
grub_emu_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
38824
38824
grub_emu_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
38832
38832
bin_PROGRAMS += grub-emu-lite
38833
38833
grub_emu_lite_SOURCES  = kern/emu/lite.c 
38834
38834
nodist_grub_emu_lite_SOURCES  = symlist.c 
38835
 
grub_emu_lite_LDADD  = kernel.img$(EXEEXT) $(LIBUTIL) $(LIBCURSES) $(LIBSDL) $(LIBUSB) $(LIBPCIACCESS) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
38835
grub_emu_lite_LDADD  = kernel.img$(EXEEXT) $(LIBUTIL) $(LIBCURSES) $(LIBSDL) $(LIBUSB) $(LIBPCIACCESS) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM) 
38836
38836
grub_emu_lite_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
38837
38837
grub_emu_lite_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
38838
38838
grub_emu_lite_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM)