Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Makefile.am 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ## Process this file with automake to produce Makefile.in
  2. ##
  3. ## $Id$
  4. ##
  5. ## automake input for the MicroNeil SNFMilter application (SNFMilter directory).
  6. ##
  7. ## Author: Alban Deniz
  8. ##
  9. ## Copyright (C) 2011 ARM Research Labs, LLC.
  10. ## See www.armresearch.com for the copyright terms.
  11. ##
  12. ##
  13. LIBS = @SNF_LIBS@ -L../../SNFMulti -L../../CodeDweller -L../Common -lUtilityCommon \
  14. -lSNFMulti -lCodeDweller @LIBS@
  15. CXXFLAGS = $(SNF_CXXFLAGS) -I@top_srcdir@/SNFMulti -I@top_srcdir@/CodeDweller \
  16. -I@top_srcdir@/SNFUtility/Common
  17. sbin_PROGRAMS = \
  18. SNFIdentity
  19. SNFIdentity_SOURCES = \
  20. @top_srcdir@/SNFUtility/SNFIdentity/main.cpp \
  21. @top_srcdir@/SNFUtility/SNFIdentity/SNFIdentityConfig.cpp
  22. noinst_HEADERS = \
  23. @top_srcdir@/SNFUtility/SNFIdentity/SNFIdentityConfig.hpp
  24. EXTRA_DIST = \
  25. Makefile.am \
  26. ChangeLog
  27. install-exec-hook:
  28. ln -f $(DESTDIR)$(sbindir)/SNFIdentity$(EXEEXT) $(DESTDIR)$(sbindir)/SNFDebugIdentity$(EXEEXT)
  29. uninstall-hook:
  30. rm -f $(DESTDIR)$(sbindir)/SNFDebugIdentity$(EXEEXT)
  31. clean-local:
  32. rm -f *.gcno *.gcov *.gcda *~ $(CONFDATA)