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

Quelle  Makefile   Sprache: unbekannt

 
SPDX-License-Identifier: GPL-2.0
CC = gcc
CFLAGS = -O2 -Wall -pthread

all: trace-agent

.c.o:
 $(CC) $(CFLAGS) -c $^ -o $@

trace-agent: trace-agent.o trace-agent-ctl.o trace-agent-rw.o
 $(CC) $(CFLAGS) -o $@ $^

clean:
 rm -f *.o trace-agent

Messung V0.5
C=97 H=97 G=96

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]