~ubuntu-branches/ubuntu/utopic/grub/utopic

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-11-30 18:00:45 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051130180045-q90uxa58hf9pdrrp
Tags: 0.97-1ubuntu1
* Resynchronise with Debian.
* Drop Nathaniel McCallum's nonaltoptions patch, done differently in
  Debian (as defoptions); added migration code to deal with old Ubuntu
  menu.lst files.
* Drop Matthew Garrett's stage 2 drive fallback patch, since upstream has
  implemented a different solution which appears to address essentially
  the same problem.
* Generated debian/control once from debian/control.in using
  type-handling, but continue to avoid the build-dependency on
  type-handling; the generated debian/control is in the source package.
* Disable fix_amd64_compile.diff for now; it causes configure to fail with
  "GRUB requires a working absolute objcopy; upgrade your binutils".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
36
36
NORMAL_UNINSTALL = :
37
37
PRE_UNINSTALL = :
38
38
POST_UNINSTALL = :
 
39
build_triplet = @build@
39
40
host_triplet = @host@
40
41
subdir = lib
41
42
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
59
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
59
60
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
61
am__depfiles_maybe = depfiles
61
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/device.Po ./$(DEPDIR)/getopt.Po \
62
 
@AMDEP_TRUE@    ./$(DEPDIR)/getopt1.Po
63
62
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64
63
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65
64
CCLD = $(CC)
97
96
EGREP = @EGREP@
98
97
EXEEXT = @EXEEXT@
99
98
FSYS_CFLAGS = @FSYS_CFLAGS@
100
 
GRAPHICS_SUPPORT_FALSE = @GRAPHICS_SUPPORT_FALSE@
101
 
GRAPHICS_SUPPORT_TRUE = @GRAPHICS_SUPPORT_TRUE@
102
99
GRUB_CFLAGS = @GRUB_CFLAGS@
103
100
GRUB_LIBS = @GRUB_LIBS@
104
101
HERCULES_SUPPORT_FALSE = @HERCULES_SUPPORT_FALSE@
150
147
am__include = @am__include@
151
148
am__leading_dot = @am__leading_dot@
152
149
am__quote = @am__quote@
 
150
am__tar = @am__tar@
 
151
am__untar = @am__untar@
153
152
bindir = @bindir@
154
153
build = @build@
155
154
build_alias = @build_alias@
238
237
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
239
238
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
240
239
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
241
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
242
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
240
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
243
241
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
244
242
 
245
243
.c.obj:
246
244
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
247
245
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
248
246
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
249
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
250
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
247
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251
248
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
252
249
uninstall-info-am:
253
250
 
349
346
clean-generic:
350
347
 
351
348
distclean-generic:
352
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
349
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
353
350
 
354
351
maintainer-clean-generic:
355
352
        @echo "This command is intended for maintainers to use"