Changeset 20219

Show
Ignore:
Timestamp:
05/15/07 05:54:27 (1 year ago)
Author:
patrick
Message:

Disable building profiled libraries. Right now, Flagpoll does not quite
support what we need in order to be able to build profiled libraries, and
until that is resolved, there is no easy way for the profiled build to be
fixed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/gadgeteer/Makefile.in

    r19729 r20219  
    119119# If we can build both C and C++ profiled objects, we will build profiled 
    120120# libraries. 
    121 ifeq ($(BUILD_PROF_C), Y) 
    122 ifeq ($(BUILD_PROF_CXX), Y) 
    123    BUILD_PROF_LIBS=   1 
    124 endif 
    125 endif 
     121#ifeq ($(BUILD_PROF_C), Y) 
     122#ifeq ($(BUILD_PROF_CXX), Y) 
     123#   BUILD_PROF_LIBS=  1 
     124#endif 
     125#endif 
    126126 
    127127# ============================================================================= 
  • juggler/trunk/modules/gadgeteer/drivers/Makefile.in

    r19966 r20219  
    118118# If we can build both C and C++ profiled objects, we will build profiled 
    119119# libraries. 
    120 ifeq ($(BUILD_PROF_C), Y) 
    121 ifeq ($(BUILD_PROF_CXX), Y) 
    122    BUILD_PROF_LIBS=   1 
    123 endif 
    124 endif 
     120#ifeq ($(BUILD_PROF_C), Y) 
     121#ifeq ($(BUILD_PROF_CXX), Y) 
     122#   BUILD_PROF_LIBS=  1 
     123#endif 
     124#endif 
    125125 
    126126# ============================================================================= 
  • juggler/trunk/modules/gadgeteer/plugins/Makefile.in

    r20074 r20219  
    118118# If we can build both C and C++ profiled objects, we will build profiled 
    119119# libraries. 
    120 ifeq ($(BUILD_PROF_C), Y) 
    121 ifeq ($(BUILD_PROF_CXX), Y) 
    122    BUILD_PROF_LIBS=   1 
    123 endif 
    124 endif 
     120#ifeq ($(BUILD_PROF_C), Y) 
     121#ifeq ($(BUILD_PROF_CXX), Y) 
     122#   BUILD_PROF_LIBS=  1 
     123#endif 
     124#endif 
    125125 
    126126# ============================================================================= 
  • juggler/trunk/modules/jackal/Makefile.in

    r19729 r20219  
    110110# If we can build both C and C++ profiled objects, we will build profiled 
    111111# libraries. 
    112 ifeq ($(BUILD_PROF_C), Y) 
    113 ifeq ($(BUILD_PROF_CXX), Y) 
    114    BUILD_PROF_LIBS=   1 
    115 endif 
    116 endif 
     112#ifeq ($(BUILD_PROF_C), Y) 
     113#ifeq ($(BUILD_PROF_CXX), Y) 
     114#   BUILD_PROF_LIBS=  1 
     115#endif 
     116#endif 
    117117 
    118118# ============================================================================= 
  • juggler/trunk/modules/jackal/common/Makefile.in

    r19729 r20219  
    4848# If we can build both C and C++ profiled objects, we will build profiled 
    4949# libraries. 
    50 ifeq ($(BUILD_PROF_C), Y) 
    51 ifeq ($(BUILD_PROF_CXX), Y) 
    52    BUILD_PROF_LIBS=   1 
    53 endif 
    54 endif 
     50#ifeq ($(BUILD_PROF_C), Y) 
     51#ifeq ($(BUILD_PROF_CXX), Y) 
     52#   BUILD_PROF_LIBS=  1 
     53#endif 
     54#endif 
    5555 
    5656srcdir=                 @srcdir@ 
  • juggler/trunk/modules/jackal/config/Makefile.in

    r19729 r20219  
    4848# If we can build both C and C++ profiled objects, we will build profiled 
    4949# libraries. 
    50 ifeq ($(BUILD_PROF_C), Y) 
    51 ifeq ($(BUILD_PROF_CXX), Y) 
    52    BUILD_PROF_LIBS=   1 
    53 endif 
    54 endif 
     50#ifeq ($(BUILD_PROF_C), Y) 
     51#ifeq ($(BUILD_PROF_CXX), Y) 
     52#   BUILD_PROF_LIBS=  1 
     53#endif 
     54#endif 
    5555 
    5656beandir=                $(projdatadir)/beans 
  • juggler/trunk/modules/jackal/editors/Makefile.in

    r19729 r20219  
    4848# If we can build both C and C++ profiled objects, we will build profiled 
    4949# libraries. 
    50 ifeq ($(BUILD_PROF_C), Y) 
    51 ifeq ($(BUILD_PROF_CXX), Y) 
    52    BUILD_PROF_LIBS=   1 
    53 endif 
    54 endif 
     50#ifeq ($(BUILD_PROF_C), Y) 
     51#ifeq ($(BUILD_PROF_CXX), Y) 
     52#   BUILD_PROF_LIBS=  1 
     53#endif 
     54#endif 
    5555 
    5656beandir=                $(projdatadir)/beans 
  • juggler/trunk/modules/jackal/plugins/Makefile.in

    r19729 r20219  
    109109# If we can build both C and C++ profiled objects, we will build profiled 
    110110# libraries. 
    111 ifeq ($(BUILD_PROF_C), Y) 
    112 ifeq ($(BUILD_PROF_CXX), Y) 
    113    BUILD_PROF_LIBS=   1 
    114 endif 
    115 endif 
     111#ifeq ($(BUILD_PROF_C), Y) 
     112#ifeq ($(BUILD_PROF_CXX), Y) 
     113#   BUILD_PROF_LIBS=  1 
     114#endif 
     115#endif 
    116116 
    117117# ============================================================================= 
  • juggler/trunk/modules/sonix/Makefile.in

    r19729 r20219  
    127127# If we can build both C and C++ profiled objects, we will build profiled 
    128128# libraries. 
    129 ifeq ($(BUILD_PROF_C), Y) 
    130 ifeq ($(BUILD_PROF_CXX), Y) 
    131    BUILD_PROF_LIBS=   1 
    132 endif 
    133 endif 
     129#ifeq ($(BUILD_PROF_C), Y) 
     130#ifeq ($(BUILD_PROF_CXX), Y) 
     131#   BUILD_PROF_LIBS=  1 
     132#endif 
     133#endif 
    134134 
    135135# ============================================================================= 
  • juggler/trunk/modules/sonix/plugins/Makefile.in

    r19729 r20219  
    109109# If we can build both C and C++ profiled objects, we will build profiled 
    110110# libraries. 
    111 ifeq ($(BUILD_PROF_C), Y) 
    112 ifeq ($(BUILD_PROF_CXX), Y) 
    113    BUILD_PROF_LIBS=   1 
    114 endif 
    115 endif 
     111#ifeq ($(BUILD_PROF_C), Y) 
     112#ifeq ($(BUILD_PROF_CXX), Y) 
     113#   BUILD_PROF_LIBS=  1 
     114#endif 
     115#endif 
    116116 
    117117# ============================================================================= 
  • juggler/trunk/modules/tweek/Makefile.in

    r19729 r20219  
    115115# If we can build both C and C++ profiled objects, we will build profiled 
    116116# libraries. 
    117 ifeq ($(BUILD_PROF_C), Y) 
    118 ifeq ($(BUILD_PROF_CXX), Y) 
    119    BUILD_PROF_LIBS=   1 
    120 endif 
    121 endif 
     117#ifeq ($(BUILD_PROF_C), Y) 
     118#ifeq ($(BUILD_PROF_CXX), Y) 
     119#   BUILD_PROF_LIBS=  1 
     120#endif 
     121#endif 
    122122 
    123123# ============================================================================= 
  • juggler/trunk/modules/vapor/Makefile.in

    r19729 r20219  
    131131# If we can build both C and C++ profiled objects, we will build profiled 
    132132# libraries. 
    133 ifeq ($(BUILD_PROF_C), Y) 
    134 ifeq ($(BUILD_PROF_CXX), Y) 
    135    BUILD_PROF_LIBS=   1 
    136 endif 
    137 endif 
     133#ifeq ($(BUILD_PROF_C), Y) 
     134#ifeq ($(BUILD_PROF_CXX), Y) 
     135#   BUILD_PROF_LIBS=  1 
     136#endif 
     137#endif 
    138138 
    139139# ============================================================================= 
  • juggler/trunk/modules/vrjuggler/Makefile.in

    r19729 r20219  
    126126# If we can build both C and C++ profiled objects, we will build profiled 
    127127# libraries. 
    128 ifeq ($(BUILD_PROF_C), Y) 
    129 ifeq ($(BUILD_PROF_CXX), Y) 
    130    BUILD_PROF_LIBS=   1 
    131 endif 
    132 endif 
     128#ifeq ($(BUILD_PROF_C), Y) 
     129#ifeq ($(BUILD_PROF_CXX), Y) 
     130#   BUILD_PROF_LIBS=  1 
     131#endif 
     132#endif 
    133133 
    134134# ============================================================================= 
  • juggler/trunk/modules/vrjuggler/plugins/Makefile.in

    r19729 r20219  
    105105# If we can build both C and C++ profiled objects, we will build profiled 
    106106# libraries. 
    107 ifeq ($(BUILD_PROF_C), Y) 
    108 ifeq ($(BUILD_PROF_CXX), Y) 
    109    BUILD_PROF_LIBS=   1 
    110 endif 
    111 endif 
     107#ifeq ($(BUILD_PROF_C), Y) 
     108#ifeq ($(BUILD_PROF_CXX), Y) 
     109#   BUILD_PROF_LIBS=  1 
     110#endif 
     111#endif 
    112112 
    113113# =============================================================================