Makefile 389 B

1234567891011121314151617
  1. # Makefile for uClibc
  2. #
  3. # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
  4. #
  5. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  6. #
  7. top_srcdir=./
  8. top_builddir=$(if $(O),$(O),.)/
  9. export top_builddir
  10. # We do not need built-in implicit rules
  11. MAKEFLAGS += -r
  12. include $(top_srcdir)Makefile.in
  13. include $(top_srcdir)Makerules
  14. include $(top_srcdir)Makefile.help