Makefile.solaris revision 1
5325N/A#
5325N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5325N/A# Use is subject to license terms.
5325N/A#
5325N/A# ident "%Z%%M% %I% %E% SMI"
5325N/A#
5325N/Ainclude ../Makefile.grub
5325N/Ainclude Makefile.solaris.defs
5325N/A
5325N/A.KEEP_STATE:
5325N/A
5325N/ASUBDIRS = netboot stage2 stage1 lib grub util docs
5325N/A
5325N/A#
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/A#
5325N/ASRC_DIR = $(ROOT_SRC)
5325N/A
5325N/ASRC_FILES = AUTHORS BUGS COPYING ChangeLog INSTALL MAINTENANCE \
5325N/A Makefile.am Makefile.in NEWS README THANKS TODO \
5325N/A acinclude.m4 aclocal.m4 config.h.in configure.ac stamp-h.in
5325N/AINST_FILES = $(SRC_FILES:%=$(SRC_DIR)/%)
5680N/A
5325N/ASRC_EXECS = compile config.guess config.sub configure depcomp \
5325N/A install-sh missing mkinstalldirs
5325N/AINST_EXECS = $(SRC_EXECS:%=$(SRC_DIR)/%)
6291N/A$(INST_EXECS) := FILEMODE = 755
5325N/A
5325N/A
6291N/AINSTALL_TARGETS = $(INST_FILES) $(INST_EXECS)
5325N/A
5325N/Aall := TARGET = all
5325N/Ainstall := TARGET = install
6291N/Aclean := TARGET = clean
5325N/Aclobber := TARGET = clobber
5680N/A
6489N/A
6489N/Aall install clean clobber: $(SUBDIRS)
6489N/A
6489N/A$(SUBDIRS): _FORCE
6489N/A @cd $@; pwd; $(MAKE) -f Makefile.solaris $(TARGET)
6489N/A
6489N/A
6489N/Ainstall: $(INSTALL_TARGETS)
5680N/A
5325N/A$(SRC_DIR)/%: $(SRC_DIR) %
5325N/A $(INS.file)
5325N/A
5325N/A$(SRC_DIR):
5325N/A $(INS.dir)
5325N/A
5325N/A
5325N/A_FORCE:
5325N/A