Makefile.in 241 B

123456789101112
  1. include ./Make.defines
  2. all:
  3. @echo "Nothing to make in this directory"
  4. @echo "Please read the README file"
  5. clean:
  6. rm -f $(CLEANFILES)
  7. distclean:
  8. rm -f $(CLEANFILES) config.cache config.log config.status config.h Make.defines Makefile