Changeset 6816 for trunk/GDE/Makefile
- Timestamp:
- 09/09/10 22:40:57 (21 months ago)
- Files:
-
- 1 modified
-
trunk/GDE/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/GDE/Makefile
r5872 r6816 39 39 40 40 # -------------------------------------------------------------------------------- 41 # no warnings in this subtree41 # modify cflags for submakefiles 42 42 43 RAISE_WARNINGS=0 43 RAISE_WARNINGS=0# no warnings in this subtree 44 UNIT_TESTS=0# no warnings in this subtree 45 46 sub_cflags:=$(cflags) 44 47 45 48 ifeq ('$(RAISE_WARNINGS)','0') 46 sub_cflags:=$(subst -W -Wall,-w,$(cflags)) 47 else 48 sub_cflags:=$(cflags) 49 sub_cflags:=$(subst -W -Wall,-w,$(sub_cflags)) 50 endif 51 ifeq ('$(UNIT_TESTS)','0') 52 sub_cflags:=$(subst -DUNIT_TESTS,,$(sub_cflags)) 49 53 endif 50 54
