您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728
  1. ## Process this file with automake to produce Makefile.in
  2. ##
  3. ## $Id: Makefile.am,v 1.2 2007/05/29 19:06:09 adeniz Exp $
  4. ##
  5. ## automake input for the MicroNeil SNFUtility/Common tests.
  6. ##
  7. ## Author: Alban Deniz
  8. ##
  9. ##
  10. ## Copyright (C) 2012 ARM Research Labs, LLC.
  11. ## See www.armresearch.com for the copyright terms.
  12. ##
  13. CXXFLAGS = $(SNF_CXXFLAGS) -I@top_srcdir@/SNFUtility/Common -I@top_srcdir@/SNFUtility/SNFMilterConfig
  14. TESTS = \
  15. TestPostfixMilterConf
  16. check_PROGRAMS = \
  17. TestPostfixMilterConf
  18. TestPostfixMilterConf_SOURCES = \
  19. TestPostfixMilterConf.cpp \
  20. @top_srcdir@/SNFUtility/SNFMilterConfig/PostfixMilterConf.cpp \
  21. @top_srcdir@/SNFUtility/Common/Utility.cpp
  22. clean-local:
  23. rm -f *.gcno *.gcov *.gcda *~