Changeset 20220
- Timestamp:
- 05/15/07 06:00:55 (2 years ago)
- Files:
-
- juggler/branches/2.2/modules/gadgeteer/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/gadgeteer/drivers/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/gadgeteer/plugins/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/jackal/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/jackal/common/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/jackal/config/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/jackal/editors/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/jackal/plugins/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/sonix/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/sonix/plugins/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/tweek/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/vapor/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/vrjuggler/Makefile.in (modified) (1 diff)
- juggler/branches/2.2/modules/vrjuggler/plugins/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/gadgeteer/Makefile.in
r19729 r20220 119 119 # If we can build both C and C++ profiled objects, we will build profiled 120 120 # libraries. 121 ifeq ($(BUILD_PROF_C), Y)122 ifeq ($(BUILD_PROF_CXX), Y)123 BUILD_PROF_LIBS= 1124 endif125 endif121 #ifeq ($(BUILD_PROF_C), Y) 122 #ifeq ($(BUILD_PROF_CXX), Y) 123 # BUILD_PROF_LIBS= 1 124 #endif 125 #endif 126 126 127 127 # ============================================================================= juggler/branches/2.2/modules/gadgeteer/drivers/Makefile.in
r20172 r20220 118 118 # If we can build both C and C++ profiled objects, we will build profiled 119 119 # libraries. 120 ifeq ($(BUILD_PROF_C), Y)121 ifeq ($(BUILD_PROF_CXX), Y)122 BUILD_PROF_LIBS= 1123 endif124 endif120 #ifeq ($(BUILD_PROF_C), Y) 121 #ifeq ($(BUILD_PROF_CXX), Y) 122 # BUILD_PROF_LIBS= 1 123 #endif 124 #endif 125 125 126 126 # ============================================================================= juggler/branches/2.2/modules/gadgeteer/plugins/Makefile.in
r19729 r20220 118 118 # If we can build both C and C++ profiled objects, we will build profiled 119 119 # libraries. 120 ifeq ($(BUILD_PROF_C), Y)121 ifeq ($(BUILD_PROF_CXX), Y)122 BUILD_PROF_LIBS= 1123 endif124 endif120 #ifeq ($(BUILD_PROF_C), Y) 121 #ifeq ($(BUILD_PROF_CXX), Y) 122 # BUILD_PROF_LIBS= 1 123 #endif 124 #endif 125 125 126 126 # ============================================================================= juggler/branches/2.2/modules/jackal/Makefile.in
r19729 r20220 110 110 # If we can build both C and C++ profiled objects, we will build profiled 111 111 # libraries. 112 ifeq ($(BUILD_PROF_C), Y)113 ifeq ($(BUILD_PROF_CXX), Y)114 BUILD_PROF_LIBS= 1115 endif116 endif112 #ifeq ($(BUILD_PROF_C), Y) 113 #ifeq ($(BUILD_PROF_CXX), Y) 114 # BUILD_PROF_LIBS= 1 115 #endif 116 #endif 117 117 118 118 # ============================================================================= juggler/branches/2.2/modules/jackal/common/Makefile.in
r19729 r20220 48 48 # If we can build both C and C++ profiled objects, we will build profiled 49 49 # libraries. 50 ifeq ($(BUILD_PROF_C), Y)51 ifeq ($(BUILD_PROF_CXX), Y)52 BUILD_PROF_LIBS= 153 endif54 endif50 #ifeq ($(BUILD_PROF_C), Y) 51 #ifeq ($(BUILD_PROF_CXX), Y) 52 # BUILD_PROF_LIBS= 1 53 #endif 54 #endif 55 55 56 56 srcdir= @srcdir@ juggler/branches/2.2/modules/jackal/config/Makefile.in
r19729 r20220 48 48 # If we can build both C and C++ profiled objects, we will build profiled 49 49 # libraries. 50 ifeq ($(BUILD_PROF_C), Y)51 ifeq ($(BUILD_PROF_CXX), Y)52 BUILD_PROF_LIBS= 153 endif54 endif50 #ifeq ($(BUILD_PROF_C), Y) 51 #ifeq ($(BUILD_PROF_CXX), Y) 52 # BUILD_PROF_LIBS= 1 53 #endif 54 #endif 55 55 56 56 beandir= $(projdatadir)/beans juggler/branches/2.2/modules/jackal/editors/Makefile.in
r19729 r20220 48 48 # If we can build both C and C++ profiled objects, we will build profiled 49 49 # libraries. 50 ifeq ($(BUILD_PROF_C), Y)51 ifeq ($(BUILD_PROF_CXX), Y)52 BUILD_PROF_LIBS= 153 endif54 endif50 #ifeq ($(BUILD_PROF_C), Y) 51 #ifeq ($(BUILD_PROF_CXX), Y) 52 # BUILD_PROF_LIBS= 1 53 #endif 54 #endif 55 55 56 56 beandir= $(projdatadir)/beans juggler/branches/2.2/modules/jackal/plugins/Makefile.in
r19729 r20220 109 109 # If we can build both C and C++ profiled objects, we will build profiled 110 110 # libraries. 111 ifeq ($(BUILD_PROF_C), Y)112 ifeq ($(BUILD_PROF_CXX), Y)113 BUILD_PROF_LIBS= 1114 endif115 endif111 #ifeq ($(BUILD_PROF_C), Y) 112 #ifeq ($(BUILD_PROF_CXX), Y) 113 # BUILD_PROF_LIBS= 1 114 #endif 115 #endif 116 116 117 117 # ============================================================================= juggler/branches/2.2/modules/sonix/Makefile.in
r19729 r20220 127 127 # If we can build both C and C++ profiled objects, we will build profiled 128 128 # libraries. 129 ifeq ($(BUILD_PROF_C), Y)130 ifeq ($(BUILD_PROF_CXX), Y)131 BUILD_PROF_LIBS= 1132 endif133 endif129 #ifeq ($(BUILD_PROF_C), Y) 130 #ifeq ($(BUILD_PROF_CXX), Y) 131 # BUILD_PROF_LIBS= 1 132 #endif 133 #endif 134 134 135 135 # ============================================================================= juggler/branches/2.2/modules/sonix/plugins/Makefile.in
r19729 r20220 109 109 # If we can build both C and C++ profiled objects, we will build profiled 110 110 # libraries. 111 ifeq ($(BUILD_PROF_C), Y)112 ifeq ($(BUILD_PROF_CXX), Y)113 BUILD_PROF_LIBS= 1114 endif115 endif111 #ifeq ($(BUILD_PROF_C), Y) 112 #ifeq ($(BUILD_PROF_CXX), Y) 113 # BUILD_PROF_LIBS= 1 114 #endif 115 #endif 116 116 117 117 # ============================================================================= juggler/branches/2.2/modules/tweek/Makefile.in
r19729 r20220 115 115 # If we can build both C and C++ profiled objects, we will build profiled 116 116 # libraries. 117 ifeq ($(BUILD_PROF_C), Y)118 ifeq ($(BUILD_PROF_CXX), Y)119 BUILD_PROF_LIBS= 1120 endif121 endif117 #ifeq ($(BUILD_PROF_C), Y) 118 #ifeq ($(BUILD_PROF_CXX), Y) 119 # BUILD_PROF_LIBS= 1 120 #endif 121 #endif 122 122 123 123 # ============================================================================= juggler/branches/2.2/modules/vapor/Makefile.in
r19729 r20220 131 131 # If we can build both C and C++ profiled objects, we will build profiled 132 132 # libraries. 133 ifeq ($(BUILD_PROF_C), Y)134 ifeq ($(BUILD_PROF_CXX), Y)135 BUILD_PROF_LIBS= 1136 endif137 endif133 #ifeq ($(BUILD_PROF_C), Y) 134 #ifeq ($(BUILD_PROF_CXX), Y) 135 # BUILD_PROF_LIBS= 1 136 #endif 137 #endif 138 138 139 139 # ============================================================================= juggler/branches/2.2/modules/vrjuggler/Makefile.in
r19729 r20220 126 126 # If we can build both C and C++ profiled objects, we will build profiled 127 127 # libraries. 128 ifeq ($(BUILD_PROF_C), Y)129 ifeq ($(BUILD_PROF_CXX), Y)130 BUILD_PROF_LIBS= 1131 endif132 endif128 #ifeq ($(BUILD_PROF_C), Y) 129 #ifeq ($(BUILD_PROF_CXX), Y) 130 # BUILD_PROF_LIBS= 1 131 #endif 132 #endif 133 133 134 134 # ============================================================================= juggler/branches/2.2/modules/vrjuggler/plugins/Makefile.in
r19729 r20220 105 105 # If we can build both C and C++ profiled objects, we will build profiled 106 106 # libraries. 107 ifeq ($(BUILD_PROF_C), Y)108 ifeq ($(BUILD_PROF_CXX), Y)109 BUILD_PROF_LIBS= 1110 endif111 endif107 #ifeq ($(BUILD_PROF_C), Y) 108 #ifeq ($(BUILD_PROF_CXX), Y) 109 # BUILD_PROF_LIBS= 1 110 #endif 111 #endif 112 112 113 113 # =============================================================================
