Makefile.Release
上传用户:soukeisyuu
上传日期:2022-07-03
资源大小:5943k
文件大小:5k
源码类别:

波变换

开发平台:

Visual C++

  1. #############################################################################
  2. # Makefile for building: bb
  3. # Generated by qmake (2.01a) (Qt 4.5.3) on: ??? ?? 6 20:40:56 2010
  4. # Project:  bb.pro
  5. # Template: app
  6. #############################################################################
  7. ####### Compiler, tools and options
  8. CC            = gcc
  9. CXX           = g++
  10. DEFINES       = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_THREAD_SUPPORT
  11. CFLAGS        = -O2 -Wall $(DEFINES)
  12. CXXFLAGS      = -O2 -frtti -fexceptions -mthreads -Wall $(DEFINES)
  13. INCPATH       = -I"c:Qt2009.04qtincludeQtCore" -I"c:Qt2009.04qtinclude" -I"Includeopencv" -I"c:Qt2009.04qtincludeActiveQt" -I"release" -I"c:Qt2009.04qtmkspecswin32-g++"
  14. LINK        =        g++
  15. LFLAGS        =        -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -Wl,-subsystem,console -mthreads -Wl
  16. LIBS        =        -L"c:Qt2009.04qtlib" -L ./Lib -lcxcore200 -lcv200 -lml200 -lhighgui200 -lcvaux200 -lQtCore4
  17. QMAKE         = c:Qt2009.04qtbinqmake.exe
  18. IDC           = c:Qt2009.04qtbinidc.exe
  19. IDL           = midl
  20. ZIP           = zip -r -9
  21. DEF_FILE      = 
  22. RES_FILE      = 
  23. COPY          = copy /y
  24. COPY_FILE     = $(COPY)
  25. COPY_DIR      = xcopy /s /q /y /i
  26. DEL_FILE      = del
  27. DEL_DIR       = rmdir
  28. MOVE          = move
  29. CHK_DIR_EXISTS= if not exist
  30. MKDIR         = mkdir
  31. INSTALL_FILE    = $(COPY_FILE)
  32. INSTALL_PROGRAM = $(COPY_FILE)
  33. INSTALL_DIR     = $(COPY_DIR)
  34. ####### Output directory
  35. OBJECTS_DIR   = release
  36. ####### Files
  37. SOURCES       = main.cpp 
  38. gabor.cpp 
  39. OBJECTS       = release/main.o 
  40. release/gabor.o
  41. DIST          = 
  42. QMAKE_TARGET  = bb
  43. DESTDIR        = release #avoid trailing-slash linebreak
  44. TARGET         = bb.exe
  45. DESTDIR_TARGET = releasebb.exe
  46. ####### Implicit rules
  47. .SUFFIXES: .cpp .cc .cxx .c
  48. .cpp.o:
  49. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  50. .cc.o:
  51. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  52. .cxx.o:
  53. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  54. .c.o:
  55. $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
  56. ####### Build rules
  57. first: all
  58. all: Makefile.Release  $(DESTDIR_TARGET)
  59. $(DESTDIR_TARGET):  $(OBJECTS) 
  60. $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS)  $(LIBS)
  61. qmake:  FORCE
  62. @$(QMAKE) -spec c:Qt2009.04qtmkspecswin32-g++ -win32 -o Makefile.Release bb.pro
  63. dist:
  64. $(ZIP) bb.zip $(SOURCES) $(DIST) bb.pro c:Qt2009.04qtmkspecsqconfig.pri c:Qt2009.04qtmkspecsfeaturesqt_functions.prf c:Qt2009.04qtmkspecsfeaturesqt_config.prf c:Qt2009.04qtmkspecsfeaturesexclusive_builds.prf c:Qt2009.04qtmkspecsfeaturesdefault_pre.prf c:Qt2009.04qtmkspecsfeatureswin32default_pre.prf c:Qt2009.04qtmkspecsfeaturesrelease.prf c:Qt2009.04qtmkspecsfeaturesdebug_and_release.prf c:Qt2009.04qtmkspecsfeaturesdefault_post.prf c:Qt2009.04qtmkspecsfeatureswin32default_post.prf c:Qt2009.04qtmkspecsfeaturesbuild_pass.prf c:Qt2009.04qtmkspecsfeatureswin32console.prf c:Qt2009.04qtmkspecsfeatureswin32rtti.prf c:Qt2009.04qtmkspecsfeatureswin32exceptions.prf c:Qt2009.04qtmkspecsfeatureswin32stl.prf c:Qt2009.04qtmkspecsfeaturesshared.prf c:Qt2009.04qtmkspecsfeatureswarn_on.prf c:Qt2009.04qtmkspecsfeaturesqt.prf c:Qt2009.04qtmkspecsfeatureswin32thread.prf c:Qt2009.04qtmkspecsfeaturesmoc.prf c:Qt2009.04qtmkspecsfeaturesresources.prf c:Qt2009.04qtmkspecsfeaturesuic.prf c:Qt2009.04qtmkspecsfeaturesyacc.prf c:Qt2009.04qtmkspecsfeatureslex.prf c:Qt2009.04qtmkspecsfeaturesinclude_source_dir.prf  HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES 
  65. clean: compiler_clean 
  66. -$(DEL_FILE) releasemain.o releasegabor.o
  67. distclean: clean
  68. -$(DEL_FILE) $(DESTDIR_TARGET)
  69. -$(DEL_FILE) Makefile.Release
  70. mocclean: compiler_moc_header_clean compiler_moc_source_clean
  71. mocables: compiler_moc_header_make_all compiler_moc_source_make_all
  72. compiler_moc_header_make_all:
  73. compiler_moc_header_clean:
  74. compiler_rcc_make_all:
  75. compiler_rcc_clean:
  76. compiler_image_collection_make_all: qmake_image_collection.cpp
  77. compiler_image_collection_clean:
  78. -$(DEL_FILE) qmake_image_collection.cpp
  79. compiler_moc_source_make_all:
  80. compiler_moc_source_clean:
  81. compiler_uic_make_all:
  82. compiler_uic_clean:
  83. compiler_yacc_decl_make_all:
  84. compiler_yacc_decl_clean:
  85. compiler_yacc_impl_make_all:
  86. compiler_yacc_impl_clean:
  87. compiler_lex_make_all:
  88. compiler_lex_clean:
  89. compiler_clean: 
  90. ####### Compile
  91. release/main.o: main.cpp gabor.h
  92. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o releasemain.o main.cpp
  93. release/gabor.o: gabor.cpp gabor.h
  94. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o releasegabor.o gabor.cpp
  95. ####### Install
  96. install:   FORCE
  97. uninstall:   FORCE
  98. FORCE: