8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / picl / plugins / sun4u / cherrystone / psvcplugin / Makefile
blob77267c4004a0dae0a0de05571b452e3e4f1dab5e
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
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
26 LIBRARY= libpsvcplugin_psr.a
27 VERS= .1
29 OBJECTS= psvcplugin.o
31 # include library definitions
32 include $(SRC)/lib/Makefile.lib
33 include $(SRC)/Makefile.psm
35 include $(SRC)/cmd/picl/plugins/Makefile.com
37 SRCS= $(OBJECTS:%.o=%.c)
39 LIBS = $(DYNLIB)
41 ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-480R
43 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
45 CLEANFILES= $(LINTOUT) $(LINTLIB)
47 CPPFLAGS += -I$(SRC)/uts/sun4u
48 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
49 CPPFLAGS += -D_REENTRANT
51 CFLAGS += $(CCVERBOSE)
52 LDLIBS += -L$(SRC)/lib/libpicl/$(MACH) -L$(SRC)/lib/libpicltree/$(MACH)
53 LDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
54 LDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcplugin
55 DYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
57 LDLIBS += -lc -lpicltree -lpicl -lpsvcobj -lpsvcplugin
59 LINTFLAGS +=
61 .KEEP_STATE:
63 SUBDIRS=
65 POFILE= psvcplugin.po
66 POFILE_RENAME= psvcplugin_cstone.po
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 all: $(LIBS) $(LIBLINKS)
77 install: all $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
79 _msg: $(MSGDOMAIN) $(POFILE)
80 $(RM) $(MSGDOMAIN)/$(POFILE)
81 $(CP) $(POFILE) $(MSGDOMAIN)/$(POFILE_RENAME)
83 $(MSGDOMAIN):
84 $(INS.dir)
86 $(LIBLINKS): FRC
87 $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
89 # include library targets
90 include $(SRC)/cmd/picl/plugins/Makefile.targ
91 include $(SRC)/lib/Makefile.targ
93 lint :
94 $(LINT.c) $(SRCS)
96 $(SUBDIRS): FRC
97 @cd $@; pwd; $(MAKE) $(TARGET)
99 FRC: