makefile.in
来自「Source code (C++) of the Amoebax game fo」· IN 代码 · 共 870 行 · 第 1/5 页
IN
870 行
# Makefile.in generated by automake 1.9.6 from Makefile.am.# @configure_input@# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,# 2003, 2004, 2005 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.@SET_MAKE@srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ..am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = @INSTALL@install_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_HEADER = $(INSTALL_DATA)transform = $(program_transform_name)NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_triplet = @build@host_triplet = @host@bin_PROGRAMS = amoebax$(EXEEXT)subdir = srcDIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.inACLOCAL_M4 = $(top_srcdir)/aclocal.m4am__aclocal_m4_deps = $(top_srcdir)/m4/binreloc.m4 \ $(top_srcdir)/m4/objc.m4 $(top_srcdir)/m4/sdl.m4 \ $(top_srcdir)/configure.acam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4)mkinstalldirs = $(install_sh) -dCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =am__installdirs = "$(DESTDIR)$(bindir)"binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)PROGRAMS = $(bin_PROGRAMS)am__amoebax_SOURCES_DIST = TwoGP2XPlayersState.cxx \ TwoGP2XPlayersState.h AmoebaxMain.h AmoebaxMain.m \ OSXOptions.cxx OSXOptions.h binreloc.cxx binreloc.h \ UnixOptions.cxx UnixOptions.h Win32Options.cxx Win32Options.h \ AdvancedAIPlayer.cxx AdvancedAIPlayer.h AIPlayer.cxx \ AIPlayer.h AIPlayerFactory.cxx AIPlayerFactory.h Amoeba.cxx \ Amoeba.h AnticipatoryAIPlayer.cxx AnticipatoryAIPlayer.h \ ChainLabel.cxx ChainLabel.h CongratulationsState.cxx \ CongratulationsState.h ControlSetupState.cxx \ ControlSetupState.h CreditsState.cxx CreditsState.h \ DemoState.cxx DemoState.h DrawAmoeba.h DrawChainLabel.h \ DumbAIPlayer.cxx DumbAIPlayer.h FadeInState.cxx FadeInState.h \ FadeOutState.cxx FadeOutState.h FrameManager.cxx \ FrameManager.h File.cxx File.h Font.cxx Font.h Grid.cxx Grid.h \ GridStatus.cxx GridStatus.h gp2x.h HighScoreState.cxx \ HighScoreState.h HumanPlayer.cxx HumanPlayer.h \ IMatchObserver.h IPlayer.h IState.h Joystick.cxx Joystick.h \ main.cxx MainMenuState.cxx MainMenuState.h Music.cxx Music.h \ NewHighScoreState.cxx NewHighScoreState.h NormalSetupState.cxx \ NormalSetupState.h NormalState.cxx NormalState.h Options.cxx \ Options.h OptionsMenuState.cxx OptionsMenuState.h \ PairGenerator.cxx PairGenerator.h PauseState.cxx PauseState.h \ SimpleAIPlayer.cxx SimpleAIPlayer.h Sound.cxx Sound.h \ Surface.cxx Surface.h System.cxx System.h \ TournamentMenuState.cxx TournamentMenuState.h \ TournamentSetupState.cxx TournamentSetupState.h \ TournamentState.cxx TournamentState.h TrainingState.cxx \ TrainingState.h TryAgainState.cxx TryAgainState.h \ TwoComputerPlayersState.cxx TwoComputerPlayersState.h \ TwoPlayersState.cxx TwoPlayersState.h VersusState.cxx \ VersusState.h VideoErrorState.cxx VideoErrorState.h@IS_GP2X_HOST_TRUE@am__objects_1 = \@IS_GP2X_HOST_TRUE@ amoebax-TwoGP2XPlayersState.$(OBJEXT)@IS_OSX_HOST_TRUE@am__objects_2 = amoebax-AmoebaxMain.$(OBJEXT) \@IS_OSX_HOST_TRUE@ amoebax-OSXOptions.$(OBJEXT)@IS_OSX_HOST_FALSE@@IS_WIN32_HOST_FALSE@am__objects_3 = amoebax-binreloc.$(OBJEXT) \@IS_OSX_HOST_FALSE@@IS_WIN32_HOST_FALSE@ amoebax-UnixOptions.$(OBJEXT)@IS_OSX_HOST_FALSE@@IS_WIN32_HOST_TRUE@am__objects_4 = amoebax-Win32Options.$(OBJEXT)am_amoebax_OBJECTS = $(am__objects_1) $(am__objects_2) \ $(am__objects_3) $(am__objects_4) \ amoebax-AdvancedAIPlayer.$(OBJEXT) amoebax-AIPlayer.$(OBJEXT) \ amoebax-AIPlayerFactory.$(OBJEXT) amoebax-Amoeba.$(OBJEXT) \ amoebax-AnticipatoryAIPlayer.$(OBJEXT) \ amoebax-ChainLabel.$(OBJEXT) \ amoebax-CongratulationsState.$(OBJEXT) \ amoebax-ControlSetupState.$(OBJEXT) \ amoebax-CreditsState.$(OBJEXT) amoebax-DemoState.$(OBJEXT) \ amoebax-DumbAIPlayer.$(OBJEXT) amoebax-FadeInState.$(OBJEXT) \ amoebax-FadeOutState.$(OBJEXT) amoebax-FrameManager.$(OBJEXT) \ amoebax-File.$(OBJEXT) amoebax-Font.$(OBJEXT) \ amoebax-Grid.$(OBJEXT) amoebax-GridStatus.$(OBJEXT) \ amoebax-HighScoreState.$(OBJEXT) amoebax-HumanPlayer.$(OBJEXT) \ amoebax-Joystick.$(OBJEXT) amoebax-main.$(OBJEXT) \ amoebax-MainMenuState.$(OBJEXT) amoebax-Music.$(OBJEXT) \ amoebax-NewHighScoreState.$(OBJEXT) \ amoebax-NormalSetupState.$(OBJEXT) \ amoebax-NormalState.$(OBJEXT) amoebax-Options.$(OBJEXT) \ amoebax-OptionsMenuState.$(OBJEXT) \ amoebax-PairGenerator.$(OBJEXT) amoebax-PauseState.$(OBJEXT) \ amoebax-SimpleAIPlayer.$(OBJEXT) amoebax-Sound.$(OBJEXT) \ amoebax-Surface.$(OBJEXT) amoebax-System.$(OBJEXT) \ amoebax-TournamentMenuState.$(OBJEXT) \ amoebax-TournamentSetupState.$(OBJEXT) \ amoebax-TournamentState.$(OBJEXT) \ amoebax-TrainingState.$(OBJEXT) \ amoebax-TryAgainState.$(OBJEXT) \ amoebax-TwoComputerPlayersState.$(OBJEXT) \ amoebax-TwoPlayersState.$(OBJEXT) \ amoebax-VersusState.$(OBJEXT) \ amoebax-VideoErrorState.$(OBJEXT)amoebax_OBJECTS = $(am_amoebax_OBJECTS)@IS_OSX_HOST_FALSE@@IS_WIN32_HOST_TRUE@@build_win32_resource_TRUE@am__DEPENDENCIES_1 = win32res.oam__DEPENDENCIES_2 =amoebax_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_2)DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)depcomp = $(SHELL) $(top_srcdir)/depcompam__depfiles_maybe = depfilesCXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@OBJCCOMPILE = $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS)OBJCLD = $(OBJC)OBJCLINK = $(OBJCLD) $(AM_OBJCFLAGS) $(OBJCFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@SOURCES = $(amoebax_SOURCES)DIST_SOURCES = $(am__amoebax_SOURCES_DIST)ETAGS = etagsCTAGS = ctagsDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)ACLOCAL = @ACLOCAL@AMDEP_FALSE = @AMDEP_FALSE@AMDEP_TRUE = @AMDEP_TRUE@AMTAR = @AMTAR@AUTOCONF = @AUTOCONF@AUTOHEADER = @AUTOHEADER@AUTOMAKE = @AUTOMAKE@AWK = @AWK@BINRELOC_CFLAGS = @BINRELOC_CFLAGS@BINRELOC_LIBS = @BINRELOC_LIBS@CANDLE = @CANDLE@CPPFLAGS = @CPPFLAGS@CXX = @CXX@CXXDEPMODE = @CXXDEPMODE@CXXFLAGS = @CXXFLAGS@CYGPATH_W = @CYGPATH_W@DEFS = @DEFS@DEPDIR = @DEPDIR@DOXYGEN = @DOXYGEN@ECHO_C = @ECHO_C@ECHO_N = @ECHO_N@ECHO_T = @ECHO_T@EXEEXT = @EXEEXT@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?