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 955B

12345678910111213141516171819202122232425262728293031323334
  1. ## Process this file with automake to produce Makefile.in
  2. ##
  3. ## $Id$
  4. ##
  5. ##
  6. ## Author: Alban Deniz
  7. ##
  8. ## Copyright (C) 2008 by MicroNeil Corporation. All rights reserved.
  9. ##
  10. CXXFLAGS = $(SNF_CXXFLAGS)
  11. noinst_LIBRARIES = \
  12. libCodeDweller.a
  13. libCodeDweller_a_SOURCES = \
  14. @top_srcdir@/CodeDweller/base64codec.cpp \
  15. @top_srcdir@/CodeDweller/configuration.cpp \
  16. @top_srcdir@/CodeDweller/networking.cpp \
  17. @top_srcdir@/CodeDweller/threading.cpp \
  18. @top_srcdir@/CodeDweller/timing.cpp
  19. noinst_HEADERS = \
  20. @top_srcdir@/CodeDweller/base64codec.hpp \
  21. @top_srcdir@/CodeDweller/configuration.hpp \
  22. @top_srcdir@/CodeDweller/configuration.inline.hpp \
  23. @top_srcdir@/CodeDweller/histogram.hpp \
  24. @top_srcdir@/CodeDweller/networking.hpp \
  25. @top_srcdir@/CodeDweller/networking.inline.hpp \
  26. @top_srcdir@/CodeDweller/threading.hpp \
  27. @top_srcdir@/CodeDweller/timing.hpp
  28. clean-local:
  29. rm -f *.gcno *.gcov *.gcda *~