Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Makefile.am 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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) 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. SNFMilter
  17. SNFMilter_SOURCES = \
  18. @top_srcdir@/SNFMilter/main.cpp \
  19. @top_srcdir@/SNFMilter/SNFMilter.cpp \
  20. @top_srcdir@/SNFMilter/MailHeaders.cpp
  21. noinst_HEADERS = \
  22. @top_srcdir@/SNFMilter/MailHeaders.hpp \
  23. @top_srcdir@/SNFMilter/SNFMilter.hpp
  24. EXTRA_DIST = \
  25. Makefile.am \
  26. ChangeLog
  27. install-exec-hook:
  28. ln -f $(DESTDIR)$(sbindir)/SNFMilter$(EXEEXT) $(DESTDIR)$(sbindir)/SNFDebugMilter$(EXEEXT)
  29. uninstall-hook:
  30. rm -f $(DESTDIR)$(sbindir)/SNFDebugMilter$(EXEEXT)
  31. clean-local:
  32. rm -f *.gcno *.gcov *.gcda *~ $(CONFDATA)