2012-01-11 15:26:53 +01:00
|
|
|
|
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
### Files Listes ###
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# ExuberantCtags reading file tools (extern OPEN Sources) :
|
2012-04-23 10:15:43 +02:00
|
|
|
FILE_LIST+= appl/ctags/readtags.cpp \
|
|
|
|
appl/ctags/CTagsManager.cpp
|
2012-01-11 15:26:53 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Globals debug tool:
|
2012-04-23 10:15:43 +02:00
|
|
|
FILE_LIST+= appl/Debug.cpp \
|
2012-04-23 13:03:55 +02:00
|
|
|
appl/tools/tools_globals.cpp
|
2012-01-11 15:26:53 +01:00
|
|
|
|
|
|
|
# Buffers internal:
|
2012-04-23 10:15:43 +02:00
|
|
|
FILE_LIST+= appl/tools/EdnTemplate/EdnVectorBuf.cpp \
|
|
|
|
appl/tools/EdnBuf/EdnBuf.cpp \
|
|
|
|
appl/tools/EdnBuf/EdnBuf_HighLight.cpp \
|
|
|
|
appl/tools/EdnBuf/EdnBuf_History.cpp \
|
|
|
|
appl/tools/EdnBuf/EdnBuf_Selection.cpp \
|
|
|
|
appl/tools/EdnBuf/EdnBufHistory.cpp
|
2012-01-11 15:26:53 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Tools internal:
|
2012-04-23 13:03:55 +02:00
|
|
|
FILE_LIST+= appl/tools/MsgBroadcast.cpp
|
2012-01-11 15:26:53 +01:00
|
|
|
|
|
|
|
# Gui:
|
2012-04-23 10:15:43 +02:00
|
|
|
FILE_LIST+= appl/Gui/BufferView.cpp \
|
|
|
|
appl/Gui/CodeView.cpp \
|
|
|
|
appl/Gui/MainWindows.cpp \
|
|
|
|
appl/Gui/Search.cpp \
|
|
|
|
appl/Gui/SearchData.cpp
|
2012-01-11 15:26:53 +01:00
|
|
|
|
|
|
|
# Basic Interface :
|
2012-04-23 10:15:43 +02:00
|
|
|
FILE_LIST+= appl/Buffer/Buffer.cpp \
|
|
|
|
appl/Buffer/BufferText.cpp \
|
|
|
|
appl/Buffer/BufferEmpty.cpp \
|
|
|
|
appl/Buffer/BufferManager.cpp \
|
|
|
|
appl/Colorize/Colorize.cpp \
|
|
|
|
appl/Colorize/ColorizeManager.cpp \
|
|
|
|
appl/Highlight/HighlightPattern.cpp \
|
|
|
|
appl/Highlight/Highlight.cpp \
|
|
|
|
appl/Highlight/HighlightManager.cpp
|
2012-01-11 15:26:53 +01:00
|
|
|
|
|
|
|
# Main entry file :
|
2012-04-23 10:15:43 +02:00
|
|
|
FILE_LIST+= appl/init.cpp
|
2012-01-11 15:26:53 +01:00
|
|
|
|