1N/A#
1N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
1N/A# Use is subject to license terms.
1N/A#
1N/A# ident "%Z%%M% %I% %E% SMI"
1N/A#
1N/Ainclude ../Makefile.grub
1N/Ainclude Makefile.solaris.defs
1N/A
1N/A.KEEP_STATE:
1N/A
1N/ASUBDIRS = netboot stage2 stage1 lib grub util docs
1N/A
1N/A#
1N/A# Source files to be installed in $(SRC_DIR).
1N/A# NOTE: although it's under SCCS, config.h is not included here because
1N/A# it's automatically generated when configure is run.
1N/A#
1N/ASRC_DIR = $(ROOT_SRC)
1N/A
1N/ASRC_FILES = AUTHORS BUGS COPYING ChangeLog INSTALL MAINTENANCE \
1N/A Makefile.am Makefile.in NEWS README THANKS TODO \
1N/A acinclude.m4 aclocal.m4 config.h.in configure.ac stamp-h.in
1N/AINST_FILES = $(SRC_FILES:%=$(SRC_DIR)/%)
1N/A
1N/ASRC_EXECS = compile config.guess config.sub configure depcomp \
1N/A install-sh missing mkinstalldirs
1N/AINST_EXECS = $(SRC_EXECS:%=$(SRC_DIR)/%)
1N/A$(INST_EXECS) := FILEMODE = 755
1N/A
1N/A
1N/AINSTALL_TARGETS = $(INST_FILES) $(INST_EXECS)
1N/A
1N/Aall := TARGET = all
1N/Ainstall := TARGET = install
1N/Aclean := TARGET = clean
1N/Aclobber := TARGET = clobber
1N/A
1N/A
1N/Aall install clean clobber: $(SUBDIRS)
1N/A
1N/A$(SUBDIRS): _FORCE
1N/A @cd $@; pwd; $(MAKE) -f Makefile.solaris $(TARGET)
1N/A
1N/A
1N/Ainstall: $(INSTALL_TARGETS)
1N/A
1N/A$(SRC_DIR)/%: $(SRC_DIR) %
1N/A $(INS.file)
1N/A
1N/A$(SRC_DIR):
1N/A $(INS.dir)
1N/A
1N/A
1N/A_FORCE: