cfg_dev.mk, defs-orig.mk, rules.mk: Add support for YStopWatchThreadList

This commit is contained in:
Jan Lindemann 2002-04-01 17:16:36 +00:00 committed by Jan Lindemann
commit f1db64eafa
3 changed files with 15 additions and 3 deletions

View file

@ -136,6 +136,11 @@ CPPFLAGS += -fprofile-arcs -ftest-coverage
LDFLAGS += -fprofile-arcs -ftest-coverage
endif
ifeq ($(USE_TIMER),true)
CFLAGS += -D_USE_TIMER_
CPPFLAGS += -D_USE_TIMER_
endif
LDFLAGS += -L$(LIBDIR) $(PROJECTLIB_LDFLAGS) $(LOCAL_LDFLAGS) $(PROJECT_LDFLAGS) $(LPPFLAGS)
LDREST += $(LDAUDIO) $(LDFFTW) -ldl
CC = $(YAMD)gcc