Lines Matching +full:hal +full:. +full:o
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
11 # and limitations under the License.
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
22 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
26 # usr/src/lib/hal/libhal-storage/Makefile.com
29 LIBRARY = libhal-storage.a
30 VERS = .1.0.0
31 VERS_MAJ = .1
32 OBJECTS = libhal-storage.o
33 LIBPCSRC = hal-storage.pc
35 include ../../Makefile.com
41 SRCDIR = ../common
48 CPPFLAGS += -I$(ROOT)/usr/include/hal
50 ROOTMAJLINK = $(ROOTLIBDIR)/$(LIBRARY:.a=.so)$(VERS_MAJ)
51 ROOTMAJLINK64 = $(ROOTLIBDIR64)/$(LIBRARY:.a=.so)$(VERS_MAJ)
53 .KEEP_STATE:
65 include $(SRC)/lib/Makefile.targ