mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk, rules.mk: Move GENERATE_FUNC_TIMERS from rules.mk to defs.mk.in
This commit is contained in:
parent
7939670eb7
commit
6a01ace009
2 changed files with 3 additions and 3 deletions
|
|
@ -267,6 +267,7 @@ ifeq ($(USE_VALGRIND),true)
|
|||
endif
|
||||
|
||||
ifeq ($(USE_TIMER),true)
|
||||
GENERATE_FUNC_TIMERS = $(MODDIR)/YStopWatchThreadList/generate_func_timers.sh
|
||||
CFLAGS += -D_USE_TIMER_
|
||||
CPPFLAGS += -D_USE_TIMER_
|
||||
endif
|
||||
|
|
@ -358,4 +359,3 @@ ifneq ($(wildcard local.mk),)
|
|||
include local.mk
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
GENERATE_FUNC_TIMERS = $(MODDIR)/YStopWatchThreadList/generate_func_timers.sh
|
||||
|
||||
all: all.done
|
||||
|
||||
.PRECIOUS: $(LOCAL_H)
|
||||
|
||||
echo_all:
|
||||
@echo "$(ALL)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue