libc:
$(MKDIR) '$(OBJROOT)/libc'
$(BSDMAKE) -C libsys install \
+ FEATURE_DEBUG_DYLIB=$(FEATURE_DEBUG_DYLIB) \
+ FEATURE_PROFILE_DYLIB=$(FEATURE_PROFILE_DYLIB) \
DSTROOT='$(DSTROOT)' \
OBJROOT='$(OBJROOT)/libc' \
SRCROOT='$(SRCROOT)' \
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>10.0</string>
+ <string>10.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CarbonLazyValues</key>
# always a variable
dynamic = dynamic
-FORMS := debug dynamic profile
+FORMS := dynamic
+
+.if !empty(FEATURE_DEBUG_DYLIB)
+FORMS += debug
+.endif
+
+.if !empty(FEATURE_PROFILE_DYLIB)
+FORMS += profile
+.endif
all: build