Advertisement
Guest User

Untitled

a guest
Jul 17th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. #### Generated by configure.bat - DO NOT EDIT! ####
  2.  
  3. QTVERSION = 5.0.0
  4. CXX = g++
  5. EXTRA_CXXFLAGS =
  6. QTSRC = K:/qt/qt5/qtbase/
  7.  
  8. CORESRC = $(QTSRC)src/corelib
  9. TOOLSRC = $(QTSRC)tools
  10. CONFSRC = $(TOOLSRC)/configure
  11.  
  12. RAW_PCH = configure_pch.h
  13. PCH = $(RAW_PCH).gch/c++
  14. CXX = g++
  15. DEFINES = -DUNICODE -DQT_NO_DATASTREAM -DQT_NO_CODECS -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -D_CRT_SECURE_NO_DEPRECATE -DQT_BOOTSTRAPPED -DCOMMERCIAL_VERSION
  16. INCPATH = -I"../../include" -I"../../include/QtCore" -I"../../include/QtCore/$(QTVERSION)" -I"../../include/QtCore/$(QTVERSION)/QtCore" -I"$(TOOLSRC)/shared" -I"$(QTSRC)mkspecs/win32-g++"
  17. CXXFLAGS_BARE = -fno-rtti -fno-exceptions -mthreads -Wall -Wextra $(DEFINES) $(INCPATH)
  18. CXXFLAGS = -include $(RAW_PCH) $(CXXFLAGS_BARE)
  19. LINK = g++
  20. LFLAGS = -Wl,-subsystem,console -mthreads
  21. LIBS = -lole32 -ladvapi32 -luuid
  22.  
  23. TARGET = ../../configure.exe
  24.  
  25. OBJECTS = \
  26. main.o \
  27. configureapp.o \
  28. environment.o \
  29. tools.o \
  30. qarraydata.o \
  31. qbytearray.o \
  32. qbytearraymatcher.o \
  33. qhash.o \
  34. qlist.o \
  35. qlocale.o \
  36. qlocale_win.o \
  37. qlocale_tools.o \
  38. qvector.o \
  39. qutfcodec.o \
  40. qtextcodec.o \
  41. qglobal.o \
  42. qnumeric.o \
  43. qbuffer.o \
  44. qdatastream.o \
  45. qdir.o \
  46. qdiriterator.o \
  47. qfiledevice.o \
  48. qfile.o \
  49. qfileinfo.o \
  50. qabstractfileengine.o \
  51. qfilesystementry.o \
  52. qfilesystemengine.o \
  53. qfilesystemengine_win.o \
  54. qfilesystemiterator_win.o \
  55. qfsfileengine.o \
  56. qfsfileengine_win.o \
  57. qfsfileengine_iterator.o \
  58. qiodevice.o \
  59. qtextstream.o \
  60. qlogging.o \
  61. qtemporaryfile.o \
  62. qsystemlibrary.o \
  63. qbitarray.o \
  64. qdatetime.o \
  65. qmap.o \
  66. qregexp.o \
  67. qstring.o \
  68. qstringlist.o \
  69. qvsnprintf.o \
  70. qvariant.o \
  71. qsystemerror.o \
  72. qmetatype.o \
  73. qmalloc.o \
  74. qxmlstream.o \
  75. qxmlutils.o \
  76. quuid.o \
  77. qcryptographichash.o \
  78. registry.o
  79.  
  80. $(TARGET): $(OBJECTS)
  81. $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS)
  82.  
  83. $(OBJECTS): $(PCH)
  84.  
  85. # SHELL is the full path of sh.exe, unless
  86. # 1) it is found in the current directory
  87. # 2) it is not found at all
  88. # 3) it is overridden on the command line with an existing file
  89. # ... otherwise it is always sh.exe. Specifically, SHELL from the
  90. # environment has no effect.
  91. #
  92. # This check will fail if SHELL is explicitly set to a not
  93. # sh-compatible shell. This is not a problem, because configure.bat
  94. # will not do that.
  95. ifeq ($(SHELL), sh.exe)
  96. ifeq ($(wildcard $(CURDIR)/sh.exe), )
  97. SH = 0
  98. else
  99. SH = 1
  100. endif
  101. else
  102. SH = 1
  103. endif
  104.  
  105. ifeq ($(SH), 1)
  106. CHK_DIR_EXISTS = test -d
  107. CHK_DIR_EXISTS_GLUE = ||
  108. MKDIR = mkdir -p
  109. else
  110. CHK_DIR_EXISTS = if not exist
  111. CHK_DIR_EXISTS_GLUE =
  112. MKDIR = md
  113. endif
  114.  
  115. $(PCH): $(CONFSRC)/configure_pch.h
  116. @$(CHK_DIR_EXISTS) $(RAW_PCH).gch $(CHK_DIR_EXISTS_GLUE) $(MKDIR) $(RAW_PCH).gch
  117. $(CXX) -x c++-header -c $(CXXFLAGS_BARE) -o $@ $<
  118.  
  119. VPATH = $(CONFSRC):$(TOOLSRC)/shared/windows:$(CORESRC)/global:$(CORESRC)/kernel:$(CORESRC)/tools:$(CORESRC)/codecs:$(CORESRC)/io:$(CORESRC)/xml:$(CORESRC)/plugin
  120.  
  121. main.o: $(CONFSRC)/configureapp.h
  122. configureapp.o: $(CONFSRC)/configureapp.h $(CONFSRC)/environment.h $(CONFSRC)/tools.h
  123. environment.o: $(CONFSRC)/environment.h
  124. tools.o: $(CONFSRC)/tools.h
  125.  
  126. clean:
  127. -rm -f *.o
  128. -rm -rf *.gch
  129.  
  130.  
  131.  
  132.  
  133. K:\qt\qt5__1e7d6ec-mingw32-471\qtbase\tools\configure>dir /S
  134. K:\qt\qt5__1e7d6ec-mingw32-471\qtbase\tools\configure
  135.  
  136. 17.07.2012 10:55 <DIR> .
  137. 17.07.2012 10:55 <DIR> ..
  138. 17.07.2012 10:55 <DIR> configure_pch.h.gch
  139. 17.07.2012 11:21 3.601 Makefile
  140. 17.07.2012 10:55 22.421 qsystemlibrary.o
  141. 17.07.2012 10:55 26.333 quuid.o
  142.  
  143. K:\qt\qt5__1e7d6ec-mingw32-471\qtbase\tools\configure\configure_pch.h.gch
  144.  
  145. 17.07.2012 10:55 <DIR> .
  146. 17.07.2012 10:55 <DIR> ..
  147. 17.07.2012 10:55 34.047.812 c++
  148.  
  149. K:\qt\qt5__1e7d6ec-mingw32-471\qtbase\tools\configure>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement