Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
8b26809e
Commit
8b26809e
authored
Apr 21, 2009
by
wiebel
Browse files
Extended Layout of GUI draft
parent
d679c28e
Changes
168
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
3255 additions
and
0 deletions
+3255
-0
build/debug/CMakeCache.txt
build/debug/CMakeCache.txt
+1201
-0
build/debug/CMakeFiles/CMakeCCompiler.cmake
build/debug/CMakeFiles/CMakeCCompiler.cmake
+36
-0
build/debug/CMakeFiles/CMakeCXXCompiler.cmake
build/debug/CMakeFiles/CMakeCXXCompiler.cmake
+36
-0
build/debug/CMakeFiles/CMakeDetermineCompilerABI_C.bin
build/debug/CMakeFiles/CMakeDetermineCompilerABI_C.bin
+0
-0
build/debug/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin
build/debug/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin
+0
-0
build/debug/CMakeFiles/CMakeDirectoryInformation.cmake
build/debug/CMakeFiles/CMakeDirectoryInformation.cmake
+22
-0
build/debug/CMakeFiles/CMakeRuleHashes.txt
build/debug/CMakeFiles/CMakeRuleHashes.txt
+2
-0
build/debug/CMakeFiles/CMakeSystem.cmake
build/debug/CMakeFiles/CMakeSystem.cmake
+15
-0
build/debug/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
build/debug/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
+176
-0
build/debug/CMakeFiles/CompilerIdC/a.out
build/debug/CMakeFiles/CompilerIdC/a.out
+0
-0
build/debug/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp
build/debug/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp
+163
-0
build/debug/CMakeFiles/CompilerIdCXX/a.out
build/debug/CMakeFiles/CompilerIdCXX/a.out
+0
-0
build/debug/CMakeFiles/Makefile.cmake
build/debug/CMakeFiles/Makefile.cmake
+50
-0
build/debug/CMakeFiles/Makefile2
build/debug/CMakeFiles/Makefile2
+195
-0
build/debug/CMakeFiles/bCognize.dir/CXX.includecache
build/debug/CMakeFiles/bCognize.dir/CXX.includecache
+954
-0
build/debug/CMakeFiles/bCognize.dir/DependInfo.cmake
build/debug/CMakeFiles/bCognize.dir/DependInfo.cmake
+14
-0
build/debug/CMakeFiles/bCognize.dir/build.make
build/debug/CMakeFiles/bCognize.dir/build.make
+107
-0
build/debug/CMakeFiles/bCognize.dir/cmake_clean.cmake
build/debug/CMakeFiles/bCognize.dir/cmake_clean.cmake
+10
-0
build/debug/CMakeFiles/bCognize.dir/depend.internal
build/debug/CMakeFiles/bCognize.dir/depend.internal
+137
-0
build/debug/CMakeFiles/bCognize.dir/depend.make
build/debug/CMakeFiles/bCognize.dir/depend.make
+137
-0
No files found.
build/debug/CMakeCache.txt
0 → 100644
View file @
8b26809e
This diff is collapsed.
Click to expand it.
build/debug/CMakeFiles/CMakeCCompiler.cmake
0 → 100644
View file @
8b26809e
SET
(
CMAKE_C_COMPILER
"/usr/bin/gcc"
)
SET
(
CMAKE_C_COMPILER_ARG1
""
)
SET
(
CMAKE_C_COMPILER_ID
"GNU"
)
SET
(
CMAKE_C_PLATFORM_ID
"Linux"
)
SET
(
CMAKE_AR
"/usr/bin/ar"
)
SET
(
CMAKE_RANLIB
"/usr/bin/ranlib"
)
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
"8"
)
SET
(
CMAKE_C_COMPILER_ABI
"ELF"
)
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
)
build/debug/CMakeFiles/CMakeCXXCompiler.cmake
0 → 100644
View file @
8b26809e
SET
(
CMAKE_CXX_COMPILER
"/usr/bin/c++"
)
SET
(
CMAKE_CXX_COMPILER_ARG1
""
)
SET
(
CMAKE_CXX_COMPILER_ID
"GNU"
)
SET
(
CMAKE_CXX_PLATFORM_ID
"Linux"
)
SET
(
CMAKE_AR
"/usr/bin/ar"
)
SET
(
CMAKE_RANLIB
"/usr/bin/ranlib"
)
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;H;o;O;obj;OBJ;def;DEF;rc;RC
)
SET
(
CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm
)
SET
(
CMAKE_CXX_LINKER_PREFERENCE 30
)
# Save compiler ABI information.
SET
(
CMAKE_CXX_SIZEOF_DATA_PTR
"8"
)
SET
(
CMAKE_CXX_COMPILER_ABI
"ELF"
)
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
)
build/debug/CMakeFiles/CMakeDetermineCompilerABI_C.bin
0 → 100755
View file @
8b26809e
File added
build/debug/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin
0 → 100755
View file @
8b26809e
File added
build/debug/CMakeFiles/CMakeDirectoryInformation.cmake
0 → 100644
View file @
8b26809e
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.6
# Relative path conversion top directories.
SET
(
CMAKE_RELATIVE_PATH_TOP_SOURCE
"/local/eclipse_workspace/BrainCognize/trunk/src"
)
SET
(
CMAKE_RELATIVE_PATH_TOP_BINARY
"/local/eclipse_workspace/BrainCognize/trunk/build/debug"
)
# Force unix paths in dependencies.
SET
(
CMAKE_FORCE_UNIX_PATHS 1
)
# The C and CXX include file search paths:
SET
(
CMAKE_C_INCLUDE_PATH
"/usr/include"
)
SET
(
CMAKE_CXX_INCLUDE_PATH
${
CMAKE_C_INCLUDE_PATH
}
)
SET
(
CMAKE_Fortran_INCLUDE_PATH
${
CMAKE_C_INCLUDE_PATH
}
)
# 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
}
)
build/debug/CMakeFiles/CMakeRuleHashes.txt
0 → 100644
View file @
8b26809e
# Hashes of file build rules.
5c13d896e49dca95522301f77c621683 CMakeFiles/doc
build/debug/CMakeFiles/CMakeSystem.cmake
0 → 100644
View file @
8b26809e
SET
(
CMAKE_SYSTEM
"Linux-2.6.27.21-0.1-default"
)
SET
(
CMAKE_SYSTEM_NAME
"Linux"
)
SET
(
CMAKE_SYSTEM_VERSION
"2.6.27.21-0.1-default"
)
SET
(
CMAKE_SYSTEM_PROCESSOR
"x86_64"
)
SET
(
CMAKE_HOST_SYSTEM
"Linux-2.6.27.21-0.1-default"
)
SET
(
CMAKE_HOST_SYSTEM_NAME
"Linux"
)
SET
(
CMAKE_HOST_SYSTEM_VERSION
"2.6.27.21-0.1-default"
)
SET
(
CMAKE_HOST_SYSTEM_PROCESSOR
"x86_64"
)
SET
(
CMAKE_CROSSCOMPILING
"FALSE"
)
SET
(
CMAKE_SYSTEM_LOADED 1
)
build/debug/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
0 → 100644
View file @
8b26809e
#ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
#elif defined(__WATCOMC__)
# define COMPILER_ID "Watcom"
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
#elif defined(__IBMC__)
# define COMPILER_ID "VisualAge"
#elif defined(__PGI)
# define COMPILER_ID "PGI"
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
#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(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
/* 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
*
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(__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
/* 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
*
info_platform
=
"INFO"
":"
"platform["
PLATFORM_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
];
(
void
)
argv
;
return
require
;
}
#endif
build/debug/CMakeFiles/CompilerIdC/a.out
0 → 100755
View file @
8b26809e
File added
build/debug/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp
0 → 100644
View file @
8b26809e
/* 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
#if defined(__COMO__)
# define COMPILER_ID "Comeau"
#elif defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
#elif defined(__WATCOMC__)
# define COMPILER_ID "Watcom"
#elif defined(__SUNPRO_CC)
# define COMPILER_ID "SunPro"
#elif defined(__HP_aCC)
# define COMPILER_ID "HP"
#elif defined(__DECCXX)
# define COMPILER_ID "Compaq"
#elif defined(__IBMCPP__)
# define COMPILER_ID "VisualAge"
#elif defined(__PGI)
# define COMPILER_ID "PGI"
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
SHARC (21000) DSPs */
# define COMPILER_ID "ADSP"
#elif defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
/* 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
*
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(__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
/* 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
*
info_platform
=
"INFO"
":"
"platform["
PLATFORM_ID
"]"
;
/*--------------------------------------------------------------------------*/
int
main
(
int
argc
,
char
*
argv
[])
{
int
require
=
0
;
require
+=
info_compiler
[
argc
];
require
+=
info_platform
[
argc
];
(
void
)
argv
;
return
require
;
}
build/debug/CMakeFiles/CompilerIdCXX/a.out
0 → 100755
View file @
8b26809e
File added
build/debug/CMakeFiles/Makefile.cmake
0 → 100644
View file @
8b26809e
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.6
# 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"
"CMakeFiles/CMakeCCompiler.cmake"
"CMakeFiles/CMakeCXXCompiler.cmake"
"CMakeFiles/CMakeSystem.cmake"
"/local/eclipse_workspace/BrainCognize/trunk/src/CMakeLists.txt"
"/local/eclipse_workspace/BrainCognize/trunk/src/gui/CMakeLists.txt"
"/local/eclipse_workspace/BrainCognize/trunk/src/gui/qt4/CMakeLists.txt"
"/usr/share/cmake/Modules/CMakeCInformation.cmake"
"/usr/share/cmake/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake/Modules/CheckFunctionExists.cmake"
"/usr/share/cmake/Modules/CheckLibraryExists.cmake"
"/usr/share/cmake/Modules/CheckSymbolExists.cmake"
"/usr/share/cmake/Modules/FindBoost.cmake"
"/usr/share/cmake/Modules/FindOpenGL.cmake"
"/usr/share/cmake/Modules/FindOpenSSL.cmake"
"/usr/share/cmake/Modules/FindPackageMessage.cmake"
"/usr/share/cmake/Modules/FindQt4.cmake"
"/usr/share/cmake/Modules/FindX11.cmake"
"/usr/share/cmake/Modules/MacroAddFileDependencies.cmake"
"/usr/share/cmake/Modules/Platform/Linux.cmake"
"/usr/share/cmake/Modules/Platform/UnixPaths.cmake"
"/usr/share/cmake/Modules/Platform/gcc.cmake"
)
# The corresponding makefile is:
SET
(
CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
"CMakeFiles/CMakeDirectoryInformation.cmake"
"gui/CMakeFiles/CMakeDirectoryInformation.cmake"
"gui/qt4/CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
SET
(
CMAKE_DEPEND_INFO_FILES
"CMakeFiles/bCognize.dir/DependInfo.cmake"
"CMakeFiles/doc.dir/DependInfo.cmake"
"gui/qt4/CMakeFiles/guiqt4.dir/DependInfo.cmake"
)
build/debug/CMakeFiles/Makefile2
0 → 100644
View file @
8b26809e
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.6
# 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 canoncical 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
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /local/eclipse_workspace/BrainCognize/trunk/src
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /local/eclipse_workspace/BrainCognize/trunk/build/debug
#=============================================================================
# Target rules for target CMakeFiles/bCognize.dir
# All Build rule for target.
CMakeFiles/bCognize.dir/all: gui/qt4/CMakeFiles/guiqt4.dir/all
$(MAKE) -f CMakeFiles/bCognize.dir/build.make CMakeFiles/bCognize.dir/depend
$(MAKE) -f CMakeFiles/bCognize.dir/build.make CMakeFiles/bCognize.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /local/eclipse_workspace/BrainCognize/trunk/build/debug/CMakeFiles 1
@echo "Built target bCognize"
.PHONY : CMakeFiles/bCognize.dir/all
# Include target in all.
all: CMakeFiles/bCognize.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
CMakeFiles/bCognize.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /local/eclipse_workspace/BrainCognize/trunk/build/debug/CMakeFiles 4
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/bCognize.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /local/eclipse_workspace/BrainCognize/trunk/build/debug/CMakeFiles 0
.PHONY : CMakeFiles/bCognize.dir/rule
# Convenience name for target.
bCognize: CMakeFiles/bCognize.dir/rule
.PHONY : bCognize
# clean rule for target.
CMakeFiles/bCognize.dir/clean:
$(MAKE) -f CMakeFiles/bCognize.dir/build.make CMakeFiles/bCognize.dir/clean
.PHONY : CMakeFiles/bCognize.dir/clean
# clean rule for target.
clean: CMakeFiles/bCognize.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/doc.dir
# All Build rule for target.
CMakeFiles/doc.dir/all:
$(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/depend
$(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /local/eclipse_workspace/BrainCognize/trunk/build/debug/CMakeFiles 2
@echo "Built target doc"
.PHONY : CMakeFiles/doc.dir/all