mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
add perf target to windows makefile
Signed-off-by: Cornu, Marcel D <marcel.d.cornu@intel.com>
This commit is contained in:
parent
496255cda6
commit
00d6e6fe87
@ -335,6 +335,8 @@ perfs = \
|
||||
|
||||
perfs: lib $(perfs)
|
||||
$(perfs): $(@B).obj
|
||||
perf: $(perfs)
|
||||
!$?
|
||||
|
||||
progs = \
|
||||
igzip.exe
|
||||
|
@ -99,6 +99,8 @@ endif
|
||||
@echo '' >> $@
|
||||
@echo 'perfs: lib $$(perfs)' >> $@
|
||||
@echo '$$(perfs): $$(@B).obj' >> $@
|
||||
@echo 'perf: $$(perfs)' >> $@
|
||||
@echo ' !$$?' >> $@
|
||||
@echo '' >> $@
|
||||
@printf 'progs =' >> $@
|
||||
@$(foreach prog, $(notdir $(bin_PROGRAMS)), printf " %s\n\t%s.exe" \\ $(prog) >> $@; )
|
||||
|
Loading…
Reference in New Issue
Block a user