Unleashed v1.4
[unleashed.git] / usr / src / psm / stand / boot / Makefile.rules
blob6dc057e009aa545dde18d6c7b912fff2886cdeb6
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
21 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
22 # Use is subject to license terms.
24 # psm/stand/boot/Makefile.rules
26 #CPPFLAGS += -DDEBUG=1
29 # Pattern matching rules to compile the source in the current directory
31 %.o: $(TOP_CMN_DIR)/util/%.c
32         $(COMPILE.c) -o $@ $<
33         $(POST_PROCESS_O)
35 %.o: $(TOP_CMN_DIR)/fs/%.c
36         $(COMPILE.c) -o $@ $<
37         $(POST_PROCESS_O)
39 %.o: $(PROM_DIR)/%.c
40         $(COMPILE.c) -o $@ $<
41         $(POST_PROCESS_O)
43 %.o: $(CMN_DIR)/%.c
44         $(COMPILE.c) -o $@ $<
45         $(POST_PROCESS_O)
47 %.o: $(PIM_DIR)/%.c
48         $(COMPILE.c) -o $@ $<
49         $(POST_PROCESS_O)
51 %.o: $(PAMD64_DIR)/%.c
52         $(COMPILE.c) -o $@ $<
53         $(POST_PROCESS_O)
55 %.o: $(PAMD64_DIR)/%.s
56         $(COMPILE.s) -o $@ $<
57         $(POST_PROCESS_O)
59 %.o: $(MACH_DIR)/%.s
60         $(COMPILE.s) -o $@ $<
61         $(POST_PROCESS_O)
63 %.o: $(MACH_DIR)/%.c
64         $(COMPILE.c) -o $@ $<
65         $(POST_PROCESS_O)
67 %.o: %.s
68         $(COMPILE.s) -o $@ $<
69         $(POST_PROCESS_O)
71 %.o: $(PLAT_DIR)/%.c
72         $(COMPILE.c) -o $@ $<
73         $(POST_PROCESS_O)
76 # Rules to compile libraries needed to build the boot loaders.
78 $(LIBPROM_DIR)/libprom.a $(LIBPLAT_DEP) $(LIBNAME_DIR)/libnames.a: FRC
79         @cd $(@D); pwd; $(MAKE) $(@F)
81 FRC: