Makefile.in 573 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 := wordexp.c
  8. MISC_WORDEXP_DIR := $(top_srcdir)libc/misc/wordexp
  9. MISC_WORDEXP_OUT := $(top_builddir)libc/misc/wordexp
  10. MISC_WORDEXP_SRC := $(patsubst %.c,$(MISC_WORDEXP_DIR)/%.c,$(CSRC))
  11. MISC_WORDEXP_OBJ := $(patsubst %.c,$(MISC_WORDEXP_OUT)/%.o,$(CSRC))
  12. libc-$(UCLIBC_HAS_WORDEXP) += $(MISC_WORDEXP_OBJ)
  13. objclean-y += misc_wordexp_objclean
  14. misc_wordexp_objclean:
  15. $(RM) $(MISC_WORDEXP_OUT)/*.{o,os}