]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/Makefile.in
Ensure that the wxSTC gets the focus when clicked.
[wxWidgets.git] / contrib / src / stc / Makefile.in
index 9f1ebcf396303c5758e46ed2cf5f1839dadec91a..01b2877cb8b8043c2aac5a539cbd998fe73f49b9 100644 (file)
@@ -23,34 +23,49 @@ HEADER_SUBDIR=stc
 HEADERS=stc.h
 
 OBJECTS=PlatWX.o ScintillaWX.o stc.o \
-       DocumentAccessor.o      \
-       LexCPP.o                \
-       LexHTML.o               \
-       LexLua.o                \
-       LexOthers.o             \
-       LexPerl.o               \
-       LexPython.o             \
-       LexSQL.o                \
-       LexVB.o                 \
-       UniConversion.o         \
-       WindowAccessor.o        \
         AutoComplete.o         \
         CallTip.o              \
         CellBuffer.o           \
         ContractionState.o     \
         Document.o             \
+       DocumentAccessor.o      \
         Editor.o               \
         Indicator.o            \
         KeyMap.o               \
         KeyWords.o             \
+       LexAVE.o                \
+       LexBaan.o               \
+       LexBullant.o            \
+       LexMatlab.o             \
+       LexAda.o                \
+       LexCPP.o                \
+       LexConf.o               \
+       LexCrontab.o            \
+       LexEiffel.o             \
+       LexHTML.o               \
+       LexLisp.o               \
+       LexLua.o                \
+       LexOthers.o             \
+       LexPascal.o             \
+       LexPerl.o               \
+       LexPython.o             \
+       LexRuby.o               \
+       LexSQL.o                \
+       LexVB.o                 \
         LineMarker.o           \
         PropSet.o              \
+       RESearch.o              \
         ScintillaBase.o                \
         Style.o                        \
+       StyleContext.o          \
+       UniConversion.o         \
         ViewStyle.o            \
-       PosRegExp.o             \
+       WindowAccessor.o        \
 
+DEPFILES=$(OBJECTS:.o=.d)
 
-APPEXTRADEFS=-D__WX__ -DSCI_LEXER -I$(scintilla_dir)/src -I$(scintilla_dir)/include -I$(top_srcdir)/contrib/include
+APPEXTRADEFS=-D__WX__ -DSCI_LEXER -DLINK_LEXERS -I$(scintilla_dir)/src -I$(scintilla_dir)/include -I$(top_srcdir)/contrib/include
 
 include $(top_builddir)/src/makelib.env
+
+-include $(DEPFILES)