14226f635SJason King# 24226f635SJason King# This file and its contents are supplied under the terms of the 34226f635SJason King# Common Development and Distribution License ("CDDL"), version 1.0. 44226f635SJason King# You may only use this file in accordance with the terms of version 54226f635SJason King# 1.0 of the CDDL. 64226f635SJason King# 74226f635SJason King# A full copy of the text of the CDDL should have accompanied this 84226f635SJason King# source. A copy of the CDDL is also available via the Internet at 94226f635SJason King# http://www.illumos.org/license/CDDL. 104226f635SJason King# 114226f635SJason King# Copyright 2018 Jason King. 124226f635SJason King# Copyright 2017, Joyent. Inc. 134226f635SJason King# 144226f635SJason King 154226f635SJason Kinginclude ../Makefile.lib 164226f635SJason King 174226f635SJason KingHDRS = demangle-sys.h 184226f635SJason KingHDRDIR = common 194226f635SJason KingSUBDIRS = $(MACH) 204226f635SJason King$(BUILD64)SUBDIRS += $(MACH64) 214226f635SJason King 224226f635SJason Kingall := TARGET= all 234226f635SJason Kingclean := TARGET= clean 244226f635SJason Kingclobber := TARGET= clobber 254226f635SJason Kinginstall := TARGET= install 264226f635SJason King 274226f635SJason King.KEEP_STATE: 284226f635SJason King 29*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS) 304226f635SJason King 314226f635SJason King$(SUBDIRS): FRC 324226f635SJason King @cd $@; pwd; $(MAKE) $(TARGET) 334226f635SJason King 344226f635SJason Kinginstall_h: $(ROOTHDRS) 354226f635SJason King 364226f635SJason Kingcheck: $(CHECKHDRS) 374226f635SJason King 384226f635SJason KingFRC: 394226f635SJason King 404226f635SJason Kinginclude ../Makefile.targ 41