Makefile.am 889 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. lib_LTLIBRARIES += libklish.la
  2. libklish_la_SOURCES =
  3. libklish_la_LDFLAGS = $(AM_LDFLAGS) $(VERSION_INFO)
  4. #if TESTC
  5. #libklish_la_CFLAGS += -DTESTC
  6. #endif
  7. # Common
  8. nobase_include_HEADERS += \
  9. klish/khelper.h
  10. # KTP
  11. nobase_include_HEADERS += \
  12. klish/ktp.h \
  13. klish/ktp_session.h
  14. # Scheme
  15. nobase_include_HEADERS += \
  16. klish/kscheme.h \
  17. klish/kview.h \
  18. klish/kcommand.h \
  19. klish/kparam.h \
  20. klish/kplugin.h \
  21. klish/kaction.h \
  22. klish/kptype.h \
  23. klish/ksym.h
  24. # Session
  25. nobase_include_HEADERS += \
  26. klish/kudata.h \
  27. klish/kustore.h
  28. #noinst_HEADERS += \
  29. # klish/khelper.h
  30. EXTRA_DIST += \
  31. klish/ktp/Makefile.am \
  32. klish/kscheme/Makefile.am \
  33. klish/ksession/Makefile.am
  34. include $(top_srcdir)/klish/ktp/Makefile.am
  35. include $(top_srcdir)/klish/kscheme/Makefile.am
  36. include $(top_srcdir)/klish/ksession/Makefile.am
  37. #if TESTC
  38. #include $(top_srcdir)/klish/testc_module/Makefile.am
  39. #endif