makefile.am

来自「Gambit 是一个游戏库理论软件」· AM 代码 · 共 55 行

AM
55
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?