e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# CDDL HEADER START
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# The contents of this file are subject to the terms
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# of the Common Development and Distribution License
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# (the "License"). You may not use this file except
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# in compliance with the License.
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# You can obtain a copy of the license at
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# See the License for the specific language governing
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# permissions and limitations under the License.
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# When distributing Covered Code, include this CDDL
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# HEADER in each file and include the License file at
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# usr/src/OPENSOLARIS.LICENSE. If applicable,
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# add the following below this CDDL HEADER, with the
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# fields enclosed by brackets "[]" replaced with your
e716e8ef3da79022243910c2db73b2a4bd555c78Timo Sirainen# own identifying information: Portions Copyright [yyyy]
EXTRA_CFILES= \
elided.c \
$(EXTRA_CFILES:%.c=%.lint):
%: libmicro.a %.o
$(CC) -o $(@) $(@).o $($(@)_EXTRA_DEPS) $(CFLAGS) libmicro.a $($(@)_EXTRA_LIBS) $(EXTRA_LIBS) -lpthread -lm
exec: exec_bin