░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/src/linux-azure-headers-6.8.0-1044/tools/tracing/latency
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: Makefile
# SPDX-License-Identifier: GPL-2.0 # Makefile for vm tools # VAR_CFLAGS := $(shell pkg-config --cflags libtracefs 2>/dev/null) VAR_LDLIBS := $(shell pkg-config --libs libtracefs 2>/dev/null) TARGETS = latency-collector CFLAGS = -Wall -Wextra -g -O2 $(VAR_CFLAGS) LDFLAGS = -lpthread $(VAR_LDLIBS) all: $(TARGETS) %: %.c $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) clean: $(RM) latency-collector prefix ?= /usr/local sbindir ?= ${prefix}/sbin install: all install -d $(DESTDIR)$(sbindir) install -m 755 -p $(TARGETS) $(DESTDIR)$(sbindir)
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Makefile
?
539 B
2024-03-10 20:38
EDIT