Makefile.Release
资源名称:gabor.rar [点击查看]
上传用户:soukeisyuu
上传日期:2022-07-03
资源大小:5943k
文件大小:5k
源码类别:
波变换
开发平台:
Visual C++
- #############################################################################
- # Makefile for building: bb
- # Generated by qmake (2.01a) (Qt 4.5.3) on: ??? ?? 6 20:40:56 2010
- # Project: bb.pro
- # Template: app
- #############################################################################
- ####### Compiler, tools and options
- CC = gcc
- CXX = g++
- DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_THREAD_SUPPORT
- CFLAGS = -O2 -Wall $(DEFINES)
- CXXFLAGS = -O2 -frtti -fexceptions -mthreads -Wall $(DEFINES)
- INCPATH = -I"c:Qt2009.04qtincludeQtCore" -I"c:Qt2009.04qtinclude" -I"Includeopencv" -I"c:Qt2009.04qtincludeActiveQt" -I"release" -I"c:Qt2009.04qtmkspecswin32-g++"
- LINK = g++
- LFLAGS = -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -Wl,-subsystem,console -mthreads -Wl
- LIBS = -L"c:Qt2009.04qtlib" -L ./Lib -lcxcore200 -lcv200 -lml200 -lhighgui200 -lcvaux200 -lQtCore4
- QMAKE = c:Qt2009.04qtbinqmake.exe
- IDC = c:Qt2009.04qtbinidc.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
- gabor.cpp
- OBJECTS = release/main.o
- release/gabor.o
- DIST =
- QMAKE_TARGET = bb
- DESTDIR = release #avoid trailing-slash linebreak
- TARGET = bb.exe
- DESTDIR_TARGET = releasebb.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): $(OBJECTS)
- $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS) $(LIBS)
- qmake: FORCE
- @$(QMAKE) -spec c:Qt2009.04qtmkspecswin32-g++ -win32 -o Makefile.Release bb.pro
- dist:
- $(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
- clean: compiler_clean
- -$(DEL_FILE) releasemain.o releasegabor.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:
- compiler_moc_header_clean:
- compiler_rcc_make_all:
- compiler_rcc_clean:
- 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:
- compiler_uic_clean:
- 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:
- ####### Compile
- release/main.o: main.cpp gabor.h
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o releasemain.o main.cpp
- release/gabor.o: gabor.cpp gabor.h
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o releasegabor.o gabor.cpp
- ####### Install
- install: FORCE
- uninstall: FORCE
- FORCE: