Home
last modified time | relevance | path

Searched refs:STLIBNAME (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A DMakefile53 STLIBNAME=$(LIBNAME).$(STLIBSUFFIX) macro
54 STLIB_MAKE_CMD=ar rcs $(STLIBNAME)
69 all: $(DYLIBNAME) $(STLIBNAME) hiredis-test $(PKGCONFNAME)
83 $(STLIBNAME): $(OBJ)
87 static: $(STLIBNAME)
136 hiredis-example: examples/example.c $(STLIBNAME)
141 hiredis-test: test.o $(STLIBNAME)
143 hiredis-%: %.o $(STLIBNAME)
144 $(CC) $(REAL_CFLAGS) -o $@ $(REAL_LDFLAGS) $< $(STLIBNAME)
183 install: $(DYLIBNAME) $(STLIBNAME) $(PKGCONFNAME)
[all …]