Update images for Geany0.19.
[geany-mirror.git] / scintilla / Makefile.am
blob4de4836254fbbc1030dc34f554cfc0ecbc93bb81
2 SUBDIRS = include
4 noinst_LIBRARIES=libscintilla.a
6 AM_CXXFLAGS = -DNDEBUG -DGTK -DGTK2 -DSCI_LEXER -DG_THREADS_IMPL_NONE
8 LEXER_SRCS= \
9 LexAda.cxx \
10 LexAsm.cxx \
11 LexBasic.cxx \
12 LexBash.cxx \
13 LexCPP.cxx \
14 LexCaml.cxx \
15 LexCmake.cxx \
16 LexCrontab.cxx \
17 LexCSS.cxx \
18 LexD.cxx \
19 LexFortran.cxx \
20 LexHaskell.cxx \
21 LexHTML.cxx \
22 LexLua.cxx \
23 LexMarkdown.cxx \
24 LexMatlab.cxx \
25 LexNsis.cxx \
26 LexOthers.cxx \
27 LexPascal.cxx \
28 LexPerl.cxx \
29 LexPython.cxx \
30 LexR.cxx \
31 LexRuby.cxx \
32 LexSQL.cxx \
33 LexTCL.cxx \
34 LexVHDL.cxx \
35 LexVerilog.cxx \
36 LexYAML.cxx
38 SRCS= \
39 CallTip.cxx \
40 CellBuffer.cxx \
41 CharClassify.cxx \
42 ContractionState.cxx \
43 Decoration.cxx \
44 DocumentAccessor.cxx \
45 Document.cxx \
46 Editor.cxx \
47 Indicator.cxx \
48 KeyMap.cxx \
49 KeyWords.cxx \
50 LineMarker.cxx \
51 PerLine.cxx \
52 PositionCache.cxx \
53 PropSet.cxx \
54 RESearch.cxx \
55 RunStyles.cxx \
56 ScintillaBase.cxx \
57 Selection.cxx \
58 StyleContext.cxx \
59 Style.cxx \
60 UniConversion.cxx \
61 ViewStyle.cxx \
62 WindowAccessor.cxx \
63 XPM.cxx \
64 AutoComplete.cxx \
65 ExternalLexer.cxx \
66 PlatGTK.cxx \
67 ScintillaGTK.cxx \
68 AutoComplete.h \
69 CallTip.h \
70 CellBuffer.h \
71 CharClassify.h \
72 CharacterSet.h \
73 ContractionState.h \
74 Converter.h \
75 Decoration.h \
76 DocumentAccessor.h \
77 Document.h \
78 Editor.h \
79 ExternalLexer.h \
80 Indicator.h \
81 KeyMap.h \
82 LineMarker.h \
83 Partitioning.h \
84 PerLine.h \
85 PositionCache.h \
86 PropSetSimple.h \
87 RESearch.h \
88 RunStyles.h \
89 ScintillaBase.h \
90 scintilla-marshal.h \
91 Selection.h \
92 SplitVector.h \
93 StyleContext.h \
94 Style.h \
95 SVector.h \
96 UniConversion.h \
97 ViewStyle.h \
98 XPM.h \
99 scintilla-marshal.c \
100 $(LEXER_SRCS)
102 libscintilla_a_SOURCES = $(SRCS)
104 INCLUDES=-I$(top_srcdir) -I$(srcdir)/include @GTK_CFLAGS@
106 marshallers: scintilla-marshal.list
107         glib-genmarshal --prefix scintilla_marshal scintilla-marshal.list --header > scintilla-marshal.h
108         glib-genmarshal --prefix scintilla_marshal scintilla-marshal.list --body > scintilla-marshal.c
110 EXTRA_DIST=scintilla-marshal.list scintilla-marshal.c scintilla-marshal.h License.txt