Changeset 143 for trunk/Makefile.tools


Ignore:
Timestamp:
Sep 2, 2010, 4:33:08 PM (14 years ago)
Author:
rosiere
Message:

1) change environment.sh
2) add lot of include

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.tools

    r138 r143  
    5959#VALGRIND                               = valgrind --tool=memcheck --leak-check=yes --show-reachable=yes
    6060VALGRIND                                = valgrind --tool=memcheck --leak-check=full --show-reachable=yes --leak-resolution=high --partial-loads-ok=yes --undef-value-errors=yes
    61 labs_network_CC_PREFIX                  = $(DISTCC)
    62 labs_local_CC_PREFIX                    =
    63 home_CC_PREFIX                          =
    64 CC_PREFIX                               = $($(MORPHEO_LOCALIZATION)_CC_PREFIX)
     61ifeq ($(MORPHEO_DISTCC), 0)
     62CC_PREFIX                               =
     63else
     64CC_PREFIX                               = $(DISTCC)
     65endif
    6566CC_FLAGS_COMMON                         = -O3 -m32 -Wall -Wunused -g3 -pg
    6667                                        # -static -march=i686
Note: See TracChangeset for help on using the changeset viewer.