4 noinst_LTLIBRARIES=libscintilla.la
6 AM_CXXFLAGS = -DNDEBUG -DGTK -DSCI_LEXER -DG_THREADS_IMPL_NONE
19 lexers/LexCoffeeScript.cxx \
21 lexers/LexErlang.cxx \
23 lexers/LexFortran.cxx \
25 lexers/LexHaskell.cxx \
29 lexers/LexMarkdown.cxx \
30 lexers/LexMatlab.cxx \
32 lexers/LexOthers.cxx \
33 lexers/LexPascal.cxx \
35 lexers/LexPowerShell.cxx \
36 lexers/LexPython.cxx \
43 lexers/LexTxt2tags.cxx \
45 lexers/LexVerilog.cxx \
51 gtk/ScintillaGTK.cxx \
52 gtk/scintilla-marshal.c \
53 gtk/scintilla-marshal.h \
56 lexlib/CharacterCategory.cxx \
57 lexlib/CharacterCategory.h \
58 lexlib/CharacterSet.cxx \
59 lexlib/CharacterSet.h \
60 lexlib/LexAccessor.h \
61 lexlib/LexerBase.cxx \
63 lexlib/LexerModule.cxx \
64 lexlib/LexerModule.h \
65 lexlib/LexerNoExceptions.cxx \
66 lexlib/LexerNoExceptions.h \
67 lexlib/LexerSimple.cxx \
68 lexlib/LexerSimple.h \
70 lexlib/PropSetSimple.cxx \
71 lexlib/PropSetSimple.h \
72 lexlib/SparseState.h \
74 lexlib/StyleContext.cxx \
75 lexlib/StyleContext.h \
79 src/AutoComplete.cxx \
91 src/CharClassify.cxx \
93 src/ContractionState.cxx \
94 src/ContractionState.h \
105 src/ExternalLexer.cxx \
106 src/ExternalLexer.h \
119 src/PositionCache.cxx \
120 src/PositionCache.h \
126 src/ScintillaBase.cxx \
127 src/ScintillaBase.h \
133 src/UniConversion.cxx \
134 src/UniConversion.h \
135 src/UnicodeFromUTF8.h \
142 libscintilla_la_SOURCES = $(SRCS)
144 AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)/include -I$(srcdir)/src -I$(srcdir)/lexlib \
145 @GTK_CFLAGS@ @LIBGEANY_CFLAGS@
147 marshallers: gtk/scintilla-marshal.list
148 glib-genmarshal --prefix scintilla_marshal gtk/scintilla-marshal.list --header > gtk/scintilla-marshal.h
149 glib-genmarshal --prefix scintilla_marshal gtk/scintilla-marshal.list --body > gtk/scintilla-marshal.c
151 EXTRA_DIST=gtk/scintilla-marshal.list License.txt README version.txt \