Searched refs:STLIBNAME (Results 1 – 1 of 1) sorted by relevance
53 STLIBNAME=$(LIBNAME).$(STLIBSUFFIX) macro54 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 …]