224N/A#
224N/A# CDDL HEADER START
224N/A#
224N/A# The contents of this file are subject to the terms of the
224N/A# Common Development and Distribution License, Version 1.0 only
224N/A# (the "License"). You may not use this file except in compliance
224N/A# with the License.
224N/A#
224N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
224N/A# or http://www.opensolaris.org/os/licensing.
224N/A# See the License for the specific language governing permissions
224N/A# and limitations under the License.
224N/A#
224N/A# When distributing Covered Code, include this CDDL HEADER in each
224N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
224N/A# If applicable, add the following below this CDDL HEADER, with the
224N/A# fields enclosed by brackets "[]" replaced with your own identifying
224N/A# information: Portions Copyright [yyyy] [name of copyright owner]
224N/A#
224N/A# CDDL HEADER END
3996N/A#
224N/A#
224N/A# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
224N/A# Use is subject to license terms.
224N/A#
2716N/A
3542N/AFSTYPE= ufs
3542N/ALIBPROG= fssnap
224N/A
224N/Ainclude ../../Makefile.fstype
618N/AFSSNAPOBJS= fssnap.o
224N/AFSSNAPSRCS= $(FSSNAPOBJS:%.o=%.c)
844N/A
844N/ATOPDIR= ../..
2716N/ATOPOBJS= fssnapsup.o
224N/ATOPSRCS= $(TOPOBJS:%.o=%.c)
224N/A
1273N/AOBJS= $(FSSNAPOBJS) $(TOPOBJS)
224N/ASRCS= $(FSSNAPSRCS) $(TOPSRCS)
3542N/A
3542N/ACPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
3996N/ACERRWARN += -_gcc=-Wno-type-limits
3996N/ACERRWARN += -_gcc=-Wno-implicit-function-declaration
3996N/ACERRWARN += -_gcc=-Wno-unused-variable
224N/ACERRWARN += -_gcc=-Wno-uninitialized
224N/ALDLIBS += -lkstat -ldevinfo
224N/A
224N/A# message catalog
224N/APOFILE= fssnap.po
224N/A
224N/Acatalog: $(POFILE)
224N/A
224N/A$(LIBPROG): $(OBJS)
224N/A $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
224N/A $(POST_PROCESS)
224N/A
224N/A%.o: $(TOPDIR)/%.c
224N/A $(COMPILE.c) $<
224N/A
224N/A
224N/Alint: lint_SRCS
224N/A
224N/Aclean:
224N/A $(RM) $(FSSNAPOBJS) $(TOPOBJS)
224N/A