Makefile revision 7b1019a6d29ccb7999dc76cba3dde1c627e8e609
1N/A#
1N/A# This file and its contents are supplied under the terms of the
1N/A# Common Development and Distribution License ("CDDL"), version 1.0.
1N/A# You may only use this file in accordance with the terms of version
1N/A# 1.0 of the CDDL.
1N/A#
1N/A# A full copy of the text of the CDDL should have accompanied this
1N/A# source. A copy of the CDDL is also available via the Internet at
1N/A# http://www.illumos.org/license/CDDL.
1N/A#
1N/A# Copyright 2016 Joyent, Inc.
1N/A#
1N/A
1N/Ainclude ../Makefile.cmd
1N/A
1N/ASUBDIRS= acpidump acpixtract
1N/A
1N/Aall:= TARGET= all
1N/Ainstall:= TARGET= install
1N/Aclean:= TARGET= clean
1N/Aclobber:= TARGET= clobber
1N/Alint:= TARGET= lint
1N/A_msg:= TARGET= catalog
1N/A
1N/A
1N/A.KEEP_STATE:
1N/A
1N/A.PARALLEL: $(SUBDIRS)
1N/A
1N/Aall: $(SUBDIRS)
1N/A
1N/A_msg:
1N/A
1N/Ainstall: $(SUBDIRS)
1N/A
1N/Aclean: $(SUBDIRS)
1N/A
1N/Aclobber: $(SUBDIRS)
1N/A
1N/Alint:
1N/A
1N/A$(SUBDIRS): common
1N/A @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
1N/A
1N/Acommon: FRC
1N/A @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
1N/A
1N/AFRC:
1N/A