737 lines
40 KiB
Plaintext
Raw Normal View History

# =========================================================================
# This makefile was generated by
# Bakefile 0.2.8 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================
.LONGCOMMANDLINE: dmc link lib smake
!include ../../../build/msw/config.dms
# -------------------------------------------------------------------------
# Do not modify the rest of this file!
# -------------------------------------------------------------------------
### Conditionally set variables: ###
!if "$(USE_GUI)" == "0"
PORTNAME = base
!endif
!if "$(USE_GUI)" == "1"
PORTNAME = msw
!endif
!if "$(OFFICIAL_BUILD)" == "0"
VENDORTAG = _$(VENDOR)
!endif
!if "$(OFFICIAL_BUILD)" == "1"
VENDORTAG =
!endif
!if "$(BUILD)" == "debug"
!if "$(DEBUG_FLAG)" == "default"
WXDEBUGFLAG = d
!endif
!endif
!if "$(DEBUG_FLAG)" == "1"
WXDEBUGFLAG = d
!endif
!if "$(UNICODE)" == "1"
WXUNICODEFLAG = u
!endif
!if "$(WXUNIV)" == "1"
WXUNIVNAME = univ
!endif
!if "$(SHARED)" == "1"
WXDLLFLAG = dll
!endif
!if "$(SHARED)" == "0"
LIBTYPE_SUFFIX = lib
!endif
!if "$(SHARED)" == "1"
LIBTYPE_SUFFIX = dll
!endif
!if "$(MONOLITHIC)" == "0"
EXTRALIBS_FOR_BASE =
!endif
!if "$(MONOLITHIC)" == "1"
EXTRALIBS_FOR_BASE =
!endif
!if "$(SHARED)" == "1"
__stcdll___depname = \
$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_dmc$(VENDORTAG).dll
!endif
!if "$(BUILD)" == "debug"
!if "$(DEBUG_INFO)" == "default"
__DEBUGINFO_2 = /DEBUG /CODEVIEW
!endif
!endif
!if "$(BUILD)" == "release"
!if "$(DEBUG_INFO)" == "default"
__DEBUGINFO_2 =
!endif
!endif
!if "$(DEBUG_INFO)" == "0"
__DEBUGINFO_2 =
!endif
!if "$(DEBUG_INFO)" == "1"
__DEBUGINFO_2 = /DEBUG /CODEVIEW
!endif
!if "$(MONOLITHIC)" == "1"
__WXLIB_MONO_p = \
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
!endif
!if "$(USE_GUI)" == "1"
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
!endif
!if "$(USE_GUI)" == "1"
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
!endif
!if "$(USE_GUI)" == "1"
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
!endif
!if "$(MSLU)" == "1"
__UNICOWS_LIB_p = unicows.lib
!endif
!if "$(USE_GDIPLUS)" == "1"
__GDIPLUS_LIB_p = gdiplus.lib
!endif
!if "$(USE_CAIRO)" == "1"
__CAIRO_LIB_p = cairo.lib
!endif
!if "$(USE_CAIRO)" == "1"
__CAIRO_LIBDIR_FILENAMES = $(CAIRO_ROOT)\lib
!endif
!if "$(MONOLITHIC)" == "0"
__WXLIB_CORE_p = \
wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
!endif
!if "$(MONOLITHIC)" == "0"
__WXLIB_BASE_p = \
wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
!endif
!if "$(SHARED)" == "0"
__stclib___depname = \
$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib
!endif
!if "$(BUILD)" == "debug"
!if "$(DEBUG_INFO)" == "default"
__DEBUGINFO_1 = -g
!endif
!endif
!if "$(BUILD)" == "release"
!if "$(DEBUG_INFO)" == "default"
__DEBUGINFO_1 =
!endif
!endif
!if "$(DEBUG_INFO)" == "0"
__DEBUGINFO_1 =
!endif
!if "$(DEBUG_INFO)" == "1"
__DEBUGINFO_1 = -g
!endif
!if "$(BUILD)" == "debug"
__OPTIMIZEFLAG = -o+none
!endif
!if "$(BUILD)" == "release"
__OPTIMIZEFLAG = -o
!endif
!if "$(RUNTIME_LIBS)" == "dynamic"
__RUNTIME_LIBS = -ND
!endif
!if "$(RUNTIME_LIBS)" == "static"
__RUNTIME_LIBS =
!endif
!if "$(USE_RTTI)" == "0"
__RTTIFLAG =
!endif
!if "$(USE_RTTI)" == "1"
__RTTIFLAG = -Ar
!endif
!if "$(USE_EXCEPTIONS)" == "0"
__EXCEPTIONSFLAG =
!endif
!if "$(USE_EXCEPTIONS)" == "1"
__EXCEPTIONSFLAG = -Ae
!endif
!if "$(WXUNIV)" == "1"
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
!endif
!if "$(BUILD)" == "debug"
!if "$(DEBUG_FLAG)" == "default"
__DEBUG_DEFINE_p = -D__WXDEBUG__
!endif
!endif
!if "$(DEBUG_FLAG)" == "1"
__DEBUG_DEFINE_p = -D__WXDEBUG__
!endif
!if "$(BUILD)" == "release"
__NDEBUG_DEFINE_p = -DNDEBUG
!endif
!if "$(USE_EXCEPTIONS)" == "0"
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
!endif
!if "$(USE_RTTI)" == "0"
__RTTI_DEFINE_p = -DwxNO_RTTI
!endif
!if "$(USE_THREADS)" == "0"
__THREAD_DEFINE_p = -DwxNO_THREADS
!endif
!if "$(UNICODE)" == "1"
__UNICODE_DEFINE_p = -D_UNICODE
!endif
!if "$(MSLU)" == "1"
__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
!endif
!if "$(USE_GDIPLUS)" == "1"
__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
!endif
!if "$(USE_CAIRO)" == "1"
____CAIRO_INCLUDEDIR_FILENAMES = -I$(CAIRO_ROOT)\include\cairo
!endif
### Variables: ###
WX_RELEASE_NODOT = 28
OBJS = dmc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
LIBDIRNAME = ..\..\src\stc\..\..\..\lib\dmc_$(LIBTYPE_SUFFIX)$(CFG)
SETUPHDIR = $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
STCDLL_CXXFLAGS = -WD $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) $(__RUNTIME_LIBS) -D_WIN32_WINNT=0x0400 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I..\..\src\stc\..\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES) -w- -DWXBUILDING -I..\..\src\stc\..\..\include -I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS -DWXUSINGDLL -DWXMAKINGDLL_STC $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
STCDLL_OBJECTS = $(OBJS)\stcdll_PlatWX.obj $(OBJS)\stcdll_ScintillaWX.obj $(OBJS)\stcdll_stc.obj $(OBJS)\stcdll_AutoComplete.obj $(OBJS)\stcdll_CallTip.obj $(OBJS)\stcdll_CellBuffer.obj $(OBJS)\stcdll_CharClassify.obj $(OBJS)\stcdll_ContractionState.obj $(OBJS)\stcdll_Document.obj $(OBJS)\stcdll_DocumentAccessor.obj $(OBJS)\stcdll_Editor.obj $(OBJS)\stcdll_ExternalLexer.obj $(OBJS)\stcdll_Indicator.obj $(OBJS)\stcdll_KeyMap.obj $(OBJS)\stcdll_KeyWords.obj $(OBJS)\stcdll_LexAPDL.obj $(OBJS)\stcdll_LexAU3.obj $(OBJS)\stcdll_LexAVE.obj $(OBJS)\stcdll_LexAda.obj $(OBJS)\stcdll_LexAsm.obj $(OBJS)\stcdll_LexAsn1.obj $(OBJS)\stcdll_LexBaan.obj $(OBJS)\stcdll_LexBash.obj $(OBJS)\stcdll_LexBasic.obj $(OBJS)\stcdll_LexBullant.obj $(OBJS)\stcdll_LexCLW.obj $(OBJS)\stcdll_LexCPP.obj $(OBJS)\stcdll_LexCSS.obj $(OBJS)\stcdll_LexCaml.obj $(OBJS)\stcdll_LexCsound.obj $(OBJS)\stcdll_LexConf.obj $(OBJS)\stcdll_LexCrontab.obj $(OBJS)\stcdll_LexEScript.obj $(OBJS)\stcdll_LexEiffel.obj $(OBJS)\stcdll_LexErlang.obj $(OBJS)\stcdll_LexFlagship.obj $(OBJS)\stcdll_LexForth.obj $(OBJS)\stcdll_LexFortran.obj $(OBJS)\stcdll_LexGui4Cli.obj $(OBJS)\stcdll_LexHTML.obj $(OBJS)\stcdll_LexHaskell.obj $(OBJS)\stcdll_LexInno.obj $(OBJS)\stcdll_LexKix.obj $(OBJS)\stcdll_LexLisp.obj $(OBJS)\stcdll_LexLout.obj $(OBJS)\stcdll_LexLua.obj $(OBJS)\stcdll_LexMMIXAL.obj $(OBJS)\stcdll_LexMPT.obj $(OBJS)\stcdll_LexMSSQL.obj $(OBJS)\stcdll_LexMatlab.obj $(OBJS)\stcdll_LexMetapost.obj $(OBJS)\stcdll_LexNsis.obj $(OBJS)\stcdll_LexOpal.obj $(OBJS)\stcdll_LexOthers.obj $(OBJS)\stcdll_LexPB.obj $(OBJS)\stcdll_LexPOV.obj $(OBJS)\stcdll_LexPS.obj $(OBJS)\stcdll_LexPascal.obj $(OBJS)\stcdll_LexPerl.obj $(OBJS)\stcdll_LexPython.obj $(OBJS)\stcdll_LexRebol.obj $(OBJS)\stcdll_LexRuby.obj $(OBJS)\stcdll_LexSQL.obj $(OBJS)\stcdll_LexSmalltalk.obj $(OBJS)\stcdll_LexTADS3.obj $(OBJS)\stcdll_LexScriptol.obj $(OBJS)\stcdll_LexSpecman.obj $(OBJS)\stcdll_LexSpice.obj $(OBJS)\stcdll_LexTCL.obj $(OBJS)\stcdll_LexTeX.obj $(OBJS)\stcdll_LexVB.obj $(OBJS)\stcdll_LexVHDL.obj $(OBJS)\stcdll_LexVerilog.obj $(OBJS)\stcdll_LexYAML.obj $(OBJS)\stcdll_LineMarker.obj $(OBJS)\stcdll_PropSet.obj $(OBJS)\stcdll_RESearch.obj $(OBJS)\stcdll_ScintillaBase.obj $(OBJS)\stcdll_Style.obj $(OBJS)\stcdll_StyleContext.obj $(OBJS)\stcdll_UniConversion.obj $(OBJS)\stcdll_ViewStyle.obj $(OBJS)\stcdll_WindowAccessor.obj $(OBJS)\stcdll_XPM.obj
STCLIB_CXXFLAGS = $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) $(__RUNTIME_LIBS) -D_WIN32_WINNT=0x0400 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I..\..\src\stc\..\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES) -w- -DWXBUILDING -I..\..\src\stc\..\..\include -I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
STCLIB_OBJECTS = $(OBJS)\stclib_PlatWX.obj $(OBJS)\stclib_ScintillaWX.obj $(OBJS)\stclib_stc.obj $(OBJS)\stclib_AutoComplete.obj $(OBJS)\stclib_CallTip.obj $(OBJS)\stclib_CellBuffer.obj $(OBJS)\stclib_CharClassify.obj $(OBJS)\stclib_ContractionState.obj $(OBJS)\stclib_Document.obj $(OBJS)\stclib_DocumentAccessor.obj $(OBJS)\stclib_Editor.obj $(OBJS)\stclib_ExternalLexer.obj $(OBJS)\stclib_Indicator.obj $(OBJS)\stclib_KeyMap.obj $(OBJS)\stclib_KeyWords.obj $(OBJS)\stclib_LexAPDL.obj $(OBJS)\stclib_LexAU3.obj $(OBJS)\stclib_LexAVE.obj $(OBJS)\stclib_LexAda.obj $(OBJS)\stclib_LexAsm.obj $(OBJS)\stclib_LexAsn1.obj $(OBJS)\stclib_LexBaan.obj $(OBJS)\stclib_LexBash.obj $(OBJS)\stclib_LexBasic.obj $(OBJS)\stclib_LexBullant.obj $(OBJS)\stclib_LexCLW.obj $(OBJS)\stclib_LexCPP.obj $(OBJS)\stclib_LexCSS.obj $(OBJS)\stclib_LexCaml.obj $(OBJS)\stclib_LexCsound.obj $(OBJS)\stclib_LexConf.obj $(OBJS)\stclib_LexCrontab.obj $(OBJS)\stclib_LexEScript.obj $(OBJS)\stclib_LexEiffel.obj $(OBJS)\stclib_LexErlang.obj $(OBJS)\stclib_LexFlagship.obj $(OBJS)\stclib_LexForth.obj $(OBJS)\stclib_LexFortran.obj $(OBJS)\stclib_LexGui4Cli.obj $(OBJS)\stclib_LexHTML.obj $(OBJS)\stclib_LexHaskell.obj $(OBJS)\stclib_LexInno.obj $(OBJS)\stclib_LexKix.obj $(OBJS)\stclib_LexLisp.obj $(OBJS)\stclib_LexLout.obj $(OBJS)\stclib_LexLua.obj $(OBJS)\stclib_LexMMIXAL.obj $(OBJS)\stclib_LexMPT.obj $(OBJS)\stclib_LexMSSQL.obj $(OBJS)\stclib_LexMatlab.obj $(OBJS)\stclib_LexMetapost.obj $(OBJS)\stclib_LexNsis.obj $(OBJS)\stclib_LexOpal.obj $(OBJS)\stclib_LexOthers.obj $(OBJS)\stclib_LexPB.obj $(OBJS)\stclib_LexPOV.obj $(OBJS)\stclib_LexPS.obj $(OBJS)\stclib_LexPascal.obj $(OBJS)\stclib_LexPerl.obj $(OBJS)\stclib_LexPython.obj $(OBJS)\stclib_LexRebol.obj $(OBJS)\stclib_LexRuby.obj $(OBJS)\stclib_LexSQL.obj $(OBJS)\stclib_LexSmalltalk.obj $(OBJS)\stclib_LexTADS3.obj $(OBJS)\stclib_LexScriptol.obj $(OBJS)\stclib_LexSpecman.obj $(OBJS)\stclib_LexSpice.obj $(OBJS)\stclib_LexTCL.obj $(OBJS)\stclib_LexTeX.obj $(OBJS)\stclib_LexVB.obj $(OBJS)\stclib_LexVHDL.obj $(OBJS)\stclib_LexVerilog.obj $(OBJS)\stclib_LexYAML.obj $(OBJS)\stclib_LineMarker.obj $(OBJS)\stclib_PropSet.obj $(OBJS)\stclib_RESearch.obj $(OBJS)\stclib_ScintillaBase.obj $(OBJS)\stclib_Style.obj $(OBJS)\stclib_StyleContext.obj $(OBJS)\stclib_UniConversion.obj $(OBJS)\stclib_ViewStyle.obj $(OBJS)\stclib_WindowAccessor.obj $(OBJS)\stclib_XPM.obj
all : $(OBJS)
$(OBJS) :
-if not exist $(OBJS) mkdir $(OBJS)
### Targets: ###
all : $(__stcdll___depname) $(__stclib___depname)
clean :
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
-if exist $(OBJS)\*.res del $(OBJS)\*.res
-if exist $(OBJS)\*.sym del $(OBJS)\*.sym
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_dmc$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_dmc$(VENDORTAG).dll
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_dmc$(VENDORTAG).map del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_dmc$(VENDORTAG).map
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib
-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib
!if "$(SHARED)" == "1"
$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_dmc$(VENDORTAG).dll : $(STCDLL_OBJECTS) $(OBJS)\stcdll_version.res
link /NOLOGO /SILENT /NOI /DELEXECUTABLE $(__DEBUGINFO_2) $(LDFLAGS) /IMPLIB:$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib $(STCDLL_OBJECTS),$@,$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_dmc$(VENDORTAG).map, kernel32.lib $(LIBDIRNAME)\ $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) $(__CAIRO_LIB_p) $(__CAIRO_LIBDIR_FILENAMES)\ kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) ,, $(OBJS)\stcdll_version.res
!endif
!if "$(SHARED)" == "0"
$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib : $(STCLIB_OBJECTS)
lib -p512 -c -n $@ $(STCLIB_OBJECTS)
!endif
$(OBJS)\stcdll_PlatWX.obj : ..\..\src\stc\PlatWX.cpp
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\PlatWX.cpp
$(OBJS)\stcdll_ScintillaWX.obj : ..\..\src\stc\ScintillaWX.cpp
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\ScintillaWX.cpp
$(OBJS)\stcdll_stc.obj : ..\..\src\stc\stc.cpp
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\stc.cpp
$(OBJS)\stcdll_AutoComplete.obj : ..\..\src\stc\scintilla\src\AutoComplete.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\AutoComplete.cxx
$(OBJS)\stcdll_CallTip.obj : ..\..\src\stc\scintilla\src\CallTip.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\CallTip.cxx
$(OBJS)\stcdll_CellBuffer.obj : ..\..\src\stc\scintilla\src\CellBuffer.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\CellBuffer.cxx
$(OBJS)\stcdll_CharClassify.obj : ..\..\src\stc\scintilla\src\CharClassify.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\CharClassify.cxx
$(OBJS)\stcdll_ContractionState.obj : ..\..\src\stc\scintilla\src\ContractionState.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\ContractionState.cxx
$(OBJS)\stcdll_Document.obj : ..\..\src\stc\scintilla\src\Document.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\Document.cxx
$(OBJS)\stcdll_DocumentAccessor.obj : ..\..\src\stc\scintilla\src\DocumentAccessor.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\DocumentAccessor.cxx
$(OBJS)\stcdll_Editor.obj : ..\..\src\stc\scintilla\src\Editor.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\Editor.cxx
$(OBJS)\stcdll_ExternalLexer.obj : ..\..\src\stc\scintilla\src\ExternalLexer.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\ExternalLexer.cxx
$(OBJS)\stcdll_Indicator.obj : ..\..\src\stc\scintilla\src\Indicator.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\Indicator.cxx
$(OBJS)\stcdll_KeyMap.obj : ..\..\src\stc\scintilla\src\KeyMap.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\KeyMap.cxx
$(OBJS)\stcdll_KeyWords.obj : ..\..\src\stc\scintilla\src\KeyWords.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\KeyWords.cxx
$(OBJS)\stcdll_LexAPDL.obj : ..\..\src\stc\scintilla\src\LexAPDL.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAPDL.cxx
$(OBJS)\stcdll_LexAU3.obj : ..\..\src\stc\scintilla\src\LexAU3.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAU3.cxx
$(OBJS)\stcdll_LexAVE.obj : ..\..\src\stc\scintilla\src\LexAVE.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAVE.cxx
$(OBJS)\stcdll_LexAda.obj : ..\..\src\stc\scintilla\src\LexAda.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAda.cxx
$(OBJS)\stcdll_LexAsm.obj : ..\..\src\stc\scintilla\src\LexAsm.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAsm.cxx
$(OBJS)\stcdll_LexAsn1.obj : ..\..\src\stc\scintilla\src\LexAsn1.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAsn1.cxx
$(OBJS)\stcdll_LexBaan.obj : ..\..\src\stc\scintilla\src\LexBaan.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexBaan.cxx
$(OBJS)\stcdll_LexBash.obj : ..\..\src\stc\scintilla\src\LexBash.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexBash.cxx
$(OBJS)\stcdll_LexBasic.obj : ..\..\src\stc\scintilla\src\LexBasic.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexBasic.cxx
$(OBJS)\stcdll_LexBullant.obj : ..\..\src\stc\scintilla\src\LexBullant.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexBullant.cxx
$(OBJS)\stcdll_LexCLW.obj : ..\..\src\stc\scintilla\src\LexCLW.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCLW.cxx
$(OBJS)\stcdll_LexCPP.obj : ..\..\src\stc\scintilla\src\LexCPP.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCPP.cxx
$(OBJS)\stcdll_LexCSS.obj : ..\..\src\stc\scintilla\src\LexCSS.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCSS.cxx
$(OBJS)\stcdll_LexCaml.obj : ..\..\src\stc\scintilla\src\LexCaml.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCaml.cxx
$(OBJS)\stcdll_LexCsound.obj : ..\..\src\stc\scintilla\src\LexCsound.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCsound.cxx
$(OBJS)\stcdll_LexConf.obj : ..\..\src\stc\scintilla\src\LexConf.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexConf.cxx
$(OBJS)\stcdll_LexCrontab.obj : ..\..\src\stc\scintilla\src\LexCrontab.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCrontab.cxx
$(OBJS)\stcdll_LexEScript.obj : ..\..\src\stc\scintilla\src\LexEScript.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexEScript.cxx
$(OBJS)\stcdll_LexEiffel.obj : ..\..\src\stc\scintilla\src\LexEiffel.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexEiffel.cxx
$(OBJS)\stcdll_LexErlang.obj : ..\..\src\stc\scintilla\src\LexErlang.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexErlang.cxx
$(OBJS)\stcdll_LexFlagship.obj : ..\..\src\stc\scintilla\src\LexFlagship.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexFlagship.cxx
$(OBJS)\stcdll_LexForth.obj : ..\..\src\stc\scintilla\src\LexForth.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexForth.cxx
$(OBJS)\stcdll_LexFortran.obj : ..\..\src\stc\scintilla\src\LexFortran.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexFortran.cxx
$(OBJS)\stcdll_LexGui4Cli.obj : ..\..\src\stc\scintilla\src\LexGui4Cli.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexGui4Cli.cxx
$(OBJS)\stcdll_LexHTML.obj : ..\..\src\stc\scintilla\src\LexHTML.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexHTML.cxx
$(OBJS)\stcdll_LexHaskell.obj : ..\..\src\stc\scintilla\src\LexHaskell.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexHaskell.cxx
$(OBJS)\stcdll_LexInno.obj : ..\..\src\stc\scintilla\src\LexInno.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexInno.cxx
$(OBJS)\stcdll_LexKix.obj : ..\..\src\stc\scintilla\src\LexKix.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexKix.cxx
$(OBJS)\stcdll_LexLisp.obj : ..\..\src\stc\scintilla\src\LexLisp.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexLisp.cxx
$(OBJS)\stcdll_LexLout.obj : ..\..\src\stc\scintilla\src\LexLout.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexLout.cxx
$(OBJS)\stcdll_LexLua.obj : ..\..\src\stc\scintilla\src\LexLua.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexLua.cxx
$(OBJS)\stcdll_LexMMIXAL.obj : ..\..\src\stc\scintilla\src\LexMMIXAL.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMMIXAL.cxx
$(OBJS)\stcdll_LexMPT.obj : ..\..\src\stc\scintilla\src\LexMPT.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMPT.cxx
$(OBJS)\stcdll_LexMSSQL.obj : ..\..\src\stc\scintilla\src\LexMSSQL.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMSSQL.cxx
$(OBJS)\stcdll_LexMatlab.obj : ..\..\src\stc\scintilla\src\LexMatlab.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMatlab.cxx
$(OBJS)\stcdll_LexMetapost.obj : ..\..\src\stc\scintilla\src\LexMetapost.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMetapost.cxx
$(OBJS)\stcdll_LexNsis.obj : ..\..\src\stc\scintilla\src\LexNsis.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexNsis.cxx
$(OBJS)\stcdll_LexOpal.obj : ..\..\src\stc\scintilla\src\LexOpal.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexOpal.cxx
$(OBJS)\stcdll_LexOthers.obj : ..\..\src\stc\scintilla\src\LexOthers.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexOthers.cxx
$(OBJS)\stcdll_LexPB.obj : ..\..\src\stc\scintilla\src\LexPB.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPB.cxx
$(OBJS)\stcdll_LexPOV.obj : ..\..\src\stc\scintilla\src\LexPOV.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPOV.cxx
$(OBJS)\stcdll_LexPS.obj : ..\..\src\stc\scintilla\src\LexPS.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPS.cxx
$(OBJS)\stcdll_LexPascal.obj : ..\..\src\stc\scintilla\src\LexPascal.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPascal.cxx
$(OBJS)\stcdll_LexPerl.obj : ..\..\src\stc\scintilla\src\LexPerl.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPerl.cxx
$(OBJS)\stcdll_LexPython.obj : ..\..\src\stc\scintilla\src\LexPython.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPython.cxx
$(OBJS)\stcdll_LexRebol.obj : ..\..\src\stc\scintilla\src\LexRebol.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexRebol.cxx
$(OBJS)\stcdll_LexRuby.obj : ..\..\src\stc\scintilla\src\LexRuby.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexRuby.cxx
$(OBJS)\stcdll_LexSQL.obj : ..\..\src\stc\scintilla\src\LexSQL.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexSQL.cxx
$(OBJS)\stcdll_LexSmalltalk.obj : ..\..\src\stc\scintilla\src\LexSmalltalk.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexSmalltalk.cxx
$(OBJS)\stcdll_LexTADS3.obj : ..\..\src\stc\scintilla\src\LexTADS3.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexTADS3.cxx
$(OBJS)\stcdll_LexScriptol.obj : ..\..\src\stc\scintilla\src\LexScriptol.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexScriptol.cxx
$(OBJS)\stcdll_LexSpecman.obj : ..\..\src\stc\scintilla\src\LexSpecman.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexSpecman.cxx
$(OBJS)\stcdll_LexSpice.obj : ..\..\src\stc\scintilla\src\LexSpice.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexSpice.cxx
$(OBJS)\stcdll_LexTCL.obj : ..\..\src\stc\scintilla\src\LexTCL.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexTCL.cxx
$(OBJS)\stcdll_LexTeX.obj : ..\..\src\stc\scintilla\src\LexTeX.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexTeX.cxx
$(OBJS)\stcdll_LexVB.obj : ..\..\src\stc\scintilla\src\LexVB.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexVB.cxx
$(OBJS)\stcdll_LexVHDL.obj : ..\..\src\stc\scintilla\src\LexVHDL.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexVHDL.cxx
$(OBJS)\stcdll_LexVerilog.obj : ..\..\src\stc\scintilla\src\LexVerilog.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexVerilog.cxx
$(OBJS)\stcdll_LexYAML.obj : ..\..\src\stc\scintilla\src\LexYAML.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexYAML.cxx
$(OBJS)\stcdll_LineMarker.obj : ..\..\src\stc\scintilla\src\LineMarker.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LineMarker.cxx
$(OBJS)\stcdll_PropSet.obj : ..\..\src\stc\scintilla\src\PropSet.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\PropSet.cxx
$(OBJS)\stcdll_RESearch.obj : ..\..\src\stc\scintilla\src\RESearch.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\RESearch.cxx
$(OBJS)\stcdll_ScintillaBase.obj : ..\..\src\stc\scintilla\src\ScintillaBase.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\ScintillaBase.cxx
$(OBJS)\stcdll_Style.obj : ..\..\src\stc\scintilla\src\Style.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\Style.cxx
$(OBJS)\stcdll_StyleContext.obj : ..\..\src\stc\scintilla\src\StyleContext.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\StyleContext.cxx
$(OBJS)\stcdll_UniConversion.obj : ..\..\src\stc\scintilla\src\UniConversion.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\UniConversion.cxx
$(OBJS)\stcdll_ViewStyle.obj : ..\..\src\stc\scintilla\src\ViewStyle.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\ViewStyle.cxx
$(OBJS)\stcdll_WindowAccessor.obj : ..\..\src\stc\scintilla\src\WindowAccessor.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\WindowAccessor.cxx
$(OBJS)\stcdll_XPM.obj : ..\..\src\stc\scintilla\src\XPM.cxx
$(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\XPM.cxx
$(OBJS)\stcdll_version.res : ..\..\src\stc\..\..\..\src\msw\version.rc
rcc ..\..\src\stc\..\..\..\src\msw\version.rc -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I..\..\src\stc\..\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES) -DWXBUILDING -DWXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_dmc$(VENDORTAG) -I..\..\src\stc\..\..\include -I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS -DWXUSINGDLL -DWXMAKINGDLL_STC -32 -v-
$(OBJS)\stclib_PlatWX.obj : ..\..\src\stc\PlatWX.cpp
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\PlatWX.cpp
$(OBJS)\stclib_ScintillaWX.obj : ..\..\src\stc\ScintillaWX.cpp
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\ScintillaWX.cpp
$(OBJS)\stclib_stc.obj : ..\..\src\stc\stc.cpp
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\stc.cpp
$(OBJS)\stclib_AutoComplete.obj : ..\..\src\stc\scintilla\src\AutoComplete.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\AutoComplete.cxx
$(OBJS)\stclib_CallTip.obj : ..\..\src\stc\scintilla\src\CallTip.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\CallTip.cxx
$(OBJS)\stclib_CellBuffer.obj : ..\..\src\stc\scintilla\src\CellBuffer.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\CellBuffer.cxx
$(OBJS)\stclib_CharClassify.obj : ..\..\src\stc\scintilla\src\CharClassify.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\CharClassify.cxx
$(OBJS)\stclib_ContractionState.obj : ..\..\src\stc\scintilla\src\ContractionState.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\ContractionState.cxx
$(OBJS)\stclib_Document.obj : ..\..\src\stc\scintilla\src\Document.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\Document.cxx
$(OBJS)\stclib_DocumentAccessor.obj : ..\..\src\stc\scintilla\src\DocumentAccessor.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\DocumentAccessor.cxx
$(OBJS)\stclib_Editor.obj : ..\..\src\stc\scintilla\src\Editor.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\Editor.cxx
$(OBJS)\stclib_ExternalLexer.obj : ..\..\src\stc\scintilla\src\ExternalLexer.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\ExternalLexer.cxx
$(OBJS)\stclib_Indicator.obj : ..\..\src\stc\scintilla\src\Indicator.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\Indicator.cxx
$(OBJS)\stclib_KeyMap.obj : ..\..\src\stc\scintilla\src\KeyMap.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\KeyMap.cxx
$(OBJS)\stclib_KeyWords.obj : ..\..\src\stc\scintilla\src\KeyWords.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\KeyWords.cxx
$(OBJS)\stclib_LexAPDL.obj : ..\..\src\stc\scintilla\src\LexAPDL.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAPDL.cxx
$(OBJS)\stclib_LexAU3.obj : ..\..\src\stc\scintilla\src\LexAU3.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAU3.cxx
$(OBJS)\stclib_LexAVE.obj : ..\..\src\stc\scintilla\src\LexAVE.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAVE.cxx
$(OBJS)\stclib_LexAda.obj : ..\..\src\stc\scintilla\src\LexAda.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAda.cxx
$(OBJS)\stclib_LexAsm.obj : ..\..\src\stc\scintilla\src\LexAsm.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAsm.cxx
$(OBJS)\stclib_LexAsn1.obj : ..\..\src\stc\scintilla\src\LexAsn1.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAsn1.cxx
$(OBJS)\stclib_LexBaan.obj : ..\..\src\stc\scintilla\src\LexBaan.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexBaan.cxx
$(OBJS)\stclib_LexBash.obj : ..\..\src\stc\scintilla\src\LexBash.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexBash.cxx
$(OBJS)\stclib_LexBasic.obj : ..\..\src\stc\scintilla\src\LexBasic.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexBasic.cxx
$(OBJS)\stclib_LexBullant.obj : ..\..\src\stc\scintilla\src\LexBullant.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexBullant.cxx
$(OBJS)\stclib_LexCLW.obj : ..\..\src\stc\scintilla\src\LexCLW.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCLW.cxx
$(OBJS)\stclib_LexCPP.obj : ..\..\src\stc\scintilla\src\LexCPP.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCPP.cxx
$(OBJS)\stclib_LexCSS.obj : ..\..\src\stc\scintilla\src\LexCSS.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCSS.cxx
$(OBJS)\stclib_LexCaml.obj : ..\..\src\stc\scintilla\src\LexCaml.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCaml.cxx
$(OBJS)\stclib_LexCsound.obj : ..\..\src\stc\scintilla\src\LexCsound.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCsound.cxx
$(OBJS)\stclib_LexConf.obj : ..\..\src\stc\scintilla\src\LexConf.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexConf.cxx
$(OBJS)\stclib_LexCrontab.obj : ..\..\src\stc\scintilla\src\LexCrontab.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCrontab.cxx
$(OBJS)\stclib_LexEScript.obj : ..\..\src\stc\scintilla\src\LexEScript.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexEScript.cxx
$(OBJS)\stclib_LexEiffel.obj : ..\..\src\stc\scintilla\src\LexEiffel.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexEiffel.cxx
$(OBJS)\stclib_LexErlang.obj : ..\..\src\stc\scintilla\src\LexErlang.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexErlang.cxx
$(OBJS)\stclib_LexFlagship.obj : ..\..\src\stc\scintilla\src\LexFlagship.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexFlagship.cxx
$(OBJS)\stclib_LexForth.obj : ..\..\src\stc\scintilla\src\LexForth.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexForth.cxx
$(OBJS)\stclib_LexFortran.obj : ..\..\src\stc\scintilla\src\LexFortran.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexFortran.cxx
$(OBJS)\stclib_LexGui4Cli.obj : ..\..\src\stc\scintilla\src\LexGui4Cli.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexGui4Cli.cxx
$(OBJS)\stclib_LexHTML.obj : ..\..\src\stc\scintilla\src\LexHTML.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexHTML.cxx
$(OBJS)\stclib_LexHaskell.obj : ..\..\src\stc\scintilla\src\LexHaskell.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexHaskell.cxx
$(OBJS)\stclib_LexInno.obj : ..\..\src\stc\scintilla\src\LexInno.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexInno.cxx
$(OBJS)\stclib_LexKix.obj : ..\..\src\stc\scintilla\src\LexKix.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexKix.cxx
$(OBJS)\stclib_LexLisp.obj : ..\..\src\stc\scintilla\src\LexLisp.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexLisp.cxx
$(OBJS)\stclib_LexLout.obj : ..\..\src\stc\scintilla\src\LexLout.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexLout.cxx
$(OBJS)\stclib_LexLua.obj : ..\..\src\stc\scintilla\src\LexLua.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexLua.cxx
$(OBJS)\stclib_LexMMIXAL.obj : ..\..\src\stc\scintilla\src\LexMMIXAL.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMMIXAL.cxx
$(OBJS)\stclib_LexMPT.obj : ..\..\src\stc\scintilla\src\LexMPT.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMPT.cxx
$(OBJS)\stclib_LexMSSQL.obj : ..\..\src\stc\scintilla\src\LexMSSQL.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMSSQL.cxx
$(OBJS)\stclib_LexMatlab.obj : ..\..\src\stc\scintilla\src\LexMatlab.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMatlab.cxx
$(OBJS)\stclib_LexMetapost.obj : ..\..\src\stc\scintilla\src\LexMetapost.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMetapost.cxx
$(OBJS)\stclib_LexNsis.obj : ..\..\src\stc\scintilla\src\LexNsis.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexNsis.cxx
$(OBJS)\stclib_LexOpal.obj : ..\..\src\stc\scintilla\src\LexOpal.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexOpal.cxx
$(OBJS)\stclib_LexOthers.obj : ..\..\src\stc\scintilla\src\LexOthers.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexOthers.cxx
$(OBJS)\stclib_LexPB.obj : ..\..\src\stc\scintilla\src\LexPB.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPB.cxx
$(OBJS)\stclib_LexPOV.obj : ..\..\src\stc\scintilla\src\LexPOV.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPOV.cxx
$(OBJS)\stclib_LexPS.obj : ..\..\src\stc\scintilla\src\LexPS.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPS.cxx
$(OBJS)\stclib_LexPascal.obj : ..\..\src\stc\scintilla\src\LexPascal.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPascal.cxx
$(OBJS)\stclib_LexPerl.obj : ..\..\src\stc\scintilla\src\LexPerl.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPerl.cxx
$(OBJS)\stclib_LexPython.obj : ..\..\src\stc\scintilla\src\LexPython.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPython.cxx
$(OBJS)\stclib_LexRebol.obj : ..\..\src\stc\scintilla\src\LexRebol.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexRebol.cxx
$(OBJS)\stclib_LexRuby.obj : ..\..\src\stc\scintilla\src\LexRuby.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexRuby.cxx
$(OBJS)\stclib_LexSQL.obj : ..\..\src\stc\scintilla\src\LexSQL.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexSQL.cxx
$(OBJS)\stclib_LexSmalltalk.obj : ..\..\src\stc\scintilla\src\LexSmalltalk.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexSmalltalk.cxx
$(OBJS)\stclib_LexTADS3.obj : ..\..\src\stc\scintilla\src\LexTADS3.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexTADS3.cxx
$(OBJS)\stclib_LexScriptol.obj : ..\..\src\stc\scintilla\src\LexScriptol.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexScriptol.cxx
$(OBJS)\stclib_LexSpecman.obj : ..\..\src\stc\scintilla\src\LexSpecman.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexSpecman.cxx
$(OBJS)\stclib_LexSpice.obj : ..\..\src\stc\scintilla\src\LexSpice.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexSpice.cxx
$(OBJS)\stclib_LexTCL.obj : ..\..\src\stc\scintilla\src\LexTCL.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexTCL.cxx
$(OBJS)\stclib_LexTeX.obj : ..\..\src\stc\scintilla\src\LexTeX.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexTeX.cxx
$(OBJS)\stclib_LexVB.obj : ..\..\src\stc\scintilla\src\LexVB.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexVB.cxx
$(OBJS)\stclib_LexVHDL.obj : ..\..\src\stc\scintilla\src\LexVHDL.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexVHDL.cxx
$(OBJS)\stclib_LexVerilog.obj : ..\..\src\stc\scintilla\src\LexVerilog.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexVerilog.cxx
$(OBJS)\stclib_LexYAML.obj : ..\..\src\stc\scintilla\src\LexYAML.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LexYAML.cxx
$(OBJS)\stclib_LineMarker.obj : ..\..\src\stc\scintilla\src\LineMarker.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\LineMarker.cxx
$(OBJS)\stclib_PropSet.obj : ..\..\src\stc\scintilla\src\PropSet.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\PropSet.cxx
$(OBJS)\stclib_RESearch.obj : ..\..\src\stc\scintilla\src\RESearch.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\RESearch.cxx
$(OBJS)\stclib_ScintillaBase.obj : ..\..\src\stc\scintilla\src\ScintillaBase.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\ScintillaBase.cxx
$(OBJS)\stclib_Style.obj : ..\..\src\stc\scintilla\src\Style.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\Style.cxx
$(OBJS)\stclib_StyleContext.obj : ..\..\src\stc\scintilla\src\StyleContext.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\StyleContext.cxx
$(OBJS)\stclib_UniConversion.obj : ..\..\src\stc\scintilla\src\UniConversion.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\UniConversion.cxx
$(OBJS)\stclib_ViewStyle.obj : ..\..\src\stc\scintilla\src\ViewStyle.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\ViewStyle.cxx
$(OBJS)\stclib_WindowAccessor.obj : ..\..\src\stc\scintilla\src\WindowAccessor.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\WindowAccessor.cxx
$(OBJS)\stclib_XPM.obj : ..\..\src\stc\scintilla\src\XPM.cxx
$(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\XPM.cxx