Searched refs:LIBCLOSE (Results 1 – 1 of 1) sorted by relevance
7 LIBCLOSE = libclose.so macro9 all: $(BIN) $(LIBCLOSE)14 $(LIBCLOSE): $(LIBCLOSE:.so=.c)15 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $(LIBCLOSE) $<18 rm -f -- $(BIN) $(LIBCLOSE)