📄 makefile.am
字号:
# This file is part of the KDE libraries# Copyright (C) 1999 Harri Porten (porten@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., 51 Franklin Street, Fifth Floor,# Boston, MA 02110-1301, USA.INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kio -I$(top_srcdir)/kio/bookmarks -I$(top_srcdir)/khtml -I$(top_srcdir)/khtml/java -I$(top_srcdir)/kwallet/client -I$(top_srcdir)/kutils -I$(top_builddir)/kjs -I$(top_builddir)/konq-embed/kdesrc -I$(top_builddir)/konq-embed/kdesrc/kssl -I$(top_srcdir)/konq-embed/dropin -I$(top_srcdir)/konq-embed/kdesrc/kio -I$(top_srcdir)/konq-embed/kdesrc/kdecore -I$(top_srcdir)/konq-embed/kdesrc/kutils -I$(srcdir)/../.. -I$(srcdir)/.. -I$(srcdir)/../misc -I$(srcdir)/../misc -I$(srcdir)/../css -I$(srcdir)/../dom -I$(srcdir)/../xml -I$(srcdir)/../html -I$(top_srcdir)/konq-embed/dropin/kio -I$(srcdir)/../.. -I$(srcdir)/../../kjs -I$(top_srcdir)/konq-embed/dropin/kssl -I$(srcdir)/../../../dropin/khtml -I$(top_srcdir)/konq-embed/dropin/khtml/java $(QT_INCLUDES) $(X_INCLUDES) $(all_includes)KDE_CXXFLAGS = $(USE_EXCEPTIONS)noinst_LTLIBRARIES = libkjs_html_i.lanoinst_HEADERS = kjs_html.h kjs_dom.h kjs_window.h kjs_navigator.h \ kjs_binding.h kjs_proxy.h kjs_css.h kjs_range.h \ kjs_traversal.h kjs_events.h kjs_views.h kjs_debugwin.hlibkjs_html_i_la_SOURCES = kjs_binding.cpp kjs_dom.cpp kjs_html.cpp kjs_window.cpp \ kjs_navigator.cpp kjs_proxy.cpp \ kjs_css.cpp kjs_range.cpp kjs_traversal.cpp kjs_events.cpp \ kjs_views.cpp kjs_mozilla.cpp xmlhttprequest.cpp \ xmlserializer.cpp domparser.cpp#libkjs_html_i_la_METASOURCES = AUTOLUT_FILES = kjs_dom.lut.h kjs_html.lut.h kjs_css.lut.h kjs_events.lut.h kjs_navigator.lut.h \ kjs_mozilla.lut.h kjs_range.lut.h kjs_traversal.lut.h kjs_views.lut.h kjs_window.lut.hCREATE_HASH_TABLE = $(srcdir)/../../kjs/create_hash_tablekjs_dom.lut.h : $(srcdir)/kjs_dom.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/kjs_dom.cpp > $@kjs_dom.lo: kjs_dom.lut.hkjs_html.lut.h : $(srcdir)/kjs_html.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/kjs_html.cpp > $@kjs_html.lo: kjs_html.lut.hkjs_css.lut.h : $(srcdir)/kjs_css.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/kjs_css.cpp > $@kjs_css.lo: kjs_css.lut.hkjs_events.lut.h : $(srcdir)/kjs_events.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/kjs_events.cpp > $@kjs_events.lo: kjs_events.lut.hkjs_navigator.lut.h : $(srcdir)/kjs_navigator.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/kjs_navigator.cpp > $@kjs_navigator.lo: kjs_navigator.lut.hkjs_mozilla.lut.h : $(srcdir)/kjs_mozilla.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/kjs_mozilla.cpp > $@kjs_mozilla.lo: kjs_mozilla.lut.hkjs_range.lut.h : $(srcdir)/kjs_range.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/kjs_range.cpp > $@kjs_range.lo: kjs_range.lut.hkjs_traversal.lut.h : $(srcdir)/kjs_traversal.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/kjs_traversal.cpp > $@kjs_traversal.lo: kjs_traversal.lut.hkjs_views.lut.h : $(srcdir)/kjs_views.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/kjs_views.cpp > $@kjs_views.lo: kjs_views.lut.hkjs_window.lut.h : $(srcdir)/kjs_window.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/kjs_window.cpp > $@kjs_window.lo: kjs_window.lut.hxmlhttprequest.lut.h : $(srcdir)/xmlhttprequest.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/xmlhttprequest.cpp > $@xmlhttprequest.lo: xmlhttprequest.lut.hxmlserializer.lut.h : $(srcdir)/xmlserializer.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/xmlserializer.cpp > $@xmlserializer.lo: xmlserializer.lut.hdomparser.lut.h : $(srcdir)/domparser.cpp $(CREATE_HASH_TABLE) $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/domparser.cpp > $@domparser.lo: domparser.lut.hCLEANFILES = $(LUT_FILES)# interactive test program#check_PROGRAMS = testecma#testecma_SOURCES = testecma.cpp#testecma_LDADD = ../libkhtml.la ../../kjs/libkjs.laKDE_OPTIONS = qtonlyif DLOPEN_JAVASCRIPTlib_LTLIBRARIES = kjs_html.lakjs_html_la_LIBADD = libkjs_html_i.la ../libkhtml.la ../../kjs/libkjs.la $(LIBPCRE)kjs_html_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries)kjs_html_la_SOURCES = dummy.ccendifdummy.cc: echo > dummy.cc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -