Makefile.am 1.0 KB

1234567891011121314151617181920212223242526
  1. #
  2. # This program is free software; you can redistribute it and/or
  3. # modify it under the terms of the GNU General Public License
  4. # as published by the Free Software Foundation; either version 2
  5. # of the License, or (at your option) any later version.
  6. #
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. # GNU General Public License for more details.
  11. #
  12. # Author: g0tsu
  13. # Email: g0tsu at dnmx.0rg
  14. #
  15. # This file is a part of litemdview project
  16. # https://notabug.org/g0tsu/litemdview
  17. noinst_LTLIBRARIES=libmarkdown.la
  18. libmarkdown_la_CFLAGS=-I.
  19. libmarkdown_la_LDFLAGS=-static
  20. libmarkdown_la_SOURCES= amalloc.c basename.c Csio.c css.c docheader.c \
  21. dumptree.c emmatch.c flagprocs.c flags.c generate.c gethopt.c \
  22. github_flavoured.c h1title.c html5.c makepage.c markdown.c \
  23. mkd2html.c mkdio.c mktags.c notspecial.c pgm_options.c resource.c \
  24. setup.c tags.c theme.c toc.c v2compat.c version.c xml.c xmlpage.c