Makefile (fad837c16cdd856c68ce2e1335ad0fe836ed8ecd) | Makefile (a12b51c478899fe0b7e874a559b05ba35f1128ee) |
---|---|
1# The default target of this Makefile is... 2all:: 3 4# Define V=1 to have a more verbose compile. 5# Define V=2 to have an even more verbose compile. 6# 7# Define SNPRINTF_RETURNS_BOGUS if your are on a system which snprintf() 8# or vsnprintf() return -1 instead of number of characters which would --- 373 unchanged lines hidden (view full) --- 382LIB_H += util/color.h 383LIB_H += util/values.h 384LIB_H += util/sort.h 385LIB_H += util/hist.h 386LIB_H += util/thread.h 387LIB_H += util/trace-event.h 388LIB_H += util/probe-finder.h 389LIB_H += util/probe-event.h | 1# The default target of this Makefile is... 2all:: 3 4# Define V=1 to have a more verbose compile. 5# Define V=2 to have an even more verbose compile. 6# 7# Define SNPRINTF_RETURNS_BOGUS if your are on a system which snprintf() 8# or vsnprintf() return -1 instead of number of characters which would --- 373 unchanged lines hidden (view full) --- 382LIB_H += util/color.h 383LIB_H += util/values.h 384LIB_H += util/sort.h 385LIB_H += util/hist.h 386LIB_H += util/thread.h 387LIB_H += util/trace-event.h 388LIB_H += util/probe-finder.h 389LIB_H += util/probe-event.h |
390LIB_H += util/cpumap.h |
|
390 391LIB_OBJS += util/abspath.o 392LIB_OBJS += util/alias.o 393LIB_OBJS += util/build-id.o 394LIB_OBJS += util/config.o 395LIB_OBJS += util/ctype.o 396LIB_OBJS += util/debugfs.o 397LIB_OBJS += util/environment.o --- 30 unchanged lines hidden (view full) --- 428LIB_OBJS += util/trace-event-read.o 429LIB_OBJS += util/trace-event-info.o 430LIB_OBJS += util/trace-event-scripting.o 431LIB_OBJS += util/svghelper.o 432LIB_OBJS += util/sort.o 433LIB_OBJS += util/hist.o 434LIB_OBJS += util/probe-event.o 435LIB_OBJS += util/util.o | 391 392LIB_OBJS += util/abspath.o 393LIB_OBJS += util/alias.o 394LIB_OBJS += util/build-id.o 395LIB_OBJS += util/config.o 396LIB_OBJS += util/ctype.o 397LIB_OBJS += util/debugfs.o 398LIB_OBJS += util/environment.o --- 30 unchanged lines hidden (view full) --- 429LIB_OBJS += util/trace-event-read.o 430LIB_OBJS += util/trace-event-info.o 431LIB_OBJS += util/trace-event-scripting.o 432LIB_OBJS += util/svghelper.o 433LIB_OBJS += util/sort.o 434LIB_OBJS += util/hist.o 435LIB_OBJS += util/probe-event.o 436LIB_OBJS += util/util.o |
437LIB_OBJS += util/cpumap.o |
|
436 437BUILTIN_OBJS += builtin-annotate.o 438 439BUILTIN_OBJS += builtin-bench.o 440 441# Benchmark modules 442BUILTIN_OBJS += bench/sched-messaging.o 443BUILTIN_OBJS += bench/sched-pipe.o --- 734 unchanged lines hidden --- | 438 439BUILTIN_OBJS += builtin-annotate.o 440 441BUILTIN_OBJS += builtin-bench.o 442 443# Benchmark modules 444BUILTIN_OBJS += bench/sched-messaging.o 445BUILTIN_OBJS += bench/sched-pipe.o --- 734 unchanged lines hidden --- |