You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 712B

123456789101112131415161718192021222324252627
  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. AM_CXXFLAGS = -I@top_srcdir@/SNFUtility/Common
  14. TESTS = \
  15. TestFileBackup
  16. check_PROGRAMS = \
  17. TestFileBackup
  18. TestFileBackup_SOURCES = \
  19. TestFileBackup.cpp \
  20. @top_srcdir@/SNFUtility/Common/FileBackup.cpp
  21. clean-local:
  22. rm -f *.gcno *.gcov *.gcda *~