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