Makefile.am 791 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. #noinst_HEADERS += \
  28. # klish/khelper.h
  29. EXTRA_DIST += \
  30. klish/ktp/Makefile.am \
  31. klish/kscheme/Makefile.am
  32. include $(top_srcdir)/klish/ktp/Makefile.am
  33. include $(top_srcdir)/klish/kscheme/Makefile.am
  34. #if TESTC
  35. #include $(top_srcdir)/klish/testc_module/Makefile.am
  36. #endif