/[grub]/grub/stage1/Makefile.in
ViewVC logotype

Diff of /grub/stage1/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.38 by robertmh, Thu Jun 24 17:04:37 2004 UTC revision 1.39 by okuji, Sun May 8 02:51:53 2005 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.8.5 from Makefile.am.  # Makefile.in generated by automake 1.9.4 from Makefile.am.
2  # @configure_input@  # @configure_input@
3    
4  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# Line 36  POST_INSTALL = : Line 36  POST_INSTALL = :
36  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
37  PRE_UNINSTALL = :  PRE_UNINSTALL = :
38  POST_UNINSTALL = :  POST_UNINSTALL = :
39    build_triplet = @build@
40  host_triplet = @host@  host_triplet = @host@
41  noinst_PROGRAMS = stage1.exec$(EXEEXT)  noinst_PROGRAMS = stage1.exec$(EXEEXT)
42  subdir = stage1  subdir = stage1
# Line 60  CCLD = $(CC) Line 61  CCLD = $(CC)
61  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
62  SOURCES = $(stage1_exec_SOURCES)  SOURCES = $(stage1_exec_SOURCES)
63  DIST_SOURCES = $(stage1_exec_SOURCES)  DIST_SOURCES = $(stage1_exec_SOURCES)
64    am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65    am__vpath_adj = case $$p in \
66        $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67        *) f=$$p;; \
68      esac;
69    am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
70  am__installdirs = "$(DESTDIR)$(pkglibdir)"  am__installdirs = "$(DESTDIR)$(pkglibdir)"
71  nodist_pkglibDATA_INSTALL = $(INSTALL_DATA)  nodist_pkglibDATA_INSTALL = $(INSTALL_DATA)
72  DATA = $(nodist_pkglib_DATA)  DATA = $(nodist_pkglib_DATA)
# Line 146  am__fastdepCC_TRUE = @am__fastdepCC_TRUE Line 153  am__fastdepCC_TRUE = @am__fastdepCC_TRUE
153  am__include = @am__include@  am__include = @am__include@
154  am__leading_dot = @am__leading_dot@  am__leading_dot = @am__leading_dot@
155  am__quote = @am__quote@  am__quote = @am__quote@
156    am__tar = @am__tar@
157    am__untar = @am__untar@
158  bindir = @bindir@  bindir = @bindir@
159  build = @build@  build = @build@
160  build_alias = @build_alias@  build_alias = @build_alias@
# Line 238  install-nodist_pkglibDATA: $(nodist_pkgl Line 247  install-nodist_pkglibDATA: $(nodist_pkgl
247          test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"          test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
248          @list='$(nodist_pkglib_DATA)'; for p in $$list; do \          @list='$(nodist_pkglib_DATA)'; for p in $$list; do \
249            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
250            f="`echo $$p | sed -e 's|^.*/||'`"; \            f=$(am__strip_dir) \
251            echo " $(nodist_pkglibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \            echo " $(nodist_pkglibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
252            $(nodist_pkglibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \            $(nodist_pkglibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
253          done          done
# Line 246  install-nodist_pkglibDATA: $(nodist_pkgl Line 255  install-nodist_pkglibDATA: $(nodist_pkgl
255  uninstall-nodist_pkglibDATA:  uninstall-nodist_pkglibDATA:
256          @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
257          @list='$(nodist_pkglib_DATA)'; for p in $$list; do \          @list='$(nodist_pkglib_DATA)'; for p in $$list; do \
258            f="`echo $$p | sed -e 's|^.*/||'`"; \            f=$(am__strip_dir) \
259            echo " rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \            echo " rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
260            rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \            rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
261          done          done
# Line 353  clean-generic: Line 362  clean-generic:
362          -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)          -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
363    
364  distclean-generic:  distclean-generic:
365          -rm -f $(CONFIG_CLEAN_FILES)          -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
366    
367  maintainer-clean-generic:  maintainer-clean-generic:
368          @echo "This command is intended for maintainers to use"          @echo "This command is intended for maintainers to use"

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26