3
0

Makefile 463 B

1234567891011121314151617181920212223
  1. # Makefile for busybox
  2. #
  3. # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
  4. #
  5. # Licensed under the GPL v2, see the file LICENSE in this tarball.
  6. ifndef top_srcdir
  7. top_srcdir=..
  8. endif
  9. ifndef top_builddir
  10. top_builddir=..
  11. endif
  12. srcdir=$(top_srcdir)/modutils
  13. MODUTILS_DIR:=./
  14. include $(top_srcdir)/Rules.mak
  15. include $(top_builddir)/.config
  16. include Makefile.in
  17. all: $(libraries-y)
  18. -include $(top_builddir)/.depend
  19. clean:
  20. rm -f *.o *.a $(AR_TARGET)