tools/perf/ui/gtk/Build

Source file repositories/reference/linux-study-clean/tools/perf/ui/gtk/Build

File Facts

System
Linux kernel
Corpus path
tools/perf/ui/gtk/Build
Extension
[no extension]
Size
311 bytes
Lines
15
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: tools
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

CFLAGS_gtk += -fPIC $(GTK_CFLAGS) -Wno-deprecated-declarations

gtk-y += browser.o
gtk-y += hists.o
gtk-y += setup.o
gtk-y += util.o
gtk-y += helpline.o
gtk-y += progress.o
gtk-y += annotate.o
gtk-y += zalloc.o

$(OUTPUT)ui/gtk/zalloc.o: ../lib/zalloc.c FORCE
	$(call rule_mkdir)
	$(call if_changed_dep,cc_o_c)

Annotation

Implementation Notes