Makefile.objs.lvl3 265 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. all: objs
  9. include $(top_builddir)Rules.mak
  10. include Makefile.in
  11. include $(top_srcdir)Makerules