makefile.am
来自「This a source insight software in Linux.」· AM 代码 · 共 64 行
AM
64 行
# set the include path for X, qt and KDEINCLUDES = $(all_includes)# these are the headers for your projectnoinst_HEADERS = kscope.h cscopemsgdlg.h preffont.h prefopt.h fileview.h \ historypage.h calltreedlg.h cscopefrontend.h ctagsfrontend.h ctagslist.h dirscanner.h \ editormanager.h editorpage.h editortabs.h filelist.h frontend.h kscopeconfig.h \ kscopepixmaps.h newprojectdlg.h openprojectdlg.h prefcolor.h preferencesdlg.h \ preffrontend.h progressdlg.h projectfilesdlg.h projectmanager.h querypage.h \ querywidget.h scanprogressdlg.h searchlist.h symboldlg.h calltreemanager.h \ queryresultsmenu.h symbolcompletion.h tabwidget.h searchresultsdlg.h graphnode.h \ graphwidget.h graphedge.h queryview.h queryviewdriver.h historyview.h querypagebase.h \ queryviewdlg.h graphprefdlg.h configfrontend.h treewidget.h dotfrontend.h encoder.h# let automoc handle all of the meta source files (moc)METASOURCES = AUTOmessages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kscope.potKDE_ICON = kscope########################################################################## APPLICATION SECTION########################################################################## this is the program that gets installed. it's name is used for all# of the other Makefile.am variablesbin_PROGRAMS = kscope# the application source, library search path, and link librarieskscope_SOURCES = main.cpp kscope.cpp calltreedlg.cpp cscopefrontend.cpp \ ctagsfrontend.cpp ctagslist.cpp dirscanner.cpp editormanager.cpp editorpage.cpp \ editortabs.cpp filelist.cpp frontend.cpp kscopeconfig.cpp kscopepixmaps.cpp \ newprojectdlg.cpp openprojectdlg.cpp prefcolor.cpp preferencesdlg.cpp preffrontend.cpp \ progressdlg.cpp projectfilesdlg.cpp projectmanager.cpp querypage.cpp querywidget.cpp \ scanprogressdlg.cpp searchlist.cpp calltreelayout.ui newprojectlayout.ui \ openprojectlayout.ui prefcolorlayout.ui preffrontendlayout.ui projectfileslayout.ui \ scanprogresslayout.ui cscopemsglayout.ui cscopemsgdlg.cpp querywidgetlayout.ui \ preffontlayout.ui preffont.cpp prefoptlayout.ui prefopt.cpp fileviewlayout.ui \ fileview.cpp historypage.cpp symbollayout.ui symboldlg.cpp calltreemanager.cpp \ queryresultsmenu.cpp symbolcompletion.cpp autocompletionlayout.ui tabwidget.cpp \ searchresultslayout.ui searchresultsdlg.cpp graphnode.cpp graphwidget.cpp graphedge.cpp \ queryview.cpp queryviewdriver.cpp historyview.cpp querypagebase.cpp \ queryviewlayout.ui queryviewdlg.cpp graphpreflayout.ui graphprefdlg.cpp configfrontend.cpp \ treewidget.cpp welcomedlg.ui dotfrontend.cpp dotparse.ypp dotscan.lpp encoder.cppkscope_LDFLAGS = $(KDE_RPATH) $(all_libraries)kscope_LDADD = -lkateinterfaces -lktexteditor $(LIB_KDEUI)# this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Developmentshelldesktop_DATA = kscope.desktop# this is where the shell's XML-GUI resource file goesshellrcdir = $(kde_datadir)/kscopeshellrc_DATA = kscopeui.rc kscope_configpicsdir = $(kde_datadir)/kscope/picspics_DATA = file_ro.png file_rw.png file_save.png query_locked.png \ query_unlocked.png tab_list.png call_graph.png called_tree.png calling_tree.pngBUILT_SOURCES = dotparse.hAM_YFLAGS = -d
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?