Changeset 20220 for juggler/branches/2.2/modules/jackal/Makefile.in
- Timestamp:
- 05/15/07 06:00:55 (2 years ago)
- Files:
-
- juggler/branches/2.2/modules/jackal/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 # =============================================================================
