2 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
5 # ident "%Z%%M% %I% %E% SMI"
9 include ..
/Makefile.master
13 install := TARGET
= install
14 clean := TARGET
= clean
15 clobber := TARGET
= clobber
21 SPLASH_IMAGE
= splash.xpm.gz
23 GRUB_DEFAULT
= default
24 INSTALL_MENU
= install_menu
25 CAPABILITY
= capability
27 INST_TARGETS
= $(ROOT_BOOT_GRUB
)/$(SPLASH_IMAGE
)
28 INST_TARGETS
+= $(ROOT_BOOT_GRUB
)/$(GRUB_MENU
)
29 INST_TARGETS
+= $(ROOT_BOOT_GRUB
)/$(INSTALL_MENU
)
30 INST_TARGETS
+= $(ROOT_BOOT_GRUB
)/$(GRUB_DEFAULT
)
31 INST_TARGETS
+= $(ROOT_BOOT_GRUB
)/$(CAPABILITY
)
33 $(ROOT_BOOT_GRUB
)/$(GRUB_DEFAULT
) := FILEMODE
= 444
34 $(ROOT_BOOT_GRUB
)/$(CAPABILITY
) := FILEMODE
= 444
38 install: $(SUBDIRS
) $(INST_TARGETS
)
41 # Makefiles in the GRUB source tree are named "Makefile.solaris".
43 cd
$@
; pwd
; $(MAKE
) -f Makefile.solaris
$(TARGET
)
45 $(ROOT_BOOT_GRUB
)/%: $(ROOT_BOOT_GRUB
) %
52 clean clobber: $(SUBDIRS
)