Makefile 433 B

12345678910111213141516171819
  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. CONFIG_SHELL ?= /bin/sh
  13. export CONFIG_SHELL
  14. include $(top_srcdir)Makefile.in
  15. include $(top_srcdir)Makerules
  16. include $(top_srcdir)Makefile.help