############################################################################# # 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_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT CFLAGS = -nologo -Zm200 -GS -O2 -MD -DNDEBUG -W3 $(DEFINES) CXXFLAGS = -nologo -Zm200 -GS -O2 -MD -DNDEBUG -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"release" -I"." -I"c:\qt\mkspecs\win32-msvc2005" LINK = link LFLAGS = /LIBPATH:"c:\qt\lib" /NOLOGO /MANIFESTFILE:"release\allopath.intermediate.manifest" /SUBSYSTEM:WINDOWS /incremental:no LIBS = c:\qt\lib\qtmain.lib release\allopath.res perl58.lib c:\qt\lib\QtGui4.lib c:\qt\lib\QtNetwork4.lib c:\qt\lib\QtCore4.lib QMAKE = c:\qt\bin\qmake.exe IDC = c:\qt\bin\idc.exe IDL = midl ZIP = zip -r -9 DEF_FILE = RES_FILE = release\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 = release ####### Files SOURCES = mainWin.cpp \ main.cpp \ workflow.cpp \ result.cpp \ visualize.cpp release\moc_mainWin.cpp \ release\moc_workflow.cpp \ release\moc_result.cpp \ release\qrc_allo.cpp OBJECTS = release\mainWin.obj \ release\main.obj \ release\workflow.obj \ release\result.obj \ release\visualize.obj \ release\moc_mainWin.obj \ release\moc_workflow.obj \ release\moc_result.obj \ release\qrc_allo.obj DIST = QMAKE_TARGET = allopath DESTDIR = release\ #avoid trailing-slash linebreak TARGET = allopath.exe DESTDIR_TARGET = release\allopath.exe ####### Implicit rules {release}.cpp{release\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< $< << {release}.cc{release\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< $< << {release}.cxx{release\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< $< << {release}.c{release\}.obj:: $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< $< << {.}.cpp{release\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< $< << {.}.cc{release\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< $< << {.}.cxx{release\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< $< << {.}.c{release\}.obj:: $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< $< << ####### Build rules first: all all: Makefile.Release $(DESTDIR_TARGET) $(DESTDIR_TARGET).manifest: $(DESTDIR_TARGET): ui_mainWin.h ui_workflow.h ui_result.h $(OBJECTS) release\allopath.res $(LINK) $(LFLAGS) /OUT:"$(DESTDIR_TARGET)" @<< $(OBJECTS) $(LIBS) << mt.exe -nologo -manifest "release\allopath.intermediate.manifest" -outputresource:$(DESTDIR_TARGET);1 release\allopath.res: allopath.rc rc -fo release\allopath.res allopath.rc qmake: FORCE @$(QMAKE) -win32 -o Makefile.Release 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\release.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\Release.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\qtmain.prl HEADERS RESOURCES IMAGES SOURCES FORMS clean: compiler_clean -$(DEL_FILE) release\mainWin.obj release\main.obj release\workflow.obj release\result.obj release\visualize.obj release\moc_mainWin.obj release\moc_workflow.obj release\moc_result.obj release\qrc_allo.obj -$(DEL_FILE) release\allopath.res 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_mainWin.cpp release\moc_workflow.cpp release\moc_result.cpp compiler_moc_header_clean: -$(DEL_FILE) release\moc_mainWin.cpp release\moc_workflow.cpp release\moc_result.cpp release\moc_mainWin.cpp: ui_mainWin.h \ mainWin.h c:\qt\bin\moc.exe $(DEFINES) $(INCPATH) mainWin.h -o release\moc_mainWin.cpp release\moc_workflow.cpp: ui_workflow.h \ workflow.h c:\qt\bin\moc.exe $(DEFINES) $(INCPATH) workflow.h -o release\moc_workflow.cpp release\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 release\moc_result.cpp compiler_rcc_make_all: release\qrc_allo.cpp compiler_rcc_clean: -$(DEL_FILE) release\qrc_allo.cpp release\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 release\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 release\mainWin.obj: mainWin.cpp mainWin.h \ ui_mainWin.h \ ui_workflow.h \ workflow.h release\main.obj: main.cpp mainWin.h \ ui_mainWin.h release\workflow.obj: workflow.cpp compute.h \ ui_workflow.h \ workflow.h release\result.obj: result.cpp result.h \ ui_result.h \ ui_workflow.h \ visualize.h \ workflow.h release\visualize.obj: visualize.cpp compute.cpp \ compute.h \ perlxsi.cpp \ result.h \ ui_result.h \ ui_workflow.h \ visualize.h \ workflow.h release\moc_mainWin.obj: release\moc_mainWin.cpp release\moc_workflow.obj: release\moc_workflow.cpp release\moc_result.obj: release\moc_result.cpp release\qrc_allo.obj: release\qrc_allo.cpp ####### Install install: FORCE uninstall: FORCE FORCE: