Makefile 242 B

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