Makefile revision afc2ba1deb75b323afde536f2dd18bcafdaa308d
2N/A#
2N/A# This file and its contents are supplied under the terms of the
2N/A# Common Development and Distribution License ("CDDL"), version 1.0.
2N/A# You may only use this file in accordance with the terms of version
2N/A# 1.0 of the CDDL.
2N/A#
2N/A# A full copy of the text of the CDDL should have accompanied this
2N/A# source. A copy of the CDDL is also available via the Internet at
2N/A# http://www.illumos.org/license/CDDL.
2N/A#
2N/A
2N/A#
2N/A# Copyright 2016 Toomas Soome <tsoome@me.com>
2N/A#
2N/A
2N/Ainclude ../Makefile.lib
2N/A
2N/AHDRS= ficllocal.h
2N/A
2N/AHDRDIR= $(SRC)/common/ficl
2N/A
2N/ASUBDIRS= softcore $(MACH)
2N/A$(BUILD64)SUBDIRS += $(MACH64)
2N/A
2N/Aall := TARGET= all
2N/Aclean := TARGET= clean
2N/Aclobber := TARGET= clobber
2N/Ainstall := TARGET= install
2N/A
2N/A.KEEP_STATE:
2N/A
2N/Aall install: install_h $(SUBDIRS)
2N/A
2N/Aclean clobber: $(SUBDIRS)
install_h: $(PLATHDRDIR) $(ROOTHDRS)
check: $(CHECKHDRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
$(ROOTHDRDIR)/%: ./%
$(INS.file)
FRC:
include $(SRC)/lib/Makefile.targ