Code: Select all
joshua@joshua-laptop:~/Desktop/armagetronad-0.2.8.3.1$ make
make all-recursive
make[1]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1'
Making all in src
make[2]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src'
Making all in first
make[3]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/first'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/first'
Making all in doc
make[3]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/doc'
echo versions.html.dep ":\\" > versions.html.dep
grep "include(" versions.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> versions.html.dep
echo "Makefile" >> versions.html.dep
echo todo.html.dep ":\\" > todo.html.dep
grep "include(" todo.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> todo.html.dep
echo "Makefile" >> todo.html.dep
echo readme_macosx.html.dep ":\\" > readme_macosx.html.dep
grep "include(" readme_macosx.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> readme_macosx.html.dep
echo "Makefile" >> readme_macosx.html.dep
echo network.html.dep ":\\" > network.html.dep
grep "include(" network.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> network.html.dep
echo "Makefile" >> network.html.dep
echo install_windows.html.dep ":\\" > install_windows.html.dep
grep "include(" install_windows.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> install_windows.html.dep
echo "Makefile" >> install_windows.html.dep
echo install_result.html.dep ":\\" > install_result.html.dep
grep "include(" install_result.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> install_result.html.dep
echo "Makefile" >> install_result.html.dep
echo install_macosx.html.dep ":\\" > install_macosx.html.dep
grep "include(" install_macosx.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> install_macosx.html.dep
echo "Makefile" >> install_macosx.html.dep
echo install_linux.html.dep ":\\" > install_linux.html.dep
grep "include(" install_linux.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> install_linux.html.dep
echo "Makefile" >> install_linux.html.dep
echo index.html.dep ":\\" > index.html.dep
grep "include(" index.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> index.html.dep
echo "Makefile" >> index.html.dep
echo faq.html.dep ":\\" > faq.html.dep
grep "include(" faq.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> faq.html.dep
echo "Makefile" >> faq.html.dep
echo config.html.dep ":\\" > config.html.dep
grep "include(" config.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> config.html.dep
echo "Makefile" >> config.html.dep
echo compile.html.dep ":\\" > compile.html.dep
grep "include(" compile.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> compile.html.dep
echo "Makefile" >> compile.html.dep
rm -f commands.txt
cd ../../src && make armagetronad_main && cd .. && ./src/armagetronad_main --doc 2>&1 | sed -e "s,^\[0\] ,," | grep -v "_help$" | grep -v "^changed" | grep -v "^Executable path: " | grep -v "^TestPath" | grep -v "^Testing data path: " | grep -v "^Testing configuration path: " | grep -v "^Closing socket" | grep -v "^Locale item" > src/doc/commands.txt || true
make[4]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src'
if test -r ../batch/make/version; then \
echo \#define TRUE_ARMAGETRONAD_VERSION \"`sh ../batch/make/version ..`\" > nTrueVersion.h; \
else \
echo "#define TRUE_ARMAGETRONAD_VERSION VERSION" > nTrueVersion.h; \
fi
g++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I./tools -I./network -O2 -Wno-long-long -MT libnetwork_a-nNetwork.o -MD -MP -MF .deps/libnetwork_a-nNetwork.Tpo -c -o libnetwork_a-nNetwork.o `test -f 'network/nNetwork.cpp' || echo './'`network/nNetwork.cpp
mv -f .deps/libnetwork_a-nNetwork.Tpo .deps/libnetwork_a-nNetwork.Po
rm -f libnetwork.a
ar cru libnetwork.a libnetwork_a-md5.o libnetwork_a-nAuthentication.o libnetwork_a-nConfig.o libnetwork_a-nKrawall.o libnetwork_a-nKrawallPrivate.o libnetwork_a-nNetObject.o libnetwork_a-nNetwork.o libnetwork_a-nObserver.o libnetwork_a-nPriorizing.o libnetwork_a-nServerInfo.o libnetwork_a-nSocket.o libnetwork_a-nSpamProtection.o
ranlib libnetwork.a
Generating universal_variable_values_sed...
sed -f ../universal_variable_values_sed < tUniversalVariables.h.in > tUniversalVariables.h
g++ -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libpng12 -I./tools -O2 -Wno-long-long -MT libtools_a-tDirectories.o -MD -MP -MF .deps/libtools_a-tDirectories.Tpo -c -o libtools_a-tDirectories.o `test -f 'tools/tDirectories.cpp' || echo './'`tools/tDirectories.cpp
mv -f .deps/libtools_a-tDirectories.Tpo .deps/libtools_a-tDirectories.Po
rm -f libtools.a
ar cru libtools.a libtools_a-tResourceManager.o libtools_a-tArray.o libtools_a-tCallback.o libtools_a-tColor.o libtools_a-tConfiguration.o libtools_a-tConsole.o libtools_a-tCrypt.o libtools_a-tDirectories.o libtools_a-tError.o libtools_a-tEventQueue.o libtools_a-tHeap.o libtools_a-tLinkedList.o libtools_a-tLocale.o libtools_a-tMemStack.o libtools_a-tRing.o libtools_a-tSafePTR.o libtools_a-tString.o libtools_a-tSysTime.o libtools_a-tToDo.o libtools_a-tException.o libtools_a-tRecorder.o libtools_a-tRecorderInternal.o libtools_a-tCommandLine.o libtools_a-tRandom.o prefix.o libtools_a-tMemManager.o
ranlib libtools.a
g++ -I./tools -I./render -I./ui -I./network -I./engine -I./thirdparty/particles -I./tron -O2 -Wno-long-long -o armagetronad_main armagetronad_main-gFloor.o libtron.a libenginecore.a libengine.a libnetwork.a libui.a librender.a libtools.a -lpthread -lSDL_image -ljpeg -lz -lGLU -lGL -L/usr/lib -lSDL -lm -lxml2 -lpng12
make[4]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src'
test -r commands.txt || echo "Sorry, command help generation failed." > commands.txt
test -r commands.txt || mv commands.txt commands.txt
echo commands.html.dep ":\\" > commands.html.dep
grep "include(" commands.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> commands.html.dep
echo "Makefile" >> commands.html.dep
echo changelog.html.dep ":\\" > changelog.html.dep
grep "include(" changelog.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> changelog.html.dep
echo "Makefile" >> changelog.html.dep
echo bugs.html.dep ":\\" > bugs.html.dep
grep "include(" bugs.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> bugs.html.dep
echo "Makefile" >> bugs.html.dep
make[3]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/doc'
make[3]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/doc'
Making all in net
make[4]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/doc/net'
echo upper.html.dep ":\\" > upper.html.dep
grep "include(" upper.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> upper.html.dep
echo "Makefile" >> upper.html.dep
echo middle.html.dep ":\\" > middle.html.dep
grep "include(" middle.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> middle.html.dep
echo "Makefile" >> middle.html.dep
echo lower.html.dep ":\\" > lower.html.dep
grep "include(" lower.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> lower.html.dep
echo "Makefile" >> lower.html.dep
echo index.html.dep ":\\" > index.html.dep
grep "include(" index.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> index.html.dep
echo "Makefile" >> index.html.dep
make[4]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/doc/net'
make[4]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/doc/net'
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r index.html.m4`) include(../../../src/doc/html.m4)" ; cat index.html.m4 ; } | m4 -I . > index.html || cp index.html.m4 index.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r lower.html.m4`) include(../../../src/doc/html.m4)" ; cat lower.html.m4 ; } | m4 -I . > lower.html || cp lower.html.m4 lower.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r middle.html.m4`) include(../../../src/doc/html.m4)" ; cat middle.html.m4 ; } | m4 -I . > middle.html || cp middle.html.m4 middle.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r upper.html.m4`) include(../../../src/doc/html.m4)" ; cat upper.html.m4 ; } | m4 -I . > upper.html || cp upper.html.m4 upper.html
make[4]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/doc/net'
make[4]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/doc'
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r bugs.html.m4`) include(../../src/doc/html.m4)" ; cat bugs.html.m4 ; } | m4 -I . > bugs.html || cp bugs.html.m4 bugs.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r changelog.html.m4`) include(../../src/doc/html.m4)" ; cat changelog.html.m4 ; } | m4 -I . > changelog.html || cp changelog.html.m4 changelog.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r commands.html.m4`) include(../../src/doc/html.m4)" ; cat commands.html.m4 ; } | m4 -I . > commands.html || cp commands.html.m4 commands.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r compile.html.m4`) include(../../src/doc/html.m4)" ; cat compile.html.m4 ; } | m4 -I . > compile.html || cp compile.html.m4 compile.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r config.html.m4`) include(../../src/doc/html.m4)" ; cat config.html.m4 ; } | m4 -I . > config.html || cp config.html.m4 config.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r faq.html.m4`) include(../../src/doc/html.m4)" ; cat faq.html.m4 ; } | m4 -I . > faq.html || cp faq.html.m4 faq.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r index.html.m4`) include(../../src/doc/html.m4)" ; cat index.html.m4 ; } | m4 -I . > index.html || cp index.html.m4 index.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r install_linux.html.m4`) include(../../src/doc/html.m4)" ; cat install_linux.html.m4 ; } | m4 -I . > install_linux.html || cp install_linux.html.m4 install_linux.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r install_macosx.html.m4`) include(../../src/doc/html.m4)" ; cat install_macosx.html.m4 ; } | m4 -I . > install_macosx.html || cp install_macosx.html.m4 install_macosx.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r install_result.html.m4`) include(../../src/doc/html.m4)" ; cat install_result.html.m4 ; } | m4 -I . > install_result.html || cp install_result.html.m4 install_result.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r install_windows.html.m4`) include(../../src/doc/html.m4)" ; cat install_windows.html.m4 ; } | m4 -I . > install_windows.html || cp install_windows.html.m4 install_windows.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r network.html.m4`) include(../../src/doc/html.m4)" ; cat network.html.m4 ; } | m4 -I . > network.html || cp network.html.m4 network.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r readme_macosx.html.m4`) include(../../src/doc/html.m4)" ; cat readme_macosx.html.m4 ; } | m4 -I . > readme_macosx.html || cp readme_macosx.html.m4 readme_macosx.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r todo.html.m4`) include(../../src/doc/html.m4)" ; cat todo.html.m4 ; } | m4 -I . > todo.html || cp todo.html.m4 todo.html
{ echo "define(CHANGEDATE,`date +"%b %d %Y" -r versions.html.m4`) include(../../src/doc/html.m4)" ; cat versions.html.m4 ; } | m4 -I . > versions.html || cp versions.html.m4 versions.html
make[4]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/doc'
make[3]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/doc'
Making all in thirdparty
make[3]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/thirdparty'
Making all in particles
make[4]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/thirdparty/particles'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/thirdparty/particles'
make[4]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/thirdparty'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/thirdparty'
make[3]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src/thirdparty'
make[3]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src'
make[2]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/src'
Making all in resource
make[2]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/resource'
make[2]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/resource'
Making all in batch
make[2]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/batch'
sed -f ../universal_variable_values_sed -e 's,@version\@,0.2.8.3.1,g' -e 's,@executable_suffix\@,,g' -e "s,/bin/bash,`which bash`,g" -e 's,@LN_S\@,ln -s,g' -e 's,@progname\@,armagetronad,g' -e 's,@prognamebase\@,armagetronad,g' -e 's,@progtitle\@,Armagetron Advanced,g' -e 's,@enable_useradd\@,no,g' -e 's,@enable_etc\@,yes,g' -e 's,@enable_initscripts\@,no,g' -e 's,@enable_desktop\@,yes,g' -e 's,@enable_restoreold\@,yes,g' -e 's,@progdir_suffix\@,,g' < relocate.in > relocate
chmod 755 relocate
sed -f ../universal_variable_values_sed -e 's,@version\@,0.2.8.3.1,g' -e 's,@executable_suffix\@,,g' -e "s,/bin/bash,`which bash`,g" -e 's,@LN_S\@,ln -s,g' -e 's,@progname\@,armagetronad,g' -e 's,@prognamebase\@,armagetronad,g' -e 's,@progtitle\@,Armagetron Advanced,g' -e 's,@enable_useradd\@,no,g' -e 's,@enable_etc\@,yes,g' -e 's,@enable_initscripts\@,no,g' -e 's,@enable_desktop\@,yes,g' -e 's,@enable_restoreold\@,yes,g' -e 's,@progdir_suffix\@,,g' < sysinstall.in > sysinstall.proto
sed -e "s,RELOCATECOMMANDS,\\\," -e "t rel" -e "b" -e ": rel" -e "r relocate" < sysinstall.proto > sysinstall
rm sysinstall.proto
chmod 755 sysinstall
make[2]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/batch'
Making all in config
make[2]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/config'
Making all in desktop
make[2]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/desktop'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1/desktop'
make[2]: Entering directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1'
make[2]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1'
make[1]: Leaving directory `/home/joshua/Desktop/armagetronad-0.2.8.3.1'