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

📄 makefile.am

📁 一个很有名的浏览器
💻 AM
字号:
## Process this file with automake to produce Makefile.in## $Id: Makefile.am,v 1.9.6.1 2005/01/29 02:06:28 jonas Exp $include $(top_srcdir)/Makefile.baseif CONFIG_GUILEguiledir = guileguileobj = $(guiledir)/core.o $(guiledir)/hooks.oendifif CONFIG_LUAluadir = lualuaobj = $(luadir)/core.o $(luadir)/hooks.oendifif CONFIG_PERLperldir = perlperlobj = $(perldir)/core.o $(perldir)/hooks.oendifif CONFIG_RUBYrubydir = rubyrubyobj = $(rubydir)/core.o $(rubydir)/hooks.oendifSUBDIRS = $(guiledir) $(luadir) $(perldir) $(rubydir)EXTRA_DIST = TODOnoinst_LIBRARIES = libscripting.alibscripting_a_LIBADD = \ $(guileobj) \ $(luaobj) \ $(perlobj) \ $(rubyobj)libscripting_a_SOURCES = \ scripting.c \ scripting.h

⌨️ 快捷键说明

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