fixed game_events.(c|h)pp in src/server/Makefile.am
This commit is contained in:
parent
c2c25a4e51
commit
bd6159b912
2 changed files with 26 additions and 4 deletions
|
@ -5,7 +5,7 @@ bin_PROGRAMS = wesnothd
|
|||
#############################################################################
|
||||
|
||||
wesnothd_SOURCES = game.cpp \
|
||||
game_events.cpp \
|
||||
../game_events.cpp \
|
||||
player.cpp \
|
||||
server.cpp \
|
||||
../config.cpp \
|
||||
|
@ -14,7 +14,7 @@ wesnothd_SOURCES = game.cpp \
|
|||
../log.cpp \
|
||||
../network.cpp \
|
||||
game.hpp \
|
||||
game_events.hpp \
|
||||
../game_events.hpp \
|
||||
player.hpp \
|
||||
../config.hpp \
|
||||
../filesystem.hpp \
|
||||
|
|
|
@ -148,7 +148,7 @@ bin_PROGRAMS = wesnothd
|
|||
# Wesnothd Server #
|
||||
#############################################################################
|
||||
wesnothd_SOURCES = game.cpp \
|
||||
game_events.cpp \
|
||||
../game_events.cpp \
|
||||
player.cpp \
|
||||
server.cpp \
|
||||
../config.cpp \
|
||||
|
@ -157,7 +157,7 @@ wesnothd_SOURCES = game.cpp \
|
|||
../log.cpp \
|
||||
../network.cpp \
|
||||
game.hpp \
|
||||
game_events.hpp \
|
||||
../game_events.hpp \
|
||||
player.hpp \
|
||||
../config.hpp \
|
||||
../filesystem.hpp \
|
||||
|
@ -281,6 +281,28 @@ distclean-compile:
|
|||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
game_events.o: ../game_events.cpp
|
||||
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT game_events.o -MD -MP -MF "$(DEPDIR)/game_events.Tpo" \
|
||||
@am__fastdepCXX_TRUE@ -c -o game_events.o `test -f '../game_events.cpp' || echo '$(srcdir)/'`../game_events.cpp; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/game_events.Tpo" "$(DEPDIR)/game_events.Po"; \
|
||||
@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/game_events.Tpo"; exit 1; \
|
||||
@am__fastdepCXX_TRUE@ fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../game_events.cpp' object='game_events.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/game_events.Po' tmpdepfile='$(DEPDIR)/game_events.TPo' @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o game_events.o `test -f '../game_events.cpp' || echo '$(srcdir)/'`../game_events.cpp
|
||||
|
||||
game_events.obj: ../game_events.cpp
|
||||
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT game_events.obj -MD -MP -MF "$(DEPDIR)/game_events.Tpo" \
|
||||
@am__fastdepCXX_TRUE@ -c -o game_events.obj `if test -f '../game_events.cpp'; then $(CYGPATH_W) '../game_events.cpp'; else $(CYGPATH_W) '$(srcdir)/../game_events.cpp'; fi`; \
|
||||
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/game_events.Tpo" "$(DEPDIR)/game_events.Po"; \
|
||||
@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/game_events.Tpo"; exit 1; \
|
||||
@am__fastdepCXX_TRUE@ fi
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../game_events.cpp' object='game_events.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/game_events.Po' tmpdepfile='$(DEPDIR)/game_events.TPo' @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o game_events.obj `if test -f '../game_events.cpp'; then $(CYGPATH_W) '../game_events.cpp'; else $(CYGPATH_W) '$(srcdir)/../game_events.cpp'; fi`
|
||||
|
||||
config.o: ../config.cpp
|
||||
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT config.o -MD -MP -MF "$(DEPDIR)/config.Tpo" \
|
||||
@am__fastdepCXX_TRUE@ -c -o config.o `test -f '../config.cpp' || echo '$(srcdir)/'`../config.cpp; \
|
||||
|
|
Loading…
Add table
Reference in a new issue