From 14ca8f513e565aeb8112403897db03f115253cdb Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 30 Nov 2003 01:45:52 +0000 Subject: Lexers now added to library. --- gtk/makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gtk/makefile') diff --git a/gtk/makefile b/gtk/makefile index 7560e439a..685a11173 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -68,9 +68,7 @@ LexPOV.o LexPS.o LexPython.o LexRuby.o LexScriptol.o LexSQL.o LexTeX.o LexVB.o \ LexYAML.o #--Autogenerated -- end of automatically generated section -# The LEXOBJS have to be treated specially as the functions in them are not called from external code - -all: $(COMPLIB) $(LEXOBJS) +all: $(COMPLIB) clean: rm -f *.o $(COMPLIB) @@ -81,7 +79,8 @@ deps: $(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o Document.o CallTip.o \ ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatGTK.o \ KeyMap.o LineMarker.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ - RESearch.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o + RESearch.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ + $(LEXOBJS) $(AR) rc $@ $^ $(RANLIB) $@ -- cgit v1.2.3