Makefile.am 981 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. lib_LTLIBRARIES += libfaux.la
  2. libfaux_la_SOURCES =
  3. libfaux_la_LIBADD =
  4. nobase_include_HEADERS += \
  5. faux/types.h \
  6. faux/ctype.h \
  7. faux/str.h \
  8. faux/sysdb.h
  9. # faux/argv.h \
  10. # faux/list.h \
  11. # faux/dump.h \
  12. # faux/system.h \
  13. # faux/ini.h \
  14. # faux/log.h \
  15. # faux/conv.h
  16. EXTRA_DIST += \
  17. faux/ctype/Makefile.am \
  18. faux/str/Makefile.am \
  19. faux/sysdb/Makefile.am
  20. # faux/argv/module.am \
  21. # faux/list/module.am \
  22. # faux/dump/module.am \
  23. # faux/system/module.am \
  24. # faux/ini/module.am \
  25. # faux/log/module.am \
  26. # faux/conv/module.am \
  27. # faux/README
  28. include $(top_srcdir)/faux/ctype/Makefile.am
  29. include $(top_srcdir)/faux/str/Makefile.am
  30. include $(top_srcdir)/faux/sysdb/Makefile.am
  31. #include $(top_srcdir)/faux/argv/module.am
  32. #include $(top_srcdir)/faux/list/module.am
  33. #include $(top_srcdir)/faux/dump/module.am
  34. #include $(top_srcdir)/faux/system/module.am
  35. #include $(top_srcdir)/faux/ini/module.am
  36. #include $(top_srcdir)/faux/log/module.am
  37. #include $(top_srcdir)/faux/conv/module.am