80aea84a7a4c004b834c0175186e0853c65a682c
[jenirok] / src / gui / Makefile
1 #############################################################################
2 # Makefile for building: jenirok
3 # Generated by qmake (2.01a) (Qt 4.6.2) on: Wed Jun 2 16:30:56 2010
4 # Project:  gui.pro
5 # Template: app
6 # Command: /usr/bin/qmake -unix -o Makefile gui.pro
7 #############################################################################
8
9 ####### Compiler, tools and options
10
11 CC            = gcc
12 CXX           = g++
13 DEFINES       = -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"\" -DQT_NO_DEBUG -DQT_MAEMO5_LIB -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
14 CFLAGS        = -pipe -O2 -I/usr/include/evolution-data-server-1.4 -I/usr/include/dbus-1.0 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -D_REENTRANT $(DEFINES)
15 CXXFLAGS      = -pipe -O2 -I/usr/include/evolution-data-server-1.4 -I/usr/include/dbus-1.0 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -D_REENTRANT $(DEFINES)
16 INCPATH       = -I/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++ -I. -I/targets/FREMANTLE_X86/usr/include/QtCore -I/targets/FREMANTLE_X86/usr/include/QtNetwork -I/targets/FREMANTLE_X86/usr/include/QtGui -I/targets/FREMANTLE_X86/usr/include/QtSql -I/targets/FREMANTLE_X86/usr/include/QtMaemo5 -I/targets/FREMANTLE_X86/usr/include -I../common -I.
17 LINK          = g++
18 LFLAGS        = -Wl,-O1 -Wl,-rpath,/usr/lib
19 LIBS          = $(SUBLIBS)  -L/usr/lib -lebook-1.2 -ledataserver-1.2 -lxml2 -lgconf-2 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lQtMaemo5 -L/usr/lib -L/usr/X11R6/lib -lQtSql -lQtGui -lQtNetwork -lQtDBus -lQtXml -lQtCore -lpthread 
20 AR            = ar cqs
21 RANLIB        = 
22 QMAKE         = /usr/bin/qmake
23 TAR           = tar -cf
24 COMPRESS      = gzip -9f
25 COPY          = cp -f
26 SED           = sed
27 COPY_FILE     = $(COPY)
28 COPY_DIR      = $(COPY) -r
29 STRIP         = strip
30 INSTALL_FILE  = install -m 644 -p
31 INSTALL_DIR   = $(COPY_DIR)
32 INSTALL_PROGRAM = install -m 755 -p
33 DEL_FILE      = rm -f
34 SYMLINK       = ln -f -s
35 DEL_DIR       = rmdir
36 MOVE          = mv -f
37 CHK_DIR_EXISTS= test -d
38 MKDIR         = mkdir -p
39
40 ####### Output directory
41
42 OBJECTS_DIR   = ./
43
44 ####### Files
45
46 SOURCES       = main.cpp \
47                 mainwindow.cpp \
48                 searchdialog.cpp \
49                 resultwindow.cpp \
50                 detailwindow.cpp \
51                 settingsdialog.cpp \
52                 aboutdialog.cpp \
53                 buttonselector.cpp \
54                 daemon.cpp \
55                 ../common/eniro.cpp \
56                 ../common/contactmanager.cpp \
57                 ../common/db.cpp \
58                 ../common/settings.cpp \
59                 ../common/connectionmanager.cpp \
60                 ../common/cache.cpp moc_mainwindow.cpp \
61                 moc_searchdialog.cpp \
62                 moc_resultwindow.cpp \
63                 moc_detailwindow.cpp \
64                 moc_settingsdialog.cpp \
65                 moc_aboutdialog.cpp \
66                 moc_eniro.cpp \
67                 moc_connectionmanager.cpp \
68                 qrc_icons.cpp \
69                 qrc_translations.cpp
70 OBJECTS       = main.o \
71                 mainwindow.o \
72                 searchdialog.o \
73                 resultwindow.o \
74                 detailwindow.o \
75                 settingsdialog.o \
76                 aboutdialog.o \
77                 buttonselector.o \
78                 daemon.o \
79                 eniro.o \
80                 contactmanager.o \
81                 db.o \
82                 settings.o \
83                 connectionmanager.o \
84                 cache.o \
85                 moc_mainwindow.o \
86                 moc_searchdialog.o \
87                 moc_resultwindow.o \
88                 moc_detailwindow.o \
89                 moc_settingsdialog.o \
90                 moc_aboutdialog.o \
91                 moc_eniro.o \
92                 moc_connectionmanager.o \
93                 qrc_icons.o \
94                 qrc_translations.o
95 DIST          = /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf \
96                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf \
97                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf \
98                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri \
99                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf \
100                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf \
101                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
102                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf \
103                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/release.prf \
104                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf \
105                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/link_pkgconfig.prf \
106                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf \
107                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf \
108                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf \
109                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf \
110                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf \
111                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf \
112                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf \
113                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf \
114                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/include_source_dir.prf \
115                 gui.pro
116 QMAKE_TARGET  = jenirok
117 DESTDIR       = 
118 TARGET        = jenirok
119
120 first: all
121 ####### Implicit rules
122
123 .SUFFIXES: .o .c .cpp .cc .cxx .C
124
125 .cpp.o:
126         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
127
128 .cc.o:
129         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
130
131 .cxx.o:
132         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
133
134 .C.o:
135         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
136
137 .c.o:
138         $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
139
140 ####### Build rules
141
142 all: Makefile $(TARGET)
143
144 $(TARGET):  $(OBJECTS)  
145         $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
146
147 Makefile: gui.pro  /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++/qmake.conf /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf \
148                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf \
149                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf \
150                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri \
151                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf \
152                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf \
153                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
154                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf \
155                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/release.prf \
156                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf \
157                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/link_pkgconfig.prf \
158                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf \
159                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf \
160                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf \
161                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf \
162                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf \
163                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf \
164                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf \
165                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf \
166                 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/include_source_dir.prf \
167                 /usr/lib/libQtMaemo5.prl \
168                 /usr/lib/libQtDBus.prl \
169                 /usr/lib/libQtXml.prl \
170                 /usr/lib/libQtCore.prl \
171                 /usr/lib/libQtGui.prl \
172                 /usr/lib/libQtSql.prl \
173                 /usr/lib/libQtNetwork.prl
174         $(QMAKE) -unix -o Makefile gui.pro
175 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf:
176 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf:
177 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf:
178 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri:
179 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf:
180 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf:
181 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
182 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf:
183 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/release.prf:
184 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf:
185 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/link_pkgconfig.prf:
186 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf:
187 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf:
188 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf:
189 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf:
190 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf:
191 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf:
192 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf:
193 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf:
194 /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/include_source_dir.prf:
195 /usr/lib/libQtMaemo5.prl:
196 /usr/lib/libQtDBus.prl:
197 /usr/lib/libQtXml.prl:
198 /usr/lib/libQtCore.prl:
199 /usr/lib/libQtGui.prl:
200 /usr/lib/libQtSql.prl:
201 /usr/lib/libQtNetwork.prl:
202 qmake:  FORCE
203         @$(QMAKE) -unix -o Makefile gui.pro
204
205 dist: 
206         @$(CHK_DIR_EXISTS) .tmp/jenirok1.0.0 || $(MKDIR) .tmp/jenirok1.0.0 
207         $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/jenirok1.0.0/ && $(COPY_FILE) --parents mainwindow.h searchdialog.h resultwindow.h detailwindow.h settingsdialog.h aboutdialog.h buttonselector.h daemon.h ../common/eniro.h ../common/contactmanager.h ../common/db.h ../common/settings.h ../common/connectionmanager.h ../common/cache.h .tmp/jenirok1.0.0/ && $(COPY_FILE) --parents icons.grc ../common/translations.grc .tmp/jenirok1.0.0/ && $(COPY_FILE) --parents main.cpp mainwindow.cpp searchdialog.cpp resultwindow.cpp detailwindow.cpp settingsdialog.cpp aboutdialog.cpp buttonselector.cpp daemon.cpp ../common/eniro.cpp ../common/contactmanager.cpp ../common/db.cpp ../common/settings.cpp ../common/connectionmanager.cpp ../common/cache.cpp .tmp/jenirok1.0.0/ && $(COPY_FILE) --parents ../common/translations/fi_FI.ts .tmp/jenirok1.0.0/ && (cd `dirname .tmp/jenirok1.0.0` && $(TAR) jenirok1.0.0.tar jenirok1.0.0 && $(COMPRESS) jenirok1.0.0.tar) && $(MOVE) `dirname .tmp/jenirok1.0.0`/jenirok1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/jenirok1.0.0
208
209
210 clean:compiler_clean 
211         -$(DEL_FILE) $(OBJECTS)
212         -$(DEL_FILE) *~ core *.core
213
214
215 ####### Sub-libraries
216
217 distclean: clean
218         -$(DEL_FILE) $(TARGET) 
219         -$(DEL_FILE) Makefile
220
221
222 mocclean: compiler_moc_header_clean compiler_moc_source_clean
223
224 mocables: compiler_moc_header_make_all compiler_moc_source_make_all
225
226 compiler_moc_header_make_all: moc_mainwindow.cpp moc_searchdialog.cpp moc_resultwindow.cpp moc_detailwindow.cpp moc_settingsdialog.cpp moc_aboutdialog.cpp moc_eniro.cpp moc_connectionmanager.cpp
227 compiler_moc_header_clean:
228         -$(DEL_FILE) moc_mainwindow.cpp moc_searchdialog.cpp moc_resultwindow.cpp moc_detailwindow.cpp moc_settingsdialog.cpp moc_aboutdialog.cpp moc_eniro.cpp moc_connectionmanager.cpp
229 moc_mainwindow.cpp: searchdialog.h \
230                 buttonselector.h \
231                 settingsdialog.h \
232                 aboutdialog.h \
233                 mainwindow.h
234         /usr/bin/moc $(DEFINES) $(INCPATH) mainwindow.h -o moc_mainwindow.cpp
235
236 moc_searchdialog.cpp: buttonselector.h \
237                 searchdialog.h
238         /usr/bin/moc $(DEFINES) $(INCPATH) searchdialog.h -o moc_searchdialog.cpp
239
240 moc_resultwindow.cpp: searchdialog.h \
241                 buttonselector.h \
242                 resultwindow.h
243         /usr/bin/moc $(DEFINES) $(INCPATH) resultwindow.h -o moc_resultwindow.cpp
244
245 moc_detailwindow.cpp: searchdialog.h \
246                 buttonselector.h \
247                 detailwindow.h
248         /usr/bin/moc $(DEFINES) $(INCPATH) detailwindow.h -o moc_detailwindow.cpp
249
250 moc_settingsdialog.cpp: buttonselector.h \
251                 settingsdialog.h
252         /usr/bin/moc $(DEFINES) $(INCPATH) settingsdialog.h -o moc_settingsdialog.cpp
253
254 moc_aboutdialog.cpp: aboutdialog.h
255         /usr/bin/moc $(DEFINES) $(INCPATH) aboutdialog.h -o moc_aboutdialog.cpp
256
257 moc_eniro.cpp: ../common/eniro.h
258         /usr/bin/moc $(DEFINES) $(INCPATH) ../common/eniro.h -o moc_eniro.cpp
259
260 moc_connectionmanager.cpp: ../common/connectionmanager.h
261         /usr/bin/moc $(DEFINES) $(INCPATH) ../common/connectionmanager.h -o moc_connectionmanager.cpp
262
263 compiler_rcc_make_all: qrc_icons.cpp qrc_translations.cpp
264 compiler_rcc_clean:
265         -$(DEL_FILE) qrc_icons.cpp qrc_translations.cpp
266 qrc_icons.cpp: icons.grc \
267                 icons/stop.png \
268                 icons/start.png \
269                 icons/icon.png
270         /usr/bin/rcc -name icons icons.grc -o qrc_icons.cpp
271
272 qrc_translations.cpp: ../common/translations.grc \
273                 ../common/translations/fi_FI.qm
274         /usr/bin/rcc -name translations ../common/translations.grc -o qrc_translations.cpp
275
276 compiler_image_collection_make_all: qmake_image_collection.cpp
277 compiler_image_collection_clean:
278         -$(DEL_FILE) qmake_image_collection.cpp
279 compiler_moc_source_make_all:
280 compiler_moc_source_clean:
281 compiler_uic_make_all:
282 compiler_uic_clean:
283 compiler_yacc_decl_make_all:
284 compiler_yacc_decl_clean:
285 compiler_yacc_impl_make_all:
286 compiler_yacc_impl_clean:
287 compiler_lex_make_all:
288 compiler_lex_clean:
289 compiler_clean: compiler_moc_header_clean compiler_rcc_clean 
290
291 ####### Compile
292
293 main.o: main.cpp mainwindow.h \
294                 searchdialog.h \
295                 buttonselector.h \
296                 settingsdialog.h \
297                 aboutdialog.h \
298                 resultwindow.h \
299                 detailwindow.h
300         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp
301
302 mainwindow.o: mainwindow.cpp mainwindow.h \
303                 searchdialog.h \
304                 buttonselector.h \
305                 settingsdialog.h \
306                 aboutdialog.h \
307                 daemon.h
308         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o mainwindow.cpp
309
310 searchdialog.o: searchdialog.cpp searchdialog.h \
311                 buttonselector.h
312         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o searchdialog.o searchdialog.cpp
313
314 resultwindow.o: resultwindow.cpp resultwindow.h \
315                 searchdialog.h \
316                 buttonselector.h
317         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o resultwindow.o resultwindow.cpp
318
319 detailwindow.o: detailwindow.cpp detailwindow.h \
320                 searchdialog.h \
321                 buttonselector.h
322         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o detailwindow.o detailwindow.cpp
323
324 settingsdialog.o: settingsdialog.cpp settingsdialog.h \
325                 buttonselector.h \
326                 daemon.h
327         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o settingsdialog.o settingsdialog.cpp
328
329 aboutdialog.o: aboutdialog.cpp aboutdialog.h
330         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o aboutdialog.o aboutdialog.cpp
331
332 buttonselector.o: buttonselector.cpp buttonselector.h
333         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o buttonselector.o buttonselector.cpp
334
335 daemon.o: daemon.cpp daemon.h
336         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o daemon.o daemon.cpp
337
338 eniro.o: ../common/eniro.cpp ../common/eniro.h
339         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o eniro.o ../common/eniro.cpp
340
341 contactmanager.o: ../common/contactmanager.cpp ../common/contactmanager.h
342         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o contactmanager.o ../common/contactmanager.cpp
343
344 db.o: ../common/db.cpp ../common/db.h
345         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o db.o ../common/db.cpp
346
347 settings.o: ../common/settings.cpp ../common/settings.h \
348                 ../common/db.h
349         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o settings.o ../common/settings.cpp
350
351 connectionmanager.o: ../common/connectionmanager.cpp ../common/connectionmanager.h
352         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o connectionmanager.o ../common/connectionmanager.cpp
353
354 cache.o: ../common/cache.cpp ../common/cache.h \
355                 ../common/eniro.h \
356                 ../common/db.h \
357                 ../common/settings.h
358         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o cache.o ../common/cache.cpp
359
360 moc_mainwindow.o: moc_mainwindow.cpp 
361         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp
362
363 moc_searchdialog.o: moc_searchdialog.cpp 
364         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_searchdialog.o moc_searchdialog.cpp
365
366 moc_resultwindow.o: moc_resultwindow.cpp 
367         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_resultwindow.o moc_resultwindow.cpp
368
369 moc_detailwindow.o: moc_detailwindow.cpp 
370         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_detailwindow.o moc_detailwindow.cpp
371
372 moc_settingsdialog.o: moc_settingsdialog.cpp 
373         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_settingsdialog.o moc_settingsdialog.cpp
374
375 moc_aboutdialog.o: moc_aboutdialog.cpp 
376         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_aboutdialog.o moc_aboutdialog.cpp
377
378 moc_eniro.o: moc_eniro.cpp 
379         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_eniro.o moc_eniro.cpp
380
381 moc_connectionmanager.o: moc_connectionmanager.cpp 
382         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_connectionmanager.o moc_connectionmanager.cpp
383
384 qrc_icons.o: qrc_icons.cpp 
385         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_icons.o qrc_icons.cpp
386
387 qrc_translations.o: qrc_translations.cpp 
388         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_translations.o qrc_translations.cpp
389
390 ####### Install
391
392 install_target: first FORCE
393         @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/bin/ || $(MKDIR) $(INSTALL_ROOT)/usr/bin/ 
394         -$(INSTALL_PROGRAM) "$(QMAKE_TARGET)" "$(INSTALL_ROOT)/usr/bin/$(QMAKE_TARGET)"
395         -$(STRIP) "$(INSTALL_ROOT)/usr/bin/$(QMAKE_TARGET)"
396
397 uninstall_target:  FORCE
398         -$(DEL_FILE) "$(INSTALL_ROOT)/usr/bin/$(QMAKE_TARGET)"
399         -$(DEL_DIR) $(INSTALL_ROOT)/usr/bin/ 
400
401
402 install_desktop: first FORCE
403         @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/share/applications/hildon/ || $(MKDIR) $(INSTALL_ROOT)/usr/share/applications/hildon/ 
404         -$(INSTALL_FILE) /home/maemo/workspace/jenirok/src/gui/data/jenirok.desktop $(INSTALL_ROOT)/usr/share/applications/hildon/
405
406
407 uninstall_desktop:  FORCE
408         -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/share/applications/hildon/jenirok.desktop
409         -$(DEL_DIR) $(INSTALL_ROOT)/usr/share/applications/hildon/ 
410
411
412 install_iconxpm: first FORCE
413         @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/share/pixmap/ || $(MKDIR) $(INSTALL_ROOT)/usr/share/pixmap/ 
414         -$(INSTALL_PROGRAM) /home/maemo/workspace/jenirok/src/gui/data/maemo/jenirok.xpm $(INSTALL_ROOT)/usr/share/pixmap/
415         -strip $(INSTALL_ROOT)/usr/share/pixmap/jenirok.xpm
416
417
418 uninstall_iconxpm:  FORCE
419         -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/share/pixmap/jenirok.xpm
420         -$(DEL_DIR) $(INSTALL_ROOT)/usr/share/pixmap/ 
421
422
423 install_icon26: first FORCE
424         @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/share/icons/hicolor/26x26/apps/ || $(MKDIR) $(INSTALL_ROOT)/usr/share/icons/hicolor/26x26/apps/ 
425         -$(INSTALL_FILE) /home/maemo/workspace/jenirok/src/gui/data/26x26/jenirok.png $(INSTALL_ROOT)/usr/share/icons/hicolor/26x26/apps/
426
427
428 uninstall_icon26:  FORCE
429         -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/share/icons/hicolor/26x26/apps/jenirok.png
430         -$(DEL_DIR) $(INSTALL_ROOT)/usr/share/icons/hicolor/26x26/apps/ 
431
432
433 install_icon48: first FORCE
434         @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/share/icons/hicolor/48x48/apps/ || $(MKDIR) $(INSTALL_ROOT)/usr/share/icons/hicolor/48x48/apps/ 
435         -$(INSTALL_FILE) /home/maemo/workspace/jenirok/src/gui/data/48x48/jenirok.png $(INSTALL_ROOT)/usr/share/icons/hicolor/48x48/apps/
436
437
438 uninstall_icon48:  FORCE
439         -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/share/icons/hicolor/48x48/apps/jenirok.png
440         -$(DEL_DIR) $(INSTALL_ROOT)/usr/share/icons/hicolor/48x48/apps/ 
441
442
443 install_icon64: first FORCE
444         @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/share/icons/hicolor/64x64/apps/ || $(MKDIR) $(INSTALL_ROOT)/usr/share/icons/hicolor/64x64/apps/ 
445         -$(INSTALL_FILE) /home/maemo/workspace/jenirok/src/gui/data/64x64/jenirok.png $(INSTALL_ROOT)/usr/share/icons/hicolor/64x64/apps/
446
447
448 uninstall_icon64:  FORCE
449         -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/share/icons/hicolor/64x64/apps/jenirok.png
450         -$(DEL_DIR) $(INSTALL_ROOT)/usr/share/icons/hicolor/64x64/apps/ 
451
452
453 install:  install_target install_desktop install_iconxpm install_icon26 install_icon48 install_icon64  FORCE
454
455 uninstall: uninstall_target uninstall_desktop uninstall_iconxpm uninstall_icon26 uninstall_icon48 uninstall_icon64   FORCE
456
457 FORCE:
458