/3rd_party/llvm/utils/count/Makefile

https://code.google.com/p/softart/ · Makefile · 20 lines · 6 code · 4 blank · 10 comment · 0 complexity · 19b396652097210c1ac3ae62c0af68ca MD5 · raw file

  1. ##===- utils/count/Makefile --------------------------------*- Makefile -*-===##
  2. #
  3. # The LLVM Compiler Infrastructure
  4. #
  5. # This file is distributed under the University of Illinois Open Source
  6. # License. See LICENSE.TXT for details.
  7. #
  8. ##===----------------------------------------------------------------------===##
  9. LEVEL = ../..
  10. TOOLNAME = count
  11. USEDLIBS =
  12. # This tool has no plugins, optimize startup time.
  13. TOOL_NO_EXPORTS = 1
  14. # Don't install this utility
  15. NO_INSTALL = 1
  16. include $(LEVEL)/Makefile.common