Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/tools/bootconfig/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 789 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
SPDX-License-Identifier: GPL-2.0
Makefile for bootconfig command
include ../scripts/Makefile.include

bindir ?= /usr/bin

ifeq ($(srctree),)
srctree := $(patsubst %/,%,$(dir $(CURDIR)))
srctree := $(patsubst %/,%,$(dir $(srctree)))
endif

LIBSRC = $(srctree)/lib/bootconfig.c $(srctree)/include/linux/bootconfig.h
override CFLAGS += -Wall -g -I$(CURDIR)/include

ALL_TARGETS := bootconfig
ALL_PROGRAMS := $(patsubst %,$(OUTPUT)%,$(ALL_TARGETS))

all: $(ALL_PROGRAMS) test

$(OUTPUT)bootconfig: main.c include/linux/bootconfig.h $(LIBSRC)
 $(CC) $(filter %.c,$^) $(CFLAGS) $(LDFLAGS) -o $@

test: $(ALL_PROGRAMS) test-bootconfig.sh
 ./test-bootconfig.sh $(OUTPUT)

install: $(ALL_PROGRAMS)
 install $(OUTPUT)bootconfig $(DESTDIR)$(bindir)

clean:
 $(RM) -f $(OUTPUT)*.o $(ALL_PROGRAMS)

Messung V0.5
C=100 H=-100 G=100

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]