Makefile.in 508 B

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