Makefile.am 847 B

1234567891011121314151617181920212223
  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=libhighlight.la
  18. libhighlight_la_CFLAGS=-I.
  19. libhighlight_la_LDFLAGS=-static
  20. libhighlight_la_SOURCES= compile-html.c compile-pp.c compile-term.c keyword.c \
  21. libhighlight.c parser.c tokenizer.c