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
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]
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
32 # sun4u implementation architecture dependent
36 # Path to the base of the uts directory tree (usually /usr/src/uts).
41 # Include common rules.
43 include $(UTSBASE
)/sun4u
/quasar
/Makefile.quasar
47 install := TARGET
= install
48 install_h
:= TARGET
= install_h
49 clean := TARGET
= clean
50 clobber := TARGET
= clobber
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
67 def
all install_h
clean lint lintlib modlintlib
clean.lint
clobber check:
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
)/$@
81 @cd ..
/darwin
; $(MAKE
) $(TARGET
)
84 # Include common targets.
86 include $(UTSBASE
)/sun4u
/quasar
/Makefile.targ