VPATH = @srcdir@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ include ../Makefile.conf SOURCES = getopt.c getopt1.c long-options.c closeout.c obstack.c OBJECTS = $(patsubst %.c, %.o, $(SOURCES)) GENFILES = $(OBJECTS) .PHONY: all all:: $(OBJECTS) .PHONY: install install:: all .PHONY: clean clean:: $(RM) $(GENFILES) .PHONY: distclean cvslean:: clean $(RM) Makefile