-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
143 lines (135 loc) · 5.2 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
#############################################################################
# Makefile for building: winlepp
# Generated by qmake (2.01a) (Qt 4.5.1) on: mar 23. jun 19:53:39 2009
# Project: u_winlepp.pro
# Template: app
# Command: c:\Qt\4.5.1\bin\qmake -win32 -o Makefile u_winlepp.pro
#############################################################################
first: debug
install: debug-install
uninstall: debug-uninstall
MAKEFILE = Makefile
QMAKE = c:\Qt\4.5.1\bin\qmake
DEL_FILE = del
CHK_DIR_EXISTS= if not exist
MKDIR = mkdir
COPY = copy /y
COPY_FILE = $(COPY)
COPY_DIR = xcopy /s /q /y /i
INSTALL_FILE = $(COPY_FILE)
INSTALL_PROGRAM = $(COPY_FILE)
INSTALL_DIR = $(COPY_DIR)
DEL_FILE = del
SYMLINK =
DEL_DIR = rmdir
MOVE = move
CHK_DIR_EXISTS= if not exist
MKDIR = mkdir
SUBTARGETS = \
debug \
release
debug: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug
debug-make_default: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug
debug-make_first: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug first
debug-all: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug all
debug-clean: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug clean
debug-distclean: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug distclean
debug-install: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug install
debug-uninstall: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug uninstall
release: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release
release-make_default: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release
release-make_first: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release first
release-all: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release all
release-clean: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release clean
release-distclean: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release distclean
release-install: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release install
release-uninstall: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release uninstall
Makefile: u_winlepp.pro c:/Qt/4.5.1/mkspecs/default/qmake.conf c:/Qt/4.5.1/mkspecs/qconfig.pri \
c:/Qt/4.5.1/mkspecs/features/qt_functions.prf \
c:/Qt/4.5.1/mkspecs/features/qt_config.prf \
c:/Qt/4.5.1/mkspecs/features/exclusive_builds.prf \
c:/Qt/4.5.1/mkspecs/features/default_pre.prf \
c:/Qt/4.5.1/mkspecs/features/win32/default_pre.prf \
c:/Qt/4.5.1/mkspecs/features/debug.prf \
c:/Qt/4.5.1/mkspecs/features/debug_and_release.prf \
c:/Qt/4.5.1/mkspecs/features/default_post.prf \
c:/Qt/4.5.1/mkspecs/features/win32/default_post.prf \
c:/Qt/4.5.1/mkspecs/features/win32/thread.prf \
c:/Qt/4.5.1/mkspecs/features/win32/rtti.prf \
c:/Qt/4.5.1/mkspecs/features/win32/exceptions.prf \
c:/Qt/4.5.1/mkspecs/features/win32/stl.prf \
c:/Qt/4.5.1/mkspecs/features/shared.prf \
c:/Qt/4.5.1/mkspecs/features/warn_on.prf \
c:/Qt/4.5.1/mkspecs/features/qt.prf \
c:/Qt/4.5.1/mkspecs/features/moc.prf \
c:/Qt/4.5.1/mkspecs/features/win32/windows.prf \
c:/Qt/4.5.1/mkspecs/features/resources.prf \
c:/Qt/4.5.1/mkspecs/features/uic.prf \
c:/Qt/4.5.1/mkspecs/features/yacc.prf \
c:/Qt/4.5.1/mkspecs/features/lex.prf \
c:/Qt/4.5.1/mkspecs/features/include_source_dir.prf \
c:/Qt/4.5.1/lib/qtmaind.prl
$(QMAKE) -win32 -o Makefile u_winlepp.pro
c:\Qt\4.5.1\mkspecs\qconfig.pri:
c:\Qt\4.5.1\mkspecs\features\qt_functions.prf:
c:\Qt\4.5.1\mkspecs\features\qt_config.prf:
c:\Qt\4.5.1\mkspecs\features\exclusive_builds.prf:
c:\Qt\4.5.1\mkspecs\features\default_pre.prf:
c:\Qt\4.5.1\mkspecs\features\win32\default_pre.prf:
c:\Qt\4.5.1\mkspecs\features\debug.prf:
c:\Qt\4.5.1\mkspecs\features\debug_and_release.prf:
c:\Qt\4.5.1\mkspecs\features\default_post.prf:
c:\Qt\4.5.1\mkspecs\features\win32\default_post.prf:
c:\Qt\4.5.1\mkspecs\features\win32\thread.prf:
c:\Qt\4.5.1\mkspecs\features\win32\rtti.prf:
c:\Qt\4.5.1\mkspecs\features\win32\exceptions.prf:
c:\Qt\4.5.1\mkspecs\features\win32\stl.prf:
c:\Qt\4.5.1\mkspecs\features\shared.prf:
c:\Qt\4.5.1\mkspecs\features\warn_on.prf:
c:\Qt\4.5.1\mkspecs\features\qt.prf:
c:\Qt\4.5.1\mkspecs\features\moc.prf:
c:\Qt\4.5.1\mkspecs\features\win32\windows.prf:
c:\Qt\4.5.1\mkspecs\features\resources.prf:
c:\Qt\4.5.1\mkspecs\features\uic.prf:
c:\Qt\4.5.1\mkspecs\features\yacc.prf:
c:\Qt\4.5.1\mkspecs\features\lex.prf:
c:\Qt\4.5.1\mkspecs\features\include_source_dir.prf:
c:\Qt\4.5.1\lib\qtmaind.prl:
qmake: qmake_all FORCE
@$(QMAKE) -win32 -o Makefile u_winlepp.pro
qmake_all: FORCE
make_default: debug-make_default release-make_default FORCE
make_first: debug-make_first release-make_first FORCE
all: debug-all release-all FORCE
clean: debug-clean release-clean FORCE
distclean: debug-distclean release-distclean FORCE
-$(DEL_FILE) Makefile
debug-mocclean: $(MAKEFILE).Debug
$(MAKE) -f $(MAKEFILE).Debug mocclean
release-mocclean: $(MAKEFILE).Release
$(MAKE) -f $(MAKEFILE).Release mocclean
mocclean: debug-mocclean release-mocclean
debug-mocables: $(MAKEFILE).Debug
$(MAKE) -f $(MAKEFILE).Debug mocables
release-mocables: $(MAKEFILE).Release
$(MAKE) -f $(MAKEFILE).Release mocables
mocables: debug-mocables release-mocables
FORCE:
$(MAKEFILE).Debug: Makefile
$(MAKEFILE).Release: Makefile