📄 makefile.am
字号:
# This file is part of the KDE libraries# Copyright (C) 1997 Martin Jones (mjones@kde.org)# (C) 1997 Torben Weis (weis@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.KDE_CXXFLAGS = $(USE_EXCEPTIONS) -DKHTML_PAGE_CACHE_SIZE=1AM_CPPFLAGS = -DQT_NO_COMPAT#AM_CXXFLAGS += -DTABLE_DEBUG#AM_CXXFLAGS += -DDEBUG_LAYOUT#AM_CXXFLAGS += -DDEBUG_EVENTS#AM_CXXFLAGS += -DTOKEN_DEBUG#AM_CXXFLAGS += -DPARSER_DEBUG#AM_CXXFLAGS += -DCACHE_DEBUG#AM_CXXFLAGS += -DDEBUG=1# for profiling.# command line for line by line profiling (into seperate files):# gprof -l -y# AM_CXXFLAGS += -pgSUBDIRS = misc dom css xml html rendering . $(ECMA_SUBDIR)noinst_LTLIBRARIES = libkhtml_i.lalibkhtml_i_la_SOURCES = khtmlview.cpp khtml_part.cpp khtml_factory.cpp khtml_settings.cc \ khtml_events.cpp khtml_pagecache.cpplibkhtml_i_la_METASOURCES = AUTOlibkhtml_i_la_LDFLAGS = $(all_libraries)libkhtml_i_la_LIBADD = ../kio/http/kcookiejar/libkcookiejar.la \ ../../dropin/khtml/libkhtmldropin.la \ ./xml/libkhtmlxml.la \ ./html/libkhtmlhtml.la \ ./rendering/libkhtmlrender.la \ ./misc/libkhtmlmisc.la \ ./dom/libkhtmldom.la \ ./css/libkhtmlcss.la \ ../kparts/libkparts.la \ ../../dropin/kparts/libkpartsdropin.la \ ../../dropin/kio/kded/libkdeddropin.la \ ../kio/http/libkiohttp.la \ ../kssl/libkssl.la \ ../../dropin/kssl/libkssldropin.la \ ../kdecore/libkdecore.la \ $(LIB_QTOPIA) $(LIB_QT) $(KONQ_LIBDL) $(KONQ_LIBSSL) -lm \ $(LIBJPEG)if DLOPEN_JAVASCRIPTlib_LTLIBRARIES = libkhtml.lalibkhtml_la_LIBADD = libkhtml_i.lalibkhtml_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 4:0libkhtml_la_SOURCES = dummy.ccdummy.cc: echo > dummy.ccendifnoinst_HEADERS = khtmlview.h khtml_part.h khtml_events.h khtml_settings.h khtmldefaults.h \ design.h testkhtml.h testrender.h khtml_pagecache.hINCLUDES = -I$(srcdir)/../kjs -I$(srcdir)/../kio \ -I$(srcdir)/java -I$(srcdir)/misc \ -I$(srcdir)/dom -I$(srcdir)/xml -I$(srcdir)/html -I$(srcdir)/css \ -I$(srcdir)/../kssl -I$(srcdir)/../../dropin \ -I$(srcdir)/../kdecore -I$(srcdir)/../../dropin/khtml \ -I$(srcdir)/../../dropin/kio -I$(srcdir)/../../dropin/kssl \ -I$(srcdir)/.. $(QTOPIA_INCLUDES) $(all_includes)#servicedir = $(kde_servicesdir)#service_DATA = khtml.desktop#rcdir = $(kde_datadir)/khtml#rc_DATA = khtml.rc khtml_browser.rc khtml_popupmenu.rcSRCDOC_DEST=$(kde_htmldir)/en/kdelibs/khtml## generate lib documentationsrcdoc: $(mkinstalldirs) $(SRCDOC_DEST) kdoc -H -d $(SRCDOC_DEST) kdecore \ $(include_HEADERS) -lqtkhtmltags_DIST = khtmltags.gperf khtmltags.in khtmltags.h khtmltags.ckcssprop_DIST = kcssprop.c kcssprop.h kcssprop.inEXTRA_DIST = $(khtmltags_DIST) makeprop maketags test \ CHANGES DESIGN README.HTMLWidget README.tags $(kcssprop_DIST)parser: cd $(srcdir) && \ perl scripts/makeattrs && \ bash scripts/maketags && \ bash scripts/makeprop## test program#check_PROGRAMS = testkhtml testcss testrender testkhtml_static#testkhtml_SOURCES = testkhtml.cpp#testkhtml_LDADD = libkhtml.la#testkhtml_static_SOURCES = testkhtml.cpp $(libkhtml_la_SOURCES)#testkhtml_static_LDADD = $(LIB_KDEUI) $(libkhtml_la_LIBADD)#testcss_SOURCES = testcss.cpp#testcss_LDADD = libkhtml.la#testrender_SOURCES = testrender.cpp#testrender_LDADD = libkhtml.laKDE_OPTIONS = qtonly
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -