Searched refs:DYLIB_OBJS (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/
H A Dmakefile411 DYLIB_OBJS=$(COMMON_OBJ) $(I18N_OBJ) $(STUB_DATA_OBJ) macro
413 DYLIB_OBJS=$(COMMON_OBJ) ./common/common.res $(I18N_OBJ) $(STUB_DATA_OBJ) macro
415 DYLIB_OBJS=$(COMMON_OBJ) $(I18N_OBJ) $(IO_OBJ) $(STUB_DATA_OBJ) macro
860 -o ./$($(INSTALLED_DYLIB_$@)) $(DYLIB_OBJS); \
865 -o ./$($(INSTALLED_DYLIB_$@)) $(DYLIB_OBJS); \
869 $(NM) -m $(RC_ARCHS:%=-arch %) $(DYLIB_OBJS) | fgrep "weak external" | fgrep -v "undefined" | sed -e 's/.*weak external[^_]*//' | sort | uniq | cat >$$tmpfile; \
873 -install_name $(libdir)$($(INSTALLED_DYLIB_$@)) -o ./$($(INSTALLED_DYLIB_$@)) $(DYLIB_OBJS); \

Completed in 79 milliseconds