792N/A#
792N/A# CDDL HEADER START
1356N/A#
792N/A# The contents of this file are subject to the terms of the
1597N/A# Common Development and Distribution License (the "License").
792N/A# You may not use this file except in compliance with the License.
792N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
919N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
919N/A#
792N/A# ident "%Z%%M% %I% %E% SMI"
792N/A#
792N/A
792N/APROG = hald-probe-volume
792N/AOBJS = probe-volume.o cdutils.o fsutils.o logger.o
792N/ASRCS = probe-volume.c
970N/A
970N/Ainclude ../../../Makefile.cmd
970N/Ainclude ../../Makefile.hal
1356N/A
970N/AROOTCMDDIR = $(ROOTLIB_HAL)
792N/A
792N/ALDLIBS += -lc -ldbus-1 -lhal -lfstyp -lnvpair -ladm -lefi
792N/A
911N/ACPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
911N/ACPPFLAGS += $(HAL_DBUS_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS)
911N/ACPPFLAGS += -I$(ROOT)/usr/include/hal -I../../utils -I../../hald
911N/AC99MODE = $(C99_ENABLE)
792N/A
792N/A.KEEP_STATE:
792N/A
1141N/Aall: $(PROG)
1141N/A
1425N/Alogger.o: ../../hald/logger.c
1199N/A $(COMPILE.c) -o $@ ../../hald/logger.c
792N/A $(POST_PROCESS_O)
930N/A
924N/Afsutils.o: ../../utils/fsutils.c
1440N/A $(COMPILE.c) -o $@ ../../utils/fsutils.c
1508N/A $(POST_PROCESS_O)
1508N/A
792N/Acdutils.o: ../../utils/cdutils.c
1199N/A $(COMPILE.c) -o $@ ../../utils/cdutils.c
1199N/A $(POST_PROCESS_O)
1199N/A
792N/A$(PROG): $(OBJS)
792N/A $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
792N/A $(POST_PROCESS)
1610N/A
792N/Ainstall: all $(ROOTCMD)
792N/A
792N/Aclean:
792N/A $(RM) $(OBJS)
1199N/A
792N/AFRC:
792N/A
1597N/Ainclude ../../../Makefile.targ
792N/A