r5079
[geany-mirror.git] / scintilla / Makefile.am
blob335a2ea42cadb31cd2281b74cb44fb06b8d00ece
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 LexCSS.cxx \
17 LexD.cxx \
18 LexFortran.cxx \
19 LexHaskell.cxx \
20 LexHTML.cxx \
21 LexLua.cxx \
22 LexMarkdown.cxx \
23 LexMatlab.cxx \
24 LexNsis.cxx \
25 LexOthers.cxx \
26 LexPascal.cxx \
27 LexPerl.cxx \
28 LexPython.cxx \
29 LexR.cxx \
30 LexRuby.cxx \
31 LexSQL.cxx \
32 LexTCL.cxx \
33 LexVHDL.cxx \
34 LexVerilog.cxx \
35 LexYAML.cxx
37 SRCS= \
38 CallTip.cxx \
39 CellBuffer.cxx \
40 CharClassify.cxx \
41 ContractionState.cxx \
42 Decoration.cxx \
43 DocumentAccessor.cxx \
44 Document.cxx \
45 Editor.cxx \
46 Indicator.cxx \
47 KeyMap.cxx \
48 KeyWords.cxx \
49 LineMarker.cxx \
50 PerLine.cxx \
51 PositionCache.cxx \
52 PropSet.cxx \
53 RESearch.cxx \
54 RunStyles.cxx \
55 ScintillaBase.cxx \
56 Selection.cxx \
57 StyleContext.cxx \
58 Style.cxx \
59 UniConversion.cxx \
60 ViewStyle.cxx \
61 WindowAccessor.cxx \
62 XPM.cxx \
63 AutoComplete.cxx \
64 ExternalLexer.cxx \
65 PlatGTK.cxx \
66 ScintillaGTK.cxx \
67 AutoComplete.h \
68 CallTip.h \
69 CellBuffer.h \
70 CharClassify.h \
71 CharacterSet.h \
72 ContractionState.h \
73 Converter.h \
74 Decoration.h \
75 DocumentAccessor.h \
76 Document.h \
77 Editor.h \
78 ExternalLexer.h \
79 Indicator.h \
80 KeyMap.h \
81 LineMarker.h \
82 Partitioning.h \
83 PerLine.h \
84 PositionCache.h \
85 PropSetSimple.h \
86 RESearch.h \
87 RunStyles.h \
88 ScintillaBase.h \
89 scintilla-marshal.h \
90 Selection.h \
91 SplitVector.h \
92 StyleContext.h \
93 Style.h \
94 SVector.h \
95 UniConversion.h \
96 ViewStyle.h \
97 XPM.h \
98 scintilla-marshal.c \
99 $(LEXER_SRCS)
101 libscintilla_a_SOURCES = $(SRCS)
103 INCLUDES=-I$(top_srcdir) -I$(srcdir)/include @GTK_CFLAGS@
105 marshallers: scintilla-marshal.list
106         glib-genmarshal --prefix scintilla_marshal scintilla-marshal.list --header > scintilla-marshal.h
107         glib-genmarshal --prefix scintilla_marshal scintilla-marshal.list --body > scintilla-marshal.c
109 EXTRA_DIST=scintilla-marshal.list scintilla-marshal.c scintilla-marshal.h License.txt