Lines Matching refs:glob
1 # Makefile for standalone distribution of libglob.a (fnmatch, glob).
19 VPATH = /glob/
21 srcdir = /glob/
41 all: glob.lib
43 glob.lib : glob.o fnmatch.o
44 $(AR) $(ARFLAGS) $@ glob.o fnmatch.o
50 glob.o: $(srcdir)glob.h $(srcdir)fnmatch.h glob.c
57 .PHONY: clean realclean glob-clean glob-realclean distclean
58 clean glob-clean:
59 -$(RM) -f glob.lib *.o core
60 distclean glob-realclean: clean
65 glob.tar glob.tar.Z: