Makefile.am 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
  2. AM_CPPFLAGS += -I$(top_builddir)/src/lib/cc
  3. AM_CXXFLAGS = $(B10_CXXFLAGS) -Wno-strict-aliasing
  4. lib_LTLIBRARIES = libcfgclient.la
  5. libcfgclient_la_SOURCES = config_data.h config_data.cc module_spec.h module_spec.cc ccsession.cc ccsession.h
  6. CLEANFILES = *.gcno *.gcda
  7. TESTS =
  8. if HAVE_GTEST
  9. SUBDIRS = . tests
  10. endif
  11. EXTRA_DIST = testdata/b10-config-bad1.db
  12. EXTRA_DIST += testdata/b10-config-bad2.db
  13. EXTRA_DIST += testdata/b10-config-bad3.db
  14. EXTRA_DIST += testdata/b10-config-bad4.db
  15. EXTRA_DIST += testdata/b10-config.db
  16. EXTRA_DIST += testdata/data22_1.data
  17. EXTRA_DIST += testdata/data22_2.data
  18. EXTRA_DIST += testdata/data22_3.data
  19. EXTRA_DIST += testdata/data22_4.data
  20. EXTRA_DIST += testdata/data22_5.data
  21. EXTRA_DIST += testdata/data22_6.data
  22. EXTRA_DIST += testdata/data22_7.data
  23. EXTRA_DIST += testdata/data22_8.data
  24. EXTRA_DIST += testdata/spec1.spec
  25. EXTRA_DIST += testdata/spec2.spec
  26. EXTRA_DIST += testdata/spec3.spec
  27. EXTRA_DIST += testdata/spec4.spec
  28. EXTRA_DIST += testdata/spec5.spec
  29. EXTRA_DIST += testdata/spec6.spec
  30. EXTRA_DIST += testdata/spec7.spec
  31. EXTRA_DIST += testdata/spec8.spec
  32. EXTRA_DIST += testdata/spec9.spec
  33. EXTRA_DIST += testdata/spec10.spec
  34. EXTRA_DIST += testdata/spec11.spec
  35. EXTRA_DIST += testdata/spec12.spec
  36. EXTRA_DIST += testdata/spec13.spec
  37. EXTRA_DIST += testdata/spec14.spec
  38. EXTRA_DIST += testdata/spec15.spec
  39. EXTRA_DIST += testdata/spec16.spec
  40. EXTRA_DIST += testdata/spec17.spec
  41. EXTRA_DIST += testdata/spec18.spec
  42. EXTRA_DIST += testdata/spec19.spec
  43. EXTRA_DIST += testdata/spec20.spec
  44. EXTRA_DIST += testdata/spec21.spec
  45. EXTRA_DIST += testdata/spec22.spec
  46. EXTRA_DIST += testdata/spec23.spec
  47. EXTRA_DIST += testdata/spec24.spec
  48. EXTRA_DIST += testdata/spec25.spec
  49. EXTRA_DIST += testdata/spec26.spec
  50. EXTRA_DIST += testdata/spec27.spec
  51. EXTRA_DIST += testdata/spec28.spec