initial import
[vym] / qtc-gdbmacros / Makefile.Debug
diff --git a/qtc-gdbmacros/Makefile.Debug b/qtc-gdbmacros/Makefile.Debug
new file mode 100644 (file)
index 0000000..840e266
--- /dev/null
@@ -0,0 +1,127 @@
+#############################################################################\r
+# Makefile for building: gdbmacros\r
+# Generated by qmake (2.01a) (Qt 4.5.0) on: sáb 24. out 08:26:39 2009\r
+# Project:  gdbmacros.pro\r
+# Template: lib\r
+#############################################################################\r
+\r
+####### Compiler, tools and options\r
+\r
+CC            = gcc\r
+CXX           = g++\r
+DEFINES       = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT\r
+CFLAGS        = -g -Wall $(DEFINES)\r
+CXXFLAGS      = -g -frtti -fexceptions -mthreads -Wall $(DEFINES)\r
+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++"\r
+LINK        =        g++\r
+LFLAGS        =        -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -shared -mthreads -Wl -Wl,--out-implib,debug\libgdbmacros.a\r
+LIBS        =        -L"c:\Qt\2009.01\qt\lib" -lQtGuid4 -lQtCored4\r
+QMAKE         = c:\Qt\2009.01\qt\bin\qmake.exe\r
+IDC           = c:\Qt\2009.01\qt\bin\idc.exe\r
+IDL           = midl\r
+ZIP           = zip -r -9\r
+DEF_FILE      = \r
+RES_FILE      = \r
+COPY          = copy /y\r
+COPY_FILE     = $(COPY)\r
+COPY_DIR      = xcopy /s /q /y /i\r
+DEL_FILE      = del\r
+DEL_DIR       = rmdir\r
+MOVE          = move\r
+CHK_DIR_EXISTS= if not exist\r
+MKDIR         = mkdir\r
+INSTALL_FILE    = $(COPY_FILE)\r
+INSTALL_PROGRAM = $(COPY_FILE)\r
+INSTALL_DIR     = $(COPY_DIR)\r
+\r
+####### Output directory\r
+\r
+OBJECTS_DIR   = debug\r
+\r
+####### Files\r
+\r
+SOURCES       = gdbmacros.cpp \r
+OBJECTS       = debug/gdbmacros.o\r
+DIST          = \r
+QMAKE_TARGET  = gdbmacros\r
+DESTDIR        = debug\ #avoid trailing-slash linebreak\r
+TARGET         = gdbmacros.dll\r
+DESTDIR_TARGET = debug\gdbmacros.dll\r
+\r
+####### Implicit rules\r
+\r
+.SUFFIXES: .cpp .cc .cxx .c\r
+\r
+.cpp.o:\r
+       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<\r
+\r
+.cc.o:\r
+       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<\r
+\r
+.cxx.o:\r
+       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<\r
+\r
+.c.o:\r
+       $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<\r
+\r
+####### Build rules\r
+\r
+first: all\r
+all: Makefile.Debug  $(DESTDIR_TARGET)\r
+\r
+$(DESTDIR_TARGET):  $(OBJECTS) \r
+       $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS)  $(LIBS)\r
+\r
+\r
+qmake:  FORCE\r
+       @$(QMAKE) -spec ..\..\Qt\2009.01\qt\mkspecs\win32-g++ -win32 -o Makefile.Debug gdbmacros.pro\r
+\r
+dist:\r
+       $(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 \r
+\r
+clean: compiler_clean \r
+       -$(DEL_FILE) debug\gdbmacros.o\r
+       -$(DEL_FILE) debug\libgdbmacros.a\r
+\r
+distclean: clean\r
+       -$(DEL_FILE) $(DESTDIR_TARGET)\r
+       -$(DEL_FILE) Makefile.Debug\r
+\r
+mocclean: compiler_moc_header_clean compiler_moc_source_clean\r
+\r
+mocables: compiler_moc_header_make_all compiler_moc_source_make_all\r
+\r
+compiler_moc_header_make_all:\r
+compiler_moc_header_clean:\r
+compiler_rcc_make_all:\r
+compiler_rcc_clean:\r
+compiler_image_collection_make_all: qmake_image_collection.cpp\r
+compiler_image_collection_clean:\r
+       -$(DEL_FILE) qmake_image_collection.cpp\r
+compiler_moc_source_make_all:\r
+compiler_moc_source_clean:\r
+compiler_uic_make_all:\r
+compiler_uic_clean:\r
+compiler_yacc_decl_make_all:\r
+compiler_yacc_decl_clean:\r
+compiler_yacc_impl_make_all:\r
+compiler_yacc_impl_clean:\r
+compiler_lex_make_all:\r
+compiler_lex_clean:\r
+compiler_clean: \r
+\r
+\r
+\r
+####### Compile\r
+\r
+debug/gdbmacros.o: gdbmacros.cpp \r
+       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\gdbmacros.o gdbmacros.cpp\r
+\r
+####### Install\r
+\r
+install:   FORCE\r
+\r
+uninstall:   FORCE\r
+\r
+FORCE:\r
+\r