xref: /titanic_51/usr/src/lib/libctf/Makefile.shared.targ (revision 7fd791373689a6af05e27efec3b1ab556e02aa23)
1*7fd79137SRobert Mustacchi#
2*7fd79137SRobert Mustacchi# This file and its contents are supplied under the terms of the
3*7fd79137SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0.
4*7fd79137SRobert Mustacchi# You may only use this file in accordance with the terms of version
5*7fd79137SRobert Mustacchi# 1.0 of the CDDL.
6*7fd79137SRobert Mustacchi#
7*7fd79137SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this
8*7fd79137SRobert Mustacchi# source.  A copy of the CDDL is also available via the Internet at
9*7fd79137SRobert Mustacchi# http://www.illumos.org/license/CDDL.
10*7fd79137SRobert Mustacchi#
11*7fd79137SRobert Mustacchi
12*7fd79137SRobert Mustacchi#
13*7fd79137SRobert Mustacchi# Copyright (c) 2015, Joyent, Inc.  All rights reserved.
14*7fd79137SRobert Mustacchi#
15*7fd79137SRobert Mustacchi
16*7fd79137SRobert Mustacchi#
17*7fd79137SRobert Mustacchi# This Makefile is shared between both the tools and the normal library build.
18*7fd79137SRobert Mustacchi#
19*7fd79137SRobert Mustacchi
20*7fd79137SRobert Mustacchipics/%.o: $(SRC)/common/ctf/%.c
21*7fd79137SRobert Mustacchi	$(COMPILE.c) -o $@ $<
22*7fd79137SRobert Mustacchi	$(POST_PROCESS_O)
23*7fd79137SRobert Mustacchi
24*7fd79137SRobert Mustacchipics/%.o: $(SRC)/common/list/%.c
25*7fd79137SRobert Mustacchi	$(COMPILE.c) -o $@ $<
26*7fd79137SRobert Mustacchi	$(POST_PROCESS_O)
27*7fd79137SRobert Mustacchi
28*7fd79137SRobert Mustacchipics/%.o: $(SRC)/lib/mergeq/%.c
29*7fd79137SRobert Mustacchi	$(COMPILE.c) -o $@ $<
30*7fd79137SRobert Mustacchi	$(POST_PROCESS_O)
31