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.

123456789101112131415161718192021222324
  1. ## Process this file with automake to produce Makefile.in
  2. ##
  3. ## $Id$
  4. ##
  5. ## automake input for the MicroNeil SNFClient application.
  6. ##
  7. ## Author: Alban Deniz
  8. ##
  9. ## Copyright (C) 2008 ARM Research Labs, LLC.
  10. ## See www.armresearch.com for the copyright terms.
  11. ##
  12. ##
  13. LIBS = @SNF_LIBS@ -L../SNFMulti -L../CodeDweller -lCodeDweller -lSNFMulti @LIBS@
  14. CXXFLAGS = $(SNF_CXXFLAGS) -I@top_srcdir@/SNFMulti -I@top_srcdir@/CodeDweller
  15. sbin_PROGRAMS = \
  16. SNFClient
  17. SNFClient_SOURCES = \
  18. @top_srcdir@/SNFClient/main.cpp
  19. clean-local:
  20. rm -f *.gcno *.gcov *.gcda *~