Makefile.am 989 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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/argv.h \
  9. # faux/list.h \
  10. # faux/c_decl.h \
  11. # faux/dump.h \
  12. # faux/system.h \
  13. # faux/db.h \
  14. # faux/ini.h \
  15. # faux/log.h \
  16. # faux/conv.h
  17. EXTRA_DIST += \
  18. faux/ctype/Makefile.am \
  19. faux/str/Makefile.am
  20. # faux/argv/module.am \
  21. # faux/list/module.am \
  22. # faux/dump/module.am \
  23. # faux/system/module.am \
  24. # faux/db/module.am \
  25. # faux/ini/module.am \
  26. # faux/log/module.am \
  27. # faux/conv/module.am \
  28. # faux/README
  29. include $(top_srcdir)/faux/ctype/Makefile.am
  30. include $(top_srcdir)/faux/str/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/db/module.am
  36. #include $(top_srcdir)/faux/ini/module.am
  37. #include $(top_srcdir)/faux/log/module.am
  38. #include $(top_srcdir)/faux/conv/module.am