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.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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/mangler.cpp \
  19. @top_srcdir@/CodeDweller/timing.cpp
  20. noinst_HEADERS = \
  21. @top_srcdir@/CodeDweller/base64codec.hpp \
  22. @top_srcdir@/CodeDweller/configuration.hpp \
  23. @top_srcdir@/CodeDweller/configuration.inline.hpp \
  24. @top_srcdir@/CodeDweller/histogram.hpp \
  25. @top_srcdir@/CodeDweller/networking.hpp \
  26. @top_srcdir@/CodeDweller/networking.inline.hpp \
  27. @top_srcdir@/CodeDweller/threading.hpp \
  28. @top_srcdir@/CodeDweller/faults.hpp \
  29. @top_srcdir@/CodeDweller/mangler.hpp \
  30. @top_srcdir@/CodeDweller/timing.hpp
  31. EXTRA_DIST = \
  32. Makefile.am \
  33. ChangeLog
  34. clean-local:
  35. rm -f *.gcno *.gcov *.gcda *~