Searched refs:CFLAGS (Results 1 - 25 of 142) sorted by last modified time

123456

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dmakefile12 CFLAGS = -D_NO_INLINE_ASM -O0 -g -fno-exceptions -fno-rtti -I. -fcheck-memory-usage macro
33 $(CC) -c $(DEFINES) $(CFLAGS) -o $@ $<
36 $(CC) -c $(DEFINES) $(CFLAGS) -o $@ $<
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A DMakefile.Aix32 CFLAGS= -O3
H A DMakefile.SunOS34 CFLAGS = -O $(extra_CFLAGS)
H A DMakefile.com63 $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
110 $(CC) -o tattle $(CFLAGS) -I. ../tattle.c libmicro.a -lrt -lm
116 $(CC) -o $(@) $(@).o $($(@)_EXTRA_DEPS) $(CFLAGS) libmicro.a $($(@)_EXTRA_LIBS) $(EXTRA_LIBS) -lpthread -lm
121 $(CC) -o exec_bin $(CFLAGS) exec_bin.o
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A DMakefile11 CFLAGS=-O2 -DNDEBUG $(WFLAGS) $(MORECFLAGS) macro
12 CXX=g++ $(CFLAGS)
H A Dconfigure1196 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1688 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1689 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/
H A DMakefile57 CFLAGS = -g -O2 -Wall -Werror -D_POSIX_C_SOURCE=200112L macro
61 CFLAGS += $(call check_gcc,-std=c99,)
62 CFLAGS += $(call check_gcc,-std=gnu99,)
84 if $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS) > $$COMPLOG 2>&1; \
168 if $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@ $(LDFLAGS) > $$COMPLOG 2>&1; \
/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/threads/condvar/
H A DMakefile7 CFLAGS := -Wall -I../../../include -O2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/pi_test/
H A DMakefile5 CFLAGS+=-Wall -D_GNU_SOURCE -g -I../include
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/robust_test/
H A DMakefile5 CFLAGS+=-Wall -g -I../include
/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/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/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/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/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_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)
/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

Completed in 249 milliseconds

123456