forked from mia/Aegisub
11 lines
414 B
Makefile
11 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
|