dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / picl / plugins / sun4u / daktari / frutree / Makefile
blobb9db776128d02a7746561fe8e3bca7a4b0ede610
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 include $(SRC)/Makefile.psm
28 LIBRARY= libpiclfrutree.a
29 VERS= .1
31 OBJECTS= piclfrutree.o
33 # include library definitions
34 include $(SRC)/lib/Makefile.lib
36 ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-880
38 include $(SRC)/cmd/picl/plugins/Makefile.com
41 CPPFLAGS += -I$(SRC)/uts/sun4u/ -I$(SRC)/uts/common/
42 CPPFLAGS += -I$(SRC)/lib/libdevfsevent -I$(SRC)/uts/common
44 SRCS= $(OBJECTS:%.o=%.c)
46 LIBS = $(DYNLIB)
48 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
50 CONF= piclfrutree.conf
51 ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
52 $(ROOTCONF) := FILEMODE = 0644
53 INFOS= $(CONF:%.conf=%.info)
56 CLOBBERFILES += $(LIBLINKS)
58 DEVTREE_SRC_DIR = $(SRC)/cmd/picl/plugins/common/devtree
59 DYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
60 LDLIBS += -L$(DEVTREE_SRC_DIR)
61 LDLIBS += -L$(SRC)/lib/libptree/$(MACH)
62 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
63 LDLIBS += -L$(ROOT)/usr/lib/picl/plugins
64 LDLIBS += -lc -lpicldevtree -lpicltree -lnvpair
66 .KEEP_STATE:
68 SUBDIRS=
70 POFILE= piclfrutree.po
72 all := TARGET= all
73 install := TARGET= install
74 clean := TARGET= clean
75 clobber := TARGET= clobber
76 _msg := TARGET= _msg
78 all: $(LIBS) $(LIBLINKS) $(CONF)
80 install: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCONF)
82 _msg: $(MSGDOMAIN) $(POFILE)
83 $(RM) $(MSGDOMAIN)/$(POFILE)
84 $(CP) $(POFILE) $(MSGDOMAIN)/dak_$(POFILE)
86 $(MSGDOMAIN):
87 $(INS.dir)
89 $(LIBLINKS): FRC
90 $(RM) $@; $(SYMLINK) $(DYNLIB) $@
92 # include library targets
93 include $(SRC)/lib/Makefile.targ
94 include $(SRC)/cmd/picl/plugins/Makefile.targ
96 $(SUBDIRS): FRC
97 @cd $@; pwd; $(MAKE) $(TARGET)
99 $(CONF): $(INFOS)
100 $(RM) $@
101 $(CPP) piclfrutree.info >$@
103 FRC: