2005-11-22 12:26:26 +00:00
|
|
|
|
|
|
|
SUBDIRS = include
|
|
|
|
|
|
|
|
noinst_LIBRARIES=libscintilla.a
|
|
|
|
|
2008-08-18 10:35:22 +00:00
|
|
|
AM_CXXFLAGS = -DNDEBUG -DGTK -DGTK2 -DSCI_LEXER -DG_THREADS_IMPL_NONE
|
2005-11-22 12:26:26 +00:00
|
|
|
|
|
|
|
LEXER_SRCS= \
|
2009-01-04 16:00:50 +00:00
|
|
|
LexAda.cxx \
|
2005-12-05 20:50:46 +00:00
|
|
|
LexAsm.cxx \
|
2007-06-22 17:34:31 +00:00
|
|
|
LexBasic.cxx \
|
2005-11-22 12:26:26 +00:00
|
|
|
LexBash.cxx \
|
|
|
|
LexCPP.cxx \
|
2006-02-06 06:25:41 +00:00
|
|
|
LexCaml.cxx \
|
2008-12-21 20:31:09 +00:00
|
|
|
LexCmake.cxx \
|
2005-11-22 12:26:26 +00:00
|
|
|
LexCSS.cxx \
|
2006-12-07 15:47:00 +00:00
|
|
|
LexD.cxx \
|
2010-09-30 16:59:22 +00:00
|
|
|
LexForth.cxx \
|
2006-08-15 17:57:41 +00:00
|
|
|
LexFortran.cxx \
|
2008-09-26 12:23:59 +00:00
|
|
|
LexHaskell.cxx \
|
2005-11-22 12:26:26 +00:00
|
|
|
LexHTML.cxx \
|
2007-01-13 20:16:09 +00:00
|
|
|
LexLua.cxx \
|
2009-07-30 11:29:53 +00:00
|
|
|
LexMarkdown.cxx \
|
2008-11-07 14:39:45 +00:00
|
|
|
LexMatlab.cxx \
|
2009-07-30 11:29:53 +00:00
|
|
|
LexNsis.cxx \
|
2005-11-22 12:26:26 +00:00
|
|
|
LexOthers.cxx \
|
|
|
|
LexPascal.cxx \
|
|
|
|
LexPerl.cxx \
|
|
|
|
LexPython.cxx \
|
2008-09-26 12:23:59 +00:00
|
|
|
LexR.cxx \
|
2006-05-09 16:07:27 +00:00
|
|
|
LexRuby.cxx \
|
2006-05-16 19:04:04 +00:00
|
|
|
LexSQL.cxx \
|
2010-08-23 12:14:58 +00:00
|
|
|
LexTxt2tags.cxx \
|
2006-11-13 22:11:19 +00:00
|
|
|
LexTCL.cxx \
|
2009-07-30 11:29:53 +00:00
|
|
|
LexVHDL.cxx \
|
2009-12-07 17:51:37 +00:00
|
|
|
LexVerilog.cxx \
|
2009-07-30 11:29:53 +00:00
|
|
|
LexYAML.cxx
|
2005-11-22 12:26:26 +00:00
|
|
|
|
|
|
|
SRCS= \
|
|
|
|
CallTip.cxx \
|
|
|
|
CellBuffer.cxx \
|
2006-03-11 02:33:39 +00:00
|
|
|
CharClassify.cxx \
|
2005-11-22 12:26:26 +00:00
|
|
|
ContractionState.cxx \
|
2007-06-18 13:02:34 +00:00
|
|
|
Decoration.cxx \
|
2005-11-22 12:26:26 +00:00
|
|
|
DocumentAccessor.cxx \
|
|
|
|
Document.cxx \
|
|
|
|
Editor.cxx \
|
|
|
|
Indicator.cxx \
|
|
|
|
KeyMap.cxx \
|
|
|
|
KeyWords.cxx \
|
|
|
|
LineMarker.cxx \
|
2009-05-03 17:49:33 +00:00
|
|
|
PerLine.cxx \
|
2007-06-18 13:02:34 +00:00
|
|
|
PositionCache.cxx \
|
2005-11-22 12:26:26 +00:00
|
|
|
PropSet.cxx \
|
|
|
|
RESearch.cxx \
|
2007-06-18 13:02:34 +00:00
|
|
|
RunStyles.cxx \
|
2005-11-22 12:26:26 +00:00
|
|
|
ScintillaBase.cxx \
|
2010-03-07 10:31:51 +00:00
|
|
|
Selection.cxx \
|
2005-11-22 12:26:26 +00:00
|
|
|
StyleContext.cxx \
|
|
|
|
Style.cxx \
|
|
|
|
UniConversion.cxx \
|
|
|
|
ViewStyle.cxx \
|
|
|
|
WindowAccessor.cxx \
|
|
|
|
XPM.cxx \
|
|
|
|
AutoComplete.cxx \
|
|
|
|
ExternalLexer.cxx \
|
|
|
|
PlatGTK.cxx \
|
|
|
|
ScintillaGTK.cxx \
|
2007-04-08 16:38:46 +00:00
|
|
|
AutoComplete.h \
|
|
|
|
CallTip.h \
|
|
|
|
CellBuffer.h \
|
|
|
|
CharClassify.h \
|
2007-06-18 13:02:34 +00:00
|
|
|
CharacterSet.h \
|
2007-04-08 16:38:46 +00:00
|
|
|
ContractionState.h \
|
|
|
|
Converter.h \
|
2007-06-18 13:02:34 +00:00
|
|
|
Decoration.h \
|
2007-04-08 16:38:46 +00:00
|
|
|
DocumentAccessor.h \
|
|
|
|
Document.h \
|
|
|
|
Editor.h \
|
|
|
|
ExternalLexer.h \
|
|
|
|
Indicator.h \
|
|
|
|
KeyMap.h \
|
|
|
|
LineMarker.h \
|
|
|
|
Partitioning.h \
|
2009-05-03 17:49:33 +00:00
|
|
|
PerLine.h \
|
2007-06-18 13:02:34 +00:00
|
|
|
PositionCache.h \
|
2010-03-07 10:31:51 +00:00
|
|
|
PropSetSimple.h \
|
2007-04-08 16:38:46 +00:00
|
|
|
RESearch.h \
|
2007-06-18 13:02:34 +00:00
|
|
|
RunStyles.h \
|
2007-04-08 16:38:46 +00:00
|
|
|
ScintillaBase.h \
|
|
|
|
scintilla-marshal.h \
|
2010-03-07 10:31:51 +00:00
|
|
|
Selection.h \
|
2007-04-08 16:38:46 +00:00
|
|
|
SplitVector.h \
|
|
|
|
StyleContext.h \
|
|
|
|
Style.h \
|
|
|
|
SVector.h \
|
|
|
|
UniConversion.h \
|
|
|
|
ViewStyle.h \
|
|
|
|
XPM.h \
|
2007-10-19 14:48:19 +00:00
|
|
|
scintilla-marshal.c \
|
2005-11-22 12:26:26 +00:00
|
|
|
$(LEXER_SRCS)
|
|
|
|
|
|
|
|
libscintilla_a_SOURCES = $(SRCS)
|
|
|
|
|
2007-06-26 18:08:00 +00:00
|
|
|
INCLUDES=-I$(top_srcdir) -I$(srcdir)/include @GTK_CFLAGS@
|
2005-11-22 12:26:26 +00:00
|
|
|
|
|
|
|
marshallers: scintilla-marshal.list
|
|
|
|
glib-genmarshal --prefix scintilla_marshal scintilla-marshal.list --header > scintilla-marshal.h
|
|
|
|
glib-genmarshal --prefix scintilla_marshal scintilla-marshal.list --body > scintilla-marshal.c
|
|
|
|
|
2006-06-24 19:37:43 +00:00
|
|
|
EXTRA_DIST=scintilla-marshal.list scintilla-marshal.c scintilla-marshal.h License.txt
|