Makefile.libs.lvl2 259 B

12345678910111213
  1. # Makefile for uClibc
  2. #
  3. # Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details.
  4. #
  5. TOPDIR=../../
  6. top_srcdir=$(TOPDIR)
  7. top_builddir=../../
  8. include $(top_builddir)Rules.mak
  9. all: libs
  10. include Makefile.in
  11. include $(top_srcdir)Makerules