[369] | 1 | #############################################################################
|
---|
| 2 | # Makefile for building: preprocessor
|
---|
[677] | 3 | # Generated by qmake (2.00a) (Qt 4.1.0) on: út 14. II 10:13:02 2006
|
---|
[369] | 4 | # Project: preprocessor.pro
|
---|
| 5 | # Template: app
|
---|
[463] | 6 | # Command: qmake -win32 -o Makefile preprocessor.pro
|
---|
[369] | 7 | #############################################################################
|
---|
| 8 |
|
---|
[563] | 9 | first: release
|
---|
| 10 | install: release-install
|
---|
| 11 | uninstall: release-uninstall
|
---|
[463] | 12 | MAKEFILE = Makefile
|
---|
| 13 | QMAKE = qmake
|
---|
| 14 | DEL_FILE = del
|
---|
| 15 | CHK_DIR_EXISTS= if not exist
|
---|
| 16 | MKDIR = mkdir
|
---|
| 17 | COPY = copy /y
|
---|
| 18 | COPY_FILE = $(COPY)
|
---|
| 19 | COPY_DIR = xcopy /s /q /y /i
|
---|
| 20 | INSTALL_FILE = $(COPY_FILE)
|
---|
| 21 | INSTALL_DIR = $(COPY_DIR)
|
---|
| 22 | DEL_FILE = del
|
---|
| 23 | SYMLINK =
|
---|
| 24 | DEL_DIR = rmdir
|
---|
| 25 | MOVE = move
|
---|
| 26 | CHK_DIR_EXISTS= if not exist
|
---|
| 27 | MKDIR = mkdir
|
---|
| 28 | SUBTARGETS = \
|
---|
[563] | 29 | release \
|
---|
| 30 | debug
|
---|
[369] | 31 |
|
---|
[463] | 32 | release: $(MAKEFILE).Release FORCE
|
---|
| 33 | $(MAKE) -f $(MAKEFILE).Release
|
---|
| 34 | release-make_default: $(MAKEFILE).Release FORCE
|
---|
| 35 | $(MAKE) -f $(MAKEFILE).Release
|
---|
| 36 | release-make_first: $(MAKEFILE).Release FORCE
|
---|
| 37 | $(MAKE) -f $(MAKEFILE).Release first
|
---|
| 38 | release-all: $(MAKEFILE).Release FORCE
|
---|
| 39 | $(MAKE) -f $(MAKEFILE).Release all
|
---|
| 40 | release-clean: $(MAKEFILE).Release FORCE
|
---|
| 41 | $(MAKE) -f $(MAKEFILE).Release clean
|
---|
| 42 | release-distclean: $(MAKEFILE).Release FORCE
|
---|
| 43 | $(MAKE) -f $(MAKEFILE).Release distclean
|
---|
| 44 | release-install: $(MAKEFILE).Release FORCE
|
---|
| 45 | $(MAKE) -f $(MAKEFILE).Release install
|
---|
| 46 | release-uninstall: $(MAKEFILE).Release FORCE
|
---|
| 47 | $(MAKE) -f $(MAKEFILE).Release uninstall
|
---|
[563] | 48 | debug: $(MAKEFILE).Debug FORCE
|
---|
| 49 | $(MAKE) -f $(MAKEFILE).Debug
|
---|
| 50 | debug-make_default: $(MAKEFILE).Debug FORCE
|
---|
| 51 | $(MAKE) -f $(MAKEFILE).Debug
|
---|
| 52 | debug-make_first: $(MAKEFILE).Debug FORCE
|
---|
| 53 | $(MAKE) -f $(MAKEFILE).Debug first
|
---|
| 54 | debug-all: $(MAKEFILE).Debug FORCE
|
---|
| 55 | $(MAKE) -f $(MAKEFILE).Debug all
|
---|
| 56 | debug-clean: $(MAKEFILE).Debug FORCE
|
---|
| 57 | $(MAKE) -f $(MAKEFILE).Debug clean
|
---|
| 58 | debug-distclean: $(MAKEFILE).Debug FORCE
|
---|
| 59 | $(MAKE) -f $(MAKEFILE).Debug distclean
|
---|
| 60 | debug-install: $(MAKEFILE).Debug FORCE
|
---|
| 61 | $(MAKE) -f $(MAKEFILE).Debug install
|
---|
| 62 | debug-uninstall: $(MAKEFILE).Debug FORCE
|
---|
| 63 | $(MAKE) -f $(MAKEFILE).Debug uninstall
|
---|
[369] | 64 |
|
---|
[496] | 65 | Makefile: preprocessor.pro D:/Qt/4.1.0/mkspecs/win32-msvc.net\qmake.conf D:/Qt/4.1.0/mkspecs/qconfig.pri \
|
---|
| 66 | D:\Qt\4.1.0\mkspecs\features\qt_config.prf \
|
---|
| 67 | D:\Qt\4.1.0\mkspecs\features\exclusive_builds.prf \
|
---|
| 68 | D:\Qt\4.1.0\mkspecs\features\default_pre.prf \
|
---|
| 69 | D:\Qt\4.1.0\mkspecs\features\win32\default_pre.prf \
|
---|
[563] | 70 | D:\Qt\4.1.0\mkspecs\features\release.prf \
|
---|
[496] | 71 | D:\Qt\4.1.0\mkspecs\features\debug_and_release.prf \
|
---|
| 72 | D:\Qt\4.1.0\mkspecs\features\default_post.prf \
|
---|
| 73 | D:\Qt\4.1.0\mkspecs\features\qt.prf \
|
---|
| 74 | D:\Qt\4.1.0\mkspecs\features\win32\opengl.prf \
|
---|
| 75 | D:\Qt\4.1.0\mkspecs\features\moc.prf \
|
---|
| 76 | D:\Qt\4.1.0\mkspecs\features\win32\thread.prf \
|
---|
| 77 | D:\Qt\4.1.0\mkspecs\features\warn_off.prf \
|
---|
| 78 | D:\Qt\4.1.0\mkspecs\features\win32\console.prf \
|
---|
| 79 | D:\Qt\4.1.0\mkspecs\features\win32\rtti.prf \
|
---|
| 80 | D:\Qt\4.1.0\mkspecs\features\win32\exceptions.prf \
|
---|
| 81 | D:\Qt\4.1.0\mkspecs\features\win32\stl.prf \
|
---|
| 82 | D:\Qt\4.1.0\mkspecs\features\shared.prf \
|
---|
| 83 | D:\Qt\4.1.0\mkspecs\features\resources.prf \
|
---|
| 84 | D:\Qt\4.1.0\mkspecs\features\uic.prf
|
---|
[463] | 85 | $(QMAKE) -win32 -o Makefile preprocessor.pro
|
---|
[496] | 86 | D:/Qt/4.1.0/mkspecs/qconfig.pri:
|
---|
| 87 | D:\Qt\4.1.0\mkspecs\features\qt_config.prf:
|
---|
| 88 | D:\Qt\4.1.0\mkspecs\features\exclusive_builds.prf:
|
---|
| 89 | D:\Qt\4.1.0\mkspecs\features\default_pre.prf:
|
---|
| 90 | D:\Qt\4.1.0\mkspecs\features\win32\default_pre.prf:
|
---|
[563] | 91 | D:\Qt\4.1.0\mkspecs\features\release.prf:
|
---|
[496] | 92 | D:\Qt\4.1.0\mkspecs\features\debug_and_release.prf:
|
---|
| 93 | D:\Qt\4.1.0\mkspecs\features\default_post.prf:
|
---|
| 94 | D:\Qt\4.1.0\mkspecs\features\qt.prf:
|
---|
| 95 | D:\Qt\4.1.0\mkspecs\features\win32\opengl.prf:
|
---|
| 96 | D:\Qt\4.1.0\mkspecs\features\moc.prf:
|
---|
| 97 | D:\Qt\4.1.0\mkspecs\features\win32\thread.prf:
|
---|
| 98 | D:\Qt\4.1.0\mkspecs\features\warn_off.prf:
|
---|
| 99 | D:\Qt\4.1.0\mkspecs\features\win32\console.prf:
|
---|
| 100 | D:\Qt\4.1.0\mkspecs\features\win32\rtti.prf:
|
---|
| 101 | D:\Qt\4.1.0\mkspecs\features\win32\exceptions.prf:
|
---|
| 102 | D:\Qt\4.1.0\mkspecs\features\win32\stl.prf:
|
---|
| 103 | D:\Qt\4.1.0\mkspecs\features\shared.prf:
|
---|
| 104 | D:\Qt\4.1.0\mkspecs\features\resources.prf:
|
---|
| 105 | D:\Qt\4.1.0\mkspecs\features\uic.prf:
|
---|
[463] | 106 | qmake: qmake_all FORCE
|
---|
| 107 | @$(QMAKE) -win32 -o Makefile preprocessor.pro
|
---|
[369] | 108 |
|
---|
[463] | 109 | qmake_all: FORCE
|
---|
[369] | 110 |
|
---|
[563] | 111 | make_default: release-make_default debug-make_default FORCE
|
---|
| 112 | make_first: release-make_first debug-make_first FORCE
|
---|
| 113 | all: release-all debug-all FORCE
|
---|
| 114 | clean: release-clean debug-clean FORCE
|
---|
[463] | 115 | -$(DEL_FILE) preprocessor.exp
|
---|
[563] | 116 | distclean: release-distclean debug-distclean FORCE
|
---|
[463] | 117 | -$(DEL_FILE) Makefile
|
---|
[369] | 118 |
|
---|
[463] | 119 | release-mocclean: $(MAKEFILE).Release
|
---|
| 120 | $(MAKE) -f $(MAKEFILE).Release mocclean
|
---|
[563] | 121 | debug-mocclean: $(MAKEFILE).Debug
|
---|
| 122 | $(MAKE) -f $(MAKEFILE).Debug mocclean
|
---|
| 123 | mocclean: release-mocclean debug-mocclean
|
---|
[369] | 124 |
|
---|
[463] | 125 | release-mocables: $(MAKEFILE).Release
|
---|
| 126 | $(MAKE) -f $(MAKEFILE).Release mocables
|
---|
[563] | 127 | debug-mocables: $(MAKEFILE).Debug
|
---|
| 128 | $(MAKE) -f $(MAKEFILE).Debug mocables
|
---|
| 129 | mocables: release-mocables debug-mocables
|
---|
[369] | 130 | FORCE:
|
---|
| 131 |
|
---|
[463] | 132 | $(MAKEFILE).Release: Makefile
|
---|
[563] | 133 | $(MAKEFILE).Debug: Makefile
|
---|