xref: /illumos-gate/usr/src/boot/efi/libefi/Makefile (revision 22028508)
1199767f8SToomas Soome#
2199767f8SToomas Soome# This file and its contents are supplied under the terms of the
3199767f8SToomas Soome# Common Development and Distribution License ("CDDL"), version 1.0.
4199767f8SToomas Soome# You may only use this file in accordance with the terms of version
5199767f8SToomas Soome# 1.0 of the CDDL.
6199767f8SToomas Soome#
7199767f8SToomas Soome# A full copy of the text of the CDDL should have accompanied this
8199767f8SToomas Soome# source.  A copy of the CDDL is also available via the Internet at
9199767f8SToomas Soome# http://www.illumos.org/license/CDDL.
10199767f8SToomas Soome#
11199767f8SToomas Soome
12199767f8SToomas Soome#
1383b4671eSToomas Soome# Copyright 2016 Toomas Soome <tsoome@me.com>
14199767f8SToomas Soome#
15199767f8SToomas Soome
1683b4671eSToomas Soome.KEEP_STATE:
1704f8e093SToomas Soome
1883b4671eSToomas Soomeinclude $(SRC)/Makefile.master
19199767f8SToomas Soome
2083b4671eSToomas SoomeSUBDIRS = $(MACH) $(MACH64)
21199767f8SToomas Soome
2283b4671eSToomas Soomeall	:=	TARGET = all
2383b4671eSToomas Soomeclean	:=	TARGET = clean
2483b4671eSToomas Soomeclobber	:=	TARGET = clobber
2583b4671eSToomas Soomeinstall	:=	TARGET = install
26199767f8SToomas Soome
2783b4671eSToomas Soomeall clean clobber: $(SUBDIRS)
28199767f8SToomas Soome
2983b4671eSToomas Soomeinstall: all
30199767f8SToomas Soome
3186fec011SToomas Soome.PARALLEL:
3283b4671eSToomas Soome$(SUBDIRS): FRC
33f96a0cefSRichard Lowe	@cd $@; pwd; $(MAKE) $(TARGET)
34e547e4e8SAndrew Stormont
3583b4671eSToomas SoomeFRC:
36