forked from mia/Aegisub
391219ea54
1. svn mv assdraw csri hunspell lua51 contrib * See r2749 for full description. Originally committed to SVN as r2754.
10 lines
414 B
Makefile
10 lines
414 B
Makefile
lib_LIBRARIES=libparsers.a
|
|
libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \
|
|
latexparser.cxx manparser.cxx \
|
|
textparser.cxx
|
|
|
|
noinst_PROGRAMS=testparser
|
|
testparser_SOURCES=firstparser.cxx firstparser.hxx htmlparser.cxx htmlparser.hxx latexparser.cxx latexparser.hxx manparser.cxx manparser.hxx testparser.cxx textparser.cxx textparser.hxx
|
|
|
|
# need mystrdup()
|
|
LDADD = ../hunspell/libhunspell.la
|