Cross Reference: Makefile
xref: /illumos-gate/usr/src/grub/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Download
  • only in ./
Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
729N/A#
729N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
729N/A# Use is subject to license terms.
729N/A#
943N/A# ident "%Z%%M% %I% %E% SMI"
729N/A#
729N/A.KEEP_STATE:
919N/A
919N/Ainclude ../Makefile.master
919N/Ainclude Makefile.grub
919N/A
919N/Aall := TARGET = all
919N/Ainstall := TARGET = install
919N/Aclean := TARGET = clean
919N/Aclobber := TARGET = clobber
919N/A
919N/AGRUB = grub-0.95
919N/A
919N/ASUBDIRS = $(GRUB)
919N/A
919N/ASPLASH_IMAGE = splash.xpm.gz
919N/AGRUB_MENU = menu.lst
919N/AINSTALL_MENU = install_menu
919N/A
729N/AINST_TARGETS = $(ROOT_BOOT_GRUB)/$(SPLASH_IMAGE)
729N/AINST_TARGETS += $(ROOT_BOOT_GRUB)/$(GRUB_MENU)
729N/AINST_TARGETS += $(ROOT_BOOT_GRUB)/$(INSTALL_MENU)
729N/A
729N/Aall: $(SUBDIRS)
729N/A
729N/Ainstall: $(SUBDIRS) $(INST_TARGETS)
729N/A
729N/A
911N/A# Makefiles in the GRUB source tree are named "Makefile.solaris".
911N/A$(GRUB): FRC
911N/A cd $@; pwd; $(MAKE) -f Makefile.solaris $(TARGET)
911N/A
729N/A$(ROOT_BOOT_GRUB)/%: $(ROOT_BOOT_GRUB) %
729N/A $(INS.file)
729N/A
729N/A$(ROOT_BOOT_GRUB):
729N/A $(INS.dir)
729N/A
729N/A
729N/Aclean: $(SUBDIRS)
729N/A
729N/Aclobber: $(SUBDIRS)
729N/A $(RM) $(INST_TARGETS)
729N/A
729N/AFRC:
729N/A

Indexes created Tue Jul 24 14:28:13 CEST 2018