8354 sync regcomp(3C) with upstream (fix make catalog)
[unleashed/tickless.git] / usr / src / uts / sun4u / quasar / Makefile
blobb7f29bd0d4b089dbb6bf322a42046259c02756dc
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License, Version 1.0 only
6 # (the "License"). You may not use this file except in compliance
7 # with the License.
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # or http://www.opensolaris.org/os/licensing.
11 # See the License for the specific language governing permissions
12 # and limitations under the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
20 # CDDL HEADER END
23 # uts/sun4u/quasar/Makefile
24 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
25 # Use is subject to license terms.
27 #ident "%Z%%M% %I% %E% SMI"
29 # This makefile drives the production of the sun4u quasar platform
30 # module.
32 # sun4u implementation architecture dependent
36 # Path to the base of the uts directory tree (usually /usr/src/uts).
38 UTSBASE = ../..
41 # Include common rules.
43 include $(UTSBASE)/sun4u/quasar/Makefile.quasar
45 def := TARGET= def
46 all := TARGET= all
47 install := TARGET= install
48 install_h := TARGET= install_h
49 clean := TARGET= clean
50 clobber := TARGET= clobber
51 lint := TARGET= lint
52 lintlib := TARGET= lintlib
53 modlintlib := TARGET= modlintlib
54 modlist := TARGET= modlist
55 modlist := NO_STATE= -K $$MODSTATE$$$$
56 clean.lint := TARGET= clean.lint
57 check := TARGET= check
60 # Default build targets.
62 # Note that quasar doesn't currently have any modules of its own to
63 # build.
65 .KEEP_STATE:
67 def all install_h clean lint lintlib modlintlib clean.lint clobber check:
69 modlist:
71 install: install_darwin $(INSTALL_DEPS) $(USR_QUASAR_DIR)
73 INSTALL_TARGET = platmod
75 platmod: $(ROOT_QUASAR_MISC_DIR)
76 -@$(RM) -r $(OBJS_DIR)
77 -@$(RM) $(ROOT_QUASAR_MISC_DIR)/$@
78 $(SYMLINK) $(ROOT_QUASAR_MISC_LINK)/$@ $(ROOT_QUASAR_MISC_DIR)/$@
80 install_darwin:
81 @cd ../darwin; $(MAKE) $(TARGET)
84 # Include common targets.
86 include $(UTSBASE)/sun4u/quasar/Makefile.targ