X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=qtc-gdbmacros%2FMakefile.Debug;fp=qtc-gdbmacros%2FMakefile.Debug;h=840e266f544106fa3190110fe498bbc80a5f710e;hb=2f79edb68ae955de3c3118a7f9181c7a1f3b0d72;hp=0000000000000000000000000000000000000000;hpb=eeb718b059f8b14807b976ae6410a3021b2d4576;p=vym diff --git a/qtc-gdbmacros/Makefile.Debug b/qtc-gdbmacros/Makefile.Debug new file mode 100644 index 0000000..840e266 --- /dev/null +++ b/qtc-gdbmacros/Makefile.Debug @@ -0,0 +1,127 @@ +############################################################################# +# Makefile for building: gdbmacros +# Generated by qmake (2.01a) (Qt 4.5.0) on: sáb 24. out 08:26:39 2009 +# Project: gdbmacros.pro +# Template: lib +############################################################################# + +####### Compiler, tools and options + +CC = gcc +CXX = g++ +DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT +CFLAGS = -g -Wall $(DEFINES) +CXXFLAGS = -g -frtti -fexceptions -mthreads -Wall $(DEFINES) +INCPATH = -I"..\..\Qt\2009.01\qt\include\QtCore" -I"..\..\Qt\2009.01\qt\include\QtGui" -I"..\..\Qt\2009.01\qt\include" -I"..\..\Qt\2009.01\qt\include\ActiveQt" -I"debug" -I"." -I"..\..\Qt\2009.01\qt\mkspecs\win32-g++" +LINK = g++ +LFLAGS = -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -shared -mthreads -Wl -Wl,--out-implib,debug\libgdbmacros.a +LIBS = -L"c:\Qt\2009.01\qt\lib" -lQtGuid4 -lQtCored4 +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 = debug + +####### Files + +SOURCES = gdbmacros.cpp +OBJECTS = debug/gdbmacros.o +DIST = +QMAKE_TARGET = gdbmacros +DESTDIR = debug\ #avoid trailing-slash linebreak +TARGET = gdbmacros.dll +DESTDIR_TARGET = debug\gdbmacros.dll + +####### 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.Debug $(DESTDIR_TARGET) + +$(DESTDIR_TARGET): $(OBJECTS) + $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS) $(LIBS) + + +qmake: FORCE + @$(QMAKE) -spec ..\..\Qt\2009.01\qt\mkspecs\win32-g++ -win32 -o Makefile.Debug gdbmacros.pro + +dist: + $(ZIP) gdbmacros.zip $(SOURCES) $(DIST) gdbmacros.pro ..\..\Qt\2009.01\qt\mkspecs\qconfig.pri ..\..\Qt\2009.01\qt\mkspecs\features\qt_functions.prf ..\..\Qt\2009.01\qt\mkspecs\features\qt_config.prf ..\..\Qt\2009.01\qt\mkspecs\features\exclusive_builds.prf ..\..\Qt\2009.01\qt\mkspecs\features\default_pre.prf ..\..\Qt\2009.01\qt\mkspecs\features\win32\default_pre.prf ..\..\Qt\2009.01\qt\mkspecs\features\debug.prf ..\..\Qt\2009.01\qt\mkspecs\features\debug_and_release.prf ..\..\Qt\2009.01\qt\mkspecs\features\default_post.prf ..\..\Qt\2009.01\qt\mkspecs\features\win32\default_post.prf ..\..\Qt\2009.01\qt\mkspecs\features\build_pass.prf ..\..\Qt\2009.01\qt\mkspecs\features\shared.prf ..\..\Qt\2009.01\qt\mkspecs\features\dll.prf ..\..\Qt\2009.01\qt\mkspecs\features\win32\rtti.prf ..\..\Qt\2009.01\qt\mkspecs\features\win32\exceptions.prf ..\..\Qt\2009.01\qt\mkspecs\features\win32\stl.prf ..\..\Qt\2009.01\qt\mkspecs\features\warn_on.prf ..\..\Qt\2009.01\qt\mkspecs\features\qt.prf ..\..\Qt\2009.01\qt\mkspecs\features\win32\thread.prf ..\..\Qt\2009.01\qt\mkspecs\features\moc.prf ..\..\Qt\2009.01\qt\mkspecs\features\win32\windows.prf ..\..\Qt\2009.01\qt\mkspecs\features\resources.prf ..\..\Qt\2009.01\qt\mkspecs\features\uic.prf ..\..\Qt\2009.01\qt\mkspecs\features\yacc.prf ..\..\Qt\2009.01\qt\mkspecs\features\lex.prf HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES + +clean: compiler_clean + -$(DEL_FILE) debug\gdbmacros.o + -$(DEL_FILE) debug\libgdbmacros.a + +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: +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 + +debug/gdbmacros.o: gdbmacros.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\gdbmacros.o gdbmacros.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: +