Makefile.perf (db8486626246f86d8f6f77ff0020c68a6dda2e23) Makefile.perf (b4f9166847354cb839c275c062c6b17afba49211)
1include ../scripts/Makefile.include
2
3# The default target of this Makefile is...
4all:
5
6include config/utilities.mak
7
8# Define V to have a more verbose compile.

--- 361 unchanged lines hidden (view full) ---

370
371$(LIBTRACEEVENT)-clean:
372 $(call QUIET_CLEAN, libtraceevent)
373 @$(MAKE) -C $(TRACE_EVENT_DIR) O=$(OUTPUT) clean >/dev/null
374
375install-traceevent-plugins: $(LIBTRACEEVENT)
376 $(QUIET_SUBDIR0)$(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) install_plugins
377
1include ../scripts/Makefile.include
2
3# The default target of this Makefile is...
4all:
5
6include config/utilities.mak
7
8# Define V to have a more verbose compile.

--- 361 unchanged lines hidden (view full) ---

370
371$(LIBTRACEEVENT)-clean:
372 $(call QUIET_CLEAN, libtraceevent)
373 @$(MAKE) -C $(TRACE_EVENT_DIR) O=$(OUTPUT) clean >/dev/null
374
375install-traceevent-plugins: $(LIBTRACEEVENT)
376 $(QUIET_SUBDIR0)$(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) install_plugins
377
378LIBAPIKFS_SOURCES = $(wildcard $(LIB_PATH)fs/*.[ch] $(LIB_PATH)fd/*.[ch])
378$(LIBAPIKFS): FORCE
379 @$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) $(OUTPUT)libapikfs.a
379
380
380# if subdir is set, we've been called from above so target has been built
381# already
382$(LIBAPIKFS): $(LIBAPIKFS_SOURCES)
383ifeq ($(subdir),)
384 $(QUIET_SUBDIR0)$(LIB_DIR) $(QUIET_SUBDIR1) O=$(OUTPUT) libapikfs.a
385endif
386
387$(LIBAPIKFS)-clean:
381$(LIBAPIKFS)-clean:
388ifeq ($(subdir),)
389 $(call QUIET_CLEAN, libapikfs)
390 @$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) clean >/dev/null
382 $(call QUIET_CLEAN, libapikfs)
383 @$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) clean >/dev/null
391endif
392
393help:
394 @echo 'Perf make targets:'
395 @echo ' doc - make *all* documentation (see below)'
396 @echo ' man - make manpage documentation (access with man <foo>)'
397 @echo ' html - make html documentation'
398 @echo ' info - make GNU info documentation (access with info <foo>)'
399 @echo ' pdf - make pdf documentation'

--- 156 unchanged lines hidden ---
384
385help:
386 @echo 'Perf make targets:'
387 @echo ' doc - make *all* documentation (see below)'
388 @echo ' man - make manpage documentation (access with man <foo>)'
389 @echo ' html - make html documentation'
390 @echo ' info - make GNU info documentation (access with info <foo>)'
391 @echo ' pdf - make pdf documentation'

--- 156 unchanged lines hidden ---