X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=rules.mak;h=1c0eabb367ed91e71ad66f15caf32b3ea40b9bbd;hb=8cfef89271e27e4a7cd047835dc8161fad50bc5a;hp=0333ae3c958255898f4b17f77103ce6a6ca3e579;hpb=0f183e679d85fec74fc83f35f973cf8e56d97861;p=mirror_qemu.git diff --git a/rules.mak b/rules.mak index 0333ae3c95..1c0eabb367 100644 --- a/rules.mak +++ b/rules.mak @@ -7,6 +7,10 @@ MAKEFLAGS += -rR # Files with this suffixes are final, don't try to generate them # using implicit rules +%/trace-events: +%.hx: +%.py: +%.objs: %.d: %.h: %.c: @@ -22,8 +26,13 @@ QEMU_CXXFLAGS = -D__STDC_LIMIT_MACROS $(filter-out -Wstrict-prototypes -Wmissing # Flags for dependency generation QEMU_DGFLAGS += -MMD -MP -MT $@ -MF $(@D)/$(*F).d -# Same as -I$(SRC_PATH) -I., but for the nested source/object directories -QEMU_INCLUDES += -I$( $@, \ + "GEN","$@") + +%.1: + $(call TEXI2MAN) +%.7: + $(call TEXI2MAN) +%.8: + $(call TEXI2MAN)