1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- lib_LTLIBRARIES += libfaux.la
- libfaux_la_SOURCES =
- libfaux_la_LIBADD =
- nobase_include_HEADERS += \
- faux/str.h
- # faux/argv.h \
- # faux/bintree.h \
- # faux/list.h \
- # faux/ctype.h \
- # faux/c_decl.h \
- # faux/dump.h \
- # faux/types.h \
- # faux/system.h \
- # faux/db.h \
- # faux/ini.h \
- # faux/log.h \
- # faux/conv.h
- EXTRA_DIST += \
- faux/str/Makefile.am
- # faux/argv/module.am \
- # faux/list/module.am \
- # faux/ctype/module.am \
- # faux/dump/module.am \
- # faux/system/module.am \
- # faux/db/module.am \
- # faux/ini/module.am \
- # faux/log/module.am \
- # faux/conv/module.am \
- # faux/README
- include $(top_srcdir)/faux/str/Makefile.am
- #include $(top_srcdir)/faux/argv/module.am
- #include $(top_srcdir)/faux/list/module.am
- #include $(top_srcdir)/faux/ctype/module.am
- #include $(top_srcdir)/faux/dump/module.am
- #include $(top_srcdir)/faux/system/module.am
- #include $(top_srcdir)/faux/db/module.am
- #include $(top_srcdir)/faux/ini/module.am
- #include $(top_srcdir)/faux/log/module.am
- #include $(top_srcdir)/faux/conv/module.am
|