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

📄 makefile.am

📁 Gambit 是一个游戏库理论软件
💻 AM
字号:
## Process this file with automake to create Makefile.innoinst_LIBRARIES = libgcl.abin_PROGRAMS = gclAM_CPPFLAGS = -I$(top_srcdir)/sourceslibgcl_a_SOURCES = \	algfunc.cc \	command.h \	efgfunc.cc \	gclinst.cc \	gclstatus.h \	gcmdline.h \	gcompile.cc \	gpreproc.cc \	gpreproc.h \	gsm.cc \	gsm.h \	gsmconsole.h \	gsmfunc.cc \	gsmfunc.h \	gsmhash.cc \	gsmhash.h \	gsmincl.cc \	gsmincl.h \	gsminstr.cc \	gsminstr.h \	gsmoper.cc \	gsmutils.cc \	listfunc.cc \	nfgfunc.cc \	portion.cc \	portion.h \	solfunc.ccgcl_SOURCES = gcl.cc gclstatus.cc gcmdline.cc gcl_LDADD = \	libgcl.a \	$(top_builddir)/sources/nash/libnash.a \	$(top_builddir)/sources/numerical/libnumerical.a \	$(top_builddir)/sources/game/libgame.a \	$(top_builddir)/sources/poly/libpoly.a \	$(top_builddir)/sources/pelican/libpelican.a \	$(top_builddir)/sources/math/libmath.a \	$(top_builddir)/sources/base/libbase.agcompile.cc:  gcompile.yy	bison -p gcl_yy -o gcompile.cc gcompile.yyEXTRA_DIST = borland.mak gcompile.yy

⌨️ 快捷键说明

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