|
@@ -349,16 +349,6 @@ install-gtk: $(OUTPUT)libperf-gtk.so
|
|
|
$(INSTALL) $(OUTPUT)libperf-gtk.so '$(DESTDIR_SQ)$(libdir_SQ)'
|
|
|
endif
|
|
|
|
|
|
-ifndef NO_LIBPERL
|
|
|
- LIB_OBJS += $(OUTPUT)util/scripting-engines/trace-event-perl.o
|
|
|
- LIB_OBJS += $(OUTPUT)scripts/perl/Perf-Trace-Util/Context.o
|
|
|
-endif
|
|
|
-
|
|
|
-ifndef NO_LIBPYTHON
|
|
|
- LIB_OBJS += $(OUTPUT)util/scripting-engines/trace-event-python.o
|
|
|
- LIB_OBJS += $(OUTPUT)scripts/python/Perf-Trace-Util/Context.o
|
|
|
-endif
|
|
|
-
|
|
|
ifeq ($(NO_PERF_REGS),0)
|
|
|
ifeq ($(ARCH),x86)
|
|
|
LIB_H += arch/x86/include/perf_regs.h
|
|
@@ -459,18 +449,6 @@ $(OUTPUT)%.o: %.S
|
|
|
$(OUTPUT)%.s: %.S
|
|
|
$(QUIET_CC)$(CC) -o $@ -E $(CFLAGS) $<
|
|
|
|
|
|
-$(OUTPUT)util/scripting-engines/trace-event-perl.o: util/scripting-engines/trace-event-perl.c $(OUTPUT)PERF-CFLAGS
|
|
|
- $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-undef -Wno-switch-default $<
|
|
|
-
|
|
|
-$(OUTPUT)scripts/perl/Perf-Trace-Util/Context.o: scripts/perl/Perf-Trace-Util/Context.c $(OUTPUT)PERF-CFLAGS
|
|
|
- $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-undef -Wno-switch-default $<
|
|
|
-
|
|
|
-$(OUTPUT)util/scripting-engines/trace-event-python.o: util/scripting-engines/trace-event-python.c $(OUTPUT)PERF-CFLAGS
|
|
|
- $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow $<
|
|
|
-
|
|
|
-$(OUTPUT)scripts/python/Perf-Trace-Util/Context.o: scripts/python/Perf-Trace-Util/Context.c $(OUTPUT)PERF-CFLAGS
|
|
|
- $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs $<
|
|
|
-
|
|
|
$(OUTPUT)perf-%: %.o $(PERFLIBS)
|
|
|
$(QUIET_LINK)$(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(filter %.o,$^) $(LIBS)
|
|
|
|