📄 makefile.in
字号:
# Makefile.in generated automatically by automake 1.4 from Makefile.am# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.SHELL = @SHELL@srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@sbindir = @sbindir@libexecdir = @libexecdir@datadir = @datadir@sysconfdir = @sysconfdir@sharedstatedir = @sharedstatedir@localstatedir = @localstatedir@libdir = @libdir@infodir = @infodir@mandir = @mandir@includedir = @includedir@oldincludedir = /usr/includeDESTDIR =pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ../..ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)INSTALL_DATA = @INSTALL_DATA@INSTALL_SCRIPT = @INSTALL_SCRIPT@transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :CC = @CC@CXX = @CXX@GUI_LIBS = @GUI_LIBS@MAKEINFO = @MAKEINFO@PACKAGE = @PACKAGE@RANLIB = @RANLIB@VERSION = @VERSION@WX_CFLAGS = @WX_CFLAGS@WX_CONFIG = @WX_CONFIG@WX_CXXFLAGS = @WX_CXXFLAGS@WX_LIBS = @WX_LIBS@YACC = @YACC@noinst_LIBRARIES = libgame.aAM_CPPFLAGS = -I$(top_srcdir)/sourceslibgame_a_SOURCES = behav.h behav.imp behavinst.cc efbasis.cc efbasis.h efdom.cc efdom.h efg.cc efg.h efgciter.h efgensup.cc efgensup.h efginst.cc efgiter.cc efgiter.h efgnfg.cc efgutils.cc efgutils.h efplayer.h efstrat.cc efstrat.h gnarray.h gnarray.imp infoset.h lexicon.h mixed.h mixed.imp nfdom.cc nfdom.h nfdommix.cc nfdommix.imp nfg.cc nfg.h nfgciter.h nfgensup.cc nfgensup.h nfginst.cc nfgiter.cc nfgiter.h nfgutils.cc nfplayer.h nfstrat.cc nfstrat.h node.h readefg.cc readnfg.cc sfg.cc sfg.h sfstrat.cc sfstrat.hEXTRA_DIST = borland.mak readnfg.yymkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES)DEFS = @DEFS@ -I. -I$(srcdir) CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@libgame_a_LIBADD = libgame_a_OBJECTS = behavinst.o efbasis.o efdom.o efg.o efgensup.o \efginst.o efgiter.o efgnfg.o efgutils.o efstrat.o nfdom.o nfdommix.o \nfg.o nfgensup.o nfginst.o nfgiter.o nfgutils.o nfstrat.o readefg.o \readnfg.o sfg.o sfstrat.oAR = arCXXFLAGS = @CXXFLAGS@CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@CFLAGS = @CFLAGS@COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@DIST_COMMON = Makefile.am Makefile.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = gtarGZIP_ENV = --bestSOURCES = $(libgame_a_SOURCES)OBJECTS = $(libgame_a_OBJECTS)all: all-redirect.SUFFIXES:.SUFFIXES: .S .c .cc .o .s$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps sources/game/MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusmostlyclean-noinstLIBRARIES:clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)distclean-noinstLIBRARIES:maintainer-clean-noinstLIBRARIES:.c.o: $(COMPILE) -c $<.s.o: $(COMPILE) -c $<.S.o: $(COMPILE) -c $<mostlyclean-compile: -rm -f *.o core *.coreclean-compile:distclean-compile: -rm -f *.tab.cmaintainer-clean-compile:libgame.a: $(libgame_a_OBJECTS) $(libgame_a_DEPENDENCIES) -rm -f libgame.a $(AR) cru libgame.a $(libgame_a_OBJECTS) $(libgame_a_LIBADD) $(RANLIB) libgame.a.cc.o: $(CXXCOMPILE) -c $<tags: TAGSID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP)TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)mostlyclean-tags:clean-tags:distclean-tags: -rm -f TAGS IDmaintainer-clean-tags:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = sources/gamedistdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ donebehavinst.o: behavinst.cc behav.imp ../../sources/math/gvector.h \ ../../sources/base/base.h ../../sources/base/gmisc.h \ ../../sources/base/gstream.h ../../sources/base/gtext.h \ ../../sources/base/garray.h ../../sources/base/gblock.h \ ../../sources/base/glist.h ../../sources/base/gslist.h \ ../../sources/base/gtree.h ../../sources/base/grarray.h \ ../../sources/base/grblock.h ../../sources/base/gstack.h \ ../../sources/base/gmap.h ../../sources/base/gpool.h \ ../../sources/base/gwatch.h ../../sources/math/double.h efg.h \ ../../sources/math/gnumber.h ../../sources/math/rational.h \ ../../sources/math/integer.h ../../sources/math/gpvector.h \ efplayer.h infoset.h node.h efgutils.h behav.h \ ../../sources/math/gdpvect.h ../../sources/math/gmatrix.h \ efstrat.h ../../sources/base/gstatus.h \ ../../sources/base/gsignal.h ../../sources/base/gprogres.h \ nfg.h nfplayer.h mixed.h nfstrat.h lexicon.h \ ../../sources/base/glist.impefbasis.o: efbasis.cc efbasis.h ../../sources/base/base.h \ ../../sources/base/gmisc.h ../../sources/base/gstream.h \ ../../sources/base/gtext.h ../../sources/base/garray.h \ ../../sources/base/gblock.h ../../sources/base/glist.h \ ../../sources/base/gslist.h ../../sources/base/gtree.h \ ../../sources/base/grarray.h ../../sources/base/grblock.h \ ../../sources/base/gstack.h ../../sources/base/gmap.h \ ../../sources/base/gpool.h ../../sources/base/gwatch.h \ ../../sources/math/gdpvect.h ../../sources/math/gpvector.h \ ../../sources/math/gvector.h ../../sources/math/double.h efg.h \ ../../sources/math/gnumber.h ../../sources/math/rational.h \ ../../sources/math/integer.h efplayer.h infoset.h node.h \ efgutils.h efstrat.h ../../sources/base/gstatus.h \ ../../sources/base/gsignal.h ../../sources/base/gprogres.h \ ../../sources/base/garray.imp ../../sources/math/gdpvect.imp \ ../../sources/math/gmatrix.h ../../sources/base/gnullstatus.h \ ../../sources/numerical/lpsolve.h ../../sources/math/gsmatrix.h \ ../../sources/numerical/lptab.h \ ../../sources/numerical/tableau.h \ ../../sources/numerical/btableau.h \ ../../sources/numerical/bfs.h ../../sources/numerical/basis.h \ ../../sources/numerical/ludecomp.h \ ../../sources/numerical/vertenum.hefdom.o: efdom.cc efdom.h ../../sources/base/gstatus.h \ ../../sources/base/gsignal.h ../../sources/base/base.h \ ../../sources/base/gmisc.h ../../sources/base/gstream.h \ ../../sources/base/gtext.h ../../sources/base/garray.h \ ../../sources/base/gblock.h ../../sources/base/glist.h \ ../../sources/base/gslist.h ../../sources/base/gtree.h \ ../../sources/base/grarray.h ../../sources/base/grblock.h \ ../../sources/base/gstack.h ../../sources/base/gmap.h \ ../../sources/base/gpool.h ../../sources/base/gwatch.h \ ../../sources/base/gprogres.h efg.h \ ../../sources/math/gnumber.h ../../sources/math/rational.h \ ../../sources/math/integer.h ../../sources/math/gpvector.h \ ../../sources/math/gvector.h ../../sources/math/double.h \ efplayer.h infoset.h node.h efgutils.h efgciter.h efstrat.hefg.o: efg.cc ../../sources/base/base.h ../../sources/base/gmisc.h \ ../../sources/base/gstream.h ../../sources/base/gtext.h \ ../../sources/base/garray.h ../../sources/base/gblock.h \ ../../sources/base/glist.h ../../sources/base/gslist.h \ ../../sources/base/gtree.h ../../sources/base/grarray.h \ ../../sources/base/grblock.h ../../sources/base/gstack.h \ ../../sources/base/gmap.h ../../sources/base/gpool.h \ ../../sources/base/gwatch.h ../../sources/math/rational.h \ ../../sources/math/integer.h efg.h ../../sources/math/gnumber.h \ ../../sources/math/gpvector.h ../../sources/math/gvector.h \ ../../sources/math/double.h efplayer.h infoset.h node.h \ efgutils.h efstrat.h ../../sources/base/gstatus.h \ ../../sources/base/gsignal.h ../../sources/base/gprogres.h \ lexicon.hefgensup.o: efgensup.cc efgensup.h ../../sources/base/gstatus.h \ ../../sources/base/gsignal.h ../../sources/base/base.h \ ../../sources/base/gmisc.h ../../sources/base/gstream.h \ ../../sources/base/gtext.h ../../sources/base/garray.h \ ../../sources/base/gblock.h ../../sources/base/glist.h \ ../../sources/base/gslist.h ../../sources/base/gtree.h \ ../../sources/base/grarray.h ../../sources/base/grblock.h \ ../../sources/base/gstack.h ../../sources/base/gmap.h \ ../../sources/base/gpool.h ../../sources/base/gwatch.h \ ../../sources/base/gprogres.h ../../sources/math/rational.h \ ../../sources/math/integer.h efg.h ../../sources/math/gnumber.h \ ../../sources/math/gpvector.h ../../sources/math/gvector.h \ ../../sources/math/double.h efplayer.h infoset.h node.h \ efgutils.h efgciter.h efstrat.hefginst.o: efginst.cc efg.h ../../sources/base/base.h \ ../../sources/base/gmisc.h ../../sources/base/gstream.h \ ../../sources/base/gtext.h ../../sources/base/garray.h \ ../../sources/base/gblock.h ../../sources/base/glist.h \ ../../sources/base/gslist.h ../../sources/base/gtree.h \ ../../sources/base/grarray.h ../../sources/base/grblock.h \ ../../sources/base/gstack.h ../../sources/base/gmap.h \ ../../sources/base/gpool.h ../../sources/base/gwatch.h \ ../../sources/math/gnumber.h ../../sources/math/rational.h \ ../../sources/math/integer.h ../../sources/math/gpvector.h \ ../../sources/math/gvector.h ../../sources/math/double.h \ efplayer.h infoset.h node.h efgutils.h \ ../../sources/base/garray.imp ../../sources/base/gblock.imp \ ../../sources/base/glist.impefgiter.o: efgiter.cc efgciter.h ../../sources/base/base.h \ ../../sources/base/gmisc.h ../../sources/base/gstream.h \ ../../sources/base/gtext.h ../../sources/base/garray.h \ ../../sources/base/gblock.h ../../sources/base/glist.h \ ../../sources/base/gslist.h ../../sources/base/gtree.h \ ../../sources/base/grarray.h ../../sources/base/grblock.h \ ../../sources/base/gstack.h ../../sources/base/gmap.h \ ../../sources/base/gpool.h ../../sources/base/gwatch.h efg.h \ ../../sources/math/gnumber.h ../../sources/math/rational.h \ ../../sources/math/integer.h ../../sources/math/gpvector.h \ ../../sources/math/gvector.h ../../sources/math/double.h \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -