代码拉取完成,页面将自动刷新
同步操作将从 tboox/hnr 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#############################################################################
# Makefile for building: HNR
# Generated by qmake (2.01a) (Qt 4.5.0) on: ??? ?? 1 20:43:48 2009
# Project: HNR.pro
# Template: app
#############################################################################
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_NO_UITOOLS -DQT_DLL -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
CFLAGS = -O2 -Wall $(DEFINES)
CXXFLAGS = -O2 -Wall -frtti -fexceptions -mthreads $(DEFINES)
INCPATH = -I"c:\Qt\2009.01\qt\include\QtCore" -I"c:\Qt\2009.01\qt\include\QtGui" -I"c:\Qt\2009.01\qt\include\QtSql" -I"c:\Qt\2009.01\qt\include" -I"c:\Qt\2009.01\qt\include\ActiveQt" -I"release" -I"." -I"c:\Qt\2009.01\qt\mkspecs\win32-g++"
LINK = g++
LFLAGS = -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows
LIBS = -L"c:\Qt\2009.01\qt\lib" -lmingw32 -lqtmain -lQtSql4 -lQtGui4 -lQtCore4
QMAKE = c:\Qt\2009.01\qt\bin\qmake.exe
IDC = c:\Qt\2009.01\qt\bin\idc.exe
IDL = midl
ZIP = zip -r -9
DEF_FILE =
RES_FILE =
COPY = copy /y
COPY_FILE = $(COPY)
COPY_DIR = xcopy /s /q /y /i
DEL_FILE = del
DEL_DIR = rmdir
MOVE = move
CHK_DIR_EXISTS= if not exist
MKDIR = mkdir
INSTALL_FILE = $(COPY_FILE)
INSTALL_PROGRAM = $(COPY_FILE)
INSTALL_DIR = $(COPY_DIR)
####### Output directory
OBJECTS_DIR = release
####### Files
SOURCES = main.cpp \
mainwindow.cpp \
sampleview.cpp \
imageconvector.cpp \
qimagescene.cpp release\moc_mainwindow.cpp \
release\moc_qimagescene.cpp \
release\qrc_res.cpp
OBJECTS = release/main.o \
release/mainwindow.o \
release/sampleview.o \
release/imageconvector.o \
release/qimagescene.o \
release/moc_mainwindow.o \
release/moc_qimagescene.o \
release/qrc_res.o
DIST =
QMAKE_TARGET = HNR
DESTDIR = release\ #avoid trailing-slash linebreak
TARGET = HNR.exe
DESTDIR_TARGET = release\HNR.exe
####### Implicit rules
.SUFFIXES: .cpp .cc .cxx .c
.cpp.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
.cc.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
.cxx.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
.c.o:
$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
####### Build rules
first: all
all: Makefile.Release $(DESTDIR_TARGET)
$(DESTDIR_TARGET): ui_mainwindow.h $(OBJECTS)
$(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS) $(LIBS)
qmake: FORCE
@$(QMAKE) -spec c:\Qt\2009.01\qt\mkspecs\win32-g++ -win32 CONFIG+=debug_and_release CONFIG+=release -o Makefile.Release HNR.pro
dist:
$(ZIP) HNR.zip $(SOURCES) $(DIST) HNR.pro c:\Qt\2009.01\qt\mkspecs\qconfig.pri c:\Qt\2009.01\qt\mkspecs\features\qt_functions.prf c:\Qt\2009.01\qt\mkspecs\features\qt_config.prf c:\Qt\2009.01\qt\mkspecs\features\exclusive_builds.prf c:\Qt\2009.01\qt\mkspecs\features\default_pre.prf c:\Qt\2009.01\qt\mkspecs\features\win32\default_pre.prf c:\Qt\2009.01\qt\mkspecs\features\release.prf c:\Qt\2009.01\qt\mkspecs\features\debug_and_release.prf c:\Qt\2009.01\qt\mkspecs\features\default_post.prf c:\Qt\2009.01\qt\mkspecs\features\win32\default_post.prf c:\Qt\2009.01\qt\mkspecs\features\build_pass.prf c:\Qt\2009.01\qt\mkspecs\features\warn_on.prf c:\Qt\2009.01\qt\mkspecs\features\qt.prf c:\Qt\2009.01\qt\mkspecs\features\win32\thread.prf c:\Qt\2009.01\qt\mkspecs\features\moc.prf c:\Qt\2009.01\qt\mkspecs\features\win32\rtti.prf c:\Qt\2009.01\qt\mkspecs\features\win32\exceptions.prf c:\Qt\2009.01\qt\mkspecs\features\win32\stl.prf c:\Qt\2009.01\qt\mkspecs\features\shared.prf c:\Qt\2009.01\qt\mkspecs\features\win32\windows.prf c:\Qt\2009.01\qt\mkspecs\features\resources.prf c:\Qt\2009.01\qt\mkspecs\features\uic.prf c:\Qt\2009.01\qt\mkspecs\features\yacc.prf c:\Qt\2009.01\qt\mkspecs\features\lex.prf c:\Qt\2009.01\qt\lib\qtmain.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES
clean: compiler_clean
-$(DEL_FILE) release\main.o release\mainwindow.o release\sampleview.o release\imageconvector.o release\qimagescene.o release\moc_mainwindow.o release\moc_qimagescene.o release\qrc_res.o
distclean: clean
-$(DEL_FILE) $(DESTDIR_TARGET)
-$(DEL_FILE) Makefile.Release
mocclean: compiler_moc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
compiler_moc_header_make_all: release/moc_mainwindow.cpp release/moc_qimagescene.cpp
compiler_moc_header_clean:
-$(DEL_FILE) release\moc_mainwindow.cpp release\moc_qimagescene.cpp
release/moc_mainwindow.cpp: network.h \
prefix.h \
extl/prefix.h \
extl/config/config.h \
extl/config/version.h \
extl/config/user/config.h \
extl/config/user/debug.h \
extl/config/user/release.h \
extl/config/test.h \
extl/config/compiler/config.h \
extl/config/compiler/undefs.h \
extl/config/compiler/msvc.h \
extl/config/compiler/intel.h \
extl/config/compiler/borland.h \
extl/config/compiler/watcom.h \
extl/config/compiler/gcc.h \
extl/config/compiler/dmc.h \
extl/config/compiler/vectorc.h \
extl/config/tchar.hpp \
extl/config/platform/config.h \
extl/config/platform/platform.h \
extl/config/platform/win/config.h \
extl/config/platform/unix/config.h \
extl/config/stdlib/config.h \
extl/config/suffix.h \
extl/config/namespace.h \
extl/config/locale.hpp \
extl/config/sub_config.h \
extl/type/config/config.h \
extl/type/config/support.h \
extl/type/traits/config/config.h \
extl/utility/config/config.h \
extl/mpl/config/config.h \
extl/compiler/config/config.h \
extl/error/config/config.h \
extl/math/config/config.h \
extl/algorithm/config/config.h \
extl/memory/config/config.h \
extl/iterator/config/config.h \
extl/conversion/config/config.h \
extl/string/config/config.h \
extl/container/config/config.h \
extl/functional/config/config.h \
extl/smartptr/config/config.h \
extl/counter/config/config.h \
extl/intelligence/config/config.h \
extl/graphic/config/config.h \
extl/synch/config/config.h \
extl/media/config/config.h \
extl/utility/static_assert.h \
extl/utility/static_message_assert.h \
extl/type/type.h \
extl/type/typedef.h \
extl/type/unit_test/type_size_test.h \
extl/type/null_type.h \
extl/type/type_wrap.h \
extl/type/non_type_wrap.h \
extl/type/yes_no.h \
extl/type/n_types.h \
extl/platform/utility/assert.h \
extl/win/utility/assert_failed.h \
extl/platform_/utility/assert.h \
extl/platform_/config/config.h \
extl/platform_/unix/utility/assert_failed.h \
extl/platform_/windows/utility/assert_failed.h \
extl/log/log.h \
extl/log/log_base.h \
extl/string/format_helper.h \
extl/utility/suppress_unused.h \
extl/string/std/functions.h \
extl/log/file_log.h \
extl/log/file_report_traits.h \
extl/log/console_log.h \
extl/log/console_report_traits.h \
extl/log/trace.h \
extl/graphic/graphic.h \
extl/graphic/prefix.h \
extl/math/math.h \
extl/math/std/math.h \
extl/math/arithmetic.h \
extl/math/std/arithmetic.h \
extl/math/basic_vmatrix.h \
extl/memory/buffer.h \
extl/memory/buffer_base.h \
extl/iterator/iterator.h \
extl/iterator/iterator_base.h \
extl/iterator/iterator_category.h \
extl/iterator/iterator_traits.h \
extl/type/traits/is_ptr.h \
extl/type/traits/is_mem_ptr.h \
extl/type/traits/detail/is_mem_func_ptr_tester.h \
extl/type/traits/prefix.h \
extl/type/traits/logical_op.h \
extl/type/traits/is_mem_func_ptr.h \
extl/type/traits/unit_test/is_mem_func_ptr_test.h \
extl/type/traits/unit_test/is_mem_ptr_test.h \
extl/type/traits/is_ref.h \
extl/type/traits/is_func.h \
extl/type/traits/is_func_ptr.h \
extl/type/traits/detail/is_func_ptr_tester.h \
extl/type/traits/unit_test/is_func_ptr_test.h \
extl/type/traits/unit_test/is_func_test.h \
extl/type/traits/unit_test/is_ref_test.h \
extl/type/traits/is_array.h \
extl/type/traits/unit_test/is_array_test.h \
extl/type/traits/unit_test/is_ptr_test.h \
extl/type/traits/is_const.h \
extl/type/traits/remove_bounds.h \
extl/type/traits/remove_bound.h \
extl/type/traits/detail/type_buffer.h \
extl/type/traits/is_arithmetic.h \
extl/type/traits/is_float.h \
extl/type/traits/unit_test/is_float_test.h \
extl/type/traits/is_int.h \
extl/type/traits/unit_test/is_int_test.h \
extl/type/traits/unit_test/is_arithmetic_test.h \
extl/type/traits/unit_test/remove_bound_test.h \
extl/type/traits/unit_test/remove_bounds_test.h \
extl/type/traits/unit_test/is_const_test.h \
extl/type/traits/remove_ptr.h \
extl/type/traits/remove_cv.h \
extl/type/traits/is_volatile.h \
extl/type/traits/unit_test/is_volatile_test.h \
extl/type/traits/is_cv.h \
extl/type/traits/unit_test/is_cv_test.h \
extl/type/traits/unit_test/remove_cv_test.h \
extl/type/traits/unit_test/remove_ptr_test.h \
extl/type/traits/remove_ref.h \
extl/type/traits/unit_test/remove_ref_test.h \
extl/type/traits/add_ref.h \
extl/type/traits/unit_test/add_ref_test.h \
extl/type/traits/add_const.h \
extl/type/traits/unit_test/add_const_test.h \
extl/type/traits/is_convertible.h \
extl/type/traits/is_void.h \
extl/type/traits/unit_test/is_void_test.h \
extl/type/traits/is_abstract.h \
extl/type/traits/is_class.h \
extl/type/traits/is_union.h \
extl/type/traits/unit_test/is_union_test.h \
extl/type/traits/unit_test/is_class_test.h \
extl/type/traits/unit_test/is_abstract_test.h \
extl/type/traits/unit_test/is_convertible_test.h \
extl/mpl/if_.h \
extl/mpl/unit_test/if_test.h \
extl/iterator/reverse_iterator_base.h \
extl/iterator/insert_iterator_base.h \
extl/iterator/pointer_iterator.h \
extl/iterator/random_access_iterator_base.h \
extl/iterator/bidirectional_iterator_base.h \
extl/algorithm/algorithm.h \
extl/algorithm/std/algorithm.h \
extl/algorithm/detail/sort_impl.h \
extl/algorithm/for.h \
extl/algorithm/find.h \
extl/algorithm/detail/container_traits.h \
extl/algorithm/sort.h \
extl/algorithm/stats.h \
extl/error/error.h \
extl/error/error_base.h \
extl/string/error_string.h \
extl/string/string_traits.h \
extl/string/std/char_traits.h \
extl/memory/prefix.h \
extl/memory/help_functions.h \
extl/type/traits/is_pod.h \
extl/type/traits/is_scalar.h \
extl/type/traits/is_enum.h \
extl/type/traits/is_class_or_union.h \
extl/type/traits/unit_test/is_class_or_union_test.h \
extl/type/traits/unit_test/is_enum_test.h \
extl/type/traits/unit_test/is_scalar_test.h \
extl/type/traits/unit_test/is_pod_test.h \
extl/memory/unit_test/help_functions_test.h \
extl/string/std/unit_test/char_traits_test.h \
extl/type/traits/is_unsigned.h \
extl/type/traits/unit_test/is_unsigned_test.h \
extl/error/std/error.h \
extl/error/std/length_error.h \
extl/error/std/range_error.h \
extl/error/std/overflow_error.h \
extl/error/std/underflow_error.h \
extl/error/argument_error.h \
extl/error/conversion_error.h \
extl/error/synch_error.h \
extl/error/lock_error.h \
extl/error/memory_error.h \
extl/error/alloc_error.h \
extl/error/invariance_error.h \
extl/error/index_error.h \
extl/memory/pod_memory_traits.h \
extl/memory/initialiser_selector.h \
extl/memory/object_initialiser.h \
extl/memory/initialiser_base.h \
extl/memory/pod_initialiser.h \
extl/memory/scoped_buffer.h \
extl/memory/memory_traits_selector.h \
extl/memory/object_memory_traits.h \
extl/memory/allocator_selector.h \
extl/memory/basic_allocator_selector.h \
extl/memory/new_allocator.h \
extl/memory/allocator_base.h \
extl/memory/unit_test/new_allocator_test.h \
extl/memory/malloc_allocator.h \
extl/memory/unit_test/malloc_allocator_test.h \
extl/memory/null_allocator.h \
extl/memory/basic_pool_allocator.h \
extl/memory/singleton_pool.h \
extl/utility/singleton.h \
extl/synch/synch_traits_selector.h \
extl/platform_/synch/synch_traits.h \
extl/platform_/synch/atomic_traits.h \
extl/platform_/unix/synch/atomic_func.h \
extl/platform_/windows/synch/atomic_func.h \
extl/synch/null_lock.h \
extl/synch/lock_base.h \
extl/utility/uncopyable.h \
extl/platform_/unix/synch/lock_selector.h \
extl/platform_/windows/synch/lock_selector.h \
extl/platform_/windows/synch/event_lock.h \
extl/platform_/windows/synch/basic_event.h \
extl/platform_/windows/synch/mutex_lock.h \
extl/platform_/windows/synch/basic_mutex.h \
extl/platform_/windows/synch/semaphore_lock.h \
extl/platform_/windows/synch/basic_semaphore.h \
extl/platform_/windows/synch/critical_lock.h \
extl/platform_/windows/synch/basic_critical.h \
extl/synch/synch_traits.h \
extl/platform/synch/lock_selector.h \
extl/platform/platform.h \
extl/win/win.h \
extl/win/synch/locks.h \
extl/win/synch/critical_section_lock.h \
extl/win/synch/critical_section.h \
extl/win/error/win_synch_error.h \
extl/win/error/win_error.h \
extl/win/synch/unit_test/critical_section_lock_test.h \
extl/synch/scoped_lock.h \
extl/memory/basic_pool.h \
extl/type/traits/limit_traits.h \
extl/type/traits/is_signed.h \
extl/type/traits/unit_test/is_signed_test.h \
extl/type/traits/unit_test/limit_traits_test.h \
extl/mpl/math/max_min.h \
extl/mpl/math/math.h \
extl/mpl/math/is_even.h \
extl/mpl/int_.h \
extl/mpl/math/unit_test/is_even_test.h \
extl/mpl/math/is_prime.h \
extl/mpl/bool_.h \
extl/mpl/math/unit_test/is_prime_test.h \
extl/mpl/math/log.h \
extl/mpl/math/unit_test/log_test.h \
extl/mpl/math/pi.h \
extl/mpl/math/pow.h \
extl/mpl/math/unit_test/pow_test.h \
extl/mpl/math/unit_test/pi_test.h \
extl/mpl/math/sqrt.h \
extl/mpl/math/unit_test/sqrt_test.h \
extl/mpl/math/unit_test/max_min_test.h \
extl/counter/clock_counter.h \
extl/counter/unit_test/clock_counter_test.h \
extl/math/rand.h \
extl/math/linear_rand.h \
extl/math/rand_selector.h \
extl/memory/unit_test/basic_pool_test.h \
extl/memory/unit_test/basic_pool_allocator_test.h \
extl/memory/allocator_traits.h \
extl/memory/allocator.h \
extl/memory/stack_buffer.h \
extl/memory/attached_buffer.h \
extl/memory/buffer_selector.h \
extl/math/vmatrix_base.h \
extl/utility/operators.h \
extl/utility/unit_test/operators_test.h \
extl/container/matrix_base.h \
extl/container/basic_array.h \
extl/container/array_base.h \
extl/container/detail/matrix_cole_iterator.h \
extl/container/detail/matrix_rowe_iterator.h \
extl/math/basic_vvector.h \
extl/math/vvector_base.h \
extl/math/vmatrix_selector.h \
extl/math/vvector_selector.h \
extl/math/max_min.h \
extl/type/traits/promotion_traits.h \
extl/type/traits/if_.h \
extl/type/traits/is_same.h \
extl/type/traits/unit_test/is_same_test.h \
extl/type/traits/unit_test/promotion_traits_test.h \
extl/math/expr_vvector.h \
extl/math/detail/expr_op.h \
extl/math/detail/vvector_expr.h \
extl/counter/counter.h \
extl/counter/object_counter.h \
extl/counter/unit_test/object_counter_test.h \
extl/counter/shared_counter.h \
extl/counter/unit_test/shared_counter_test.h \
extl/graphic/image/image.h \
extl/graphic/image/basic_image.h \
extl/container/matrix.h \
extl/container/basic_matrix.h \
extl/container/sparse_matrix_base.h \
extl/container/list.h \
extl/container/basic_list.h \
extl/container/detail/list_iterator.h \
extl/container/list_selector.h \
extl/container/detail/sparse_matrix_rowe_iterator.h \
extl/container/detail/sparse_matrix_cole_iterator.h \
extl/container/sparse_matrix.h \
extl/container/symmetrical_matrix.h \
extl/container/symmetrical_sparse_matrix.h \
extl/container/detail/symmetrical_sparse_matrix_rowcole_iterator.h \
extl/container/matrix_selector.h \
extl/graphic/image/image_painter.h \
extl/graphic/painter_base.h \
extl/graphic/basic_rect.h \
extl/graphic/basic_point.h \
extl/graphic/basic_color.h \
extl/graphic/basic_size.h \
extl/graphic/image/nearest_neighbor_zoom_filter.h \
extl/container/pair.h \
extl/container/basic_pair.h \
extl/container/detail/tuple2.h \
extl/type/traits/call_traits.h \
extl/type/traits/add_const_ref.h \
extl/type/traits/unit_test/add_const_ref_test.h \
extl/type/traits/remove_const.h \
extl/type/traits/unit_test/remove_const_test.h \
extl/type/traits/unit_test/call_traits_test.h \
extl/type/traits/is_empty.h \
extl/type/traits/unit_test/is_empty_test.h \
extl/container/pair_selector.h \
extl/intelligence/ann/ann.h \
extl/intelligence/ann/perceptron_network.h \
extl/intelligence/ann/detail/basic_network_base.h \
extl/intelligence/ann/sample.h \
extl/intelligence/ann/bool_sample.h \
extl/intelligence/ann/float_sample.h \
extl/intelligence/ann/sample_selector.h \
extl/intelligence/ann/detail/bp_network_impl.h \
extl/intelligence/ann/basic_network_validator.h \
extl/intelligence/ann/afunc_traits.h \
extl/intelligence/ann/bp_network.h \
extl/intelligence/ann/wga_network.h \
extl/intelligence/ga/fopti/fopti.h \
extl/intelligence/ga/fopti/fopti_ga.h \
extl/intelligence/ga/fopti/fopti_ga_traits.h \
extl/intelligence/ga/fopti/fopti_ga_config.h \
extl/intelligence/ga/fopti/fopti_individual.h \
extl/intelligence/ga/fopti/detail/fopti_scopes.h \
extl/intelligence/ga/fopti/fopti_crossover_traits.h \
extl/intelligence/ga/fopti/fopti_mutation_traits.h \
extl/intelligence/ga/fopti/detail/float_mutation_impl.h \
extl/intelligence/ga/fopti/fopti_rmake_traits.h \
extl/intelligence/ga/fopti/fopti_fitness_traits.h \
extl/intelligence/ga/fopti/detail/fopti_fitness_traits_impl.h \
extl/intelligence/ga/fopti/fopti_penalty_traits.h \
extl/intelligence/ga/fopti/fopti_constraints.h \
extl/intelligence/ga/fopti/fopti_func_traits.h \
extl/intelligence/ga/fopti/detail/fopti_func_traits_impl.h \
extl/intelligence/ga/fopti/fopti_uga.h \
extl/intelligence/ann/network_validator.h \
extl/intelligence/ann/pca_network_validator.h \
extl/intelligence/ann/kfold_cross_validator.h \
extl/intelligence/ann/gha_network.h \
extl/intelligence/ann/sample_converter.h \
extl/intelligence/ann/standardized_converter.h \
extl/intelligence/ann/normalized_converter.h \
extl/intelligence/ann/null_converter.h \
extl/intelligence/ann/ghia_network.h \
extl/intelligence/ann/apex_network.h \
extl/intelligence/ann/pca_mixed_network.h \
extl/intelligence/ann/bagging_networks.h \
extl/intelligence/ann/ada_boosting_2_networks.h \
extl/intelligence/ann/ada_boosting_n_networks.h \
extl/intelligence/ann/bayes_classifier.h \
extl/intelligence/ann/basic_classifier_validator.h \
imageconvector.h \
qimagescene.h \
qimage_painter.h \
sh_pp.h \
sh_hp.h \
sh_oh.h \
sh_zm.h \
sh_sc.h \
sh_ed.h \
sh_dk.h \
sh_rl.h \
sh_tn.h \
sh_fx.h \
sh_gy.h \
sh_th.h \
sh_cs.h \
sh_dn.h \
ui_mainwindow.h \
mainwindow.h
c:/Qt/2009.01/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 mainwindow.h -o release\moc_mainwindow.cpp
release/moc_qimagescene.cpp: extl/graphic/prefix.h \
extl/prefix.h \
extl/config/config.h \
extl/config/version.h \
extl/config/user/config.h \
extl/config/user/debug.h \
extl/config/user/release.h \
extl/config/test.h \
extl/config/compiler/config.h \
extl/config/compiler/undefs.h \
extl/config/compiler/msvc.h \
extl/config/compiler/intel.h \
extl/config/compiler/borland.h \
extl/config/compiler/watcom.h \
extl/config/compiler/gcc.h \
extl/config/compiler/dmc.h \
extl/config/compiler/vectorc.h \
extl/config/tchar.hpp \
extl/config/platform/config.h \
extl/config/platform/platform.h \
extl/config/platform/win/config.h \
extl/config/platform/unix/config.h \
extl/config/stdlib/config.h \
extl/config/suffix.h \
extl/config/namespace.h \
extl/config/locale.hpp \
extl/config/sub_config.h \
extl/type/config/config.h \
extl/type/config/support.h \
extl/type/traits/config/config.h \
extl/utility/config/config.h \
extl/mpl/config/config.h \
extl/compiler/config/config.h \
extl/error/config/config.h \
extl/math/config/config.h \
extl/algorithm/config/config.h \
extl/memory/config/config.h \
extl/iterator/config/config.h \
extl/conversion/config/config.h \
extl/string/config/config.h \
extl/container/config/config.h \
extl/functional/config/config.h \
extl/smartptr/config/config.h \
extl/counter/config/config.h \
extl/intelligence/config/config.h \
extl/graphic/config/config.h \
extl/synch/config/config.h \
extl/media/config/config.h \
extl/utility/static_assert.h \
extl/utility/static_message_assert.h \
extl/type/type.h \
extl/type/typedef.h \
extl/type/unit_test/type_size_test.h \
extl/type/null_type.h \
extl/type/type_wrap.h \
extl/type/non_type_wrap.h \
extl/type/yes_no.h \
extl/type/n_types.h \
extl/platform/utility/assert.h \
extl/win/utility/assert_failed.h \
extl/platform_/utility/assert.h \
extl/platform_/config/config.h \
extl/platform_/unix/utility/assert_failed.h \
extl/platform_/windows/utility/assert_failed.h \
extl/log/log.h \
extl/log/log_base.h \
extl/string/format_helper.h \
extl/utility/suppress_unused.h \
extl/string/std/functions.h \
extl/log/file_log.h \
extl/log/file_report_traits.h \
extl/log/console_log.h \
extl/log/console_report_traits.h \
extl/log/trace.h \
extl/math/math.h \
extl/math/std/math.h \
extl/math/arithmetic.h \
extl/math/std/arithmetic.h \
extl/math/basic_vmatrix.h \
extl/memory/buffer.h \
extl/memory/buffer_base.h \
extl/iterator/iterator.h \
extl/iterator/iterator_base.h \
extl/iterator/iterator_category.h \
extl/iterator/iterator_traits.h \
extl/type/traits/is_ptr.h \
extl/type/traits/is_mem_ptr.h \
extl/type/traits/detail/is_mem_func_ptr_tester.h \
extl/type/traits/prefix.h \
extl/type/traits/logical_op.h \
extl/type/traits/is_mem_func_ptr.h \
extl/type/traits/unit_test/is_mem_func_ptr_test.h \
extl/type/traits/unit_test/is_mem_ptr_test.h \
extl/type/traits/is_ref.h \
extl/type/traits/is_func.h \
extl/type/traits/is_func_ptr.h \
extl/type/traits/detail/is_func_ptr_tester.h \
extl/type/traits/unit_test/is_func_ptr_test.h \
extl/type/traits/unit_test/is_func_test.h \
extl/type/traits/unit_test/is_ref_test.h \
extl/type/traits/is_array.h \
extl/type/traits/unit_test/is_array_test.h \
extl/type/traits/unit_test/is_ptr_test.h \
extl/type/traits/is_const.h \
extl/type/traits/remove_bounds.h \
extl/type/traits/remove_bound.h \
extl/type/traits/detail/type_buffer.h \
extl/type/traits/is_arithmetic.h \
extl/type/traits/is_float.h \
extl/type/traits/unit_test/is_float_test.h \
extl/type/traits/is_int.h \
extl/type/traits/unit_test/is_int_test.h \
extl/type/traits/unit_test/is_arithmetic_test.h \
extl/type/traits/unit_test/remove_bound_test.h \
extl/type/traits/unit_test/remove_bounds_test.h \
extl/type/traits/unit_test/is_const_test.h \
extl/type/traits/remove_ptr.h \
extl/type/traits/remove_cv.h \
extl/type/traits/is_volatile.h \
extl/type/traits/unit_test/is_volatile_test.h \
extl/type/traits/is_cv.h \
extl/type/traits/unit_test/is_cv_test.h \
extl/type/traits/unit_test/remove_cv_test.h \
extl/type/traits/unit_test/remove_ptr_test.h \
extl/type/traits/remove_ref.h \
extl/type/traits/unit_test/remove_ref_test.h \
extl/type/traits/add_ref.h \
extl/type/traits/unit_test/add_ref_test.h \
extl/type/traits/add_const.h \
extl/type/traits/unit_test/add_const_test.h \
extl/type/traits/is_convertible.h \
extl/type/traits/is_void.h \
extl/type/traits/unit_test/is_void_test.h \
extl/type/traits/is_abstract.h \
extl/type/traits/is_class.h \
extl/type/traits/is_union.h \
extl/type/traits/unit_test/is_union_test.h \
extl/type/traits/unit_test/is_class_test.h \
extl/type/traits/unit_test/is_abstract_test.h \
extl/type/traits/unit_test/is_convertible_test.h \
extl/mpl/if_.h \
extl/mpl/unit_test/if_test.h \
extl/iterator/reverse_iterator_base.h \
extl/iterator/insert_iterator_base.h \
extl/iterator/pointer_iterator.h \
extl/iterator/random_access_iterator_base.h \
extl/iterator/bidirectional_iterator_base.h \
extl/algorithm/algorithm.h \
extl/algorithm/std/algorithm.h \
extl/algorithm/detail/sort_impl.h \
extl/algorithm/for.h \
extl/algorithm/find.h \
extl/algorithm/detail/container_traits.h \
extl/algorithm/sort.h \
extl/algorithm/stats.h \
extl/error/error.h \
extl/error/error_base.h \
extl/string/error_string.h \
extl/string/string_traits.h \
extl/string/std/char_traits.h \
extl/memory/prefix.h \
extl/memory/help_functions.h \
extl/type/traits/is_pod.h \
extl/type/traits/is_scalar.h \
extl/type/traits/is_enum.h \
extl/type/traits/is_class_or_union.h \
extl/type/traits/unit_test/is_class_or_union_test.h \
extl/type/traits/unit_test/is_enum_test.h \
extl/type/traits/unit_test/is_scalar_test.h \
extl/type/traits/unit_test/is_pod_test.h \
extl/memory/unit_test/help_functions_test.h \
extl/string/std/unit_test/char_traits_test.h \
extl/type/traits/is_unsigned.h \
extl/type/traits/unit_test/is_unsigned_test.h \
extl/error/std/error.h \
extl/error/std/length_error.h \
extl/error/std/range_error.h \
extl/error/std/overflow_error.h \
extl/error/std/underflow_error.h \
extl/error/argument_error.h \
extl/error/conversion_error.h \
extl/error/synch_error.h \
extl/error/lock_error.h \
extl/error/memory_error.h \
extl/error/alloc_error.h \
extl/error/invariance_error.h \
extl/error/index_error.h \
extl/memory/pod_memory_traits.h \
extl/memory/initialiser_selector.h \
extl/memory/object_initialiser.h \
extl/memory/initialiser_base.h \
extl/memory/pod_initialiser.h \
extl/memory/scoped_buffer.h \
extl/memory/memory_traits_selector.h \
extl/memory/object_memory_traits.h \
extl/memory/allocator_selector.h \
extl/memory/basic_allocator_selector.h \
extl/memory/new_allocator.h \
extl/memory/allocator_base.h \
extl/memory/unit_test/new_allocator_test.h \
extl/memory/malloc_allocator.h \
extl/memory/unit_test/malloc_allocator_test.h \
extl/memory/null_allocator.h \
extl/memory/basic_pool_allocator.h \
extl/memory/singleton_pool.h \
extl/utility/singleton.h \
extl/synch/synch_traits_selector.h \
extl/platform_/synch/synch_traits.h \
extl/platform_/synch/atomic_traits.h \
extl/platform_/unix/synch/atomic_func.h \
extl/platform_/windows/synch/atomic_func.h \
extl/synch/null_lock.h \
extl/synch/lock_base.h \
extl/utility/uncopyable.h \
extl/platform_/unix/synch/lock_selector.h \
extl/platform_/windows/synch/lock_selector.h \
extl/platform_/windows/synch/event_lock.h \
extl/platform_/windows/synch/basic_event.h \
extl/platform_/windows/synch/mutex_lock.h \
extl/platform_/windows/synch/basic_mutex.h \
extl/platform_/windows/synch/semaphore_lock.h \
extl/platform_/windows/synch/basic_semaphore.h \
extl/platform_/windows/synch/critical_lock.h \
extl/platform_/windows/synch/basic_critical.h \
extl/synch/synch_traits.h \
extl/platform/synch/lock_selector.h \
extl/platform/platform.h \
extl/win/win.h \
extl/win/synch/locks.h \
extl/win/synch/critical_section_lock.h \
extl/win/synch/critical_section.h \
extl/win/error/win_synch_error.h \
extl/win/error/win_error.h \
extl/win/synch/unit_test/critical_section_lock_test.h \
extl/synch/scoped_lock.h \
extl/memory/basic_pool.h \
extl/type/traits/limit_traits.h \
extl/type/traits/is_signed.h \
extl/type/traits/unit_test/is_signed_test.h \
extl/type/traits/unit_test/limit_traits_test.h \
extl/mpl/math/max_min.h \
extl/mpl/math/math.h \
extl/mpl/math/is_even.h \
extl/mpl/int_.h \
extl/mpl/math/unit_test/is_even_test.h \
extl/mpl/math/is_prime.h \
extl/mpl/bool_.h \
extl/mpl/math/unit_test/is_prime_test.h \
extl/mpl/math/log.h \
extl/mpl/math/unit_test/log_test.h \
extl/mpl/math/pi.h \
extl/mpl/math/pow.h \
extl/mpl/math/unit_test/pow_test.h \
extl/mpl/math/unit_test/pi_test.h \
extl/mpl/math/sqrt.h \
extl/mpl/math/unit_test/sqrt_test.h \
extl/mpl/math/unit_test/max_min_test.h \
extl/counter/clock_counter.h \
extl/counter/unit_test/clock_counter_test.h \
extl/math/rand.h \
extl/math/linear_rand.h \
extl/math/rand_selector.h \
extl/memory/unit_test/basic_pool_test.h \
extl/memory/unit_test/basic_pool_allocator_test.h \
extl/memory/allocator_traits.h \
extl/memory/allocator.h \
extl/memory/stack_buffer.h \
extl/memory/attached_buffer.h \
extl/memory/buffer_selector.h \
extl/math/vmatrix_base.h \
extl/utility/operators.h \
extl/utility/unit_test/operators_test.h \
extl/container/matrix_base.h \
extl/container/basic_array.h \
extl/container/array_base.h \
extl/container/detail/matrix_cole_iterator.h \
extl/container/detail/matrix_rowe_iterator.h \
extl/math/basic_vvector.h \
extl/math/vvector_base.h \
extl/math/vmatrix_selector.h \
extl/math/vvector_selector.h \
extl/math/max_min.h \
extl/type/traits/promotion_traits.h \
extl/type/traits/if_.h \
extl/type/traits/is_same.h \
extl/type/traits/unit_test/is_same_test.h \
extl/type/traits/unit_test/promotion_traits_test.h \
extl/math/expr_vvector.h \
extl/math/detail/expr_op.h \
extl/math/detail/vvector_expr.h \
extl/counter/counter.h \
extl/counter/object_counter.h \
extl/counter/unit_test/object_counter_test.h \
extl/counter/shared_counter.h \
extl/counter/unit_test/shared_counter_test.h \
imageconvector.h \
qimage_painter.h \
sh_pp.h \
sh_hp.h \
sh_oh.h \
sh_zm.h \
sh_sc.h \
sh_ed.h \
sh_dk.h \
sh_rl.h \
sh_tn.h \
sh_fx.h \
sh_gy.h \
sh_th.h \
sh_cs.h \
sh_dn.h \
qimagescene.h
c:/Qt/2009.01/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 qimagescene.h -o release\moc_qimagescene.cpp
compiler_rcc_make_all: release/qrc_res.cpp
compiler_rcc_clean:
-$(DEL_FILE) release\qrc_res.cpp
release/qrc_res.cpp: res/res.qrc \
res/network.png \
res/minus.png \
res/fileopen.png \
res/plus.png \
res/fileclose.png \
res/filesave.png \
res/star.png
c:\Qt\2009.01\qt\bin\rcc.exe -name res res\res.qrc -o release\qrc_res.cpp
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_mainwindow.h
compiler_uic_clean:
-$(DEL_FILE) ui_mainwindow.h
ui_mainwindow.h: mainwindow.ui \
sampleview.h \
extl/graphic/prefix.h \
extl/prefix.h \
extl/config/config.h \
extl/config/version.h \
extl/config/user/config.h \
extl/config/user/debug.h \
extl/config/user/release.h \
extl/config/test.h \
extl/config/compiler/config.h \
extl/config/compiler/undefs.h \
extl/config/compiler/msvc.h \
extl/config/compiler/intel.h \
extl/config/compiler/borland.h \
extl/config/compiler/watcom.h \
extl/config/compiler/gcc.h \
extl/config/compiler/dmc.h \
extl/config/compiler/vectorc.h \
extl/config/tchar.hpp \
extl/config/platform/config.h \
extl/config/platform/platform.h \
extl/config/platform/win/config.h \
extl/config/platform/unix/config.h \
extl/config/stdlib/config.h \
extl/config/suffix.h \
extl/config/namespace.h \
extl/config/locale.hpp \
extl/config/sub_config.h \
extl/type/config/config.h \
extl/type/config/support.h \
extl/type/traits/config/config.h \
extl/utility/config/config.h \
extl/mpl/config/config.h \
extl/compiler/config/config.h \
extl/error/config/config.h \
extl/math/config/config.h \
extl/algorithm/config/config.h \
extl/memory/config/config.h \
extl/iterator/config/config.h \
extl/conversion/config/config.h \
extl/string/config/config.h \
extl/container/config/config.h \
extl/functional/config/config.h \
extl/smartptr/config/config.h \
extl/counter/config/config.h \
extl/intelligence/config/config.h \
extl/graphic/config/config.h \
extl/synch/config/config.h \
extl/media/config/config.h \
extl/utility/static_assert.h \
extl/utility/static_message_assert.h \
extl/type/type.h \
extl/type/typedef.h \
extl/type/unit_test/type_size_test.h \
extl/type/null_type.h \
extl/type/type_wrap.h \
extl/type/non_type_wrap.h \
extl/type/yes_no.h \
extl/type/n_types.h \
extl/platform/utility/assert.h \
extl/win/utility/assert_failed.h \
extl/platform_/utility/assert.h \
extl/platform_/config/config.h \
extl/platform_/unix/utility/assert_failed.h \
extl/platform_/windows/utility/assert_failed.h \
extl/log/log.h \
extl/log/log_base.h \
extl/string/format_helper.h \
extl/utility/suppress_unused.h \
extl/string/std/functions.h \
extl/log/file_log.h \
extl/log/file_report_traits.h \
extl/log/console_log.h \
extl/log/console_report_traits.h \
extl/log/trace.h \
extl/math/math.h \
extl/math/std/math.h \
extl/math/arithmetic.h \
extl/math/std/arithmetic.h \
extl/math/basic_vmatrix.h \
extl/memory/buffer.h \
extl/memory/buffer_base.h \
extl/iterator/iterator.h \
extl/iterator/iterator_base.h \
extl/iterator/iterator_category.h \
extl/iterator/iterator_traits.h \
extl/type/traits/is_ptr.h \
extl/type/traits/is_mem_ptr.h \
extl/type/traits/detail/is_mem_func_ptr_tester.h \
extl/type/traits/prefix.h \
extl/type/traits/logical_op.h \
extl/type/traits/is_mem_func_ptr.h \
extl/type/traits/unit_test/is_mem_func_ptr_test.h \
extl/type/traits/unit_test/is_mem_ptr_test.h \
extl/type/traits/is_ref.h \
extl/type/traits/is_func.h \
extl/type/traits/is_func_ptr.h \
extl/type/traits/detail/is_func_ptr_tester.h \
extl/type/traits/unit_test/is_func_ptr_test.h \
extl/type/traits/unit_test/is_func_test.h \
extl/type/traits/unit_test/is_ref_test.h \
extl/type/traits/is_array.h \
extl/type/traits/unit_test/is_array_test.h \
extl/type/traits/unit_test/is_ptr_test.h \
extl/type/traits/is_const.h \
extl/type/traits/remove_bounds.h \
extl/type/traits/remove_bound.h \
extl/type/traits/detail/type_buffer.h \
extl/type/traits/is_arithmetic.h \
extl/type/traits/is_float.h \
extl/type/traits/unit_test/is_float_test.h \
extl/type/traits/is_int.h \
extl/type/traits/unit_test/is_int_test.h \
extl/type/traits/unit_test/is_arithmetic_test.h \
extl/type/traits/unit_test/remove_bound_test.h \
extl/type/traits/unit_test/remove_bounds_test.h \
extl/type/traits/unit_test/is_const_test.h \
extl/type/traits/remove_ptr.h \
extl/type/traits/remove_cv.h \
extl/type/traits/is_volatile.h \
extl/type/traits/unit_test/is_volatile_test.h \
extl/type/traits/is_cv.h \
extl/type/traits/unit_test/is_cv_test.h \
extl/type/traits/unit_test/remove_cv_test.h \
extl/type/traits/unit_test/remove_ptr_test.h \
extl/type/traits/remove_ref.h \
extl/type/traits/unit_test/remove_ref_test.h \
extl/type/traits/add_ref.h \
extl/type/traits/unit_test/add_ref_test.h \
extl/type/traits/add_const.h \
extl/type/traits/unit_test/add_const_test.h \
extl/type/traits/is_convertible.h \
extl/type/traits/is_void.h \
extl/type/traits/unit_test/is_void_test.h \
extl/type/traits/is_abstract.h \
extl/type/traits/is_class.h \
extl/type/traits/is_union.h \
extl/type/traits/unit_test/is_union_test.h \
extl/type/traits/unit_test/is_class_test.h \
extl/type/traits/unit_test/is_abstract_test.h \
extl/type/traits/unit_test/is_convertible_test.h \
extl/mpl/if_.h \
extl/mpl/unit_test/if_test.h \
extl/iterator/reverse_iterator_base.h \
extl/iterator/insert_iterator_base.h \
extl/iterator/pointer_iterator.h \
extl/iterator/random_access_iterator_base.h \
extl/iterator/bidirectional_iterator_base.h \
extl/algorithm/algorithm.h \
extl/algorithm/std/algorithm.h \
extl/algorithm/detail/sort_impl.h \
extl/algorithm/for.h \
extl/algorithm/find.h \
extl/algorithm/detail/container_traits.h \
extl/algorithm/sort.h \
extl/algorithm/stats.h \
extl/error/error.h \
extl/error/error_base.h \
extl/string/error_string.h \
extl/string/string_traits.h \
extl/string/std/char_traits.h \
extl/memory/prefix.h \
extl/memory/help_functions.h \
extl/type/traits/is_pod.h \
extl/type/traits/is_scalar.h \
extl/type/traits/is_enum.h \
extl/type/traits/is_class_or_union.h \
extl/type/traits/unit_test/is_class_or_union_test.h \
extl/type/traits/unit_test/is_enum_test.h \
extl/type/traits/unit_test/is_scalar_test.h \
extl/type/traits/unit_test/is_pod_test.h \
extl/memory/unit_test/help_functions_test.h \
extl/string/std/unit_test/char_traits_test.h \
extl/type/traits/is_unsigned.h \
extl/type/traits/unit_test/is_unsigned_test.h \
extl/error/std/error.h \
extl/error/std/length_error.h \
extl/error/std/range_error.h \
extl/error/std/overflow_error.h \
extl/error/std/underflow_error.h \
extl/error/argument_error.h \
extl/error/conversion_error.h \
extl/error/synch_error.h \
extl/error/lock_error.h \
extl/error/memory_error.h \
extl/error/alloc_error.h \
extl/error/invariance_error.h \
extl/error/index_error.h \
extl/memory/pod_memory_traits.h \
extl/memory/initialiser_selector.h \
extl/memory/object_initialiser.h \
extl/memory/initialiser_base.h \
extl/memory/pod_initialiser.h \
extl/memory/scoped_buffer.h \
extl/memory/memory_traits_selector.h \
extl/memory/object_memory_traits.h \
extl/memory/allocator_selector.h \
extl/memory/basic_allocator_selector.h \
extl/memory/new_allocator.h \
extl/memory/allocator_base.h \
extl/memory/unit_test/new_allocator_test.h \
extl/memory/malloc_allocator.h \
extl/memory/unit_test/malloc_allocator_test.h \
extl/memory/null_allocator.h \
extl/memory/basic_pool_allocator.h \
extl/memory/singleton_pool.h \
extl/utility/singleton.h \
extl/synch/synch_traits_selector.h \
extl/platform_/synch/synch_traits.h \
extl/platform_/synch/atomic_traits.h \
extl/platform_/unix/synch/atomic_func.h \
extl/platform_/windows/synch/atomic_func.h \
extl/synch/null_lock.h \
extl/synch/lock_base.h \
extl/utility/uncopyable.h \
extl/platform_/unix/synch/lock_selector.h \
extl/platform_/windows/synch/lock_selector.h \
extl/platform_/windows/synch/event_lock.h \
extl/platform_/windows/synch/basic_event.h \
extl/platform_/windows/synch/mutex_lock.h \
extl/platform_/windows/synch/basic_mutex.h \
extl/platform_/windows/synch/semaphore_lock.h \
extl/platform_/windows/synch/basic_semaphore.h \
extl/platform_/windows/synch/critical_lock.h \
extl/platform_/windows/synch/basic_critical.h \
extl/synch/synch_traits.h \
extl/platform/synch/lock_selector.h \
extl/platform/platform.h \
extl/win/win.h \
extl/win/synch/locks.h \
extl/win/synch/critical_section_lock.h \
extl/win/synch/critical_section.h \
extl/win/error/win_synch_error.h \
extl/win/error/win_error.h \
extl/win/synch/unit_test/critical_section_lock_test.h \
extl/synch/scoped_lock.h \
extl/memory/basic_pool.h \
extl/type/traits/limit_traits.h \
extl/type/traits/is_signed.h \
extl/type/traits/unit_test/is_signed_test.h \
extl/type/traits/unit_test/limit_traits_test.h \
extl/mpl/math/max_min.h \
extl/mpl/math/math.h \
extl/mpl/math/is_even.h \
extl/mpl/int_.h \
extl/mpl/math/unit_test/is_even_test.h \
extl/mpl/math/is_prime.h \
extl/mpl/bool_.h \
extl/mpl/math/unit_test/is_prime_test.h \
extl/mpl/math/log.h \
extl/mpl/math/unit_test/log_test.h \
extl/mpl/math/pi.h \
extl/mpl/math/pow.h \
extl/mpl/math/unit_test/pow_test.h \
extl/mpl/math/unit_test/pi_test.h \
extl/mpl/math/sqrt.h \
extl/mpl/math/unit_test/sqrt_test.h \
extl/mpl/math/unit_test/max_min_test.h \
extl/counter/clock_counter.h \
extl/counter/unit_test/clock_counter_test.h \
extl/math/rand.h \
extl/math/linear_rand.h \
extl/math/rand_selector.h \
extl/memory/unit_test/basic_pool_test.h \
extl/memory/unit_test/basic_pool_allocator_test.h \
extl/memory/allocator_traits.h \
extl/memory/allocator.h \
extl/memory/stack_buffer.h \
extl/memory/attached_buffer.h \
extl/memory/buffer_selector.h \
extl/math/vmatrix_base.h \
extl/utility/operators.h \
extl/utility/unit_test/operators_test.h \
extl/container/matrix_base.h \
extl/container/basic_array.h \
extl/container/array_base.h \
extl/container/detail/matrix_cole_iterator.h \
extl/container/detail/matrix_rowe_iterator.h \
extl/math/basic_vvector.h \
extl/math/vvector_base.h \
extl/math/vmatrix_selector.h \
extl/math/vvector_selector.h \
extl/math/max_min.h \
extl/type/traits/promotion_traits.h \
extl/type/traits/if_.h \
extl/type/traits/is_same.h \
extl/type/traits/unit_test/is_same_test.h \
extl/type/traits/unit_test/promotion_traits_test.h \
extl/math/expr_vvector.h \
extl/math/detail/expr_op.h \
extl/math/detail/vvector_expr.h \
extl/counter/counter.h \
extl/counter/object_counter.h \
extl/counter/unit_test/object_counter_test.h \
extl/counter/shared_counter.h \
extl/counter/unit_test/shared_counter_test.h
c:\Qt\2009.01\qt\bin\uic.exe mainwindow.ui -o ui_mainwindow.h
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean
####### Compile
release/main.o: main.cpp mainwindow.h \
network.h \
prefix.h \
extl/prefix.h \
extl/config/config.h \
extl/config/version.h \
extl/config/user/config.h \
extl/config/user/debug.h \
extl/config/user/release.h \
extl/config/test.h \
extl/config/compiler/config.h \
extl/config/compiler/undefs.h \
extl/config/compiler/msvc.h \
extl/config/compiler/intel.h \
extl/config/compiler/borland.h \
extl/config/compiler/watcom.h \
extl/config/compiler/gcc.h \
extl/config/compiler/dmc.h \
extl/config/compiler/vectorc.h \
extl/config/tchar.hpp \
extl/config/platform/config.h \
extl/config/platform/platform.h \
extl/config/platform/win/config.h \
extl/config/platform/unix/config.h \
extl/config/stdlib/config.h \
extl/config/suffix.h \
extl/config/namespace.h \
extl/config/locale.hpp \
extl/config/sub_config.h \
extl/type/config/config.h \
extl/type/config/support.h \
extl/type/traits/config/config.h \
extl/utility/config/config.h \
extl/mpl/config/config.h \
extl/compiler/config/config.h \
extl/error/config/config.h \
extl/math/config/config.h \
extl/algorithm/config/config.h \
extl/memory/config/config.h \
extl/iterator/config/config.h \
extl/conversion/config/config.h \
extl/string/config/config.h \
extl/container/config/config.h \
extl/functional/config/config.h \
extl/smartptr/config/config.h \
extl/counter/config/config.h \
extl/intelligence/config/config.h \
extl/graphic/config/config.h \
extl/synch/config/config.h \
extl/media/config/config.h \
extl/utility/static_assert.h \
extl/utility/static_message_assert.h \
extl/type/type.h \
extl/type/typedef.h \
extl/type/unit_test/type_size_test.h \
extl/type/null_type.h \
extl/type/type_wrap.h \
extl/type/non_type_wrap.h \
extl/type/yes_no.h \
extl/type/n_types.h \
extl/platform/utility/assert.h \
extl/win/utility/assert_failed.h \
extl/platform_/utility/assert.h \
extl/platform_/config/config.h \
extl/platform_/unix/utility/assert_failed.h \
extl/platform_/windows/utility/assert_failed.h \
extl/log/log.h \
extl/log/log_base.h \
extl/string/format_helper.h \
extl/utility/suppress_unused.h \
extl/string/std/functions.h \
extl/log/file_log.h \
extl/log/file_report_traits.h \
extl/log/console_log.h \
extl/log/console_report_traits.h \
extl/log/trace.h \
extl/graphic/graphic.h \
extl/graphic/prefix.h \
extl/math/math.h \
extl/math/std/math.h \
extl/math/arithmetic.h \
extl/math/std/arithmetic.h \
extl/math/basic_vmatrix.h \
extl/memory/buffer.h \
extl/memory/buffer_base.h \
extl/iterator/iterator.h \
extl/iterator/iterator_base.h \
extl/iterator/iterator_category.h \
extl/iterator/iterator_traits.h \
extl/type/traits/is_ptr.h \
extl/type/traits/is_mem_ptr.h \
extl/type/traits/detail/is_mem_func_ptr_tester.h \
extl/type/traits/prefix.h \
extl/type/traits/logical_op.h \
extl/type/traits/is_mem_func_ptr.h \
extl/type/traits/unit_test/is_mem_func_ptr_test.h \
extl/type/traits/unit_test/is_mem_ptr_test.h \
extl/type/traits/is_ref.h \
extl/type/traits/is_func.h \
extl/type/traits/is_func_ptr.h \
extl/type/traits/detail/is_func_ptr_tester.h \
extl/type/traits/unit_test/is_func_ptr_test.h \
extl/type/traits/unit_test/is_func_test.h \
extl/type/traits/unit_test/is_ref_test.h \
extl/type/traits/is_array.h \
extl/type/traits/unit_test/is_array_test.h \
extl/type/traits/unit_test/is_ptr_test.h \
extl/type/traits/is_const.h \
extl/type/traits/remove_bounds.h \
extl/type/traits/remove_bound.h \
extl/type/traits/detail/type_buffer.h \
extl/type/traits/is_arithmetic.h \
extl/type/traits/is_float.h \
extl/type/traits/unit_test/is_float_test.h \
extl/type/traits/is_int.h \
extl/type/traits/unit_test/is_int_test.h \
extl/type/traits/unit_test/is_arithmetic_test.h \
extl/type/traits/unit_test/remove_bound_test.h \
extl/type/traits/unit_test/remove_bounds_test.h \
extl/type/traits/unit_test/is_const_test.h \
extl/type/traits/remove_ptr.h \
extl/type/traits/remove_cv.h \
extl/type/traits/is_volatile.h \
extl/type/traits/unit_test/is_volatile_test.h \
extl/type/traits/is_cv.h \
extl/type/traits/unit_test/is_cv_test.h \
extl/type/traits/unit_test/remove_cv_test.h \
extl/type/traits/unit_test/remove_ptr_test.h \
extl/type/traits/remove_ref.h \
extl/type/traits/unit_test/remove_ref_test.h \
extl/type/traits/add_ref.h \
extl/type/traits/unit_test/add_ref_test.h \
extl/type/traits/add_const.h \
extl/type/traits/unit_test/add_const_test.h \
extl/type/traits/is_convertible.h \
extl/type/traits/is_void.h \
extl/type/traits/unit_test/is_void_test.h \
extl/type/traits/is_abstract.h \
extl/type/traits/is_class.h \
extl/type/traits/is_union.h \
extl/type/traits/unit_test/is_union_test.h \
extl/type/traits/unit_test/is_class_test.h \
extl/type/traits/unit_test/is_abstract_test.h \
extl/type/traits/unit_test/is_convertible_test.h \
extl/mpl/if_.h \
extl/mpl/unit_test/if_test.h \
extl/iterator/reverse_iterator_base.h \
extl/iterator/insert_iterator_base.h \
extl/iterator/pointer_iterator.h \
extl/iterator/random_access_iterator_base.h \
extl/iterator/bidirectional_iterator_base.h \
extl/algorithm/algorithm.h \
extl/algorithm/std/algorithm.h \
extl/algorithm/detail/sort_impl.h \
extl/algorithm/for.h \
extl/algorithm/find.h \
extl/algorithm/detail/container_traits.h \
extl/algorithm/sort.h \
extl/algorithm/stats.h \
extl/error/error.h \
extl/error/error_base.h \
extl/string/error_string.h \
extl/string/string_traits.h \
extl/string/std/char_traits.h \
extl/memory/prefix.h \
extl/memory/help_functions.h \
extl/type/traits/is_pod.h \
extl/type/traits/is_scalar.h \
extl/type/traits/is_enum.h \
extl/type/traits/is_class_or_union.h \
extl/type/traits/unit_test/is_class_or_union_test.h \
extl/type/traits/unit_test/is_enum_test.h \
extl/type/traits/unit_test/is_scalar_test.h \
extl/type/traits/unit_test/is_pod_test.h \
extl/memory/unit_test/help_functions_test.h \
extl/string/std/unit_test/char_traits_test.h \
extl/type/traits/is_unsigned.h \
extl/type/traits/unit_test/is_unsigned_test.h \
extl/error/std/error.h \
extl/error/std/length_error.h \
extl/error/std/range_error.h \
extl/error/std/overflow_error.h \
extl/error/std/underflow_error.h \
extl/error/argument_error.h \
extl/error/conversion_error.h \
extl/error/synch_error.h \
extl/error/lock_error.h \
extl/error/memory_error.h \
extl/error/alloc_error.h \
extl/error/invariance_error.h \
extl/error/index_error.h \
extl/memory/pod_memory_traits.h \
extl/memory/initialiser_selector.h \
extl/memory/object_initialiser.h \
extl/memory/initialiser_base.h \
extl/memory/pod_initialiser.h \
extl/memory/scoped_buffer.h \
extl/memory/memory_traits_selector.h \
extl/memory/object_memory_traits.h \
extl/memory/allocator_selector.h \
extl/memory/basic_allocator_selector.h \
extl/memory/new_allocator.h \
extl/memory/allocator_base.h \
extl/memory/unit_test/new_allocator_test.h \
extl/memory/malloc_allocator.h \
extl/memory/unit_test/malloc_allocator_test.h \
extl/memory/null_allocator.h \
extl/memory/basic_pool_allocator.h \
extl/memory/singleton_pool.h \
extl/utility/singleton.h \
extl/synch/synch_traits_selector.h \
extl/platform_/synch/synch_traits.h \
extl/platform_/synch/atomic_traits.h \
extl/platform_/unix/synch/atomic_func.h \
extl/platform_/windows/synch/atomic_func.h \
extl/synch/null_lock.h \
extl/synch/lock_base.h \
extl/utility/uncopyable.h \
extl/platform_/unix/synch/lock_selector.h \
extl/platform_/windows/synch/lock_selector.h \
extl/platform_/windows/synch/event_lock.h \
extl/platform_/windows/synch/basic_event.h \
extl/platform_/windows/synch/mutex_lock.h \
extl/platform_/windows/synch/basic_mutex.h \
extl/platform_/windows/synch/semaphore_lock.h \
extl/platform_/windows/synch/basic_semaphore.h \
extl/platform_/windows/synch/critical_lock.h \
extl/platform_/windows/synch/basic_critical.h \
extl/synch/synch_traits.h \
extl/platform/synch/lock_selector.h \
extl/platform/platform.h \
extl/win/win.h \
extl/win/synch/locks.h \
extl/win/synch/critical_section_lock.h \
extl/win/synch/critical_section.h \
extl/win/error/win_synch_error.h \
extl/win/error/win_error.h \
extl/win/synch/unit_test/critical_section_lock_test.h \
extl/synch/scoped_lock.h \
extl/memory/basic_pool.h \
extl/type/traits/limit_traits.h \
extl/type/traits/is_signed.h \
extl/type/traits/unit_test/is_signed_test.h \
extl/type/traits/unit_test/limit_traits_test.h \
extl/mpl/math/max_min.h \
extl/mpl/math/math.h \
extl/mpl/math/is_even.h \
extl/mpl/int_.h \
extl/mpl/math/unit_test/is_even_test.h \
extl/mpl/math/is_prime.h \
extl/mpl/bool_.h \
extl/mpl/math/unit_test/is_prime_test.h \
extl/mpl/math/log.h \
extl/mpl/math/unit_test/log_test.h \
extl/mpl/math/pi.h \
extl/mpl/math/pow.h \
extl/mpl/math/unit_test/pow_test.h \
extl/mpl/math/unit_test/pi_test.h \
extl/mpl/math/sqrt.h \
extl/mpl/math/unit_test/sqrt_test.h \
extl/mpl/math/unit_test/max_min_test.h \
extl/counter/clock_counter.h \
extl/counter/unit_test/clock_counter_test.h \
extl/math/rand.h \
extl/math/linear_rand.h \
extl/math/rand_selector.h \
extl/memory/unit_test/basic_pool_test.h \
extl/memory/unit_test/basic_pool_allocator_test.h \
extl/memory/allocator_traits.h \
extl/memory/allocator.h \
extl/memory/stack_buffer.h \
extl/memory/attached_buffer.h \
extl/memory/buffer_selector.h \
extl/math/vmatrix_base.h \
extl/utility/operators.h \
extl/utility/unit_test/operators_test.h \
extl/container/matrix_base.h \
extl/container/basic_array.h \
extl/container/array_base.h \
extl/container/detail/matrix_cole_iterator.h \
extl/container/detail/matrix_rowe_iterator.h \
extl/math/basic_vvector.h \
extl/math/vvector_base.h \
extl/math/vmatrix_selector.h \
extl/math/vvector_selector.h \
extl/math/max_min.h \
extl/type/traits/promotion_traits.h \
extl/type/traits/if_.h \
extl/type/traits/is_same.h \
extl/type/traits/unit_test/is_same_test.h \
extl/type/traits/unit_test/promotion_traits_test.h \
extl/math/expr_vvector.h \
extl/math/detail/expr_op.h \
extl/math/detail/vvector_expr.h \
extl/counter/counter.h \
extl/counter/object_counter.h \
extl/counter/unit_test/object_counter_test.h \
extl/counter/shared_counter.h \
extl/counter/unit_test/shared_counter_test.h \
extl/graphic/image/image.h \
extl/graphic/image/basic_image.h \
extl/container/matrix.h \
extl/container/basic_matrix.h \
extl/container/sparse_matrix_base.h \
extl/container/list.h \
extl/container/basic_list.h \
extl/container/detail/list_iterator.h \
extl/container/list_selector.h \
extl/container/detail/sparse_matrix_rowe_iterator.h \
extl/container/detail/sparse_matrix_cole_iterator.h \
extl/container/sparse_matrix.h \
extl/container/symmetrical_matrix.h \
extl/container/symmetrical_sparse_matrix.h \
extl/container/detail/symmetrical_sparse_matrix_rowcole_iterator.h \
extl/container/matrix_selector.h \
extl/graphic/image/image_painter.h \
extl/graphic/painter_base.h \
extl/graphic/basic_rect.h \
extl/graphic/basic_point.h \
extl/graphic/basic_color.h \
extl/graphic/basic_size.h \
extl/graphic/image/nearest_neighbor_zoom_filter.h \
extl/container/pair.h \
extl/container/basic_pair.h \
extl/container/detail/tuple2.h \
extl/type/traits/call_traits.h \
extl/type/traits/add_const_ref.h \
extl/type/traits/unit_test/add_const_ref_test.h \
extl/type/traits/remove_const.h \
extl/type/traits/unit_test/remove_const_test.h \
extl/type/traits/unit_test/call_traits_test.h \
extl/type/traits/is_empty.h \
extl/type/traits/unit_test/is_empty_test.h \
extl/container/pair_selector.h \
extl/intelligence/ann/ann.h \
extl/intelligence/ann/perceptron_network.h \
extl/intelligence/ann/detail/basic_network_base.h \
extl/intelligence/ann/sample.h \
extl/intelligence/ann/bool_sample.h \
extl/intelligence/ann/float_sample.h \
extl/intelligence/ann/sample_selector.h \
extl/intelligence/ann/detail/bp_network_impl.h \
extl/intelligence/ann/basic_network_validator.h \
extl/intelligence/ann/afunc_traits.h \
extl/intelligence/ann/bp_network.h \
extl/intelligence/ann/wga_network.h \
extl/intelligence/ga/fopti/fopti.h \
extl/intelligence/ga/fopti/fopti_ga.h \
extl/intelligence/ga/fopti/fopti_ga_traits.h \
extl/intelligence/ga/fopti/fopti_ga_config.h \
extl/intelligence/ga/fopti/fopti_individual.h \
extl/intelligence/ga/fopti/detail/fopti_scopes.h \
extl/intelligence/ga/fopti/fopti_crossover_traits.h \
extl/intelligence/ga/fopti/fopti_mutation_traits.h \
extl/intelligence/ga/fopti/detail/float_mutation_impl.h \
extl/intelligence/ga/fopti/fopti_rmake_traits.h \
extl/intelligence/ga/fopti/fopti_fitness_traits.h \
extl/intelligence/ga/fopti/detail/fopti_fitness_traits_impl.h \
extl/intelligence/ga/fopti/fopti_penalty_traits.h \
extl/intelligence/ga/fopti/fopti_constraints.h \
extl/intelligence/ga/fopti/fopti_func_traits.h \
extl/intelligence/ga/fopti/detail/fopti_func_traits_impl.h \
extl/intelligence/ga/fopti/fopti_uga.h \
extl/intelligence/ann/network_validator.h \
extl/intelligence/ann/pca_network_validator.h \
extl/intelligence/ann/kfold_cross_validator.h \
extl/intelligence/ann/gha_network.h \
extl/intelligence/ann/sample_converter.h \
extl/intelligence/ann/standardized_converter.h \
extl/intelligence/ann/normalized_converter.h \
extl/intelligence/ann/null_converter.h \
extl/intelligence/ann/ghia_network.h \
extl/intelligence/ann/apex_network.h \
extl/intelligence/ann/pca_mixed_network.h \
extl/intelligence/ann/bagging_networks.h \
extl/intelligence/ann/ada_boosting_2_networks.h \
extl/intelligence/ann/ada_boosting_n_networks.h \
extl/intelligence/ann/bayes_classifier.h \
extl/intelligence/ann/basic_classifier_validator.h \
imageconvector.h \
qimagescene.h \
qimage_painter.h \
sh_pp.h \
sh_hp.h \
sh_oh.h \
sh_zm.h \
sh_sc.h \
sh_ed.h \
sh_dk.h \
sh_rl.h \
sh_tn.h \
sh_fx.h \
sh_gy.h \
sh_th.h \
sh_cs.h \
sh_dn.h \
ui_mainwindow.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o main.cpp
release/mainwindow.o: mainwindow.cpp mainwindow.h \
network.h \
prefix.h \
extl/prefix.h \
extl/config/config.h \
extl/config/version.h \
extl/config/user/config.h \
extl/config/user/debug.h \
extl/config/user/release.h \
extl/config/test.h \
extl/config/compiler/config.h \
extl/config/compiler/undefs.h \
extl/config/compiler/msvc.h \
extl/config/compiler/intel.h \
extl/config/compiler/borland.h \
extl/config/compiler/watcom.h \
extl/config/compiler/gcc.h \
extl/config/compiler/dmc.h \
extl/config/compiler/vectorc.h \
extl/config/tchar.hpp \
extl/config/platform/config.h \
extl/config/platform/platform.h \
extl/config/platform/win/config.h \
extl/config/platform/unix/config.h \
extl/config/stdlib/config.h \
extl/config/suffix.h \
extl/config/namespace.h \
extl/config/locale.hpp \
extl/config/sub_config.h \
extl/type/config/config.h \
extl/type/config/support.h \
extl/type/traits/config/config.h \
extl/utility/config/config.h \
extl/mpl/config/config.h \
extl/compiler/config/config.h \
extl/error/config/config.h \
extl/math/config/config.h \
extl/algorithm/config/config.h \
extl/memory/config/config.h \
extl/iterator/config/config.h \
extl/conversion/config/config.h \
extl/string/config/config.h \
extl/container/config/config.h \
extl/functional/config/config.h \
extl/smartptr/config/config.h \
extl/counter/config/config.h \
extl/intelligence/config/config.h \
extl/graphic/config/config.h \
extl/synch/config/config.h \
extl/media/config/config.h \
extl/utility/static_assert.h \
extl/utility/static_message_assert.h \
extl/type/type.h \
extl/type/typedef.h \
extl/type/unit_test/type_size_test.h \
extl/type/null_type.h \
extl/type/type_wrap.h \
extl/type/non_type_wrap.h \
extl/type/yes_no.h \
extl/type/n_types.h \
extl/platform/utility/assert.h \
extl/win/utility/assert_failed.h \
extl/platform_/utility/assert.h \
extl/platform_/config/config.h \
extl/platform_/unix/utility/assert_failed.h \
extl/platform_/windows/utility/assert_failed.h \
extl/log/log.h \
extl/log/log_base.h \
extl/string/format_helper.h \
extl/utility/suppress_unused.h \
extl/string/std/functions.h \
extl/log/file_log.h \
extl/log/file_report_traits.h \
extl/log/console_log.h \
extl/log/console_report_traits.h \
extl/log/trace.h \
extl/graphic/graphic.h \
extl/graphic/prefix.h \
extl/math/math.h \
extl/math/std/math.h \
extl/math/arithmetic.h \
extl/math/std/arithmetic.h \
extl/math/basic_vmatrix.h \
extl/memory/buffer.h \
extl/memory/buffer_base.h \
extl/iterator/iterator.h \
extl/iterator/iterator_base.h \
extl/iterator/iterator_category.h \
extl/iterator/iterator_traits.h \
extl/type/traits/is_ptr.h \
extl/type/traits/is_mem_ptr.h \
extl/type/traits/detail/is_mem_func_ptr_tester.h \
extl/type/traits/prefix.h \
extl/type/traits/logical_op.h \
extl/type/traits/is_mem_func_ptr.h \
extl/type/traits/unit_test/is_mem_func_ptr_test.h \
extl/type/traits/unit_test/is_mem_ptr_test.h \
extl/type/traits/is_ref.h \
extl/type/traits/is_func.h \
extl/type/traits/is_func_ptr.h \
extl/type/traits/detail/is_func_ptr_tester.h \
extl/type/traits/unit_test/is_func_ptr_test.h \
extl/type/traits/unit_test/is_func_test.h \
extl/type/traits/unit_test/is_ref_test.h \
extl/type/traits/is_array.h \
extl/type/traits/unit_test/is_array_test.h \
extl/type/traits/unit_test/is_ptr_test.h \
extl/type/traits/is_const.h \
extl/type/traits/remove_bounds.h \
extl/type/traits/remove_bound.h \
extl/type/traits/detail/type_buffer.h \
extl/type/traits/is_arithmetic.h \
extl/type/traits/is_float.h \
extl/type/traits/unit_test/is_float_test.h \
extl/type/traits/is_int.h \
extl/type/traits/unit_test/is_int_test.h \
extl/type/traits/unit_test/is_arithmetic_test.h \
extl/type/traits/unit_test/remove_bound_test.h \
extl/type/traits/unit_test/remove_bounds_test.h \
extl/type/traits/unit_test/is_const_test.h \
extl/type/traits/remove_ptr.h \
extl/type/traits/remove_cv.h \
extl/type/traits/is_volatile.h \
extl/type/traits/unit_test/is_volatile_test.h \
extl/type/traits/is_cv.h \
extl/type/traits/unit_test/is_cv_test.h \
extl/type/traits/unit_test/remove_cv_test.h \
extl/type/traits/unit_test/remove_ptr_test.h \
extl/type/traits/remove_ref.h \
extl/type/traits/unit_test/remove_ref_test.h \
extl/type/traits/add_ref.h \
extl/type/traits/unit_test/add_ref_test.h \
extl/type/traits/add_const.h \
extl/type/traits/unit_test/add_const_test.h \
extl/type/traits/is_convertible.h \
extl/type/traits/is_void.h \
extl/type/traits/unit_test/is_void_test.h \
extl/type/traits/is_abstract.h \
extl/type/traits/is_class.h \
extl/type/traits/is_union.h \
extl/type/traits/unit_test/is_union_test.h \
extl/type/traits/unit_test/is_class_test.h \
extl/type/traits/unit_test/is_abstract_test.h \
extl/type/traits/unit_test/is_convertible_test.h \
extl/mpl/if_.h \
extl/mpl/unit_test/if_test.h \
extl/iterator/reverse_iterator_base.h \
extl/iterator/insert_iterator_base.h \
extl/iterator/pointer_iterator.h \
extl/iterator/random_access_iterator_base.h \
extl/iterator/bidirectional_iterator_base.h \
extl/algorithm/algorithm.h \
extl/algorithm/std/algorithm.h \
extl/algorithm/detail/sort_impl.h \
extl/algorithm/for.h \
extl/algorithm/find.h \
extl/algorithm/detail/container_traits.h \
extl/algorithm/sort.h \
extl/algorithm/stats.h \
extl/error/error.h \
extl/error/error_base.h \
extl/string/error_string.h \
extl/string/string_traits.h \
extl/string/std/char_traits.h \
extl/memory/prefix.h \
extl/memory/help_functions.h \
extl/type/traits/is_pod.h \
extl/type/traits/is_scalar.h \
extl/type/traits/is_enum.h \
extl/type/traits/is_class_or_union.h \
extl/type/traits/unit_test/is_class_or_union_test.h \
extl/type/traits/unit_test/is_enum_test.h \
extl/type/traits/unit_test/is_scalar_test.h \
extl/type/traits/unit_test/is_pod_test.h \
extl/memory/unit_test/help_functions_test.h \
extl/string/std/unit_test/char_traits_test.h \
extl/type/traits/is_unsigned.h \
extl/type/traits/unit_test/is_unsigned_test.h \
extl/error/std/error.h \
extl/error/std/length_error.h \
extl/error/std/range_error.h \
extl/error/std/overflow_error.h \
extl/error/std/underflow_error.h \
extl/error/argument_error.h \
extl/error/conversion_error.h \
extl/error/synch_error.h \
extl/error/lock_error.h \
extl/error/memory_error.h \
extl/error/alloc_error.h \
extl/error/invariance_error.h \
extl/error/index_error.h \
extl/memory/pod_memory_traits.h \
extl/memory/initialiser_selector.h \
extl/memory/object_initialiser.h \
extl/memory/initialiser_base.h \
extl/memory/pod_initialiser.h \
extl/memory/scoped_buffer.h \
extl/memory/memory_traits_selector.h \
extl/memory/object_memory_traits.h \
extl/memory/allocator_selector.h \
extl/memory/basic_allocator_selector.h \
extl/memory/new_allocator.h \
extl/memory/allocator_base.h \
extl/memory/unit_test/new_allocator_test.h \
extl/memory/malloc_allocator.h \
extl/memory/unit_test/malloc_allocator_test.h \
extl/memory/null_allocator.h \
extl/memory/basic_pool_allocator.h \
extl/memory/singleton_pool.h \
extl/utility/singleton.h \
extl/synch/synch_traits_selector.h \
extl/platform_/synch/synch_traits.h \
extl/platform_/synch/atomic_traits.h \
extl/platform_/unix/synch/atomic_func.h \
extl/platform_/windows/synch/atomic_func.h \
extl/synch/null_lock.h \
extl/synch/lock_base.h \
extl/utility/uncopyable.h \
extl/platform_/unix/synch/lock_selector.h \
extl/platform_/windows/synch/lock_selector.h \
extl/platform_/windows/synch/event_lock.h \
extl/platform_/windows/synch/basic_event.h \
extl/platform_/windows/synch/mutex_lock.h \
extl/platform_/windows/synch/basic_mutex.h \
extl/platform_/windows/synch/semaphore_lock.h \
extl/platform_/windows/synch/basic_semaphore.h \
extl/platform_/windows/synch/critical_lock.h \
extl/platform_/windows/synch/basic_critical.h \
extl/synch/synch_traits.h \
extl/platform/synch/lock_selector.h \
extl/platform/platform.h \
extl/win/win.h \
extl/win/synch/locks.h \
extl/win/synch/critical_section_lock.h \
extl/win/synch/critical_section.h \
extl/win/error/win_synch_error.h \
extl/win/error/win_error.h \
extl/win/synch/unit_test/critical_section_lock_test.h \
extl/synch/scoped_lock.h \
extl/memory/basic_pool.h \
extl/type/traits/limit_traits.h \
extl/type/traits/is_signed.h \
extl/type/traits/unit_test/is_signed_test.h \
extl/type/traits/unit_test/limit_traits_test.h \
extl/mpl/math/max_min.h \
extl/mpl/math/math.h \
extl/mpl/math/is_even.h \
extl/mpl/int_.h \
extl/mpl/math/unit_test/is_even_test.h \
extl/mpl/math/is_prime.h \
extl/mpl/bool_.h \
extl/mpl/math/unit_test/is_prime_test.h \
extl/mpl/math/log.h \
extl/mpl/math/unit_test/log_test.h \
extl/mpl/math/pi.h \
extl/mpl/math/pow.h \
extl/mpl/math/unit_test/pow_test.h \
extl/mpl/math/unit_test/pi_test.h \
extl/mpl/math/sqrt.h \
extl/mpl/math/unit_test/sqrt_test.h \
extl/mpl/math/unit_test/max_min_test.h \
extl/counter/clock_counter.h \
extl/counter/unit_test/clock_counter_test.h \
extl/math/rand.h \
extl/math/linear_rand.h \
extl/math/rand_selector.h \
extl/memory/unit_test/basic_pool_test.h \
extl/memory/unit_test/basic_pool_allocator_test.h \
extl/memory/allocator_traits.h \
extl/memory/allocator.h \
extl/memory/stack_buffer.h \
extl/memory/attached_buffer.h \
extl/memory/buffer_selector.h \
extl/math/vmatrix_base.h \
extl/utility/operators.h \
extl/utility/unit_test/operators_test.h \
extl/container/matrix_base.h \
extl/container/basic_array.h \
extl/container/array_base.h \
extl/container/detail/matrix_cole_iterator.h \
extl/container/detail/matrix_rowe_iterator.h \
extl/math/basic_vvector.h \
extl/math/vvector_base.h \
extl/math/vmatrix_selector.h \
extl/math/vvector_selector.h \
extl/math/max_min.h \
extl/type/traits/promotion_traits.h \
extl/type/traits/if_.h \
extl/type/traits/is_same.h \
extl/type/traits/unit_test/is_same_test.h \
extl/type/traits/unit_test/promotion_traits_test.h \
extl/math/expr_vvector.h \
extl/math/detail/expr_op.h \
extl/math/detail/vvector_expr.h \
extl/counter/counter.h \
extl/counter/object_counter.h \
extl/counter/unit_test/object_counter_test.h \
extl/counter/shared_counter.h \
extl/counter/unit_test/shared_counter_test.h \
extl/graphic/image/image.h \
extl/graphic/image/basic_image.h \
extl/container/matrix.h \
extl/container/basic_matrix.h \
extl/container/sparse_matrix_base.h \
extl/container/list.h \
extl/container/basic_list.h \
extl/container/detail/list_iterator.h \
extl/container/list_selector.h \
extl/container/detail/sparse_matrix_rowe_iterator.h \
extl/container/detail/sparse_matrix_cole_iterator.h \
extl/container/sparse_matrix.h \
extl/container/symmetrical_matrix.h \
extl/container/symmetrical_sparse_matrix.h \
extl/container/detail/symmetrical_sparse_matrix_rowcole_iterator.h \
extl/container/matrix_selector.h \
extl/graphic/image/image_painter.h \
extl/graphic/painter_base.h \
extl/graphic/basic_rect.h \
extl/graphic/basic_point.h \
extl/graphic/basic_color.h \
extl/graphic/basic_size.h \
extl/graphic/image/nearest_neighbor_zoom_filter.h \
extl/container/pair.h \
extl/container/basic_pair.h \
extl/container/detail/tuple2.h \
extl/type/traits/call_traits.h \
extl/type/traits/add_const_ref.h \
extl/type/traits/unit_test/add_const_ref_test.h \
extl/type/traits/remove_const.h \
extl/type/traits/unit_test/remove_const_test.h \
extl/type/traits/unit_test/call_traits_test.h \
extl/type/traits/is_empty.h \
extl/type/traits/unit_test/is_empty_test.h \
extl/container/pair_selector.h \
extl/intelligence/ann/ann.h \
extl/intelligence/ann/perceptron_network.h \
extl/intelligence/ann/detail/basic_network_base.h \
extl/intelligence/ann/sample.h \
extl/intelligence/ann/bool_sample.h \
extl/intelligence/ann/float_sample.h \
extl/intelligence/ann/sample_selector.h \
extl/intelligence/ann/detail/bp_network_impl.h \
extl/intelligence/ann/basic_network_validator.h \
extl/intelligence/ann/afunc_traits.h \
extl/intelligence/ann/bp_network.h \
extl/intelligence/ann/wga_network.h \
extl/intelligence/ga/fopti/fopti.h \
extl/intelligence/ga/fopti/fopti_ga.h \
extl/intelligence/ga/fopti/fopti_ga_traits.h \
extl/intelligence/ga/fopti/fopti_ga_config.h \
extl/intelligence/ga/fopti/fopti_individual.h \
extl/intelligence/ga/fopti/detail/fopti_scopes.h \
extl/intelligence/ga/fopti/fopti_crossover_traits.h \
extl/intelligence/ga/fopti/fopti_mutation_traits.h \
extl/intelligence/ga/fopti/detail/float_mutation_impl.h \
extl/intelligence/ga/fopti/fopti_rmake_traits.h \
extl/intelligence/ga/fopti/fopti_fitness_traits.h \
extl/intelligence/ga/fopti/detail/fopti_fitness_traits_impl.h \
extl/intelligence/ga/fopti/fopti_penalty_traits.h \
extl/intelligence/ga/fopti/fopti_constraints.h \
extl/intelligence/ga/fopti/fopti_func_traits.h \
extl/intelligence/ga/fopti/detail/fopti_func_traits_impl.h \
extl/intelligence/ga/fopti/fopti_uga.h \
extl/intelligence/ann/network_validator.h \
extl/intelligence/ann/pca_network_validator.h \
extl/intelligence/ann/kfold_cross_validator.h \
extl/intelligence/ann/gha_network.h \
extl/intelligence/ann/sample_converter.h \
extl/intelligence/ann/standardized_converter.h \
extl/intelligence/ann/normalized_converter.h \
extl/intelligence/ann/null_converter.h \
extl/intelligence/ann/ghia_network.h \
extl/intelligence/ann/apex_network.h \
extl/intelligence/ann/pca_mixed_network.h \
extl/intelligence/ann/bagging_networks.h \
extl/intelligence/ann/ada_boosting_2_networks.h \
extl/intelligence/ann/ada_boosting_n_networks.h \
extl/intelligence/ann/bayes_classifier.h \
extl/intelligence/ann/basic_classifier_validator.h \
imageconvector.h \
qimagescene.h \
qimage_painter.h \
sh_pp.h \
sh_hp.h \
sh_oh.h \
sh_zm.h \
sh_sc.h \
sh_ed.h \
sh_dk.h \
sh_rl.h \
sh_tn.h \
sh_fx.h \
sh_gy.h \
sh_th.h \
sh_cs.h \
sh_dn.h \
ui_mainwindow.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\mainwindow.o mainwindow.cpp
release/sampleview.o: sampleview.cpp sampleview.h \
extl/graphic/prefix.h \
extl/prefix.h \
extl/config/config.h \
extl/config/version.h \
extl/config/user/config.h \
extl/config/user/debug.h \
extl/config/user/release.h \
extl/config/test.h \
extl/config/compiler/config.h \
extl/config/compiler/undefs.h \
extl/config/compiler/msvc.h \
extl/config/compiler/intel.h \
extl/config/compiler/borland.h \
extl/config/compiler/watcom.h \
extl/config/compiler/gcc.h \
extl/config/compiler/dmc.h \
extl/config/compiler/vectorc.h \
extl/config/tchar.hpp \
extl/config/platform/config.h \
extl/config/platform/platform.h \
extl/config/platform/win/config.h \
extl/config/platform/unix/config.h \
extl/config/stdlib/config.h \
extl/config/suffix.h \
extl/config/namespace.h \
extl/config/locale.hpp \
extl/config/sub_config.h \
extl/type/config/config.h \
extl/type/config/support.h \
extl/type/traits/config/config.h \
extl/utility/config/config.h \
extl/mpl/config/config.h \
extl/compiler/config/config.h \
extl/error/config/config.h \
extl/math/config/config.h \
extl/algorithm/config/config.h \
extl/memory/config/config.h \
extl/iterator/config/config.h \
extl/conversion/config/config.h \
extl/string/config/config.h \
extl/container/config/config.h \
extl/functional/config/config.h \
extl/smartptr/config/config.h \
extl/counter/config/config.h \
extl/intelligence/config/config.h \
extl/graphic/config/config.h \
extl/synch/config/config.h \
extl/media/config/config.h \
extl/utility/static_assert.h \
extl/utility/static_message_assert.h \
extl/type/type.h \
extl/type/typedef.h \
extl/type/unit_test/type_size_test.h \
extl/type/null_type.h \
extl/type/type_wrap.h \
extl/type/non_type_wrap.h \
extl/type/yes_no.h \
extl/type/n_types.h \
extl/platform/utility/assert.h \
extl/win/utility/assert_failed.h \
extl/platform_/utility/assert.h \
extl/platform_/config/config.h \
extl/platform_/unix/utility/assert_failed.h \
extl/platform_/windows/utility/assert_failed.h \
extl/log/log.h \
extl/log/log_base.h \
extl/string/format_helper.h \
extl/utility/suppress_unused.h \
extl/string/std/functions.h \
extl/log/file_log.h \
extl/log/file_report_traits.h \
extl/log/console_log.h \
extl/log/console_report_traits.h \
extl/log/trace.h \
extl/math/math.h \
extl/math/std/math.h \
extl/math/arithmetic.h \
extl/math/std/arithmetic.h \
extl/math/basic_vmatrix.h \
extl/memory/buffer.h \
extl/memory/buffer_base.h \
extl/iterator/iterator.h \
extl/iterator/iterator_base.h \
extl/iterator/iterator_category.h \
extl/iterator/iterator_traits.h \
extl/type/traits/is_ptr.h \
extl/type/traits/is_mem_ptr.h \
extl/type/traits/detail/is_mem_func_ptr_tester.h \
extl/type/traits/prefix.h \
extl/type/traits/logical_op.h \
extl/type/traits/is_mem_func_ptr.h \
extl/type/traits/unit_test/is_mem_func_ptr_test.h \
extl/type/traits/unit_test/is_mem_ptr_test.h \
extl/type/traits/is_ref.h \
extl/type/traits/is_func.h \
extl/type/traits/is_func_ptr.h \
extl/type/traits/detail/is_func_ptr_tester.h \
extl/type/traits/unit_test/is_func_ptr_test.h \
extl/type/traits/unit_test/is_func_test.h \
extl/type/traits/unit_test/is_ref_test.h \
extl/type/traits/is_array.h \
extl/type/traits/unit_test/is_array_test.h \
extl/type/traits/unit_test/is_ptr_test.h \
extl/type/traits/is_const.h \
extl/type/traits/remove_bounds.h \
extl/type/traits/remove_bound.h \
extl/type/traits/detail/type_buffer.h \
extl/type/traits/is_arithmetic.h \
extl/type/traits/is_float.h \
extl/type/traits/unit_test/is_float_test.h \
extl/type/traits/is_int.h \
extl/type/traits/unit_test/is_int_test.h \
extl/type/traits/unit_test/is_arithmetic_test.h \
extl/type/traits/unit_test/remove_bound_test.h \
extl/type/traits/unit_test/remove_bounds_test.h \
extl/type/traits/unit_test/is_const_test.h \
extl/type/traits/remove_ptr.h \
extl/type/traits/remove_cv.h \
extl/type/traits/is_volatile.h \
extl/type/traits/unit_test/is_volatile_test.h \
extl/type/traits/is_cv.h \
extl/type/traits/unit_test/is_cv_test.h \
extl/type/traits/unit_test/remove_cv_test.h \
extl/type/traits/unit_test/remove_ptr_test.h \
extl/type/traits/remove_ref.h \
extl/type/traits/unit_test/remove_ref_test.h \
extl/type/traits/add_ref.h \
extl/type/traits/unit_test/add_ref_test.h \
extl/type/traits/add_const.h \
extl/type/traits/unit_test/add_const_test.h \
extl/type/traits/is_convertible.h \
extl/type/traits/is_void.h \
extl/type/traits/unit_test/is_void_test.h \
extl/type/traits/is_abstract.h \
extl/type/traits/is_class.h \
extl/type/traits/is_union.h \
extl/type/traits/unit_test/is_union_test.h \
extl/type/traits/unit_test/is_class_test.h \
extl/type/traits/unit_test/is_abstract_test.h \
extl/type/traits/unit_test/is_convertible_test.h \
extl/mpl/if_.h \
extl/mpl/unit_test/if_test.h \
extl/iterator/reverse_iterator_base.h \
extl/iterator/insert_iterator_base.h \
extl/iterator/pointer_iterator.h \
extl/iterator/random_access_iterator_base.h \
extl/iterator/bidirectional_iterator_base.h \
extl/algorithm/algorithm.h \
extl/algorithm/std/algorithm.h \
extl/algorithm/detail/sort_impl.h \
extl/algorithm/for.h \
extl/algorithm/find.h \
extl/algorithm/detail/container_traits.h \
extl/algorithm/sort.h \
extl/algorithm/stats.h \
extl/error/error.h \
extl/error/error_base.h \
extl/string/error_string.h \
extl/string/string_traits.h \
extl/string/std/char_traits.h \
extl/memory/prefix.h \
extl/memory/help_functions.h \
extl/type/traits/is_pod.h \
extl/type/traits/is_scalar.h \
extl/type/traits/is_enum.h \
extl/type/traits/is_class_or_union.h \
extl/type/traits/unit_test/is_class_or_union_test.h \
extl/type/traits/unit_test/is_enum_test.h \
extl/type/traits/unit_test/is_scalar_test.h \
extl/type/traits/unit_test/is_pod_test.h \
extl/memory/unit_test/help_functions_test.h \
extl/string/std/unit_test/char_traits_test.h \
extl/type/traits/is_unsigned.h \
extl/type/traits/unit_test/is_unsigned_test.h \
extl/error/std/error.h \
extl/error/std/length_error.h \
extl/error/std/range_error.h \
extl/error/std/overflow_error.h \
extl/error/std/underflow_error.h \
extl/error/argument_error.h \
extl/error/conversion_error.h \
extl/error/synch_error.h \
extl/error/lock_error.h \
extl/error/memory_error.h \
extl/error/alloc_error.h \
extl/error/invariance_error.h \
extl/error/index_error.h \
extl/memory/pod_memory_traits.h \
extl/memory/initialiser_selector.h \
extl/memory/object_initialiser.h \
extl/memory/initialiser_base.h \
extl/memory/pod_initialiser.h \
extl/memory/scoped_buffer.h \
extl/memory/memory_traits_selector.h \
extl/memory/object_memory_traits.h \
extl/memory/allocator_selector.h \
extl/memory/basic_allocator_selector.h \
extl/memory/new_allocator.h \
extl/memory/allocator_base.h \
extl/memory/unit_test/new_allocator_test.h \
extl/memory/malloc_allocator.h \
extl/memory/unit_test/malloc_allocator_test.h \
extl/memory/null_allocator.h \
extl/memory/basic_pool_allocator.h \
extl/memory/singleton_pool.h \
extl/utility/singleton.h \
extl/synch/synch_traits_selector.h \
extl/platform_/synch/synch_traits.h \
extl/platform_/synch/atomic_traits.h \
extl/platform_/unix/synch/atomic_func.h \
extl/platform_/windows/synch/atomic_func.h \
extl/synch/null_lock.h \
extl/synch/lock_base.h \
extl/utility/uncopyable.h \
extl/platform_/unix/synch/lock_selector.h \
extl/platform_/windows/synch/lock_selector.h \
extl/platform_/windows/synch/event_lock.h \
extl/platform_/windows/synch/basic_event.h \
extl/platform_/windows/synch/mutex_lock.h \
extl/platform_/windows/synch/basic_mutex.h \
extl/platform_/windows/synch/semaphore_lock.h \
extl/platform_/windows/synch/basic_semaphore.h \
extl/platform_/windows/synch/critical_lock.h \
extl/platform_/windows/synch/basic_critical.h \
extl/synch/synch_traits.h \
extl/platform/synch/lock_selector.h \
extl/platform/platform.h \
extl/win/win.h \
extl/win/synch/locks.h \
extl/win/synch/critical_section_lock.h \
extl/win/synch/critical_section.h \
extl/win/error/win_synch_error.h \
extl/win/error/win_error.h \
extl/win/synch/unit_test/critical_section_lock_test.h \
extl/synch/scoped_lock.h \
extl/memory/basic_pool.h \
extl/type/traits/limit_traits.h \
extl/type/traits/is_signed.h \
extl/type/traits/unit_test/is_signed_test.h \
extl/type/traits/unit_test/limit_traits_test.h \
extl/mpl/math/max_min.h \
extl/mpl/math/math.h \
extl/mpl/math/is_even.h \
extl/mpl/int_.h \
extl/mpl/math/unit_test/is_even_test.h \
extl/mpl/math/is_prime.h \
extl/mpl/bool_.h \
extl/mpl/math/unit_test/is_prime_test.h \
extl/mpl/math/log.h \
extl/mpl/math/unit_test/log_test.h \
extl/mpl/math/pi.h \
extl/mpl/math/pow.h \
extl/mpl/math/unit_test/pow_test.h \
extl/mpl/math/unit_test/pi_test.h \
extl/mpl/math/sqrt.h \
extl/mpl/math/unit_test/sqrt_test.h \
extl/mpl/math/unit_test/max_min_test.h \
extl/counter/clock_counter.h \
extl/counter/unit_test/clock_counter_test.h \
extl/math/rand.h \
extl/math/linear_rand.h \
extl/math/rand_selector.h \
extl/memory/unit_test/basic_pool_test.h \
extl/memory/unit_test/basic_pool_allocator_test.h \
extl/memory/allocator_traits.h \
extl/memory/allocator.h \
extl/memory/stack_buffer.h \
extl/memory/attached_buffer.h \
extl/memory/buffer_selector.h \
extl/math/vmatrix_base.h \
extl/utility/operators.h \
extl/utility/unit_test/operators_test.h \
extl/container/matrix_base.h \
extl/container/basic_array.h \
extl/container/array_base.h \
extl/container/detail/matrix_cole_iterator.h \
extl/container/detail/matrix_rowe_iterator.h \
extl/math/basic_vvector.h \
extl/math/vvector_base.h \
extl/math/vmatrix_selector.h \
extl/math/vvector_selector.h \
extl/math/max_min.h \
extl/type/traits/promotion_traits.h \
extl/type/traits/if_.h \
extl/type/traits/is_same.h \
extl/type/traits/unit_test/is_same_test.h \
extl/type/traits/unit_test/promotion_traits_test.h \
extl/math/expr_vvector.h \
extl/math/detail/expr_op.h \
extl/math/detail/vvector_expr.h \
extl/counter/counter.h \
extl/counter/object_counter.h \
extl/counter/unit_test/object_counter_test.h \
extl/counter/shared_counter.h \
extl/counter/unit_test/shared_counter_test.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\sampleview.o sampleview.cpp
release/imageconvector.o: imageconvector.cpp imageconvector.h \
extl/graphic/prefix.h \
extl/prefix.h \
extl/config/config.h \
extl/config/version.h \
extl/config/user/config.h \
extl/config/user/debug.h \
extl/config/user/release.h \
extl/config/test.h \
extl/config/compiler/config.h \
extl/config/compiler/undefs.h \
extl/config/compiler/msvc.h \
extl/config/compiler/intel.h \
extl/config/compiler/borland.h \
extl/config/compiler/watcom.h \
extl/config/compiler/gcc.h \
extl/config/compiler/dmc.h \
extl/config/compiler/vectorc.h \
extl/config/tchar.hpp \
extl/config/platform/config.h \
extl/config/platform/platform.h \
extl/config/platform/win/config.h \
extl/config/platform/unix/config.h \
extl/config/stdlib/config.h \
extl/config/suffix.h \
extl/config/namespace.h \
extl/config/locale.hpp \
extl/config/sub_config.h \
extl/type/config/config.h \
extl/type/config/support.h \
extl/type/traits/config/config.h \
extl/utility/config/config.h \
extl/mpl/config/config.h \
extl/compiler/config/config.h \
extl/error/config/config.h \
extl/math/config/config.h \
extl/algorithm/config/config.h \
extl/memory/config/config.h \
extl/iterator/config/config.h \
extl/conversion/config/config.h \
extl/string/config/config.h \
extl/container/config/config.h \
extl/functional/config/config.h \
extl/smartptr/config/config.h \
extl/counter/config/config.h \
extl/intelligence/config/config.h \
extl/graphic/config/config.h \
extl/synch/config/config.h \
extl/media/config/config.h \
extl/utility/static_assert.h \
extl/utility/static_message_assert.h \
extl/type/type.h \
extl/type/typedef.h \
extl/type/unit_test/type_size_test.h \
extl/type/null_type.h \
extl/type/type_wrap.h \
extl/type/non_type_wrap.h \
extl/type/yes_no.h \
extl/type/n_types.h \
extl/platform/utility/assert.h \
extl/win/utility/assert_failed.h \
extl/platform_/utility/assert.h \
extl/platform_/config/config.h \
extl/platform_/unix/utility/assert_failed.h \
extl/platform_/windows/utility/assert_failed.h \
extl/log/log.h \
extl/log/log_base.h \
extl/string/format_helper.h \
extl/utility/suppress_unused.h \
extl/string/std/functions.h \
extl/log/file_log.h \
extl/log/file_report_traits.h \
extl/log/console_log.h \
extl/log/console_report_traits.h \
extl/log/trace.h \
extl/math/math.h \
extl/math/std/math.h \
extl/math/arithmetic.h \
extl/math/std/arithmetic.h \
extl/math/basic_vmatrix.h \
extl/memory/buffer.h \
extl/memory/buffer_base.h \
extl/iterator/iterator.h \
extl/iterator/iterator_base.h \
extl/iterator/iterator_category.h \
extl/iterator/iterator_traits.h \
extl/type/traits/is_ptr.h \
extl/type/traits/is_mem_ptr.h \
extl/type/traits/detail/is_mem_func_ptr_tester.h \
extl/type/traits/prefix.h \
extl/type/traits/logical_op.h \
extl/type/traits/is_mem_func_ptr.h \
extl/type/traits/unit_test/is_mem_func_ptr_test.h \
extl/type/traits/unit_test/is_mem_ptr_test.h \
extl/type/traits/is_ref.h \
extl/type/traits/is_func.h \
extl/type/traits/is_func_ptr.h \
extl/type/traits/detail/is_func_ptr_tester.h \
extl/type/traits/unit_test/is_func_ptr_test.h \
extl/type/traits/unit_test/is_func_test.h \
extl/type/traits/unit_test/is_ref_test.h \
extl/type/traits/is_array.h \
extl/type/traits/unit_test/is_array_test.h \
extl/type/traits/unit_test/is_ptr_test.h \
extl/type/traits/is_const.h \
extl/type/traits/remove_bounds.h \
extl/type/traits/remove_bound.h \
extl/type/traits/detail/type_buffer.h \
extl/type/traits/is_arithmetic.h \
extl/type/traits/is_float.h \
extl/type/traits/unit_test/is_float_test.h \
extl/type/traits/is_int.h \
extl/type/traits/unit_test/is_int_test.h \
extl/type/traits/unit_test/is_arithmetic_test.h \
extl/type/traits/unit_test/remove_bound_test.h \
extl/type/traits/unit_test/remove_bounds_test.h \
extl/type/traits/unit_test/is_const_test.h \
extl/type/traits/remove_ptr.h \
extl/type/traits/remove_cv.h \
extl/type/traits/is_volatile.h \
extl/type/traits/unit_test/is_volatile_test.h \
extl/type/traits/is_cv.h \
extl/type/traits/unit_test/is_cv_test.h \
extl/type/traits/unit_test/remove_cv_test.h \
extl/type/traits/unit_test/remove_ptr_test.h \
extl/type/traits/remove_ref.h \
extl/type/traits/unit_test/remove_ref_test.h \
extl/type/traits/add_ref.h \
extl/type/traits/unit_test/add_ref_test.h \
extl/type/traits/add_const.h \
extl/type/traits/unit_test/add_const_test.h \
extl/type/traits/is_convertible.h \
extl/type/traits/is_void.h \
extl/type/traits/unit_test/is_void_test.h \
extl/type/traits/is_abstract.h \
extl/type/traits/is_class.h \
extl/type/traits/is_union.h \
extl/type/traits/unit_test/is_union_test.h \
extl/type/traits/unit_test/is_class_test.h \
extl/type/traits/unit_test/is_abstract_test.h \
extl/type/traits/unit_test/is_convertible_test.h \
extl/mpl/if_.h \
extl/mpl/unit_test/if_test.h \
extl/iterator/reverse_iterator_base.h \
extl/iterator/insert_iterator_base.h \
extl/iterator/pointer_iterator.h \
extl/iterator/random_access_iterator_base.h \
extl/iterator/bidirectional_iterator_base.h \
extl/algorithm/algorithm.h \
extl/algorithm/std/algorithm.h \
extl/algorithm/detail/sort_impl.h \
extl/algorithm/for.h \
extl/algorithm/find.h \
extl/algorithm/detail/container_traits.h \
extl/algorithm/sort.h \
extl/algorithm/stats.h \
extl/error/error.h \
extl/error/error_base.h \
extl/string/error_string.h \
extl/string/string_traits.h \
extl/string/std/char_traits.h \
extl/memory/prefix.h \
extl/memory/help_functions.h \
extl/type/traits/is_pod.h \
extl/type/traits/is_scalar.h \
extl/type/traits/is_enum.h \
extl/type/traits/is_class_or_union.h \
extl/type/traits/unit_test/is_class_or_union_test.h \
extl/type/traits/unit_test/is_enum_test.h \
extl/type/traits/unit_test/is_scalar_test.h \
extl/type/traits/unit_test/is_pod_test.h \
extl/memory/unit_test/help_functions_test.h \
extl/string/std/unit_test/char_traits_test.h \
extl/type/traits/is_unsigned.h \
extl/type/traits/unit_test/is_unsigned_test.h \
extl/error/std/error.h \
extl/error/std/length_error.h \
extl/error/std/range_error.h \
extl/error/std/overflow_error.h \
extl/error/std/underflow_error.h \
extl/error/argument_error.h \
extl/error/conversion_error.h \
extl/error/synch_error.h \
extl/error/lock_error.h \
extl/error/memory_error.h \
extl/error/alloc_error.h \
extl/error/invariance_error.h \
extl/error/index_error.h \
extl/memory/pod_memory_traits.h \
extl/memory/initialiser_selector.h \
extl/memory/object_initialiser.h \
extl/memory/initialiser_base.h \
extl/memory/pod_initialiser.h \
extl/memory/scoped_buffer.h \
extl/memory/memory_traits_selector.h \
extl/memory/object_memory_traits.h \
extl/memory/allocator_selector.h \
extl/memory/basic_allocator_selector.h \
extl/memory/new_allocator.h \
extl/memory/allocator_base.h \
extl/memory/unit_test/new_allocator_test.h \
extl/memory/malloc_allocator.h \
extl/memory/unit_test/malloc_allocator_test.h \
extl/memory/null_allocator.h \
extl/memory/basic_pool_allocator.h \
extl/memory/singleton_pool.h \
extl/utility/singleton.h \
extl/synch/synch_traits_selector.h \
extl/platform_/synch/synch_traits.h \
extl/platform_/synch/atomic_traits.h \
extl/platform_/unix/synch/atomic_func.h \
extl/platform_/windows/synch/atomic_func.h \
extl/synch/null_lock.h \
extl/synch/lock_base.h \
extl/utility/uncopyable.h \
extl/platform_/unix/synch/lock_selector.h \
extl/platform_/windows/synch/lock_selector.h \
extl/platform_/windows/synch/event_lock.h \
extl/platform_/windows/synch/basic_event.h \
extl/platform_/windows/synch/mutex_lock.h \
extl/platform_/windows/synch/basic_mutex.h \
extl/platform_/windows/synch/semaphore_lock.h \
extl/platform_/windows/synch/basic_semaphore.h \
extl/platform_/windows/synch/critical_lock.h \
extl/platform_/windows/synch/basic_critical.h \
extl/synch/synch_traits.h \
extl/platform/synch/lock_selector.h \
extl/platform/platform.h \
extl/win/win.h \
extl/win/synch/locks.h \
extl/win/synch/critical_section_lock.h \
extl/win/synch/critical_section.h \
extl/win/error/win_synch_error.h \
extl/win/error/win_error.h \
extl/win/synch/unit_test/critical_section_lock_test.h \
extl/synch/scoped_lock.h \
extl/memory/basic_pool.h \
extl/type/traits/limit_traits.h \
extl/type/traits/is_signed.h \
extl/type/traits/unit_test/is_signed_test.h \
extl/type/traits/unit_test/limit_traits_test.h \
extl/mpl/math/max_min.h \
extl/mpl/math/math.h \
extl/mpl/math/is_even.h \
extl/mpl/int_.h \
extl/mpl/math/unit_test/is_even_test.h \
extl/mpl/math/is_prime.h \
extl/mpl/bool_.h \
extl/mpl/math/unit_test/is_prime_test.h \
extl/mpl/math/log.h \
extl/mpl/math/unit_test/log_test.h \
extl/mpl/math/pi.h \
extl/mpl/math/pow.h \
extl/mpl/math/unit_test/pow_test.h \
extl/mpl/math/unit_test/pi_test.h \
extl/mpl/math/sqrt.h \
extl/mpl/math/unit_test/sqrt_test.h \
extl/mpl/math/unit_test/max_min_test.h \
extl/counter/clock_counter.h \
extl/counter/unit_test/clock_counter_test.h \
extl/math/rand.h \
extl/math/linear_rand.h \
extl/math/rand_selector.h \
extl/memory/unit_test/basic_pool_test.h \
extl/memory/unit_test/basic_pool_allocator_test.h \
extl/memory/allocator_traits.h \
extl/memory/allocator.h \
extl/memory/stack_buffer.h \
extl/memory/attached_buffer.h \
extl/memory/buffer_selector.h \
extl/math/vmatrix_base.h \
extl/utility/operators.h \
extl/utility/unit_test/operators_test.h \
extl/container/matrix_base.h \
extl/container/basic_array.h \
extl/container/array_base.h \
extl/container/detail/matrix_cole_iterator.h \
extl/container/detail/matrix_rowe_iterator.h \
extl/math/basic_vvector.h \
extl/math/vvector_base.h \
extl/math/vmatrix_selector.h \
extl/math/vvector_selector.h \
extl/math/max_min.h \
extl/type/traits/promotion_traits.h \
extl/type/traits/if_.h \
extl/type/traits/is_same.h \
extl/type/traits/unit_test/is_same_test.h \
extl/type/traits/unit_test/promotion_traits_test.h \
extl/math/expr_vvector.h \
extl/math/detail/expr_op.h \
extl/math/detail/vvector_expr.h \
extl/counter/counter.h \
extl/counter/object_counter.h \
extl/counter/unit_test/object_counter_test.h \
extl/counter/shared_counter.h \
extl/counter/unit_test/shared_counter_test.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\imageconvector.o imageconvector.cpp
release/qimagescene.o: qimagescene.cpp qimagescene.h \
extl/graphic/prefix.h \
extl/prefix.h \
extl/config/config.h \
extl/config/version.h \
extl/config/user/config.h \
extl/config/user/debug.h \
extl/config/user/release.h \
extl/config/test.h \
extl/config/compiler/config.h \
extl/config/compiler/undefs.h \
extl/config/compiler/msvc.h \
extl/config/compiler/intel.h \
extl/config/compiler/borland.h \
extl/config/compiler/watcom.h \
extl/config/compiler/gcc.h \
extl/config/compiler/dmc.h \
extl/config/compiler/vectorc.h \
extl/config/tchar.hpp \
extl/config/platform/config.h \
extl/config/platform/platform.h \
extl/config/platform/win/config.h \
extl/config/platform/unix/config.h \
extl/config/stdlib/config.h \
extl/config/suffix.h \
extl/config/namespace.h \
extl/config/locale.hpp \
extl/config/sub_config.h \
extl/type/config/config.h \
extl/type/config/support.h \
extl/type/traits/config/config.h \
extl/utility/config/config.h \
extl/mpl/config/config.h \
extl/compiler/config/config.h \
extl/error/config/config.h \
extl/math/config/config.h \
extl/algorithm/config/config.h \
extl/memory/config/config.h \
extl/iterator/config/config.h \
extl/conversion/config/config.h \
extl/string/config/config.h \
extl/container/config/config.h \
extl/functional/config/config.h \
extl/smartptr/config/config.h \
extl/counter/config/config.h \
extl/intelligence/config/config.h \
extl/graphic/config/config.h \
extl/synch/config/config.h \
extl/media/config/config.h \
extl/utility/static_assert.h \
extl/utility/static_message_assert.h \
extl/type/type.h \
extl/type/typedef.h \
extl/type/unit_test/type_size_test.h \
extl/type/null_type.h \
extl/type/type_wrap.h \
extl/type/non_type_wrap.h \
extl/type/yes_no.h \
extl/type/n_types.h \
extl/platform/utility/assert.h \
extl/win/utility/assert_failed.h \
extl/platform_/utility/assert.h \
extl/platform_/config/config.h \
extl/platform_/unix/utility/assert_failed.h \
extl/platform_/windows/utility/assert_failed.h \
extl/log/log.h \
extl/log/log_base.h \
extl/string/format_helper.h \
extl/utility/suppress_unused.h \
extl/string/std/functions.h \
extl/log/file_log.h \
extl/log/file_report_traits.h \
extl/log/console_log.h \
extl/log/console_report_traits.h \
extl/log/trace.h \
extl/math/math.h \
extl/math/std/math.h \
extl/math/arithmetic.h \
extl/math/std/arithmetic.h \
extl/math/basic_vmatrix.h \
extl/memory/buffer.h \
extl/memory/buffer_base.h \
extl/iterator/iterator.h \
extl/iterator/iterator_base.h \
extl/iterator/iterator_category.h \
extl/iterator/iterator_traits.h \
extl/type/traits/is_ptr.h \
extl/type/traits/is_mem_ptr.h \
extl/type/traits/detail/is_mem_func_ptr_tester.h \
extl/type/traits/prefix.h \
extl/type/traits/logical_op.h \
extl/type/traits/is_mem_func_ptr.h \
extl/type/traits/unit_test/is_mem_func_ptr_test.h \
extl/type/traits/unit_test/is_mem_ptr_test.h \
extl/type/traits/is_ref.h \
extl/type/traits/is_func.h \
extl/type/traits/is_func_ptr.h \
extl/type/traits/detail/is_func_ptr_tester.h \
extl/type/traits/unit_test/is_func_ptr_test.h \
extl/type/traits/unit_test/is_func_test.h \
extl/type/traits/unit_test/is_ref_test.h \
extl/type/traits/is_array.h \
extl/type/traits/unit_test/is_array_test.h \
extl/type/traits/unit_test/is_ptr_test.h \
extl/type/traits/is_const.h \
extl/type/traits/remove_bounds.h \
extl/type/traits/remove_bound.h \
extl/type/traits/detail/type_buffer.h \
extl/type/traits/is_arithmetic.h \
extl/type/traits/is_float.h \
extl/type/traits/unit_test/is_float_test.h \
extl/type/traits/is_int.h \
extl/type/traits/unit_test/is_int_test.h \
extl/type/traits/unit_test/is_arithmetic_test.h \
extl/type/traits/unit_test/remove_bound_test.h \
extl/type/traits/unit_test/remove_bounds_test.h \
extl/type/traits/unit_test/is_const_test.h \
extl/type/traits/remove_ptr.h \
extl/type/traits/remove_cv.h \
extl/type/traits/is_volatile.h \
extl/type/traits/unit_test/is_volatile_test.h \
extl/type/traits/is_cv.h \
extl/type/traits/unit_test/is_cv_test.h \
extl/type/traits/unit_test/remove_cv_test.h \
extl/type/traits/unit_test/remove_ptr_test.h \
extl/type/traits/remove_ref.h \
extl/type/traits/unit_test/remove_ref_test.h \
extl/type/traits/add_ref.h \
extl/type/traits/unit_test/add_ref_test.h \
extl/type/traits/add_const.h \
extl/type/traits/unit_test/add_const_test.h \
extl/type/traits/is_convertible.h \
extl/type/traits/is_void.h \
extl/type/traits/unit_test/is_void_test.h \
extl/type/traits/is_abstract.h \
extl/type/traits/is_class.h \
extl/type/traits/is_union.h \
extl/type/traits/unit_test/is_union_test.h \
extl/type/traits/unit_test/is_class_test.h \
extl/type/traits/unit_test/is_abstract_test.h \
extl/type/traits/unit_test/is_convertible_test.h \
extl/mpl/if_.h \
extl/mpl/unit_test/if_test.h \
extl/iterator/reverse_iterator_base.h \
extl/iterator/insert_iterator_base.h \
extl/iterator/pointer_iterator.h \
extl/iterator/random_access_iterator_base.h \
extl/iterator/bidirectional_iterator_base.h \
extl/algorithm/algorithm.h \
extl/algorithm/std/algorithm.h \
extl/algorithm/detail/sort_impl.h \
extl/algorithm/for.h \
extl/algorithm/find.h \
extl/algorithm/detail/container_traits.h \
extl/algorithm/sort.h \
extl/algorithm/stats.h \
extl/error/error.h \
extl/error/error_base.h \
extl/string/error_string.h \
extl/string/string_traits.h \
extl/string/std/char_traits.h \
extl/memory/prefix.h \
extl/memory/help_functions.h \
extl/type/traits/is_pod.h \
extl/type/traits/is_scalar.h \
extl/type/traits/is_enum.h \
extl/type/traits/is_class_or_union.h \
extl/type/traits/unit_test/is_class_or_union_test.h \
extl/type/traits/unit_test/is_enum_test.h \
extl/type/traits/unit_test/is_scalar_test.h \
extl/type/traits/unit_test/is_pod_test.h \
extl/memory/unit_test/help_functions_test.h \
extl/string/std/unit_test/char_traits_test.h \
extl/type/traits/is_unsigned.h \
extl/type/traits/unit_test/is_unsigned_test.h \
extl/error/std/error.h \
extl/error/std/length_error.h \
extl/error/std/range_error.h \
extl/error/std/overflow_error.h \
extl/error/std/underflow_error.h \
extl/error/argument_error.h \
extl/error/conversion_error.h \
extl/error/synch_error.h \
extl/error/lock_error.h \
extl/error/memory_error.h \
extl/error/alloc_error.h \
extl/error/invariance_error.h \
extl/error/index_error.h \
extl/memory/pod_memory_traits.h \
extl/memory/initialiser_selector.h \
extl/memory/object_initialiser.h \
extl/memory/initialiser_base.h \
extl/memory/pod_initialiser.h \
extl/memory/scoped_buffer.h \
extl/memory/memory_traits_selector.h \
extl/memory/object_memory_traits.h \
extl/memory/allocator_selector.h \
extl/memory/basic_allocator_selector.h \
extl/memory/new_allocator.h \
extl/memory/allocator_base.h \
extl/memory/unit_test/new_allocator_test.h \
extl/memory/malloc_allocator.h \
extl/memory/unit_test/malloc_allocator_test.h \
extl/memory/null_allocator.h \
extl/memory/basic_pool_allocator.h \
extl/memory/singleton_pool.h \
extl/utility/singleton.h \
extl/synch/synch_traits_selector.h \
extl/platform_/synch/synch_traits.h \
extl/platform_/synch/atomic_traits.h \
extl/platform_/unix/synch/atomic_func.h \
extl/platform_/windows/synch/atomic_func.h \
extl/synch/null_lock.h \
extl/synch/lock_base.h \
extl/utility/uncopyable.h \
extl/platform_/unix/synch/lock_selector.h \
extl/platform_/windows/synch/lock_selector.h \
extl/platform_/windows/synch/event_lock.h \
extl/platform_/windows/synch/basic_event.h \
extl/platform_/windows/synch/mutex_lock.h \
extl/platform_/windows/synch/basic_mutex.h \
extl/platform_/windows/synch/semaphore_lock.h \
extl/platform_/windows/synch/basic_semaphore.h \
extl/platform_/windows/synch/critical_lock.h \
extl/platform_/windows/synch/basic_critical.h \
extl/synch/synch_traits.h \
extl/platform/synch/lock_selector.h \
extl/platform/platform.h \
extl/win/win.h \
extl/win/synch/locks.h \
extl/win/synch/critical_section_lock.h \
extl/win/synch/critical_section.h \
extl/win/error/win_synch_error.h \
extl/win/error/win_error.h \
extl/win/synch/unit_test/critical_section_lock_test.h \
extl/synch/scoped_lock.h \
extl/memory/basic_pool.h \
extl/type/traits/limit_traits.h \
extl/type/traits/is_signed.h \
extl/type/traits/unit_test/is_signed_test.h \
extl/type/traits/unit_test/limit_traits_test.h \
extl/mpl/math/max_min.h \
extl/mpl/math/math.h \
extl/mpl/math/is_even.h \
extl/mpl/int_.h \
extl/mpl/math/unit_test/is_even_test.h \
extl/mpl/math/is_prime.h \
extl/mpl/bool_.h \
extl/mpl/math/unit_test/is_prime_test.h \
extl/mpl/math/log.h \
extl/mpl/math/unit_test/log_test.h \
extl/mpl/math/pi.h \
extl/mpl/math/pow.h \
extl/mpl/math/unit_test/pow_test.h \
extl/mpl/math/unit_test/pi_test.h \
extl/mpl/math/sqrt.h \
extl/mpl/math/unit_test/sqrt_test.h \
extl/mpl/math/unit_test/max_min_test.h \
extl/counter/clock_counter.h \
extl/counter/unit_test/clock_counter_test.h \
extl/math/rand.h \
extl/math/linear_rand.h \
extl/math/rand_selector.h \
extl/memory/unit_test/basic_pool_test.h \
extl/memory/unit_test/basic_pool_allocator_test.h \
extl/memory/allocator_traits.h \
extl/memory/allocator.h \
extl/memory/stack_buffer.h \
extl/memory/attached_buffer.h \
extl/memory/buffer_selector.h \
extl/math/vmatrix_base.h \
extl/utility/operators.h \
extl/utility/unit_test/operators_test.h \
extl/container/matrix_base.h \
extl/container/basic_array.h \
extl/container/array_base.h \
extl/container/detail/matrix_cole_iterator.h \
extl/container/detail/matrix_rowe_iterator.h \
extl/math/basic_vvector.h \
extl/math/vvector_base.h \
extl/math/vmatrix_selector.h \
extl/math/vvector_selector.h \
extl/math/max_min.h \
extl/type/traits/promotion_traits.h \
extl/type/traits/if_.h \
extl/type/traits/is_same.h \
extl/type/traits/unit_test/is_same_test.h \
extl/type/traits/unit_test/promotion_traits_test.h \
extl/math/expr_vvector.h \
extl/math/detail/expr_op.h \
extl/math/detail/vvector_expr.h \
extl/counter/counter.h \
extl/counter/object_counter.h \
extl/counter/unit_test/object_counter_test.h \
extl/counter/shared_counter.h \
extl/counter/unit_test/shared_counter_test.h \
imageconvector.h \
qimage_painter.h \
sh_pp.h \
sh_hp.h \
sh_oh.h \
sh_zm.h \
sh_sc.h \
sh_ed.h \
sh_dk.h \
sh_rl.h \
sh_tn.h \
sh_fx.h \
sh_gy.h \
sh_th.h \
sh_cs.h \
sh_dn.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\qimagescene.o qimagescene.cpp
release/moc_mainwindow.o: release/moc_mainwindow.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_mainwindow.o release\moc_mainwindow.cpp
release/moc_qimagescene.o: release/moc_qimagescene.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_qimagescene.o release\moc_qimagescene.cpp
release/qrc_res.o: release/qrc_res.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\qrc_res.o release\qrc_res.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE:
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。