diff options
author | nyamatongwe <unknown> | 2001-02-01 07:12:21 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-02-01 07:12:21 +0000 |
commit | be4fd8999ebe00d1547f7a72ffc8f6ba39f3d40b (patch) | |
tree | 096db19312ccf973fc1ac56633fc1babc61d7747 /gtk | |
parent | 932fdc506311f53f298fe9482fac2c8b86c8e51d (diff) | |
download | scintilla-mirror-be4fd8999ebe00d1547f7a72ffc8f6ba39f3d40b.tar.gz |
Added lexer for Avenue.
Trailing spaces removed from a lot of lines.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gtk/makefile b/gtk/makefile index bfb436719..77d7225e3 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -25,8 +25,8 @@ endif .cxx.o: $(CC) `gtk-config --cflags` $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@ -LEXOBJS = LexConf.o LexCPP.o LexHTML.o LexLua.o LexOthers.o LexPascal.o \ - LexPerl.o LexPython.o LexSQL.o LexVB.o +LEXOBJS = LexAVE.o LexConf.o LexCPP.o LexHTML.o LexLua.o LexOthers.o \ + LexPascal.o LexPerl.o LexPython.o LexSQL.o LexVB.o # The LEXOBJS have to be treated specially as the functions in them are not called from external code @@ -55,6 +55,8 @@ Indicator.o: Indicator.cxx Platform.h Scintilla.h WinDefs.h \ KeyMap.o: KeyMap.cxx Platform.h Scintilla.h WinDefs.h KeyMap.h KeyWords.o: KeyWords.cxx Platform.h PropSet.h SString.h Accessor.h \ KeyWords.h Scintilla.h WinDefs.h SciLexer.h +LexAVE.o: LexAVE.cxx Platform.h PropSet.h SString.h Accessor.h \ + KeyWords.h Scintilla.h WinDefs.h SciLexer.h LexConf.o: LexConf.cxx Platform.h PropSet.h SString.h Accessor.h \ KeyWords.h Scintilla.h WinDefs.h SciLexer.h LexCPP.o: LexCPP.cxx Platform.h PropSet.h SString.h Accessor.h \ @@ -97,5 +99,5 @@ ViewStyle.o: ViewStyle.cxx Platform.h Scintilla.h WinDefs.h \ WindowAccessor.o: WindowAccessor.cxx Platform.h PropSet.h SString.h \ Accessor.h WindowAccessor.h Scintilla.h WinDefs.h -clean: +clean: rm -f *.o SciTE |