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 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ## Process this file with automake to produce Makefile.in
  2. ##
  3. ## $Id$
  4. ##
  5. ## automake input for the MicroNeil SNF4CGP application (SNF4CGP directory).
  6. ##
  7. ## Author: Alban Deniz
  8. ##
  9. ## Copyright (C) 2009 ARM Research Labs, LLC.
  10. ## See www.armresearch.com for the copyright terms.
  11. ##
  12. ##
  13. LIBS = @SNF_LIBS@ -L../SNFMulti -L../CodeDweller -lSNFMulti -lCodeDweller @LIBS@
  14. CXXFLAGS = $(SNF_CXXFLAGS) -I@top_srcdir@/SNFMulti -I@top_srcdir@/CodeDweller
  15. sbin_PROGRAMS = \
  16. SNF4CGP
  17. SNF4CGP_SOURCES = \
  18. @top_srcdir@/SNF4CGP/ConfigurationEngine.cpp \
  19. @top_srcdir@/SNF4CGP/ExecutiveProcess.cpp \
  20. @top_srcdir@/SNF4CGP/InputProcessor.cpp \
  21. @top_srcdir@/SNF4CGP/JobPool.cpp \
  22. @top_srcdir@/SNF4CGP/main.cpp \
  23. @top_srcdir@/SNF4CGP/OutputProcessor.cpp \
  24. @top_srcdir@/SNF4CGP/ScannerPool.cpp \
  25. @top_srcdir@/SNF4CGP/WorkerPool.cpp
  26. noinst_HEADERS = \
  27. @top_srcdir@/SNF4CGP/Command.hpp \
  28. @top_srcdir@/SNF4CGP/ConfigurationEngine.hpp \
  29. @top_srcdir@/SNF4CGP/ExecutiveProcess.hpp \
  30. @top_srcdir@/SNF4CGP/InputProcessor.hpp \
  31. @top_srcdir@/SNF4CGP/JobPool.hpp \
  32. @top_srcdir@/SNF4CGP/OutputProcessor.hpp \
  33. @top_srcdir@/SNF4CGP/ScannerPool.hpp \
  34. @top_srcdir@/SNF4CGP/WorkerPool.hpp
  35. EXTRA_DIST = \
  36. Makefile.am \
  37. ChangeLog
  38. install-exec-hook:
  39. ln -f $(DESTDIR)$(sbindir)/SNF4CGP$(EXEEXT) $(DESTDIR)$(sbindir)/SNFDebug4CGP$(EXEEXT)
  40. uninstall-hook:
  41. rm -f $(DESTDIR)$(sbindir)/SNFDebug4CGP$(EXEEXT)
  42. clean-local:
  43. rm -f *.gcno *.gcov *.gcda *~ $(CONFDATA)