Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/tty/vt/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  Makefile   Sprache: C

 
SPDX-License-Identifier: GPL-2.0
java.lang.NullPointerException
This file contains the font map for the default (hardware) font
java.lang.NullPointerException
FONTMAPFILE = cp437.uni

obj-$(CONFIG_VT)   += vt_ioctl.o vc_screen.o \
        selection.o keyboard.o \
        vt.o defkeymap.o
obj-$(CONFIG_CONSOLE_TRANSLATIONS) += consolemap.o consolemap_deftbl.o \
        ucs.o

Files generated that shall be removed upon make clean
clean-files := consolemap_deftbl.c defkeymap.c \
  ucs_width_table.h ucs_recompose_table.h ucs_fallback_table.h

hostprogs += conmakehash

quiet_cmd_conmk = CONMK   $@
      cmd_conmk = $(obj)/conmakehash $< > $@

$(obj)/consolemap_deftbl.c: $(src)/$(FONTMAPFILE) $(obj)/conmakehash
 $(call cmd,conmk)

$(obj)/defkeymap.o:  $(obj)/defkeymap.c

Uncomment if you're changing the keymap and have an appropriate
loadkeys version for the map. By default, we'll use the shipped
versions.
GENERATE_KEYMAP := 1

ifdef GENERATE_KEYMAP

$(obj)/defkeymap.c: $(obj)/%.c: $(src)/%.map
 loadkeys --mktable --unicode $< > $@

endif

$(obj)/ucs.o: $(src)/ucs.c $(obj)/ucs_width_table.h \
  $(obj)/ucs_recompose_table.h $(obj)/ucs_fallback_table.h

You may uncomment one of those to have the UCS tables be regenerated
during the build process. By default the _shipped versions are used.
java.lang.NullPointerException
#GENERATE_UCS_TABLES := 1
#GENERATE_UCS_TABLES := 2  invokes gen_ucs_recompose_table.py with --full

ifdef GENERATE_UCS_TABLES

$(obj)/ucs_width_table.h: $(src)/gen_ucs_width_table.py
 $(PYTHON3) $< -o $@

ifeq ($(GENERATE_UCS_TABLES),2)
gen_recomp_arg := --full
else
gen_recomp_arg :=
endif

$(obj)/ucs_recompose_table.h: $(src)/gen_ucs_recompose_table.py
 $(PYTHON3) $< -o $@ $(gen_recomp_arg)

$(obj)/ucs_fallback_table.h: $(src)/gen_ucs_fallback_table.py
 $(PYTHON3) $< -o $@

endif

Messung V0.5
C=94 H=89 G=91

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.