⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 khtml在gtk上的移植版本
💻 AM
字号:
# Process this file with automake to produce Makefile.inNULL =AM_CPPFLAGS = @DEFS@\	-I$(top_srcdir)/khtml \	-I$(top_srcdir)/khtml/dom \	-I$(top_srcdir)/khtml/css \	-I$(top_srcdir)/khtml/html \	-I$(top_srcdir)/khtml/misc/ \	-I$(top_srcdir)/khtml/rendering/ \	-I$(top_srcdir)/khtml/xml \	-I$(top_srcdir)/kwiq/ \	-I$(top_srcdir)/khtml/ecma/ \	-I$(top_srcdir)/khtml/editing/ \	-I$(top_srcdir)/ForwardingHeaders \	-DAPPLE_CHANGES\	$(NULL)libnrcore_khtml_editing_h_private_sources=\	htmlediting_impl.h \	htmlediting.h\	jsediting.h\	$(NULL)libnrcore_khtml_editing_cpp_sources=\	htmlediting.cpp \	htmlediting_impl.cpp \	jsediting.cpp \	$(NULL)LUT_FILES = \	$(NULL)noinst_LTLIBRARIES = libnrcore_khtml_editing.lalibnrcore_khtml_editing_la_LDFLAGS=libnrcore_khtml_editing_la_LIBADD= libnrcore_khtml_editing_la_SOURCES=\	$(libnrcore_khtml_editing_cpp_sources)\	$(libnrcore_khtml_editing_h_private_sources)\	$(LUT_FILES)\	$(NULL)CREATE_HASH_TABLE = $(top_srcdir)/../JavaScriptCore/kjs/create_hash_table%.lut.h:  	perl $(CREATE_HASH_TABLE) %.cpp > $@BUILT_SOURCES = $(LUT_FILES)MAINTAINERCLEANFILES = $(BUILT_SOURCES)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -