xref: /titanic_44/usr/src/data/Makefile (revision d573a5661b3f90d56bd90e44b1d931805839ec80)
145ba3153SMarcel Telka#
245ba3153SMarcel Telka# This file and its contents are supplied under the terms of the
345ba3153SMarcel Telka# Common Development and Distribution License ("CDDL"), version 1.0.
445ba3153SMarcel Telka# You may only use this file in accordance with the terms of version
545ba3153SMarcel Telka# 1.0 of the CDDL.
645ba3153SMarcel Telka#
745ba3153SMarcel Telka# A full copy of the text of the CDDL should have accompanied this
845ba3153SMarcel Telka# source.  A copy of the CDDL is also available via the Internet at
945ba3153SMarcel Telka# http://www.illumos.org/license/CDDL.
1045ba3153SMarcel Telka#
1145ba3153SMarcel Telka
1245ba3153SMarcel Telka#
1345ba3153SMarcel Telka# Copyright 2017 Nexenta Systems, Inc.
14*d573a566SRobert Mustacchi# Copyright 2019 Joyent, Inc.
1545ba3153SMarcel Telka#
1645ba3153SMarcel Telka
1712ae924aSRobert MustacchiCOMMON_SUBDIRS=	hwdata \
1845ba3153SMarcel Telka		zoneinfo
1945ba3153SMarcel Telka
20*d573a566SRobert Mustacchii386_SUBDIRS=	amdpmc perfmon
2112ae924aSRobert Mustacchi
2212ae924aSRobert MustacchiSUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
2312ae924aSRobert Mustacchi
2445ba3153SMarcel TelkaMSGSUBDIRS=	zoneinfo
2545ba3153SMarcel Telka
2645ba3153SMarcel Telkaall :=		TARGET=all
2745ba3153SMarcel Telkaclean :=	TARGET=clean
2845ba3153SMarcel Telkaclobber :=	TARGET=clobber
2945ba3153SMarcel Telkainstall :=	TARGET=install
3045ba3153SMarcel Telka_msg :=		TARGET=_msg
3145ba3153SMarcel Telka
3245ba3153SMarcel Telka.KEEP_STATE:
3345ba3153SMarcel Telka
3445ba3153SMarcel Telkaall clean clobber install: $(SUBDIRS)
3545ba3153SMarcel Telka
3645ba3153SMarcel Telka_msg:		$(MSGSUBDIRS)
3745ba3153SMarcel Telka
3845ba3153SMarcel Telka$(SUBDIRS):	FRC
3945ba3153SMarcel Telka		cd $@; pwd; $(MAKE) $(TARGET)
4045ba3153SMarcel Telka
4145ba3153SMarcel TelkaFRC:
42