Makefile (b6805bf78d2bbbeeaea8909a05623587b42d58b3) Makefile (7b07063d906859b2be1e88791f801b3c96e432f6)
1#
2# CDDL HEADER START
3#
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.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 8 unchanged lines hidden (view full) ---

17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# uts/i86pc/gfx_private/Makefile
23# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
1#
2# CDDL HEADER START
3#
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.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 8 unchanged lines hidden (view full) ---

17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# uts/i86pc/gfx_private/Makefile
23# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
25#
26
27#
28# i86pc platform dependent
29#
30
31#
32# Path to the base of the uts directory tree (usually /usr/src/uts).

--- 62 unchanged lines hidden (view full) ---

95
96clean.lint: $(CLEAN_LINT_DEPS)
97
98install: $(INSTALL_DEPS)
99
100# Custom targets and rules
101
102$(OBJS_DIR)/$(VGATEXT_FONT).c: $(VGATEXT_SRC)/$(VGATEXT_FONT).bdf
26#
27
28#
29# i86pc platform dependent
30#
31
32#
33# Path to the base of the uts directory tree (usually /usr/src/uts).

--- 62 unchanged lines hidden (view full) ---

96
97clean.lint: $(CLEAN_LINT_DEPS)
98
99install: $(INSTALL_DEPS)
100
101# Custom targets and rules
102
103$(OBJS_DIR)/$(VGATEXT_FONT).c: $(VGATEXT_SRC)/$(VGATEXT_FONT).bdf
103 awk -f $(VGATEXT_SRC)/bdf_to_c.awk \
104 $(AWK) -f $(VGATEXT_SRC)/bdf_to_c.awk \
104 $(VGATEXT_SRC)/$(VGATEXT_FONT).bdf > $@
105
106$(OBJS_DIR)/$(VGATEXT_FONT).o: $(OBJS_DIR)/$(VGATEXT_FONT).c
107 $(COMPILE.c) -o $@ $<
108 $(CTFCONVERT_O)
109
110#
111# Include common targets.
112#
113include $(UTSBASE)/i86pc/Makefile.targ
105 $(VGATEXT_SRC)/$(VGATEXT_FONT).bdf > $@
106
107$(OBJS_DIR)/$(VGATEXT_FONT).o: $(OBJS_DIR)/$(VGATEXT_FONT).c
108 $(COMPILE.c) -o $@ $<
109 $(CTFCONVERT_O)
110
111#
112# Include common targets.
113#
114include $(UTSBASE)/i86pc/Makefile.targ