8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / picl / plugins / sun4u / lw8 / fruaccess / Makefile
blob29a68aec1835fae1f9c375a40d41e8ceba646a1c
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
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.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
27 include $(SRC)/Makefile.psm
29 LIBRARY= libfruaccess.a
30 VERS= .1
32 OBJECTS= libfruaccess.o
34 # include library definitions
35 include $(SRC)/lib/Makefile.lib
37 ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Netra-T12
39 include $(SRC)/cmd/picl/plugins/Makefile.com
41 CPPFLAGS += -D_REENTRANT
42 CPPFLAGS += -I$(SRC)/uts/sun4u/ -I$(SRC)/uts/common/
44 SRCS= $(OBJECTS:%.o=%.c)
46 LIBS = $(DYNLIB)
48 ROOTLIBDIR = $(ROOT_PLAT_LIBDIR)
50 LINTSRC = $(LINTLIB:%.ln=%)
51 ROOTLINTDIR = $(ROOTLIBDIR)
52 ROOTLINT = $(LINTSRC:%=$(ROOTLINTDIR)/%)
54 CLEANFILES= $(LINTOUT) $(LINTLIB)
56 CFLAGS += $(CCVERBOSE)
57 CPPFLAGS += -I$(SRC)/uts/sun4u/lw8
58 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/sun4u/lib/fruaccess
59 DYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
60 LDLIBS += -L$(SRC)/lib/libptree/$(MACH)
61 LDLIBS += -L$(ROOT)/usr/lib/picl/plugins
62 LDLIBS += -lc -lpicltree
64 .KEEP_STATE:
66 SUBDIRS=
68 all := TARGET= all
69 install := TARGET= install
70 clean := TARGET= clean
71 clobber := TARGET= clobber
72 lint := TARGET= lint
73 _msg := TARGET= _msg
75 POFILE= libfruaccess.po
77 all: $(LIBS) $(LIBLINKS)
79 install: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS)
81 _msg: $(MSGDOMAIN) $(POFILE)
82 $(RM) $(MSGDOMAIN)/$(POFILE)
83 $(CP) $(POFILE) $(MSGDOMAIN)/lw8_$(POFILE)
85 $(MSGDOMAIN):
86 $(INS.dir)
88 $(LIBLINKS): FRC
89 rm -f $(LIBLINKS); ln -s $(DYNLIB) $(LIBLINKS)
91 # include library targets
92 include $(SRC)/cmd/picl/plugins/Makefile.targ
93 include $(SRC)/lib/Makefile.targ
95 $(ROOTLINTDIR)/%: ../%
96 $(INS.file)
98 lint :
99 $(LINT.c) $(SRCS)
101 $(SUBDIRS): FRC
102 @cd $@; pwd; $(MAKE) $(TARGET)
104 FRC: