5325N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5325N/A# Use is subject to license terms.
5325N/A# ident "%Z%%M% %I% %E% SMI"
5325N/ASUBDIRS = netboot stage2 stage1 lib grub util docs
5325N/A# Source files to be installed in $(SRC_DIR).
5325N/A# NOTE: although it's under SCCS,
config.h is not included here because
5325N/A# it's automatically generated when configure is run.
5325N/ASRC_FILES = AUTHORS BUGS COPYING ChangeLog INSTALL MAINTENANCE \
5325N/AINST_FILES = $(SRC_FILES:%=$(SRC_DIR)/%)
5325N/A install-sh missing mkinstalldirs
5325N/AINST_EXECS = $(SRC_EXECS:%=$(SRC_DIR)/%)
6291N/A$(INST_EXECS) := FILEMODE = 755
6291N/AINSTALL_TARGETS = $(INST_FILES) $(INST_EXECS)
6489N/Aall install clean clobber: $(SUBDIRS)