File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 2222CXX_FUNCTIONS = false
2323USE_BUILTINS = true
2424
25- FORCE_DYNAMIC_FLAG = false
26-
2725# Library names
2826CORE_NAME = libcallstack
2927DYLIB_N = $(CORE_NAME ) .dylib
@@ -128,18 +126,12 @@ uninstall:
128126 - $(RM ) $(INSTALL_PATH ) /lib/$(NAME )
129127 - $(RM ) -r " $( INSTALL_PATH) /include/CallstackLibrary"
130128
131- $(DYLIB_N ) : COM_FLAGS += -DLCS_BUILD_DYLIB
132129$(DYLIB_N ) : $(OBJS )
133130 $(LD ) -dynamiclib $(LDFLAGS ) -o $(DYLIB_N ) $(OBJS )
134131
135- $(SHARED_N ) : COM_FLAGS += -DLCS_BUILD_DYLIB
136132$(SHARED_N ) : $(OBJS )
137133 $(LD ) -shared -fPIC $(LDFLAGS ) -o $(SHARED_N ) $(OBJS )
138134
139- ifeq ($(FORCE_DYNAMIC_FLAG ) ,true)
140- $(STATIC_N ) : COM_FLAGS += -DLCS_BUILD_DYLIB
141- endif
142-
143135$(STATIC_N ) : $(OBJS )
144136 $(AR ) -crs $(STATIC_N ) $(OBJS )
145137
You can’t perform that action at this time.
0 commit comments