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

« back to all changes in this revision

Viewing changes to grub/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-11-30 18:00:45 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20051130180045-eo9loqvse4u6c5b3
Tags: upstream-0.97
ImportĀ upstreamĀ versionĀ 0.97

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
sbin_PROGRAMS = grub$(EXEEXT)
41
42
subdir = grub
59
60
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
60
61
depcomp = $(SHELL) $(top_srcdir)/depcomp
61
62
am__depfiles_maybe = depfiles
62
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/asmstub.Po ./$(DEPDIR)/main.Po
63
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64
64
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65
65
CCLD = $(CC)
148
148
am__include = @am__include@
149
149
am__leading_dot = @am__leading_dot@
150
150
am__quote = @am__quote@
 
151
am__tar = @am__tar@
 
152
am__untar = @am__untar@
151
153
bindir = @bindir@
152
154
build = @build@
153
155
build_alias = @build_alias@
185
187
        $(SERIAL_FLAGS) -I$(top_srcdir)/stage2 \
186
188
        -I$(top_srcdir)/stage1 -I$(top_srcdir)/lib
187
189
 
188
 
AM_CFLAGS = $(GRUB_CFLAGS) -fwritable-strings
 
190
AM_CFLAGS = $(GRUB_CFLAGS)
189
191
grub_SOURCES = main.c asmstub.c
190
192
grub_LDADD = ../stage2/libgrub.a  ../lib/libcommon.a $(GRUB_LIBS)
191
193
all: all-am
261
263
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
262
264
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
263
265
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
264
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
265
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
266
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266
267
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
267
268
 
268
269
.c.obj:
269
270
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
270
271
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
271
272
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
272
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
273
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
273
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
274
274
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
275
275
uninstall-info-am:
276
276
 
375
375
clean-generic:
376
376
 
377
377
distclean-generic:
378
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
378
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
379
379
 
380
380
maintainer-clean-generic:
381
381
        @echo "This command is intended for maintainers to use"