summaryrefslogtreecommitdiff
path: root/usr/src/tools/ctf/dwarf/Makefile.com
blob: 9c8ab96b4e12dc799be37dae073b706243e61295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#ident	"%Z%%M%	%I%	%E% SMI"

include ../../Makefile.ctf

.KEEP_STATE:
.PARALLEL:

all:	libdwarf.so

install: all $(ROOTONBLDLIBMACH)/libdwarf.so.1

clean clobber:
	$(RM) libdwarf.so

FILEMODE	= 0755

%.so: %.so.1
	-$(RM) $@ ; \
	$(SYMLINK) ./$< $@

$(ROOTONBLDLIBMACH)/%: %
	$(INS.file)