Makefile 473 B

12345678910111213141516171819202122
  1. # Makefile for uClibc
  2. #
  3. # Copyright (C) 2000,2001,2005 Erik Andersen <andersen@uclibc.org>
  4. #
  5. # Derived in part from the Linux-8086 C library, the GNU C Library, and several
  6. # other sundry sources. Files within this library are copyright by their
  7. # respective copyright holders.
  8. #
  9. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  10. #
  11. include ../Config.mk
  12. ALL = #ld.so.info
  13. all: $(ALL)
  14. ld.so.info: ld.so.texi
  15. makeinfo $<
  16. clean:
  17. $(RM) $(ALL) *~