forked from Beanalby/Chromy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.Debug
236 lines (184 loc) · 7.21 KB
/
Makefile.Debug
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
#############################################################################
# Makefile for building: chromy
# Generated by qmake (2.01a) (Qt 4.3.3) on: Sun Jul 22 20:27:56 2012
# Project: chromy.pro
# Template: lib
#############################################################################
####### Compiler, tools and options
CC = cl
CXX = cl
DEFINES = -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
CFLAGS = -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -W3 $(DEFINES)
CXXFLAGS = -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189 $(DEFINES)
INCPATH = -I"c:\qt-win-opensource-src-4.3.3\include\QtCore" -I"c:\qt-win-opensource-src-4.3.3\include\QtCore" -I"c:\qt-win-opensource-src-4.3.3\include\QtGui" -I"c:\qt-win-opensource-src-4.3.3\include\QtGui" -I"c:\qt-win-opensource-src-4.3.3\include" -I"c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include" -I"c:\qt-win-opensource-src-4.3.3\include\ActiveQt" -I"debug" -I"." -I"c:\qt-win-opensource-src-4.3.3\mkspecs\win32-msvc2005"
LINK = link
LFLAGS = /LIBPATH:"c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Lib" /LIBPATH:"c:\qt-win-opensource-src-4.3.3\lib" /NOLOGO /DEBUG /DLL
LIBS = shell32.lib c:\qt-win-opensource-src-4.3.3\lib\QtGuid4.lib c:\qt-win-opensource-src-4.3.3\lib\QtCored4.lib
QMAKE = c:\qt-win-opensource-src-4.3.3\bin\qmake
IDC = c:\qt-win-opensource-src-4.3.3\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 = plugin_interface.cpp \
chromy.cpp \
sqlite3.c debug\moc_chromy.cpp
OBJECTS = debug\plugin_interface.obj \
debug\chromy.obj \
debug\sqlite3.obj \
debug\moc_chromy.obj
DIST =
QMAKE_TARGET = chromy
DESTDIR = debug\ #avoid trailing-slash linebreak
TARGET = chromy.dll
DESTDIR_TARGET = debug\chromy.dll
####### Implicit rules
.SUFFIXES: .c .cpp .cc .cxx
{.}.cpp{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cc{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cxx{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.c{debug\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cpp{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cc{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cxx{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.c{debug\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cpp{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cc{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.cxx{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{.}.c{debug\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.cpp{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.cc{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.cxx{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.c{debug\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.cpp{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.cc{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.cxx{debug\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
{debug}.c{debug\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
$<
<<
####### Build rules
first: all
all: Makefile.Debug $(DESTDIR_TARGET)
$(DESTDIR_TARGET): $(OBJECTS)
$(LINK) $(LFLAGS) /OUT:$(DESTDIR_TARGET) @<<
$(OBJECTS) $(LIBS)
<<
qmake: FORCE
@$(QMAKE) -win32 -o Makefile.Debug chromy.pro
dist:
$(ZIP) chromy.zip $(SOURCES) $(DIST) chromy.pro c:\qt-win-opensource-src-4.3.3\mkspecs\qconfig.pri c:\qt-win-opensource-src-4.3.3\mkspecs\features\qt_functions.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\qt_config.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\exclusive_builds.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\default_pre.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\win32\default_pre.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\debug.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\debug_and_release.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\default_post.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\build_pass.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\win32\rtti.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\win32\exceptions.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\shared.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\dll.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\win32\embed_manifest_exe.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\warn_on.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\qt.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\win32\thread.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\moc.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\win32\windows.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\win32\stl_off.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\resources.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\uic.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\yacc.prf c:\qt-win-opensource-src-4.3.3\mkspecs\features\lex.prf HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES
clean: compiler_clean
-$(DEL_FILE) debug\plugin_interface.obj debug\chromy.obj debug\sqlite3.obj debug\moc_chromy.obj
-$(DEL_FILE) debug\chromy.exp debug\chromy.pdb debug\chromy.ilk vc*.pdb vc*.idb
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: debug\moc_chromy.cpp
compiler_moc_header_clean:
-$(DEL_FILE) debug\moc_chromy.cpp
debug\moc_chromy.cpp: plugin_interface.h \
catalog.h \
chromy.h
C:\qt-win-opensource-src-4.3.3\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1400 -DWIN32 chromy.h -o debug\moc_chromy.cpp
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: compiler_moc_header_clean
####### Compile
debug\plugin_interface.obj: plugin_interface.cpp plugin_interface.h \
catalog.h
debug\chromy.obj: chromy.cpp chromy.h \
plugin_interface.h \
catalog.h
debug\sqlite3.obj: sqlite3.c
debug\moc_chromy.obj: debug\moc_chromy.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE: