############################################################################# # Makefile for building: allopath # Generated by qmake (2.01a) (Qt 4.2.2) on: Mon May 7 20:29:48 2007 # Project: src.pro # Template: app ############################################################################# ####### Compiler, tools and options CC = cl CXX = cl LEX = flex YACC = byacc DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DWIN32 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DQT_DLL -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT CFLAGS = -nologo -Zm200 -GS -Od -Zi -Gm -MDd -W3 $(DEFINES) CXXFLAGS = -nologo -Zm200 -GS -Od -Zi -Gm -MDd -W3 -GR -EHsc $(DEFINES) LEXFLAGS = YACCFLAGS = -d INCPATH = -I"C:/qt/include/QtCore" -I"C:/qt/include/QtCore" -I"C:/qt/include/QtNetwork" -I"C:/qt/include/QtNetwork" -I"C:/qt/include/QtGui" -I"C:/qt/include/QtGui" -I"C:/qt/include" -I"C:/qt/include/ActiveQt" -I"debug" -I"." -I"c:\qt\mkspecs\win32-msvc2005" LINK = link LFLAGS = /LIBPATH:"c:\qt\lib" /NOLOGO /DEBUG /MANIFESTFILE:"debug\allopath.intermediate.manifest" /SUBSYSTEM:WINDOWS /incremental:no LIBS = c:\qt\lib\qtmaind.lib debug\allopath.res perl58.lib c:\qt\lib\QtGuid4.lib c:\qt\lib\QtNetworkd4.lib c:\qt\lib\QtCored4.lib QMAKE = c:\qt\bin\qmake.exe IDC = c:\qt\bin\idc.exe IDL = midl ZIP = zip -r -9 DEF_FILE = RES_FILE = debug\allopath.res 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_DIR = $(COPY_DIR) ####### Output directory OBJECTS_DIR = debug ####### Files SOURCES = mainWin.cpp \ main.cpp \ workflow.cpp \ result.cpp \ visualize.cpp debug\moc_mainWin.cpp \ debug\moc_workflow.cpp \ debug\moc_result.cpp \ debug\qrc_allo.cpp OBJECTS = debug\mainWin.obj \ debug\main.obj \ debug\workflow.obj \ debug\result.obj \ debug\visualize.obj \ debug\moc_mainWin.obj \ debug\moc_workflow.obj \ debug\moc_result.obj \ debug\qrc_allo.obj DIST = QMAKE_TARGET = allopath DESTDIR = debug\ #avoid trailing-slash linebreak TARGET = allopath.exe DESTDIR_TARGET = debug\allopath.exe ####### Implicit rules {debug}.cpp{debug\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< $< << {debug}.cc{debug\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< $< << {debug}.cxx{debug\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< $< << {debug}.c{debug\}.obj:: $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< $< << {.}.cpp{debug\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< $< << {.}.cc{debug\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< $< << {.}.cxx{debug\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< $< << {.}.c{debug\}.obj:: $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< $< << ####### Build rules first: all all: Makefile.Debug $(DESTDIR_TARGET) $(DESTDIR_TARGET).manifest: $(DESTDIR_TARGET): ui_mainWin.h ui_workflow.h ui_result.h $(OBJECTS) debug\allopath.res $(LINK) $(LFLAGS) /OUT:"$(DESTDIR_TARGET)" @<< $(OBJECTS) $(LIBS) << mt.exe -nologo -manifest "debug\allopath.intermediate.manifest" -outputresource:$(DESTDIR_TARGET);1 debug\allopath.res: allopath.rc rc -fo debug\allopath.res allopath.rc qmake: FORCE @$(QMAKE) -win32 -o Makefile.Debug src.pro dist: $(ZIP) allopath.zip $(SOURCES) $(DIST) src.pro C:/qt/mkspecs/qconfig.pri c:\qt\mkspecs\features\qt_functions.prf c:\qt\mkspecs\features\qt_config.prf c:\qt\mkspecs\features\exclusive_builds.prf c:\qt\mkspecs\features\default_pre.prf c:\qt\mkspecs\features\win32\default_pre.prf c:\qt\mkspecs\features\debug.prf c:\qt\mkspecs\features\debug_and_release.prf c:\qt\mkspecs\features\default_post.prf c:\qt\mkspecs\features\build_pass.prf c:\qt\mkspecs\features\Debug.prf c:\qt\mkspecs\features\win32\embed_manifest_exe.prf c:\qt\mkspecs\features\warn_on.prf c:\qt\mkspecs\features\qt.prf c:\qt\mkspecs\features\win32\thread.prf c:\qt\mkspecs\features\moc.prf c:\qt\mkspecs\features\win32\rtti.prf c:\qt\mkspecs\features\win32\exceptions.prf c:\qt\mkspecs\features\win32\stl.prf c:\qt\mkspecs\features\shared.prf c:\qt\mkspecs\features\win32\embed_manifest_dll.prf c:\qt\mkspecs\features\win32\windows.prf c:\qt\mkspecs\features\resources.prf c:\qt\mkspecs\features\uic.prf c:\qt\lib\qtmaind.prl HEADERS RESOURCES IMAGES SOURCES FORMS clean: compiler_clean -$(DEL_FILE) debug\mainWin.obj debug\main.obj debug\workflow.obj debug\result.obj debug\visualize.obj debug\moc_mainWin.obj debug\moc_workflow.obj debug\moc_result.obj debug\qrc_allo.obj -$(DEL_FILE) debug\allopath.res distclean: clean -$(DEL_FILE) "$(DESTDIR_TARGET)" -$(DEL_FILE) Makefile.Debug 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: debug\moc_mainWin.cpp debug\moc_workflow.cpp debug\moc_result.cpp compiler_moc_header_clean: -$(DEL_FILE) debug\moc_mainWin.cpp debug\moc_workflow.cpp debug\moc_result.cpp debug\moc_mainWin.cpp: ui_mainWin.h \ mainWin.h c:\qt\bin\moc.exe $(DEFINES) $(INCPATH) mainWin.h -o debug\moc_mainWin.cpp debug\moc_workflow.cpp: ui_workflow.h \ workflow.h c:\qt\bin\moc.exe $(DEFINES) $(INCPATH) workflow.h -o debug\moc_workflow.cpp debug\moc_result.cpp: ui_result.h \ ui_workflow.h \ visualize.h \ workflow.h \ result.h c:\qt\bin\moc.exe $(DEFINES) $(INCPATH) result.h -o debug\moc_result.cpp compiler_rcc_make_all: debug\qrc_allo.cpp compiler_rcc_clean: -$(DEL_FILE) debug\qrc_allo.cpp debug\qrc_allo.cpp: allo.qrc \ c:\qt\bin\rcc.exe \ images\backdrop.png \ images\perl.png \ images\result_transparent.png \ images\windows.png \ images\pymol.png \ images\resBox.png \ icons\hourglass.png \ icons\add.png \ icons\star.png \ icons\brick_add.png \ icons\map.png \ icons\application_osx.png \ icons\tag_yellow.png \ icons\layers.png \ icons\chart_line.png \ icons\folder_lightbulb.png \ icons\chart_bar.png \ icons\page_white_star.png \ icons\text_padding_left.png \ icons\camera_go.png \ icons\control_end_blue.png \ icons\tag_green.png \ icons\table.png \ icons\world_add.png \ icons\transmit.png \ icons\time.png \ icons\tag_blue.png \ icons\package_go.png \ icons\cancel.png \ icons\application_form_edit.png \ icons\date_edit.png \ icons\control_start_blue.png c:\qt\bin\rcc.exe -name allo allo.qrc -o debug\qrc_allo.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_mainWin.h ui_workflow.h ui_result.h compiler_uic_clean: -$(DEL_FILE) ui_mainWin.h ui_workflow.h ui_result.h ui_mainWin.h: mainWin.ui c:\qt\bin\uic.exe mainWin.ui -o ui_mainWin.h ui_workflow.h: workflow.ui c:\qt\bin\uic.exe workflow.ui -o ui_workflow.h ui_result.h: result.ui c:\qt\bin\uic.exe result.ui -o ui_result.h compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_image_collection_clean compiler_moc_source_clean compiler_uic_clean ####### Compile debug\mainWin.obj: mainWin.cpp mainWin.h \ ui_mainWin.h \ ui_workflow.h \ workflow.h debug\main.obj: main.cpp mainWin.h \ ui_mainWin.h debug\workflow.obj: workflow.cpp compute.h \ ui_workflow.h \ workflow.h debug\result.obj: result.cpp result.h \ ui_result.h \ ui_workflow.h \ visualize.h \ workflow.h debug\visualize.obj: visualize.cpp compute.cpp \ compute.h \ perlxsi.cpp \ result.h \ ui_result.h \ ui_workflow.h \ visualize.h \ workflow.h debug\moc_mainWin.obj: debug\moc_mainWin.cpp debug\moc_workflow.obj: debug\moc_workflow.cpp debug\moc_result.obj: debug\moc_result.cpp debug\qrc_allo.obj: debug\qrc_allo.cpp ####### Install install: FORCE uninstall: FORCE FORCE: