4 noinst_LTLIBRARIES=libscintilla.la
6 AM_CXXFLAGS = -DNDEBUG -DGTK -DSCI_LEXER -DNO_CXX11_REGEX
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 \
57 gtk/ScintillaGTKAccessible.cxx \
58 gtk/ScintillaGTKAccessible.h \
59 gtk/scintilla-marshal.c \
60 gtk/scintilla-marshal.h \
63 lexlib/CharacterCategory.cxx \
64 lexlib/CharacterCategory.h \
65 lexlib/CharacterSet.cxx \
66 lexlib/CharacterSet.h \
67 lexlib/LexAccessor.h \
68 lexlib/LexerBase.cxx \
70 lexlib/LexerModule.cxx \
71 lexlib/LexerModule.h \
72 lexlib/LexerNoExceptions.cxx \
73 lexlib/LexerNoExceptions.h \
74 lexlib/LexerSimple.cxx \
75 lexlib/LexerSimple.h \
77 lexlib/PropSetSimple.cxx \
78 lexlib/PropSetSimple.h \
79 lexlib/SparseState.h \
81 lexlib/StyleContext.cxx \
82 lexlib/StyleContext.h \
86 src/AutoComplete.cxx \
98 src/CharClassify.cxx \
100 src/ContractionState.cxx \
101 src/ContractionState.h \
112 src/ExternalLexer.cxx \
113 src/ExternalLexer.h \
127 src/PositionCache.cxx \
128 src/PositionCache.h \
134 src/ScintillaBase.cxx \
135 src/ScintillaBase.h \
142 src/UniConversion.cxx \
143 src/UniConversion.h \
144 src/UnicodeFromUTF8.h \
151 libscintilla_la_SOURCES = $(SRCS)
153 AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)/include -I$(srcdir)/src -I$(srcdir)/lexlib \
154 @GTK_CFLAGS@ @LIBGEANY_CFLAGS@
156 marshallers: gtk/scintilla-marshal.list
157 glib-genmarshal --prefix scintilla_marshal gtk/scintilla-marshal.list --header > gtk/scintilla-marshal.h
158 glib-genmarshal --prefix scintilla_marshal gtk/scintilla-marshal.list --body > gtk/scintilla-marshal.c
160 EXTRA_DIST=gtk/scintilla-marshal.list License.txt README version.txt