Searched refs:CFLAGS (Results 1 - 25 of 142) sorted by relevance

123456

/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A DMakefile.Aix32 CFLAGS= -O3
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/mqueues/
H A DMakefile4 CFLAGS=-Wall -O2 -g macro
9 $(CC) $(CFLAGS) $(INCLUDE) $< -o $@ $(LIB)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/semaphores/
H A DMakefile5 CFLAGS=-Wall -O2 -g macro
11 $(CC) $(CFLAGS) $(INCLUDE) $< -o $@ $(LIB) -lpthread
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/timers/clocks/
H A DMakefile8 #CFLAGS = -g -O2 -Wall -Werror
9 CFLAGS = -g -O2 -Wall -Werror -DDEBUG macro
20 $(CC) $(CFLAGS) $(INCLUDE) $< -o $@ $(LDPATH) $(LIB)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/timers/timers/
H A DMakefile8 CFLAGS = -g -O2 -Wall -Werror macro
19 $(CC) $(CFLAGS) $(INCLUDE) $< -o $@ $(LDPATH) $(LIB)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/semaphores/
H A DMakefile9 CFLAGS=-Wall -O2 -g -I$(POSIX_DIR_INC) -L$(POSIX_DIR_LIB) macro
14 $(CC) $(CFLAGS) $(INCLUDE) $< -o $@ $(LIB) -lpthread
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/schedule/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/fork/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cancel/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_init/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_create/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_exit/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_getschedparam/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_kill/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_init/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_lock/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_trylock/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_once/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_self/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_getvalue/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_init/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_open/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/mqueues/
H A DMakefile10 CFLAGS=-Wall -O2 -g -I$(POSIX_DIR_INC) -L$(POSIX_DIR_LIB) -lpthread macro
15 $(CC) $(CFLAGS) $(INCLUDE) $< -o $@ $(LIB)
/haiku-fatelf/src/bin/bash/support/
H A DMakefile.in46 CFLAGS = @CFLAGS@
58 LDFLAGS = @LDFLAGS@ $(LOCAL_LDFLAGS) $(CFLAGS)
66 CCFLAGS = $(BASE_CCFLAGS) $(CPPFLAGS) $(CFLAGS)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
10 # CFLAGS += -DPLOT_OUTPUT
21 $(CC) $(CFLAGS) -DPLOT_OUTPUT -o s-c s-c.c $(LDFLAGS)

Completed in 79 milliseconds

123456