Makefile 386 B

123456789101112131415
  1. # Makefile for uClibc
  2. #
  3. # Copyright (C) 2001 SuperH (UK) Ltd.
  4. # Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org>
  5. #
  6. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  7. top_srcdir=../../../../
  8. top_builddir=../../../../
  9. all: objs
  10. include $(top_builddir)Rules.mak
  11. include Makefile.arch
  12. include $(top_srcdir)Makerules
  13. TOPDIR=../../../../
  14. include $(TOPDIR)Rules.mak