📄 makefile.am
字号:
# This file is part of the KDE libraries# Copyright (C) 1996-1997 Matthias Kalle Dalheimer (kalle@kde.org)# (C) 1997 Stephan Kulow (coolo@kde.org)# This library is free software; you can redistribute it and/or# modify it under the terms of the GNU Library General Public# License as published by the Free Software Foundation; either# version 2 of the License, or (at your option) any later version.# This library is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU# Library General Public License for more details.# You should have received a copy of the GNU Library General Public License # along with this library; see the file COPYING.LIB. If not, write to# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,# Boston, MA 02111-1307, USA.INCLUDES = $(QT_INCLUDES) $(X_INCLUDES)EXTRA_DIST = convert_key.c charsets.config $(kdebug_DATA) kdebugareas.txt \ kstddirs.h kstddirs.cpplib_LTLIBRARIES = libkdecore.lainclude_HEADERS = kconfig.h kconfigdata.h ksimpleconfig.h kconfigbase.h \ kcolorgroup.h kapp.h kcharsets.h \ kurl.h ksock.h drag.h ckey.h kmisc.h \ kprocess.h kprocctrl.h klocale.h kiconloader.h kdebug.h \ kstdaccel.h kwm.h krootprop.h kstring.h kpixmap.h dither.h \ kaccel.h kglobalaccel.h kckey.h kclipboard.h krect.h ksize.h \ kpoint.h noinst_HEADERS = kdebugdialog.h kcharsetsdata.h libkdecore_la_SOURCES = kconfig.cpp kconfigbase.cpp ksimpleconfig.cpp \ kcolorgroup.cpp kapp.cpp kurl.cpp ksock.cpp drag.cpp \ kprocess.cpp kprocctrl.cpp klocale.cpp \ libintl.cpp fakes.cpp kiconloader.cpp kdebug.cpp \ kstdaccel.cpp kwm.cpp krootprop.cpp kcharsets.cpp kcharsetsdata.cpp \ kchartables.cpp kstring.cpp kpixmap.cpp dither.cpp \ kckey.cpp kaccel.cpp kglobalaccel.cpp kclipboard.cpp \ krect.cpp ksize.cpp kpoint.cpplibkdecore_la_LDFLAGS = -version-info 2:0# libkdecore_la_LIBADD = libkdecore_la_METASOURCES = drag.moc kapp.moc kclipboard.moc \ kconfig.moc kconfigbase.moc kdebugdialog.moc kglobalaccel.moc \ kiconloader.moc kprocctrl.moc kprocess.moc ksimpleconfig.moc \ ksock.moc SRCDOC_DEST=$(kde_htmldir)/en/kdelibs/kdecorekdebugdir = $(kde_confdir)kdebug_DATA = kdebug.areas## generate lib documentationsrcdoc: $(mkinstalldirs) $(SRCDOC_DEST) kdoc -H -d $(SRCDOC_DEST) kdecore \ $(include_HEADERS) -lqtckey.h : convert_key.c $(CC) $(CFLAGS) convert_key.c -o convert_key ./convert_key $(QKEYCODE_H) cat ackey ckey > ckey.h rm -f ackey ckeyinstall-data-local: charsets.config $(mkinstalldirs) $(kde_confdir) $(INSTALL_DATA) $(srcdir)/charsets.config $(kde_confdir)/charsets uninstall-local: -rm -f $(kde_confdir)/charsets
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -