Compare commits

...

5 Commits

Author SHA1 Message Date
Megaf 2932718f27 added lots of files and build files 2014-10-10 17:31:56 -03:00
Megaf 43094f42bf modified: .gitignore 2014-10-10 10:24:24 -03:00
Megaf 99162baf85 Merge https://github.com/minetest/minetest 2014-10-10 10:23:10 -03:00
Megaf 56b2b93eb4 Initial commit 2014-10-10 14:18:10 +01:00
Kahrl d1ccc64e1e Make sure PRECISION_SECONDS corresponds to the integer 0 2014-10-09 11:40:33 +02:00
66 changed files with 49444 additions and 9 deletions

16
.gitignore vendored
View File

@ -8,22 +8,22 @@ tags
*.rej
## Non-static Minetest directories
/bin/
/games/*
!/games/minimal/
#/bin/
#/games/*
#!/games/minimal/
/cache/
/textures/*
!/textures/base/
#/textures/*
#!/textures/base/
/sounds/
/mods/*
#/mods/*
!/mods/minetest/
/mods/minetest/*
#/mods/minetest/*
!/mods/minetest/mods_here.txt
/worlds/
/world/
## Configuration/log files
minetest.conf
#minetest.conf
debug.txt
## Build files

340
LICENSE Normal file
View File

@ -0,0 +1,340 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
{description}
Copyright (C) {year} {fullname}
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
{signature of Ty Coon}, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.

BIN
bin/minetest Executable file

Binary file not shown.

View File

@ -0,0 +1,2 @@
#!/bin/sh
cmake ../../ -DVERSION_EXTRA=MinetestPi -DRUN_IN_PLACE=1 -DENABLE_GLES=1 -DIRRLICHT_INCLUDE_DIR=../../../irrlicht/include -DIRRLICHT_LIBRARY=../../../irrlicht/lib/Linux/libIrrlicht.a -DENABLE_SOUND=0 -DENABLE_LEVELDB=0 -DENABLE_CURL=1 -DENABLE_REDIS=0 -DCMAKE_EXE_LINKER_FLAGS="-lGLESv1_CM -lEGL" -DBUILD_SERVER=0

View File

@ -0,0 +1,53 @@
SET(CMAKE_C_COMPILER "/usr/bin/gcc")
SET(CMAKE_C_COMPILER_ARG1 "")
SET(CMAKE_C_COMPILER_ID "GNU")
SET(CMAKE_C_COMPILER_VERSION "4.6.3")
SET(CMAKE_C_PLATFORM_ID "Linux")
SET(CMAKE_AR "/usr/bin/ar")
SET(CMAKE_RANLIB "/usr/bin/ranlib")
SET(CMAKE_LINKER "/usr/bin/ld")
SET(CMAKE_COMPILER_IS_GNUCC 1)
SET(CMAKE_C_COMPILER_LOADED 1)
SET(CMAKE_COMPILER_IS_MINGW )
SET(CMAKE_COMPILER_IS_CYGWIN )
IF(CMAKE_COMPILER_IS_CYGWIN)
SET(CYGWIN 1)
SET(UNIX 1)
ENDIF(CMAKE_COMPILER_IS_CYGWIN)
SET(CMAKE_C_COMPILER_ENV_VAR "CC")
IF(CMAKE_COMPILER_IS_MINGW)
SET(MINGW 1)
ENDIF(CMAKE_COMPILER_IS_MINGW)
SET(CMAKE_C_COMPILER_ID_RUN 1)
SET(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
SET(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
SET(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
SET(CMAKE_C_SIZEOF_DATA_PTR "4")
SET(CMAKE_C_COMPILER_ABI "ELF")
SET(CMAKE_C_LIBRARY_ARCHITECTURE "arm-linux-gnueabihf")
IF(CMAKE_C_SIZEOF_DATA_PTR)
SET(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
ENDIF(CMAKE_C_SIZEOF_DATA_PTR)
IF(CMAKE_C_COMPILER_ABI)
SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
ENDIF(CMAKE_C_COMPILER_ABI)
IF(CMAKE_C_LIBRARY_ARCHITECTURE)
SET(CMAKE_LIBRARY_ARCHITECTURE "arm-linux-gnueabihf")
ENDIF()
SET(CMAKE_C_HAS_ISYSROOT "")
SET(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
SET(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/arm-linux-gnueabihf/4.6;/usr/lib/arm-linux-gnueabihf;/usr/lib;/lib/arm-linux-gnueabihf")

View File

@ -0,0 +1,54 @@
SET(CMAKE_CXX_COMPILER "/usr/bin/c++")
SET(CMAKE_CXX_COMPILER_ARG1 "")
SET(CMAKE_CXX_COMPILER_ID "GNU")
SET(CMAKE_CXX_COMPILER_VERSION "4.6.3")
SET(CMAKE_CXX_PLATFORM_ID "Linux")
SET(CMAKE_AR "/usr/bin/ar")
SET(CMAKE_RANLIB "/usr/bin/ranlib")
SET(CMAKE_LINKER "/usr/bin/ld")
SET(CMAKE_COMPILER_IS_GNUCXX 1)
SET(CMAKE_CXX_COMPILER_LOADED 1)
SET(CMAKE_COMPILER_IS_MINGW )
SET(CMAKE_COMPILER_IS_CYGWIN )
IF(CMAKE_COMPILER_IS_CYGWIN)
SET(CYGWIN 1)
SET(UNIX 1)
ENDIF(CMAKE_COMPILER_IS_CYGWIN)
SET(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
IF(CMAKE_COMPILER_IS_MINGW)
SET(MINGW 1)
ENDIF(CMAKE_COMPILER_IS_MINGW)
SET(CMAKE_CXX_COMPILER_ID_RUN 1)
SET(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
SET(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
SET(CMAKE_CXX_LINKER_PREFERENCE 30)
SET(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
# Save compiler ABI information.
SET(CMAKE_CXX_SIZEOF_DATA_PTR "4")
SET(CMAKE_CXX_COMPILER_ABI "ELF")
SET(CMAKE_CXX_LIBRARY_ARCHITECTURE "arm-linux-gnueabihf")
IF(CMAKE_CXX_SIZEOF_DATA_PTR)
SET(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
ENDIF(CMAKE_CXX_SIZEOF_DATA_PTR)
IF(CMAKE_CXX_COMPILER_ABI)
SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
ENDIF(CMAKE_CXX_COMPILER_ABI)
IF(CMAKE_CXX_LIBRARY_ARCHITECTURE)
SET(CMAKE_LIBRARY_ARCHITECTURE "arm-linux-gnueabihf")
ENDIF()
SET(CMAKE_CXX_HAS_ISYSROOT "")
SET(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
SET(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/arm-linux-gnueabihf/4.6;/usr/lib/arm-linux-gnueabihf;/usr/lib;/lib/arm-linux-gnueabihf")

Binary file not shown.

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Relative path conversion top directories.
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/megaf/MinetestPi-Raspbian")
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/megaf/MinetestPi-Raspbian/build/raspberrypi")
# Force unix paths in dependencies.
SET(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1,796 @@
The system is: Linux - 3.12.28+ - armv6l
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/gcc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1493306940/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1493306940.dir/build.make CMakeFiles/cmTryCompileExec1493306940.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1493306940.dir/testCCompiler.c.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec1493306940.dir/testCCompiler.c.o -c /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec1493306940
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1493306940.dir/link.txt --verbose=1
/usr/bin/gcc CMakeFiles/cmTryCompileExec1493306940.dir/testCCompiler.c.o -o cmTryCompileExec1493306940 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec207971010/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec207971010.dir/build.make CMakeFiles/cmTryCompileExec207971010.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec207971010.dir/CMakeCCompilerABI.c.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec207971010.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c
Linking C executable cmTryCompileExec207971010
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec207971010.dir/link.txt --verbose=1
/usr/bin/gcc -v CMakeFiles/cmTryCompileExec207971010.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec207971010 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/
LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec207971010' '-rdynamic' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp'
/usr/lib/gcc/arm-linux-gnueabihf/4.6/collect2 --sysroot=/ --build-id --no-add-needed --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X --hash-style=both -m armelf_linux_eabi -o cmTryCompileExec207971010 /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crt1.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtbegin.o -L/usr/lib/gcc/arm-linux-gnueabihf/4.6 -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTryCompileExec207971010.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtend.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crtn.o
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec207971010/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec207971010.dir/build.make CMakeFiles/cmTryCompileExec207971010.dir/build]
ignore line: [make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building C object CMakeFiles/cmTryCompileExec207971010.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/gcc -o CMakeFiles/cmTryCompileExec207971010.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTryCompileExec207971010]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec207971010.dir/link.txt --verbose=1]
ignore line: [/usr/bin/gcc -v CMakeFiles/cmTryCompileExec207971010.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec207971010 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/gcc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper]
ignore line: [Target: arm-linux-gnueabihf]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.6.3 (Debian 4.6.3-14+rpi1) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec207971010' '-rdynamic' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp']
link line: [ /usr/lib/gcc/arm-linux-gnueabihf/4.6/collect2 --sysroot=/ --build-id --no-add-needed --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X --hash-style=both -m armelf_linux_eabi -o cmTryCompileExec207971010 /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crt1.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtbegin.o -L/usr/lib/gcc/arm-linux-gnueabihf/4.6 -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTryCompileExec207971010.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtend.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crtn.o]
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/collect2] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--no-add-needed] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux-armhf.so.3] ==> ignore
arg [-X] ==> ignore
arg [--hash-style=both] ==> ignore
arg [-m] ==> ignore
arg [armelf_linux_eabi] ==> ignore
arg [-o] ==> ignore
arg [cmTryCompileExec207971010] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crt1.o] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crti.o] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/arm-linux-gnueabihf/4.6] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6]
arg [-L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf]
arg [-L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../..] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../..]
arg [-L/lib/arm-linux-gnueabihf] ==> dir [/lib/arm-linux-gnueabihf]
arg [-L/usr/lib/arm-linux-gnueabihf] ==> dir [/usr/lib/arm-linux-gnueabihf]
arg [CMakeFiles/cmTryCompileExec207971010.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/crtend.o] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crtn.o] ==> ignore
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
collapse dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6] ==> [/usr/lib/gcc/arm-linux-gnueabihf/4.6]
collapse dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf] ==> [/usr/lib/arm-linux-gnueabihf]
collapse dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../..] ==> [/usr/lib]
collapse dir [/lib/arm-linux-gnueabihf] ==> [/lib/arm-linux-gnueabihf]
collapse dir [/usr/lib/arm-linux-gnueabihf] ==> [/usr/lib/arm-linux-gnueabihf]
implicit libs: [c]
implicit dirs: [/usr/lib/gcc/arm-linux-gnueabihf/4.6;/usr/lib/arm-linux-gnueabihf;/usr/lib;/lib/arm-linux-gnueabihf]
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1673425947/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1673425947.dir/build.make CMakeFiles/cmTryCompileExec1673425947.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1673425947.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1673425947.dir/testCXXCompiler.cxx.o -c /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec1673425947
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1673425947.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTryCompileExec1673425947.dir/testCXXCompiler.cxx.o -o cmTryCompileExec1673425947 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3376115906/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3376115906.dir/build.make CMakeFiles/cmTryCompileExec3376115906.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3376115906.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec3376115906.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTryCompileExec3376115906
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3376115906.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTryCompileExec3376115906.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec3376115906 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/
LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3376115906' '-rdynamic' '-shared-libgcc' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp'
/usr/lib/gcc/arm-linux-gnueabihf/4.6/collect2 --sysroot=/ --build-id --no-add-needed --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X --hash-style=both -m armelf_linux_eabi -o cmTryCompileExec3376115906 /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crt1.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtbegin.o -L/usr/lib/gcc/arm-linux-gnueabihf/4.6 -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTryCompileExec3376115906.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtend.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crtn.o
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec3376115906/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3376115906.dir/build.make CMakeFiles/cmTryCompileExec3376115906.dir/build]
ignore line: [make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building CXX object CMakeFiles/cmTryCompileExec3376115906.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec3376115906.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTryCompileExec3376115906]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3376115906.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec3376115906.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec3376115906 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper]
ignore line: [Target: arm-linux-gnueabihf]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.6.3 (Debian 4.6.3-14+rpi1) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3376115906' '-rdynamic' '-shared-libgcc' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp']
link line: [ /usr/lib/gcc/arm-linux-gnueabihf/4.6/collect2 --sysroot=/ --build-id --no-add-needed --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X --hash-style=both -m armelf_linux_eabi -o cmTryCompileExec3376115906 /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crt1.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtbegin.o -L/usr/lib/gcc/arm-linux-gnueabihf/4.6 -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTryCompileExec3376115906.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtend.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crtn.o]
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/collect2] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--no-add-needed] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux-armhf.so.3] ==> ignore
arg [-X] ==> ignore
arg [--hash-style=both] ==> ignore
arg [-m] ==> ignore
arg [armelf_linux_eabi] ==> ignore
arg [-o] ==> ignore
arg [cmTryCompileExec3376115906] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crt1.o] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crti.o] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/arm-linux-gnueabihf/4.6] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6]
arg [-L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf]
arg [-L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../..] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../..]
arg [-L/lib/arm-linux-gnueabihf] ==> dir [/lib/arm-linux-gnueabihf]
arg [-L/usr/lib/arm-linux-gnueabihf] ==> dir [/usr/lib/arm-linux-gnueabihf]
arg [CMakeFiles/cmTryCompileExec3376115906.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/crtend.o] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crtn.o] ==> ignore
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
collapse dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6] ==> [/usr/lib/gcc/arm-linux-gnueabihf/4.6]
collapse dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf] ==> [/usr/lib/arm-linux-gnueabihf]
collapse dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../..] ==> [/usr/lib]
collapse dir [/lib/arm-linux-gnueabihf] ==> [/lib/arm-linux-gnueabihf]
collapse dir [/usr/lib/arm-linux-gnueabihf] ==> [/usr/lib/arm-linux-gnueabihf]
implicit libs: [stdc++;m;c]
implicit dirs: [/usr/lib/gcc/arm-linux-gnueabihf/4.6;/usr/lib/arm-linux-gnueabihf;/usr/lib;/lib/arm-linux-gnueabihf]
Determining if the function XOpenDisplay exists in the /usr/lib/arm-linux-gnueabihf/libX11.so;/usr/lib/arm-linux-gnueabihf/libXext.so passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2265653966/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2265653966.dir/build.make CMakeFiles/cmTryCompileExec2265653966.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2265653966.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTryCompileExec2265653966.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2265653966
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2265653966.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTryCompileExec2265653966.dir/CheckFunctionExists.c.o -o cmTryCompileExec2265653966 -rdynamic -lX11 -lXext
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2994928253/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2994928253.dir/build.make CMakeFiles/cmTryCompileExec2994928253.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2994928253.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTryCompileExec2994928253.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2994928253
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2994928253.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTryCompileExec2994928253.dir/CheckFunctionExists.c.o -o cmTryCompileExec2994928253 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Determining if the function connect exists passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec4003541587/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4003541587.dir/build.make CMakeFiles/cmTryCompileExec4003541587.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4003541587.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTryCompileExec4003541587.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec4003541587
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4003541587.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTryCompileExec4003541587.dir/CheckFunctionExists.c.o -o cmTryCompileExec4003541587 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Determining if the function remove exists passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2562702110/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2562702110.dir/build.make CMakeFiles/cmTryCompileExec2562702110.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2562702110.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTryCompileExec2562702110.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2562702110
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2562702110.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTryCompileExec2562702110.dir/CheckFunctionExists.c.o -o cmTryCompileExec2562702110 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Determining if the function shmat exists passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1453950334/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1453950334.dir/build.make CMakeFiles/cmTryCompileExec1453950334.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1453950334.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTryCompileExec1453950334.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1453950334
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1453950334.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTryCompileExec1453950334.dir/CheckFunctionExists.c.o -o cmTryCompileExec1453950334 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Determining if the function BZ2_bzCompressInit exists in the /usr/lib/arm-linux-gnueabihf/libbz2.so passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec756090154/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec756090154.dir/build.make CMakeFiles/cmTryCompileExec756090154.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec756090154.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=BZ2_bzCompressInit -o CMakeFiles/cmTryCompileExec756090154.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec756090154
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec756090154.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=BZ2_bzCompressInit CMakeFiles/cmTryCompileExec756090154.dir/CheckFunctionExists.c.o -o cmTryCompileExec756090154 -rdynamic -lbz2
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Performing C SOURCE FILE Test VALID_LUAJIT_VERSION succeded with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3581503763/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3581503763.dir/build.make CMakeFiles/cmTryCompileExec3581503763.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3581503763.dir/src.c.o
/usr/bin/gcc -DVALID_LUAJIT_VERSION -I/usr/local/include/luajit-2.0 -o CMakeFiles/cmTryCompileExec3581503763.dir/src.c.o -c /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec3581503763
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3581503763.dir/link.txt --verbose=1
/usr/bin/gcc -DVALID_LUAJIT_VERSION CMakeFiles/cmTryCompileExec3581503763.dir/src.c.o -o cmTryCompileExec3581503763 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Return value: 1
Source file was:
#include <luajit.h>
#include <stdio.h>
#include <string.h>
#define ARRAYSIZE(a) (sizeof(a) / sizeof((a)[0]))
static char *broken_luajit_versions[] = {
"LuaJIT 2.0.0-beta7",
"LuaJIT 2.0.0-beta6",
"LuaJIT 2.0.0-beta5",
"LuaJIT 2.0.0-beta4",
"LuaJIT 2.0.0-beta3",
"LuaJIT 2.0.0-beta2",
"LuaJIT 2.0.0-beta1"
};
int main(int argc, char *argv[]) {
unsigned int i;
for (i = 0; i < ARRAYSIZE(broken_luajit_versions); i++) {
if (strcmp(LUAJIT_VERSION, broken_luajit_versions[i]) == 0) {
return 1;
}
}
return 0;
}
Performing C++ SOURCE FILE Test HAS_UNUSED_BUT_SET_VARIABLE_WARNING succeded with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec698665731/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec698665731.dir/build.make CMakeFiles/cmTryCompileExec698665731.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec698665731.dir/src.cxx.o
/usr/bin/c++ -DHAS_UNUSED_BUT_SET_VARIABLE_WARNING -I/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/BACKUP_REQUIRED_INCS -Wno-unused-but-set-variable -o CMakeFiles/cmTryCompileExec698665731.dir/src.cxx.o -c /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec698665731
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec698665731.dir/link.txt --verbose=1
/usr/bin/c++ -DHAS_UNUSED_BUT_SET_VARIABLE_WARNING CMakeFiles/cmTryCompileExec698665731.dir/src.cxx.o -o cmTryCompileExec698665731 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0;}
The system is: Linux - 3.12.28+ - armv6l
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/gcc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1518724557/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1518724557.dir/build.make CMakeFiles/cmTryCompileExec1518724557.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1518724557.dir/testCCompiler.c.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec1518724557.dir/testCCompiler.c.o -c /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec1518724557
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1518724557.dir/link.txt --verbose=1
/usr/bin/gcc CMakeFiles/cmTryCompileExec1518724557.dir/testCCompiler.c.o -o cmTryCompileExec1518724557 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3347161943/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3347161943.dir/build.make CMakeFiles/cmTryCompileExec3347161943.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3347161943.dir/CMakeCCompilerABI.c.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec3347161943.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c
Linking C executable cmTryCompileExec3347161943
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3347161943.dir/link.txt --verbose=1
/usr/bin/gcc -v CMakeFiles/cmTryCompileExec3347161943.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3347161943 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/
LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3347161943' '-rdynamic' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp'
/usr/lib/gcc/arm-linux-gnueabihf/4.6/collect2 --sysroot=/ --build-id --no-add-needed --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X --hash-style=both -m armelf_linux_eabi -o cmTryCompileExec3347161943 /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crt1.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtbegin.o -L/usr/lib/gcc/arm-linux-gnueabihf/4.6 -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTryCompileExec3347161943.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtend.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crtn.o
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec3347161943/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3347161943.dir/build.make CMakeFiles/cmTryCompileExec3347161943.dir/build]
ignore line: [make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building C object CMakeFiles/cmTryCompileExec3347161943.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/gcc -o CMakeFiles/cmTryCompileExec3347161943.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTryCompileExec3347161943]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3347161943.dir/link.txt --verbose=1]
ignore line: [/usr/bin/gcc -v CMakeFiles/cmTryCompileExec3347161943.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3347161943 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/gcc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper]
ignore line: [Target: arm-linux-gnueabihf]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.6.3 (Debian 4.6.3-14+rpi1) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3347161943' '-rdynamic' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp']
link line: [ /usr/lib/gcc/arm-linux-gnueabihf/4.6/collect2 --sysroot=/ --build-id --no-add-needed --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X --hash-style=both -m armelf_linux_eabi -o cmTryCompileExec3347161943 /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crt1.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtbegin.o -L/usr/lib/gcc/arm-linux-gnueabihf/4.6 -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTryCompileExec3347161943.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtend.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crtn.o]
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/collect2] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--no-add-needed] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux-armhf.so.3] ==> ignore
arg [-X] ==> ignore
arg [--hash-style=both] ==> ignore
arg [-m] ==> ignore
arg [armelf_linux_eabi] ==> ignore
arg [-o] ==> ignore
arg [cmTryCompileExec3347161943] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crt1.o] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crti.o] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/arm-linux-gnueabihf/4.6] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6]
arg [-L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf]
arg [-L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../..] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../..]
arg [-L/lib/arm-linux-gnueabihf] ==> dir [/lib/arm-linux-gnueabihf]
arg [-L/usr/lib/arm-linux-gnueabihf] ==> dir [/usr/lib/arm-linux-gnueabihf]
arg [CMakeFiles/cmTryCompileExec3347161943.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/crtend.o] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crtn.o] ==> ignore
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
collapse dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6] ==> [/usr/lib/gcc/arm-linux-gnueabihf/4.6]
collapse dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf] ==> [/usr/lib/arm-linux-gnueabihf]
collapse dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../..] ==> [/usr/lib]
collapse dir [/lib/arm-linux-gnueabihf] ==> [/lib/arm-linux-gnueabihf]
collapse dir [/usr/lib/arm-linux-gnueabihf] ==> [/usr/lib/arm-linux-gnueabihf]
implicit libs: [c]
implicit dirs: [/usr/lib/gcc/arm-linux-gnueabihf/4.6;/usr/lib/arm-linux-gnueabihf;/usr/lib;/lib/arm-linux-gnueabihf]
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec4127412116/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4127412116.dir/build.make CMakeFiles/cmTryCompileExec4127412116.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec4127412116.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec4127412116.dir/testCXXCompiler.cxx.o -c /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec4127412116
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4127412116.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTryCompileExec4127412116.dir/testCXXCompiler.cxx.o -o cmTryCompileExec4127412116 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3841960369/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3841960369.dir/build.make CMakeFiles/cmTryCompileExec3841960369.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3841960369.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec3841960369.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTryCompileExec3841960369
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3841960369.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTryCompileExec3841960369.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec3841960369 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/
LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3841960369' '-rdynamic' '-shared-libgcc' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp'
/usr/lib/gcc/arm-linux-gnueabihf/4.6/collect2 --sysroot=/ --build-id --no-add-needed --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X --hash-style=both -m armelf_linux_eabi -o cmTryCompileExec3841960369 /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crt1.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtbegin.o -L/usr/lib/gcc/arm-linux-gnueabihf/4.6 -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTryCompileExec3841960369.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtend.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crtn.o
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec3841960369/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3841960369.dir/build.make CMakeFiles/cmTryCompileExec3841960369.dir/build]
ignore line: [make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building CXX object CMakeFiles/cmTryCompileExec3841960369.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec3841960369.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTryCompileExec3841960369]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3841960369.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec3841960369.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec3841960369 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper]
ignore line: [Target: arm-linux-gnueabihf]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.6.3 (Debian 4.6.3-14+rpi1) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-linux-gnueabihf/4.6/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/:/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../:/lib/arm-linux-gnueabihf/:/lib/:/usr/lib/arm-linux-gnueabihf/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3841960369' '-rdynamic' '-shared-libgcc' '-march=armv6' '-mfloat-abi=hard' '-mfpu=vfp']
link line: [ /usr/lib/gcc/arm-linux-gnueabihf/4.6/collect2 --sysroot=/ --build-id --no-add-needed --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux-armhf.so.3 -X --hash-style=both -m armelf_linux_eabi -o cmTryCompileExec3841960369 /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crt1.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crti.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtbegin.o -L/usr/lib/gcc/arm-linux-gnueabihf/4.6 -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf CMakeFiles/cmTryCompileExec3841960369.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/arm-linux-gnueabihf/4.6/crtend.o /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crtn.o]
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/collect2] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--no-add-needed] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux-armhf.so.3] ==> ignore
arg [-X] ==> ignore
arg [--hash-style=both] ==> ignore
arg [-m] ==> ignore
arg [armelf_linux_eabi] ==> ignore
arg [-o] ==> ignore
arg [cmTryCompileExec3841960369] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crt1.o] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crti.o] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/arm-linux-gnueabihf/4.6] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6]
arg [-L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf]
arg [-L/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../..] ==> dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../..]
arg [-L/lib/arm-linux-gnueabihf] ==> dir [/lib/arm-linux-gnueabihf]
arg [-L/usr/lib/arm-linux-gnueabihf] ==> dir [/usr/lib/arm-linux-gnueabihf]
arg [CMakeFiles/cmTryCompileExec3841960369.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/crtend.o] ==> ignore
arg [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf/crtn.o] ==> ignore
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
collapse dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6] ==> [/usr/lib/gcc/arm-linux-gnueabihf/4.6]
collapse dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../arm-linux-gnueabihf] ==> [/usr/lib/arm-linux-gnueabihf]
collapse dir [/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../..] ==> [/usr/lib]
collapse dir [/lib/arm-linux-gnueabihf] ==> [/lib/arm-linux-gnueabihf]
collapse dir [/usr/lib/arm-linux-gnueabihf] ==> [/usr/lib/arm-linux-gnueabihf]
implicit libs: [stdc++;m;c]
implicit dirs: [/usr/lib/gcc/arm-linux-gnueabihf/4.6;/usr/lib/arm-linux-gnueabihf;/usr/lib;/lib/arm-linux-gnueabihf]
Determining if the function XOpenDisplay exists in the /usr/lib/arm-linux-gnueabihf/libX11.so;/usr/lib/arm-linux-gnueabihf/libXext.so passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3368012189/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3368012189.dir/build.make CMakeFiles/cmTryCompileExec3368012189.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3368012189.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTryCompileExec3368012189.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3368012189
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3368012189.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTryCompileExec3368012189.dir/CheckFunctionExists.c.o -o cmTryCompileExec3368012189 -rdynamic -lX11 -lXext
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec756303418/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec756303418.dir/build.make CMakeFiles/cmTryCompileExec756303418.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec756303418.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTryCompileExec756303418.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec756303418
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec756303418.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTryCompileExec756303418.dir/CheckFunctionExists.c.o -o cmTryCompileExec756303418 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Determining if the function connect exists passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2803684844/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2803684844.dir/build.make CMakeFiles/cmTryCompileExec2803684844.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2803684844.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTryCompileExec2803684844.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2803684844
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2803684844.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTryCompileExec2803684844.dir/CheckFunctionExists.c.o -o cmTryCompileExec2803684844 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Determining if the function remove exists passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1126510679/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1126510679.dir/build.make CMakeFiles/cmTryCompileExec1126510679.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1126510679.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTryCompileExec1126510679.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1126510679
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1126510679.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTryCompileExec1126510679.dir/CheckFunctionExists.c.o -o cmTryCompileExec1126510679 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Determining if the function shmat exists passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3898459841/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3898459841.dir/build.make CMakeFiles/cmTryCompileExec3898459841.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3898459841.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTryCompileExec3898459841.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3898459841
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3898459841.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTryCompileExec3898459841.dir/CheckFunctionExists.c.o -o cmTryCompileExec3898459841 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Determining if the function BZ2_bzCompressInit exists in the /usr/lib/arm-linux-gnueabihf/libbz2.so passed with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec310889062/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec310889062.dir/build.make CMakeFiles/cmTryCompileExec310889062.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec310889062.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=BZ2_bzCompressInit -o CMakeFiles/cmTryCompileExec310889062.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec310889062
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec310889062.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=BZ2_bzCompressInit CMakeFiles/cmTryCompileExec310889062.dir/CheckFunctionExists.c.o -o cmTryCompileExec310889062 -rdynamic -lbz2
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Performing C SOURCE FILE Test VALID_LUAJIT_VERSION succeded with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3922082042/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3922082042.dir/build.make CMakeFiles/cmTryCompileExec3922082042.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3922082042.dir/src.c.o
/usr/bin/gcc -DVALID_LUAJIT_VERSION -I/usr/local/include/luajit-2.0 -o CMakeFiles/cmTryCompileExec3922082042.dir/src.c.o -c /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec3922082042
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3922082042.dir/link.txt --verbose=1
/usr/bin/gcc -DVALID_LUAJIT_VERSION CMakeFiles/cmTryCompileExec3922082042.dir/src.c.o -o cmTryCompileExec3922082042 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Return value: 1
Source file was:
#include <luajit.h>
#include <stdio.h>
#include <string.h>
#define ARRAYSIZE(a) (sizeof(a) / sizeof((a)[0]))
static char *broken_luajit_versions[] = {
"LuaJIT 2.0.0-beta7",
"LuaJIT 2.0.0-beta6",
"LuaJIT 2.0.0-beta5",
"LuaJIT 2.0.0-beta4",
"LuaJIT 2.0.0-beta3",
"LuaJIT 2.0.0-beta2",
"LuaJIT 2.0.0-beta1"
};
int main(int argc, char *argv[]) {
unsigned int i;
for (i = 0; i < ARRAYSIZE(broken_luajit_versions); i++) {
if (strcmp(LUAJIT_VERSION, broken_luajit_versions[i]) == 0) {
return 1;
}
}
return 0;
}
Performing C++ SOURCE FILE Test HAS_UNUSED_BUT_SET_VARIABLE_WARNING succeded with the following output:
Change Dir: /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3477497800/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3477497800.dir/build.make CMakeFiles/cmTryCompileExec3477497800.dir/build
make[1]: Entering directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3477497800.dir/src.cxx.o
/usr/bin/c++ -DHAS_UNUSED_BUT_SET_VARIABLE_WARNING -I/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/BACKUP_REQUIRED_INCS -Wno-unused-but-set-variable -o CMakeFiles/cmTryCompileExec3477497800.dir/src.cxx.o -c /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec3477497800
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3477497800.dir/link.txt --verbose=1
/usr/bin/c++ -DHAS_UNUSED_BUT_SET_VARIABLE_WARNING CMakeFiles/cmTryCompileExec3477497800.dir/src.cxx.o -o cmTryCompileExec3477497800 -rdynamic
make[1]: Leaving directory '/home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0;}

View File

@ -0,0 +1,2 @@
# Hashes of file build rules.
cb28f8b736ee2050af7555aeb93f60ab src/CMakeFiles/GenerateVersion

View File

@ -0,0 +1,15 @@
SET(CMAKE_SYSTEM "Linux-3.12.28+")
SET(CMAKE_SYSTEM_NAME "Linux")
SET(CMAKE_SYSTEM_VERSION "3.12.28+")
SET(CMAKE_SYSTEM_PROCESSOR "armv6l")
SET(CMAKE_HOST_SYSTEM "Linux-3.12.28+")
SET(CMAKE_HOST_SYSTEM_NAME "Linux")
SET(CMAKE_HOST_SYSTEM_VERSION "3.12.28+")
SET(CMAKE_HOST_SYSTEM_PROCESSOR "armv6l")
SET(CMAKE_CROSSCOMPILING "FALSE")
SET(CMAKE_SYSTEM_LOADED 1)

View File

@ -0,0 +1,361 @@
#ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__)
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_C = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
#elif defined(__IBMC__)
# if defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# else
# if __IBMC__ >= 800
# define COMPILER_ID "XL"
# else
# define COMPILER_ID "VisualAge"
# endif
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(__PATHSCALE__)
# define COMPILER_ID "PathScale"
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI_DSP"
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
SHARC (21000) DSPs */
# define COMPILER_ID "ADSP"
/* IAR Systems compiler for embedded systems.
http://www.iar.com
Not supported yet by CMake
#elif defined(__IAR_SYSTEMS_ICC__)
# define COMPILER_ID "IAR" */
/* sdcc, the small devices C compiler for embedded systems,
http://sdcc.sourceforge.net */
#elif defined(SDCC)
# define COMPILER_ID "SDCC"
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* This compiler is either not known or is too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU)
# define PLATFORM_ID "Haiku"
/* Haiku also defines __BEOS__ so we must
put it prior to the check for __BEOS__
*/
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#else /* unknown platform */
# define PLATFORM_ID ""
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM)
# define ARCHITECTURE_ID "ARM"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID ""
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number components. */
#ifdef COMPILER_VERSION_MAJOR
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
int main(int argc, char* argv[])
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
(void)argv;
return require;
}
#endif

Binary file not shown.

View File

@ -0,0 +1,344 @@
/* This source file must have a .cpp extension so that all C++ compilers
recognize the extension without flags. Borland does not know .cxx for
example. */
#ifndef __cplusplus
# error "A C compiler has been selected for C++."
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__COMO__)
# define COMPILER_ID "Comeau"
#elif defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__)
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
#elif defined(__SUNPRO_CC)
# define COMPILER_ID "SunPro"
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# endif
#elif defined(__HP_aCC)
# define COMPILER_ID "HP"
/* __HP_aCC = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
#elif defined(__DECCXX)
# define COMPILER_ID "Compaq"
#elif defined(__IBMCPP__)
# if defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# else
# if __IBMCPP__ >= 800
# define COMPILER_ID "XL"
# else
# define COMPILER_ID "VisualAge"
# endif
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(__PATHSCALE__)
# define COMPILER_ID "PathScale"
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI_DSP"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
SHARC (21000) DSPs */
# define COMPILER_ID "ADSP"
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* This compiler is either not known or is too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU)
# define PLATFORM_ID "Haiku"
/* Haiku also defines __BEOS__ so we must
put it prior to the check for __BEOS__
*/
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#else /* unknown platform */
# define PLATFORM_ID ""
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM)
# define ARCHITECTURE_ID "ARM"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID ""
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number components. */
#ifdef COMPILER_VERSION_MAJOR
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
/*--------------------------------------------------------------------------*/
int main(int argc, char* argv[])
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
(void)argv;
return require;
}

Binary file not shown.

View File

@ -0,0 +1,105 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# The generator used is:
SET(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
SET(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"../../CMakeLists.txt"
"CMakeFiles/CMakeCCompiler.cmake"
"CMakeFiles/CMakeCXXCompiler.cmake"
"CMakeFiles/CMakeSystem.cmake"
"../../cmake/Modules/FindCURL.cmake"
"../../cmake/Modules/FindIrrlicht.cmake"
"../../cmake/Modules/FindJson.cmake"
"../../cmake/Modules/FindOpenGLES2.cmake"
"../../cmake/Modules/FindSqlite3.cmake"
"../../cmake/Modules/misc.cmake"
"../../src/CMakeLists.txt"
"../../src/cmake_config.h.in"
"../../src/json/CMakeLists.txt"
"../../src/jthread/CMakeLists.txt"
"../../src/script/CMakeLists.txt"
"../../src/script/common/CMakeLists.txt"
"../../src/script/cpp_api/CMakeLists.txt"
"../../src/script/lua_api/CMakeLists.txt"
"../../src/util/CMakeLists.txt"
"/usr/share/cmake-2.8/Modules/CMakeCCompiler.cmake.in"
"/usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c"
"/usr/share/cmake-2.8/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-2.8/Modules/CMakeCXXCompiler.cmake.in"
"/usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp"
"/usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-2.8/Modules/CMakeClDeps.cmake"
"/usr/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake"
"/usr/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake"
"/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake"
"/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake"
"/usr/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake"
"/usr/share/cmake-2.8/Modules/CMakeFindBinUtils.cmake"
"/usr/share/cmake-2.8/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake"
"/usr/share/cmake-2.8/Modules/CMakeParseImplicitLinkInfo.cmake"
"/usr/share/cmake-2.8/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake"
"/usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake"
"/usr/share/cmake-2.8/Modules/CMakeTestCompilerCommon.cmake"
"/usr/share/cmake-2.8/Modules/CMakeUnixFindMake.cmake"
"/usr/share/cmake-2.8/Modules/CPack.cmake"
"/usr/share/cmake-2.8/Modules/CPackComponent.cmake"
"/usr/share/cmake-2.8/Modules/CheckCSourceRuns.cmake"
"/usr/share/cmake-2.8/Modules/CheckCXXCompilerFlag.cmake"
"/usr/share/cmake-2.8/Modules/CheckCXXSourceCompiles.cmake"
"/usr/share/cmake-2.8/Modules/CheckFunctionExists.c"
"/usr/share/cmake-2.8/Modules/CheckFunctionExists.cmake"
"/usr/share/cmake-2.8/Modules/CheckLibraryExists.cmake"
"/usr/share/cmake-2.8/Modules/Compiler/GNU-C.cmake"
"/usr/share/cmake-2.8/Modules/Compiler/GNU-CXX.cmake"
"/usr/share/cmake-2.8/Modules/Compiler/GNU.cmake"
"/usr/share/cmake-2.8/Modules/FindBZip2.cmake"
"/usr/share/cmake-2.8/Modules/FindJPEG.cmake"
"/usr/share/cmake-2.8/Modules/FindOpenGL.cmake"
"/usr/share/cmake-2.8/Modules/FindPNG.cmake"
"/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake"
"/usr/share/cmake-2.8/Modules/FindPackageMessage.cmake"
"/usr/share/cmake-2.8/Modules/FindX11.cmake"
"/usr/share/cmake-2.8/Modules/FindZLIB.cmake"
"/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake-2.8/Modules/Platform/Linux-GNU.cmake"
"/usr/share/cmake-2.8/Modules/Platform/Linux.cmake"
"/usr/share/cmake-2.8/Modules/Platform/UnixPaths.cmake"
"/usr/share/cmake-2.8/Modules/SelectLibraryConfigurations.cmake"
"/usr/share/cmake-2.8/Templates/CPackConfig.cmake.in"
)
# The corresponding makefile is:
SET(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
SET(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/CMakeDirectoryInformation.cmake"
"src/CMakeFiles/CMakeDirectoryInformation.cmake"
"src/jthread/CMakeFiles/CMakeDirectoryInformation.cmake"
"src/script/CMakeFiles/CMakeDirectoryInformation.cmake"
"src/script/common/CMakeFiles/CMakeDirectoryInformation.cmake"
"src/script/cpp_api/CMakeFiles/CMakeDirectoryInformation.cmake"
"src/script/lua_api/CMakeFiles/CMakeDirectoryInformation.cmake"
"src/util/CMakeFiles/CMakeDirectoryInformation.cmake"
"src/json/CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
SET(CMAKE_DEPEND_INFO_FILES
"src/CMakeFiles/GenerateVersion.dir/DependInfo.cmake"
"src/CMakeFiles/minetest.dir/DependInfo.cmake"
"src/json/CMakeFiles/jsoncpp.dir/DependInfo.cmake"
)

View File

@ -0,0 +1,304 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# The main recursive all target
all:
.PHONY : all
# The main recursive preinstall target
preinstall:
.PHONY : preinstall
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/megaf/MinetestPi-Raspbian
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/megaf/MinetestPi-Raspbian/build/raspberrypi
#=============================================================================
# Directory level rules for directory src
# Convenience name for "all" pass in the directory.
src/all: src/CMakeFiles/minetest.dir/all
src/all: src/jthread/all
src/all: src/script/all
src/all: src/util/all
src/all: src/json/all
.PHONY : src/all
# Convenience name for "clean" pass in the directory.
src/clean: src/CMakeFiles/GenerateVersion.dir/clean
src/clean: src/CMakeFiles/minetest.dir/clean
src/clean: src/jthread/clean
src/clean: src/script/clean
src/clean: src/util/clean
src/clean: src/json/clean
.PHONY : src/clean
# Convenience name for "preinstall" pass in the directory.
src/preinstall: src/jthread/preinstall
src/preinstall: src/script/preinstall
src/preinstall: src/util/preinstall
src/preinstall: src/json/preinstall
.PHONY : src/preinstall
#=============================================================================
# Target rules for target src/CMakeFiles/GenerateVersion.dir
# All Build rule for target.
src/CMakeFiles/GenerateVersion.dir/all:
$(MAKE) -f src/CMakeFiles/GenerateVersion.dir/build.make src/CMakeFiles/GenerateVersion.dir/depend
$(MAKE) -f src/CMakeFiles/GenerateVersion.dir/build.make src/CMakeFiles/GenerateVersion.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles
@echo "Built target GenerateVersion"
.PHONY : src/CMakeFiles/GenerateVersion.dir/all
# Build rule for subdir invocation for target.
src/CMakeFiles/GenerateVersion.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles 0
$(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/GenerateVersion.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles 0
.PHONY : src/CMakeFiles/GenerateVersion.dir/rule
# Convenience name for target.
GenerateVersion: src/CMakeFiles/GenerateVersion.dir/rule
.PHONY : GenerateVersion
# clean rule for target.
src/CMakeFiles/GenerateVersion.dir/clean:
$(MAKE) -f src/CMakeFiles/GenerateVersion.dir/build.make src/CMakeFiles/GenerateVersion.dir/clean
.PHONY : src/CMakeFiles/GenerateVersion.dir/clean
# clean rule for target.
clean: src/CMakeFiles/GenerateVersion.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target src/CMakeFiles/minetest.dir
# All Build rule for target.
src/CMakeFiles/minetest.dir/all: src/CMakeFiles/GenerateVersion.dir/all
src/CMakeFiles/minetest.dir/all: src/json/CMakeFiles/jsoncpp.dir/all
$(MAKE) -f src/CMakeFiles/minetest.dir/build.make src/CMakeFiles/minetest.dir/depend
$(MAKE) -f src/CMakeFiles/minetest.dir/build.make src/CMakeFiles/minetest.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
@echo "Built target minetest"
.PHONY : src/CMakeFiles/minetest.dir/all
# Include target in all.
all: src/CMakeFiles/minetest.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
src/CMakeFiles/minetest.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles 100
$(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/minetest.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles 0
.PHONY : src/CMakeFiles/minetest.dir/rule
# Convenience name for target.
minetest: src/CMakeFiles/minetest.dir/rule
.PHONY : minetest
# clean rule for target.
src/CMakeFiles/minetest.dir/clean:
$(MAKE) -f src/CMakeFiles/minetest.dir/build.make src/CMakeFiles/minetest.dir/clean
.PHONY : src/CMakeFiles/minetest.dir/clean
# clean rule for target.
clean: src/CMakeFiles/minetest.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory src/jthread
# Convenience name for "all" pass in the directory.
src/jthread/all:
.PHONY : src/jthread/all
# Convenience name for "clean" pass in the directory.
src/jthread/clean:
.PHONY : src/jthread/clean
# Convenience name for "preinstall" pass in the directory.
src/jthread/preinstall:
.PHONY : src/jthread/preinstall
#=============================================================================
# Directory level rules for directory src/script
# Convenience name for "all" pass in the directory.
src/script/all: src/script/common/all
src/script/all: src/script/cpp_api/all
src/script/all: src/script/lua_api/all
.PHONY : src/script/all
# Convenience name for "clean" pass in the directory.
src/script/clean: src/script/common/clean
src/script/clean: src/script/cpp_api/clean
src/script/clean: src/script/lua_api/clean
.PHONY : src/script/clean
# Convenience name for "preinstall" pass in the directory.
src/script/preinstall: src/script/common/preinstall
src/script/preinstall: src/script/cpp_api/preinstall
src/script/preinstall: src/script/lua_api/preinstall
.PHONY : src/script/preinstall
#=============================================================================
# Directory level rules for directory src/script/common
# Convenience name for "all" pass in the directory.
src/script/common/all:
.PHONY : src/script/common/all
# Convenience name for "clean" pass in the directory.
src/script/common/clean:
.PHONY : src/script/common/clean
# Convenience name for "preinstall" pass in the directory.
src/script/common/preinstall:
.PHONY : src/script/common/preinstall
#=============================================================================
# Directory level rules for directory src/script/cpp_api
# Convenience name for "all" pass in the directory.
src/script/cpp_api/all:
.PHONY : src/script/cpp_api/all
# Convenience name for "clean" pass in the directory.
src/script/cpp_api/clean:
.PHONY : src/script/cpp_api/clean
# Convenience name for "preinstall" pass in the directory.
src/script/cpp_api/preinstall:
.PHONY : src/script/cpp_api/preinstall
#=============================================================================
# Directory level rules for directory src/script/lua_api
# Convenience name for "all" pass in the directory.
src/script/lua_api/all:
.PHONY : src/script/lua_api/all
# Convenience name for "clean" pass in the directory.
src/script/lua_api/clean:
.PHONY : src/script/lua_api/clean
# Convenience name for "preinstall" pass in the directory.
src/script/lua_api/preinstall:
.PHONY : src/script/lua_api/preinstall
#=============================================================================
# Directory level rules for directory src/util
# Convenience name for "all" pass in the directory.
src/util/all:
.PHONY : src/util/all
# Convenience name for "clean" pass in the directory.
src/util/clean:
.PHONY : src/util/clean
# Convenience name for "preinstall" pass in the directory.
src/util/preinstall:
.PHONY : src/util/preinstall
#=============================================================================
# Directory level rules for directory src/json
# Convenience name for "all" pass in the directory.
src/json/all: src/json/CMakeFiles/jsoncpp.dir/all
.PHONY : src/json/all
# Convenience name for "clean" pass in the directory.
src/json/clean: src/json/CMakeFiles/jsoncpp.dir/clean
.PHONY : src/json/clean
# Convenience name for "preinstall" pass in the directory.
src/json/preinstall:
.PHONY : src/json/preinstall
#=============================================================================
# Target rules for target src/json/CMakeFiles/jsoncpp.dir
# All Build rule for target.
src/json/CMakeFiles/jsoncpp.dir/all:
$(MAKE) -f src/json/CMakeFiles/jsoncpp.dir/build.make src/json/CMakeFiles/jsoncpp.dir/depend
$(MAKE) -f src/json/CMakeFiles/jsoncpp.dir/build.make src/json/CMakeFiles/jsoncpp.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles
@echo "Built target jsoncpp"
.PHONY : src/json/CMakeFiles/jsoncpp.dir/all
# Include target in all.
all: src/json/CMakeFiles/jsoncpp.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
src/json/CMakeFiles/jsoncpp.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles 0
$(MAKE) -f CMakeFiles/Makefile2 src/json/CMakeFiles/jsoncpp.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles 0
.PHONY : src/json/CMakeFiles/jsoncpp.dir/rule
# Convenience name for target.
jsoncpp: src/json/CMakeFiles/jsoncpp.dir/rule
.PHONY : jsoncpp
# clean rule for target.
src/json/CMakeFiles/jsoncpp.dir/clean:
$(MAKE) -f src/json/CMakeFiles/jsoncpp.dir/build.make src/json/CMakeFiles/jsoncpp.dir/clean
.PHONY : src/json/CMakeFiles/jsoncpp.dir/clean
# clean rule for target.
clean: src/json/CMakeFiles/jsoncpp.dir/clean
.PHONY : clean
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -0,0 +1,3 @@
/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/GenerateVersion.dir
/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/json/CMakeFiles/jsoncpp.dir
/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir

View File

@ -0,0 +1 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file

View File

@ -0,0 +1 @@
100

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Relative path conversion top directories.
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/megaf/MinetestPi-Raspbian")
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/megaf/MinetestPi-Raspbian/build/raspberrypi")
# Force unix paths in dependencies.
SET(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1,28 @@
# The set of languages for which implicit dependencies are needed:
SET(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Preprocessor definitions for this target.
SET(CMAKE_TARGET_DEFINITIONS
"USE_CMAKE_CONFIG_H"
)
# Targets to which this target links.
SET(CMAKE_TARGET_LINKED_INFO_FILES
)
# The include file search paths:
SET(CMAKE_C_TARGET_INCLUDE_PATH
"src"
"../../src"
"/home/megaf/irrlicht/include"
"../../src/Release"
"/usr/local/include/luajit-2.0"
"../../src/json"
"../../src/script"
"/usr/include/curl"
)
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})

View File

@ -0,0 +1,66 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/megaf/MinetestPi-Raspbian
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/megaf/MinetestPi-Raspbian/build/raspberrypi
# Utility rule file for GenerateVersion.
# Include the progress variables for this target.
include src/CMakeFiles/GenerateVersion.dir/progress.make
src/CMakeFiles/GenerateVersion:
cd /home/megaf/MinetestPi-Raspbian/src && /usr/bin/cmake -D GENERATE_VERSION_SOURCE_DIR=/home/megaf/MinetestPi-Raspbian/src -D GENERATE_VERSION_BINARY_DIR=/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src -D VERSION_STRING=0.4.10-MinetestPi -D VERSION_EXTRA=MinetestPi -P /home/megaf/MinetestPi-Raspbian/cmake/Modules/GenerateVersion.cmake
GenerateVersion: src/CMakeFiles/GenerateVersion
GenerateVersion: src/CMakeFiles/GenerateVersion.dir/build.make
.PHONY : GenerateVersion
# Rule to build all files generated by this target.
src/CMakeFiles/GenerateVersion.dir/build: GenerateVersion
.PHONY : src/CMakeFiles/GenerateVersion.dir/build
src/CMakeFiles/GenerateVersion.dir/clean:
cd /home/megaf/MinetestPi-Raspbian/build/raspberrypi/src && $(CMAKE_COMMAND) -P CMakeFiles/GenerateVersion.dir/cmake_clean.cmake
.PHONY : src/CMakeFiles/GenerateVersion.dir/clean
src/CMakeFiles/GenerateVersion.dir/depend:
cd /home/megaf/MinetestPi-Raspbian/build/raspberrypi && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/megaf/MinetestPi-Raspbian /home/megaf/MinetestPi-Raspbian/src /home/megaf/MinetestPi-Raspbian/build/raspberrypi /home/megaf/MinetestPi-Raspbian/build/raspberrypi/src /home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/GenerateVersion.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : src/CMakeFiles/GenerateVersion.dir/depend

View File

@ -0,0 +1,8 @@
FILE(REMOVE_RECURSE
"CMakeFiles/GenerateVersion"
)
# Per-language clean rules from dependency scanning.
FOREACH(lang)
INCLUDE(CMakeFiles/GenerateVersion.dir/cmake_clean_${lang}.cmake OPTIONAL)
ENDFOREACH(lang)

View File

@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8

View File

@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8

View File

@ -0,0 +1,8 @@
#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:

View File

@ -0,0 +1,177 @@
# The set of languages for which implicit dependencies are needed:
SET(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
SET(CMAKE_DEPENDS_CHECK_CXX
"/home/megaf/MinetestPi-Raspbian/src/ban.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/ban.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/base64.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/base64.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/biome.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/biome.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/camera.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/camera.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/cavegen.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/cavegen.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/chat.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/chat.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/client.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/client.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/clientiface.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/clientiface.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/clientmap.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/clientmap.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/clientmedia.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/clientmedia.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/clientobject.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/clientobject.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/clouds.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/clouds.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/collision.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/collision.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/connection.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/connection.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/content_abm.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/content_abm.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/content_cao.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/content_cao.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/content_cso.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/content_cso.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/content_mapblock.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/content_mapblock.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/content_mapnode.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/content_mapnode.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/content_nodemeta.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/content_nodemeta.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/content_sao.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/content_sao.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/convert_json.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/convert_json.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/craftdef.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/craftdef.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/database-dummy.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/database-dummy.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/database-leveldb.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/database-leveldb.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/database-redis.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/database-redis.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/database-sqlite3.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/database-sqlite3.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/database.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/database.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/debug.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/debug.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/defaultsettings.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/defaultsettings.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/drawscene.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/drawscene.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/dungeongen.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/dungeongen.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/emerge.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/emerge.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/environment.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/environment.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/filecache.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/filecache.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/filesys.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/filesys.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/game.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/game.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/genericobject.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/genericobject.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/gettext.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/gettext.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/guiChatConsole.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/guiChatConsole.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/guiEngine.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/guiEngine.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/guiFileSelectMenu.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/guiFileSelectMenu.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/guiFormSpecMenu.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/guiFormSpecMenu.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/guiKeyChangeMenu.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/guiKeyChangeMenu.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/guiPasswordChange.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/guiPasswordChange.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/guiTable.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/guiTable.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/guiVolumeChange.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/guiVolumeChange.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/httpfetch.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/httpfetch.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/hud.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/hud.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/inventory.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/inventory.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/inventorymanager.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/inventorymanager.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/itemdef.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/itemdef.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/jthread/pthread/jevent.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/jthread/pthread/jevent.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/jthread/pthread/jmutex.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/jthread/pthread/jmutex.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/jthread/pthread/jsemaphore.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/jthread/pthread/jsemaphore.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/jthread/pthread/jthread.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/jthread/pthread/jthread.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/keycode.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/keycode.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/light.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/light.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/localplayer.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/localplayer.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/log.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/log.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/main.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/main.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/map.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/map.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/mapblock.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/mapblock.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/mapblock_mesh.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/mapblock_mesh.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/mapgen.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/mapgen.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/mapgen_singlenode.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/mapgen_singlenode.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/mapgen_v6.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/mapgen_v6.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/mapgen_v7.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/mapgen_v7.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/mapnode.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/mapnode.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/mapsector.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/mapsector.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/mesh.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/mesh.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/mods.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/mods.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/nameidmapping.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/nameidmapping.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/nodedef.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/nodedef.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/nodemetadata.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/nodemetadata.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/nodetimer.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/nodetimer.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/noise.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/noise.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/object_properties.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/object_properties.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/particles.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/particles.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/pathfinder.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/pathfinder.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/player.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/player.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/porting.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/porting.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/quicktune.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/quicktune.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/rollback.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/rollback.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/rollback_interface.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/rollback_interface.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/common/c_content.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/common/c_content.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/common/c_converter.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/common/c_converter.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/common/c_internal.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/common/c_internal.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/common/c_types.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/common/c_types.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/cpp_api/s_async.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/cpp_api/s_async.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/cpp_api/s_base.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/cpp_api/s_base.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/cpp_api/s_entity.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/cpp_api/s_entity.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/cpp_api/s_env.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/cpp_api/s_env.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/cpp_api/s_inventory.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/cpp_api/s_inventory.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/cpp_api/s_item.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/cpp_api/s_item.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/cpp_api/s_mainmenu.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/cpp_api/s_mainmenu.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/cpp_api/s_node.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/cpp_api/s_node.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/cpp_api/s_nodemeta.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/cpp_api/s_nodemeta.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/cpp_api/s_player.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/cpp_api/s_player.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/cpp_api/s_server.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/cpp_api/s_server.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_base.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_base.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_craft.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_craft.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_env.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_env.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_inventory.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_inventory.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_item.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_item.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_mainmenu.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_mainmenu.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_mapgen.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_mapgen.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_nodemeta.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_nodemeta.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_nodetimer.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_nodetimer.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_noise.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_noise.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_object.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_object.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_particles.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_particles.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_rollback.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_rollback.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_server.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_server.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_settings.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_settings.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_util.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_util.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/lua_api/l_vmanip.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/lua_api/l_vmanip.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/scripting_game.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/scripting_game.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/script/scripting_mainmenu.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/script/scripting_mainmenu.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/serialization.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/serialization.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/server.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/server.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/serverlist.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/serverlist.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/serverobject.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/serverobject.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/settings.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/settings.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/sha1.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/sha1.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/shader.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/shader.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/sky.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/sky.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/socket.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/socket.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/sound.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/sound.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/staticobject.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/staticobject.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/subgame.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/subgame.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/test.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/test.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/tile.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/tile.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/tool.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/tool.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/treegen.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/treegen.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/util/directiontables.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/util/directiontables.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/util/numeric.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/util/numeric.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/util/pointedthing.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/util/pointedthing.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/util/serialize.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/util/serialize.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/util/string.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/util/string.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/util/timetaker.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/util/timetaker.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/version.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/version.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/voxel.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/voxel.cpp.o"
"/home/megaf/MinetestPi-Raspbian/src/voxelalgorithms.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/CMakeFiles/minetest.dir/voxelalgorithms.cpp.o"
)
SET(CMAKE_CXX_COMPILER_ID "GNU")
# Preprocessor definitions for this target.
SET(CMAKE_TARGET_DEFINITIONS
"USE_CMAKE_CONFIG_H"
)
# Targets to which this target links.
SET(CMAKE_TARGET_LINKED_INFO_FILES
"/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/json/CMakeFiles/jsoncpp.dir/DependInfo.cmake"
)
# The include file search paths:
SET(CMAKE_C_TARGET_INCLUDE_PATH
"src"
"../../src"
"/home/megaf/irrlicht/include"
"../../src/Release"
"/usr/local/include/luajit-2.0"
"../../src/json"
"../../src/script"
"/usr/include/curl"
)
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,153 @@
FILE(REMOVE_RECURSE
"CMakeFiles/minetest.dir/jthread/pthread/jevent.cpp.o"
"CMakeFiles/minetest.dir/jthread/pthread/jmutex.cpp.o"
"CMakeFiles/minetest.dir/jthread/pthread/jsemaphore.cpp.o"
"CMakeFiles/minetest.dir/jthread/pthread/jthread.cpp.o"
"CMakeFiles/minetest.dir/script/common/c_content.cpp.o"
"CMakeFiles/minetest.dir/script/common/c_converter.cpp.o"
"CMakeFiles/minetest.dir/script/common/c_internal.cpp.o"
"CMakeFiles/minetest.dir/script/common/c_types.cpp.o"
"CMakeFiles/minetest.dir/script/cpp_api/s_async.cpp.o"
"CMakeFiles/minetest.dir/script/cpp_api/s_base.cpp.o"
"CMakeFiles/minetest.dir/script/cpp_api/s_entity.cpp.o"
"CMakeFiles/minetest.dir/script/cpp_api/s_env.cpp.o"
"CMakeFiles/minetest.dir/script/cpp_api/s_inventory.cpp.o"
"CMakeFiles/minetest.dir/script/cpp_api/s_item.cpp.o"
"CMakeFiles/minetest.dir/script/cpp_api/s_mainmenu.cpp.o"
"CMakeFiles/minetest.dir/script/cpp_api/s_node.cpp.o"
"CMakeFiles/minetest.dir/script/cpp_api/s_nodemeta.cpp.o"
"CMakeFiles/minetest.dir/script/cpp_api/s_player.cpp.o"
"CMakeFiles/minetest.dir/script/cpp_api/s_server.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_base.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_craft.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_env.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_inventory.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_item.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_mainmenu.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_mapgen.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_nodemeta.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_nodetimer.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_noise.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_object.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_particles.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_rollback.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_server.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_settings.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_util.cpp.o"
"CMakeFiles/minetest.dir/script/lua_api/l_vmanip.cpp.o"
"CMakeFiles/minetest.dir/script/scripting_game.cpp.o"
"CMakeFiles/minetest.dir/script/scripting_mainmenu.cpp.o"
"CMakeFiles/minetest.dir/util/directiontables.cpp.o"
"CMakeFiles/minetest.dir/util/numeric.cpp.o"
"CMakeFiles/minetest.dir/util/pointedthing.cpp.o"
"CMakeFiles/minetest.dir/util/serialize.cpp.o"
"CMakeFiles/minetest.dir/util/string.cpp.o"
"CMakeFiles/minetest.dir/util/timetaker.cpp.o"
"CMakeFiles/minetest.dir/ban.cpp.o"
"CMakeFiles/minetest.dir/base64.cpp.o"
"CMakeFiles/minetest.dir/biome.cpp.o"
"CMakeFiles/minetest.dir/camera.cpp.o"
"CMakeFiles/minetest.dir/cavegen.cpp.o"
"CMakeFiles/minetest.dir/chat.cpp.o"
"CMakeFiles/minetest.dir/client.cpp.o"
"CMakeFiles/minetest.dir/clientiface.cpp.o"
"CMakeFiles/minetest.dir/clientmap.cpp.o"
"CMakeFiles/minetest.dir/clientmedia.cpp.o"
"CMakeFiles/minetest.dir/clientobject.cpp.o"
"CMakeFiles/minetest.dir/clouds.cpp.o"
"CMakeFiles/minetest.dir/collision.cpp.o"
"CMakeFiles/minetest.dir/connection.cpp.o"
"CMakeFiles/minetest.dir/content_abm.cpp.o"
"CMakeFiles/minetest.dir/content_cao.cpp.o"
"CMakeFiles/minetest.dir/content_cso.cpp.o"
"CMakeFiles/minetest.dir/content_mapblock.cpp.o"
"CMakeFiles/minetest.dir/content_mapnode.cpp.o"
"CMakeFiles/minetest.dir/content_nodemeta.cpp.o"
"CMakeFiles/minetest.dir/content_sao.cpp.o"
"CMakeFiles/minetest.dir/convert_json.cpp.o"
"CMakeFiles/minetest.dir/craftdef.cpp.o"
"CMakeFiles/minetest.dir/database-dummy.cpp.o"
"CMakeFiles/minetest.dir/database-leveldb.cpp.o"
"CMakeFiles/minetest.dir/database-redis.cpp.o"
"CMakeFiles/minetest.dir/database-sqlite3.cpp.o"
"CMakeFiles/minetest.dir/database.cpp.o"
"CMakeFiles/minetest.dir/debug.cpp.o"
"CMakeFiles/minetest.dir/defaultsettings.cpp.o"
"CMakeFiles/minetest.dir/drawscene.cpp.o"
"CMakeFiles/minetest.dir/dungeongen.cpp.o"
"CMakeFiles/minetest.dir/emerge.cpp.o"
"CMakeFiles/minetest.dir/environment.cpp.o"
"CMakeFiles/minetest.dir/filecache.cpp.o"
"CMakeFiles/minetest.dir/filesys.cpp.o"
"CMakeFiles/minetest.dir/game.cpp.o"
"CMakeFiles/minetest.dir/genericobject.cpp.o"
"CMakeFiles/minetest.dir/gettext.cpp.o"
"CMakeFiles/minetest.dir/guiChatConsole.cpp.o"
"CMakeFiles/minetest.dir/guiEngine.cpp.o"
"CMakeFiles/minetest.dir/guiFileSelectMenu.cpp.o"
"CMakeFiles/minetest.dir/guiFormSpecMenu.cpp.o"
"CMakeFiles/minetest.dir/guiKeyChangeMenu.cpp.o"
"CMakeFiles/minetest.dir/guiPasswordChange.cpp.o"
"CMakeFiles/minetest.dir/guiTable.cpp.o"
"CMakeFiles/minetest.dir/guiVolumeChange.cpp.o"
"CMakeFiles/minetest.dir/httpfetch.cpp.o"
"CMakeFiles/minetest.dir/hud.cpp.o"
"CMakeFiles/minetest.dir/inventory.cpp.o"
"CMakeFiles/minetest.dir/inventorymanager.cpp.o"
"CMakeFiles/minetest.dir/itemdef.cpp.o"
"CMakeFiles/minetest.dir/keycode.cpp.o"
"CMakeFiles/minetest.dir/light.cpp.o"
"CMakeFiles/minetest.dir/localplayer.cpp.o"
"CMakeFiles/minetest.dir/log.cpp.o"
"CMakeFiles/minetest.dir/main.cpp.o"
"CMakeFiles/minetest.dir/map.cpp.o"
"CMakeFiles/minetest.dir/mapblock.cpp.o"
"CMakeFiles/minetest.dir/mapblock_mesh.cpp.o"
"CMakeFiles/minetest.dir/mapgen.cpp.o"
"CMakeFiles/minetest.dir/mapgen_singlenode.cpp.o"
"CMakeFiles/minetest.dir/mapgen_v6.cpp.o"
"CMakeFiles/minetest.dir/mapgen_v7.cpp.o"
"CMakeFiles/minetest.dir/mapnode.cpp.o"
"CMakeFiles/minetest.dir/mapsector.cpp.o"
"CMakeFiles/minetest.dir/mesh.cpp.o"
"CMakeFiles/minetest.dir/mods.cpp.o"
"CMakeFiles/minetest.dir/nameidmapping.cpp.o"
"CMakeFiles/minetest.dir/nodedef.cpp.o"
"CMakeFiles/minetest.dir/nodemetadata.cpp.o"
"CMakeFiles/minetest.dir/nodetimer.cpp.o"
"CMakeFiles/minetest.dir/noise.cpp.o"
"CMakeFiles/minetest.dir/object_properties.cpp.o"
"CMakeFiles/minetest.dir/particles.cpp.o"
"CMakeFiles/minetest.dir/pathfinder.cpp.o"
"CMakeFiles/minetest.dir/player.cpp.o"
"CMakeFiles/minetest.dir/porting.cpp.o"
"CMakeFiles/minetest.dir/quicktune.cpp.o"
"CMakeFiles/minetest.dir/rollback.cpp.o"
"CMakeFiles/minetest.dir/rollback_interface.cpp.o"
"CMakeFiles/minetest.dir/serialization.cpp.o"
"CMakeFiles/minetest.dir/server.cpp.o"
"CMakeFiles/minetest.dir/serverlist.cpp.o"
"CMakeFiles/minetest.dir/serverobject.cpp.o"
"CMakeFiles/minetest.dir/settings.cpp.o"
"CMakeFiles/minetest.dir/sha1.cpp.o"
"CMakeFiles/minetest.dir/shader.cpp.o"
"CMakeFiles/minetest.dir/sky.cpp.o"
"CMakeFiles/minetest.dir/socket.cpp.o"
"CMakeFiles/minetest.dir/sound.cpp.o"
"CMakeFiles/minetest.dir/staticobject.cpp.o"
"CMakeFiles/minetest.dir/subgame.cpp.o"
"CMakeFiles/minetest.dir/test.cpp.o"
"CMakeFiles/minetest.dir/tile.cpp.o"
"CMakeFiles/minetest.dir/tool.cpp.o"
"CMakeFiles/minetest.dir/treegen.cpp.o"
"CMakeFiles/minetest.dir/version.cpp.o"
"CMakeFiles/minetest.dir/voxel.cpp.o"
"CMakeFiles/minetest.dir/voxelalgorithms.cpp.o"
"../../../bin/minetest.pdb"
"../../../bin/minetest"
)
# Per-language clean rules from dependency scanning.
FOREACH(lang CXX)
INCLUDE(CMakeFiles/minetest.dir/cmake_clean_${lang}.cmake OPTIONAL)
ENDFOREACH(lang)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# compile CXX with /usr/bin/c++
CXX_FLAGS = -DNDEBUG -Wall -Wno-unused-but-set-variable -ffast-math -Wall -pipe -funroll-loops -O3 -fomit-frame-pointer -I/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src -I/home/megaf/MinetestPi-Raspbian/src -I/home/megaf/irrlicht/include -I/home/megaf/MinetestPi-Raspbian/src/Release -I/usr/local/include/luajit-2.0 -I/home/megaf/MinetestPi-Raspbian/src/json -I/home/megaf/MinetestPi-Raspbian/src/script -I/usr/include/curl
CXX_DEFINES = -DUSE_CMAKE_CONFIG_H

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,145 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 =
CMAKE_PROGRESS_4 = 3
CMAKE_PROGRESS_5 = 4
CMAKE_PROGRESS_6 =
CMAKE_PROGRESS_7 = 5
CMAKE_PROGRESS_8 = 6
CMAKE_PROGRESS_9 =
CMAKE_PROGRESS_10 = 7
CMAKE_PROGRESS_11 = 8
CMAKE_PROGRESS_12 =
CMAKE_PROGRESS_13 = 9
CMAKE_PROGRESS_14 = 10
CMAKE_PROGRESS_15 = 11
CMAKE_PROGRESS_16 =
CMAKE_PROGRESS_17 = 12
CMAKE_PROGRESS_18 = 13
CMAKE_PROGRESS_19 =
CMAKE_PROGRESS_20 = 14
CMAKE_PROGRESS_21 = 15
CMAKE_PROGRESS_22 =
CMAKE_PROGRESS_23 = 16
CMAKE_PROGRESS_24 = 17
CMAKE_PROGRESS_25 =
CMAKE_PROGRESS_26 = 18
CMAKE_PROGRESS_27 = 19
CMAKE_PROGRESS_28 = 20
CMAKE_PROGRESS_29 =
CMAKE_PROGRESS_30 = 21
CMAKE_PROGRESS_31 = 22
CMAKE_PROGRESS_32 =
CMAKE_PROGRESS_33 = 23
CMAKE_PROGRESS_34 = 24
CMAKE_PROGRESS_35 =
CMAKE_PROGRESS_36 = 25
CMAKE_PROGRESS_37 = 26
CMAKE_PROGRESS_38 =
CMAKE_PROGRESS_39 = 27
CMAKE_PROGRESS_40 = 28
CMAKE_PROGRESS_41 =
CMAKE_PROGRESS_42 = 29
CMAKE_PROGRESS_43 = 30
CMAKE_PROGRESS_44 = 31
CMAKE_PROGRESS_45 =
CMAKE_PROGRESS_46 = 32
CMAKE_PROGRESS_47 = 33
CMAKE_PROGRESS_48 =
CMAKE_PROGRESS_49 = 34
CMAKE_PROGRESS_50 = 35
CMAKE_PROGRESS_51 =
CMAKE_PROGRESS_52 = 36
CMAKE_PROGRESS_53 = 37
CMAKE_PROGRESS_54 =
CMAKE_PROGRESS_55 = 38
CMAKE_PROGRESS_56 = 39
CMAKE_PROGRESS_57 = 40
CMAKE_PROGRESS_58 =
CMAKE_PROGRESS_59 = 41
CMAKE_PROGRESS_60 = 42
CMAKE_PROGRESS_61 =
CMAKE_PROGRESS_62 = 43
CMAKE_PROGRESS_63 = 44
CMAKE_PROGRESS_64 =
CMAKE_PROGRESS_65 = 45
CMAKE_PROGRESS_66 = 46
CMAKE_PROGRESS_67 =
CMAKE_PROGRESS_68 = 47
CMAKE_PROGRESS_69 = 48
CMAKE_PROGRESS_70 =
CMAKE_PROGRESS_71 = 49
CMAKE_PROGRESS_72 = 50
CMAKE_PROGRESS_73 = 51
CMAKE_PROGRESS_74 =
CMAKE_PROGRESS_75 = 52
CMAKE_PROGRESS_76 = 53
CMAKE_PROGRESS_77 =
CMAKE_PROGRESS_78 = 54
CMAKE_PROGRESS_79 = 55
CMAKE_PROGRESS_80 =
CMAKE_PROGRESS_81 = 56
CMAKE_PROGRESS_82 = 57
CMAKE_PROGRESS_83 =
CMAKE_PROGRESS_84 = 58
CMAKE_PROGRESS_85 = 59
CMAKE_PROGRESS_86 = 60
CMAKE_PROGRESS_87 =
CMAKE_PROGRESS_88 = 61
CMAKE_PROGRESS_89 = 62
CMAKE_PROGRESS_90 =
CMAKE_PROGRESS_91 = 63
CMAKE_PROGRESS_92 = 64
CMAKE_PROGRESS_93 =
CMAKE_PROGRESS_94 = 65
CMAKE_PROGRESS_95 = 66
CMAKE_PROGRESS_96 =
CMAKE_PROGRESS_97 = 67
CMAKE_PROGRESS_98 = 68
CMAKE_PROGRESS_99 =
CMAKE_PROGRESS_100 = 69
CMAKE_PROGRESS_101 = 70
CMAKE_PROGRESS_102 = 71
CMAKE_PROGRESS_103 =
CMAKE_PROGRESS_104 = 72
CMAKE_PROGRESS_105 = 73
CMAKE_PROGRESS_106 =
CMAKE_PROGRESS_107 = 74
CMAKE_PROGRESS_108 = 75
CMAKE_PROGRESS_109 =
CMAKE_PROGRESS_110 = 76
CMAKE_PROGRESS_111 = 77
CMAKE_PROGRESS_112 =
CMAKE_PROGRESS_113 = 78
CMAKE_PROGRESS_114 = 79
CMAKE_PROGRESS_115 = 80
CMAKE_PROGRESS_116 =
CMAKE_PROGRESS_117 = 81
CMAKE_PROGRESS_118 = 82
CMAKE_PROGRESS_119 =
CMAKE_PROGRESS_120 = 83
CMAKE_PROGRESS_121 = 84
CMAKE_PROGRESS_122 =
CMAKE_PROGRESS_123 = 85
CMAKE_PROGRESS_124 = 86
CMAKE_PROGRESS_125 =
CMAKE_PROGRESS_126 = 87
CMAKE_PROGRESS_127 = 88
CMAKE_PROGRESS_128 =
CMAKE_PROGRESS_129 = 89
CMAKE_PROGRESS_130 = 90
CMAKE_PROGRESS_131 = 91
CMAKE_PROGRESS_132 =
CMAKE_PROGRESS_133 = 92
CMAKE_PROGRESS_134 = 93
CMAKE_PROGRESS_135 =
CMAKE_PROGRESS_136 = 94
CMAKE_PROGRESS_137 = 95
CMAKE_PROGRESS_138 =
CMAKE_PROGRESS_139 = 96
CMAKE_PROGRESS_140 = 97
CMAKE_PROGRESS_141 =
CMAKE_PROGRESS_142 = 98
CMAKE_PROGRESS_143 = 99
CMAKE_PROGRESS_144 = 100

View File

@ -0,0 +1 @@
100

View File

@ -0,0 +1,32 @@
// Filled in by the build system
#ifndef CMAKE_CONFIG_H
#define CMAKE_CONFIG_H
#define CMAKE_PROJECT_NAME "minetest"
#define CMAKE_VERSION_STRING "0.4.10-MinetestPi"
#define CMAKE_PRODUCT_VERSION_STRING "0.4"
#define CMAKE_RUN_IN_PLACE 1
#define CMAKE_USE_GETTEXT 0
#define CMAKE_USE_CURL 1
#define CMAKE_USE_SOUND 0
#define CMAKE_USE_FREETYPE 0
#define CMAKE_STATIC_SHAREDIR "."
#define CMAKE_USE_LEVELDB 0
#define CMAKE_USE_LUAJIT 1
#define CMAKE_USE_REDIS 0
#define CMAKE_VERSION_MAJOR 0
#define CMAKE_VERSION_MINOR 4
#define CMAKE_VERSION_PATCH 10-MinetestPi
#define CMAKE_VERSION_PATCH_ORIG 10
#define CMAKE_VERSION_EXTRA_STRING "MinetestPi"
#ifdef NDEBUG
#define CMAKE_BUILD_TYPE "Release"
#else
#define CMAKE_BUILD_TYPE "Debug"
#endif
#define CMAKE_BUILD_INFO "BUILD_TYPE=" CMAKE_BUILD_TYPE " RUN_IN_PLACE=1 USE_GETTEXT=0 USE_SOUND=0 USE_CURL=1 USE_FREETYPE=0 USE_LUAJIT=1 STATIC_SHAREDIR=."
#endif

View File

@ -0,0 +1,10 @@
// Filled in by the build system
// Separated from cmake_config.h to avoid excessive rebuilds on every commit
#ifndef CMAKE_CONFIG_GITHASH_H
#define CMAKE_CONFIG_GITHASH_H
#define CMAKE_VERSION_GITHASH "0.4.10-MinetestPi"
#endif

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Relative path conversion top directories.
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/megaf/MinetestPi-Raspbian")
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/megaf/MinetestPi-Raspbian/build/raspberrypi")
# Force unix paths in dependencies.
SET(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1,8 @@
#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:

View File

@ -0,0 +1,33 @@
# The set of languages for which implicit dependencies are needed:
SET(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
SET(CMAKE_DEPENDS_CHECK_CXX
"/home/megaf/MinetestPi-Raspbian/src/json/jsoncpp.cpp" "/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o"
)
SET(CMAKE_CXX_COMPILER_ID "GNU")
# Preprocessor definitions for this target.
SET(CMAKE_TARGET_DEFINITIONS
"USE_CMAKE_CONFIG_H"
)
# Targets to which this target links.
SET(CMAKE_TARGET_LINKED_INFO_FILES
)
# The include file search paths:
SET(CMAKE_C_TARGET_INCLUDE_PATH
"src"
"../../src"
"/home/megaf/irrlicht/include"
"../../src/Release"
"/usr/local/include/luajit-2.0"
"../../src/json"
"../../src/script"
"/usr/include/curl"
)
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})

View File

@ -0,0 +1,103 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/megaf/MinetestPi-Raspbian
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/megaf/MinetestPi-Raspbian/build/raspberrypi
# Include any dependencies generated for this target.
include src/json/CMakeFiles/jsoncpp.dir/depend.make
# Include the progress variables for this target.
include src/json/CMakeFiles/jsoncpp.dir/progress.make
# Include the compile flags for this target's objects.
include src/json/CMakeFiles/jsoncpp.dir/flags.make
src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o: src/json/CMakeFiles/jsoncpp.dir/flags.make
src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o: ../../src/json/jsoncpp.cpp
$(CMAKE_COMMAND) -E cmake_progress_report /home/megaf/MinetestPi-Raspbian/build/raspberrypi/CMakeFiles $(CMAKE_PROGRESS_1)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o"
cd /home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/json && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o -c /home/megaf/MinetestPi-Raspbian/src/json/jsoncpp.cpp
src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jsoncpp.dir/jsoncpp.cpp.i"
cd /home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/json && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/megaf/MinetestPi-Raspbian/src/json/jsoncpp.cpp > CMakeFiles/jsoncpp.dir/jsoncpp.cpp.i
src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jsoncpp.dir/jsoncpp.cpp.s"
cd /home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/json && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/megaf/MinetestPi-Raspbian/src/json/jsoncpp.cpp -o CMakeFiles/jsoncpp.dir/jsoncpp.cpp.s
src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o.requires:
.PHONY : src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o.requires
src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o.provides: src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o.requires
$(MAKE) -f src/json/CMakeFiles/jsoncpp.dir/build.make src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o.provides.build
.PHONY : src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o.provides
src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o.provides.build: src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o
# Object files for target jsoncpp
jsoncpp_OBJECTS = \
"CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o"
# External object files for target jsoncpp
jsoncpp_EXTERNAL_OBJECTS =
src/json/libjsoncpp.a: src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o
src/json/libjsoncpp.a: src/json/CMakeFiles/jsoncpp.dir/build.make
src/json/libjsoncpp.a: src/json/CMakeFiles/jsoncpp.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX static library libjsoncpp.a"
cd /home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/json && $(CMAKE_COMMAND) -P CMakeFiles/jsoncpp.dir/cmake_clean_target.cmake
cd /home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/json && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/jsoncpp.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
src/json/CMakeFiles/jsoncpp.dir/build: src/json/libjsoncpp.a
.PHONY : src/json/CMakeFiles/jsoncpp.dir/build
src/json/CMakeFiles/jsoncpp.dir/requires: src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o.requires
.PHONY : src/json/CMakeFiles/jsoncpp.dir/requires
src/json/CMakeFiles/jsoncpp.dir/clean:
cd /home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/json && $(CMAKE_COMMAND) -P CMakeFiles/jsoncpp.dir/cmake_clean.cmake
.PHONY : src/json/CMakeFiles/jsoncpp.dir/clean
src/json/CMakeFiles/jsoncpp.dir/depend:
cd /home/megaf/MinetestPi-Raspbian/build/raspberrypi && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/megaf/MinetestPi-Raspbian /home/megaf/MinetestPi-Raspbian/src/json /home/megaf/MinetestPi-Raspbian/build/raspberrypi /home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/json /home/megaf/MinetestPi-Raspbian/build/raspberrypi/src/json/CMakeFiles/jsoncpp.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : src/json/CMakeFiles/jsoncpp.dir/depend

View File

@ -0,0 +1,10 @@
FILE(REMOVE_RECURSE
"CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o"
"libjsoncpp.pdb"
"libjsoncpp.a"
)
# Per-language clean rules from dependency scanning.
FOREACH(lang CXX)
INCLUDE(CMakeFiles/jsoncpp.dir/cmake_clean_${lang}.cmake OPTIONAL)
ENDFOREACH(lang)

View File

@ -0,0 +1,3 @@
FILE(REMOVE_RECURSE
"libjsoncpp.a"
)

View File

@ -0,0 +1,8 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o
../../src/config.h
/home/megaf/MinetestPi-Raspbian/src/json/json.h
/home/megaf/MinetestPi-Raspbian/src/json/jsoncpp.cpp
src/cmake_config.h

View File

@ -0,0 +1,8 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o: ../../src/config.h
src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o: ../../src/json/json.h
src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o: ../../src/json/jsoncpp.cpp
src/json/CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o: src/cmake_config.h

View File

@ -0,0 +1,8 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# compile CXX with /usr/bin/c++
CXX_FLAGS = -DNDEBUG -Wall -Wno-unused-but-set-variable -ffast-math -Wall -pipe -funroll-loops -O3 -fomit-frame-pointer -I/home/megaf/MinetestPi-Raspbian/build/raspberrypi/src -I/home/megaf/MinetestPi-Raspbian/src -I/home/megaf/irrlicht/include -I/home/megaf/MinetestPi-Raspbian/src/Release -I/usr/local/include/luajit-2.0 -I/home/megaf/MinetestPi-Raspbian/src/json -I/home/megaf/MinetestPi-Raspbian/src/script -I/usr/include/curl
CXX_DEFINES = -DUSE_CMAKE_CONFIG_H

View File

@ -0,0 +1,2 @@
/usr/bin/ar cr libjsoncpp.a CMakeFiles/jsoncpp.dir/jsoncpp.cpp.o
/usr/bin/ranlib libjsoncpp.a

View File

@ -0,0 +1,2 @@
CMAKE_PROGRESS_1 =

View File

@ -0,0 +1 @@
0

Binary file not shown.

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Relative path conversion top directories.
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/megaf/MinetestPi-Raspbian")
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/megaf/MinetestPi-Raspbian/build/raspberrypi")
# Force unix paths in dependencies.
SET(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Relative path conversion top directories.
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/megaf/MinetestPi-Raspbian")
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/megaf/MinetestPi-Raspbian/build/raspberrypi")
# Force unix paths in dependencies.
SET(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Relative path conversion top directories.
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/megaf/MinetestPi-Raspbian")
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/megaf/MinetestPi-Raspbian/build/raspberrypi")
# Force unix paths in dependencies.
SET(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Relative path conversion top directories.
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/megaf/MinetestPi-Raspbian")
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/megaf/MinetestPi-Raspbian/build/raspberrypi")
# Force unix paths in dependencies.
SET(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Relative path conversion top directories.
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/megaf/MinetestPi-Raspbian")
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/megaf/MinetestPi-Raspbian/build/raspberrypi")
# Force unix paths in dependencies.
SET(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Relative path conversion top directories.
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/megaf/MinetestPi-Raspbian")
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/megaf/MinetestPi-Raspbian/build/raspberrypi")
# Force unix paths in dependencies.
SET(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -0,0 +1 @@
0

View File

@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Server build: servermain.cpp
*/
enum TimePrecision {
PRECISION_SECONDS,
PRECISION_SECONDS = 0,
PRECISION_MILLI,
PRECISION_MICRO,
PRECISION_NANO