Makefile.am 1.0 KB

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