4 noinst_LTLIBRARIES=libscintilla.la
6 AM_CXXFLAGS = -DNDEBUG -DGTK -DSCI_LEXER -DG_THREADS_IMPL_NONE
20 lexers/LexCoffeeScript.cxx \
23 lexers/LexErlang.cxx \
25 lexers/LexFortran.cxx \
27 lexers/LexHaskell.cxx \
32 lexers/LexMarkdown.cxx \
33 lexers/LexMatlab.cxx \
36 lexers/LexPascal.cxx \
38 lexers/LexPowerShell.cxx \
40 lexers/LexPython.cxx \
47 lexers/LexTxt2tags.cxx \
49 lexers/LexVerilog.cxx \
55 gtk/ScintillaGTK.cxx \
56 gtk/scintilla-marshal.c \
57 gtk/scintilla-marshal.h \
60 lexlib/CharacterCategory.cxx \
61 lexlib/CharacterCategory.h \
62 lexlib/CharacterSet.cxx \
63 lexlib/CharacterSet.h \
64 lexlib/LexAccessor.h \
65 lexlib/LexerBase.cxx \
67 lexlib/LexerModule.cxx \
68 lexlib/LexerModule.h \
69 lexlib/LexerNoExceptions.cxx \
70 lexlib/LexerNoExceptions.h \
71 lexlib/LexerSimple.cxx \
72 lexlib/LexerSimple.h \
74 lexlib/PropSetSimple.cxx \
75 lexlib/PropSetSimple.h \
76 lexlib/SparseState.h \
78 lexlib/StyleContext.cxx \
79 lexlib/StyleContext.h \
83 src/AutoComplete.cxx \
95 src/CharClassify.cxx \
97 src/ContractionState.cxx \
98 src/ContractionState.h \
109 src/ExternalLexer.cxx \
110 src/ExternalLexer.h \
124 src/PositionCache.cxx \
125 src/PositionCache.h \
131 src/ScintillaBase.cxx \
132 src/ScintillaBase.h \
138 src/UniConversion.cxx \
139 src/UniConversion.h \
140 src/UnicodeFromUTF8.h \
147 libscintilla_la_SOURCES = $(SRCS)
149 AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)/include -I$(srcdir)/src -I$(srcdir)/lexlib \
150 @GTK_CFLAGS@ @LIBGEANY_CFLAGS@
152 marshallers: gtk/scintilla-marshal.list
153 glib-genmarshal --prefix scintilla_marshal gtk/scintilla-marshal.list --header > gtk/scintilla-marshal.h
154 glib-genmarshal --prefix scintilla_marshal gtk/scintilla-marshal.list --body > gtk/scintilla-marshal.c
156 EXTRA_DIST=gtk/scintilla-marshal.list License.txt README version.txt \