xref: /illumos-gate/usr/src/tools/ctf/dwarf/Makefile (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1#
2# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5#ident	"%Z%%M%	%I%	%E% SMI"
6
7include		../../Makefile.tools
8
9SUBDIRS	= $(MACH)
10
11all	:= TARGET= all
12install	:= TARGET= install
13clean	:= TARGET= clean
14clobber	:= TARGET= clobber
15lint	:= TARGET= lint
16
17.KEEP_STATE:
18
19install all clean clobber: $(SUBDIRS)
20
21lint:
22
23$(SUBDIRS): FRC
24	@cd $@; pwd; $(MAKE) $(TARGET)
25
26FRC:
27