Makefile revision 1
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER START
199767f8919635c4928607450d9e0abb932109ceToomas Soome# The contents of this file are subject to the terms of the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Common Development and Distribution License (the "License").
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You may not use this file except in compliance with the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
199767f8919635c4928607450d9e0abb932109ceToomas Soome# See the License for the specific language governing permissions
199767f8919635c4928607450d9e0abb932109ceToomas Soome# and limitations under the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# When distributing Covered Code, include this CDDL HEADER in each
199767f8919635c4928607450d9e0abb932109ceToomas Soome# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# If applicable, add the following below this CDDL HEADER, with the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# fields enclosed by brackets "[]" replaced with your own identifying
199767f8919635c4928607450d9e0abb932109ceToomas Soome# information: Portions Copyright [yyyy] [name of copyright owner]
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER END
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Use is subject to license terms.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# ident "%Z%%M% %I% %E% SMI"
199767f8919635c4928607450d9e0abb932109ceToomas SoomeOBJS= assert.o cf.o clock.o clrerr.o config.o debug.o errstring.o exc.o \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fclose.o feof.o ferror.o fflush.o fget.o findfp.o flags.o fopen.o \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fpos.o fprintf.o fpurge.o fput.o fread.o fscanf.o fseek.o fvwrite.o \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fwalk.o fwrite.o get.o heap.o ldap.o makebuf.o match.o mbdb.o \
199767f8919635c4928607450d9e0abb932109ceToomas Soome memstat.o niprop.o path.o put.o refill.o rewind.o rpool.o setvbuf.o \
199767f8919635c4928607450d9e0abb932109ceToomas Soome sem.o shm.o signal.o smstdio.o snprintf.o sscanf.o stdio.o \
199767f8919635c4928607450d9e0abb932109ceToomas Soome strcasecmp.o strdup.o strerror.o strexit.o string.o stringf.o strio.o \
199767f8919635c4928607450d9e0abb932109ceToomas Soome strl.o strrevcmp.o strto.o test.o ungetc.o util.o vasprintf.o \
199767f8919635c4928607450d9e0abb932109ceToomas Soome vfprintf.o vfscanf.o vprintf.o vsnprintf.o wbuf.o wsetup.o xtrap.o
199767f8919635c4928607450d9e0abb932109ceToomas SoomeTESTS= t-event t-exc t-rpool t-string t-smstdio t-match t-strio t-heap \
199767f8919635c4928607450d9e0abb932109ceToomas Soome t-fopen t-strl t-strrevcmp t-path t-float t-scanf t-sem t-shm \
199767f8919635c4928607450d9e0abb932109ceToomas Soome $(RM) $(OBJS) $(libsm) $(TESTS) foo t-smstdio.1