Makefile.in 643 B

1234567891011121314151617181920212223242526
  1. # Makefile for uClibc
  2. #
  3. # Copyright (C) 2000 by Lineo, inc.
  4. # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
  5. #
  6. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  7. #
  8. CSRC:=__assert.c
  9. MISC_ASSERT_DIR:=$(top_srcdir)libc/misc/assert
  10. MISC_ASSERT_OUT:=$(top_builddir)libc/misc/assert
  11. MISC_ASSERT_SRC:=$(MISC_ASSERT_DIR)/__assert.c
  12. MISC_ASSERT_OBJ:=$(MISC_ASSERT_OUT)/__assert.o
  13. libc-a-y+=$(MISC_ASSERT_OBJ)
  14. libc-a-pic-y+=$(MISC_ASSERT_OBJ:.o=.os)
  15. libc-so-y+=$(MISC_ASSERT_OBJ:.o=.os)
  16. libc-multi-y+=$(MISC_ASSERT_SRC)
  17. objclean-y+=misc_assert_objclean
  18. misc_assert_objclean:
  19. $(RM) $(MISC_ASSERT_OUT)/*.{o,os}