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#
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#
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# This makefile drives the production of the graphics private
29# interface kernel module.
30#
31# i86xpv platform dependent
32#

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

91
92clean.lint: $(CLEAN_LINT_DEPS)
93
94install: $(INSTALL_DEPS)
95
96# Custom targets and rules
97
98$(OBJS_DIR)/$(VGATEXT_FONT).c: $(VGATEXT_SRC)/$(VGATEXT_FONT).bdf
26#
27
28#
29# This makefile drives the production of the graphics private
30# interface kernel module.
31#
32# i86xpv platform dependent
33#

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

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