888a2993c4d0228a75591e3e416a919951f8c6ee
[tpsession] / tpsession-0.1 / tests / showaccounts / Makefile
1 #############################################################################
2 # Makefile for building: showaccounts
3 # Generated by qmake (2.01a) (Qt 4.6.2) on: Mon May 10 14:28:31 2010
4 # Project:  showaccounts.pro
5 # Template: app
6 # Command: /usr/bin/qmake -unix QMAKE_CC\ =\ cc QMAKE_CXX\ =\ g++ QMAKE_CFLAGS_RELEASE\ =\ \ -g\ -Wall\ -O2 QMAKE_CXXFLAGS_RELEASE\ =\ \ -g\ -Wall\ -O2 -o Makefile showaccounts.pro
7 #############################################################################
8
9 ####### Compiler, tools and options
10
11 CC            = cc
12 CXX           = g++
13 DEFINES       = -DQT_GL_NO_SCISSOR_TEST -DQT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH=1024 -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
14 CFLAGS        = -pipe -g -Wall -O2 -Wall -W -D_REENTRANT $(DEFINES)
15 CXXFLAGS      = -pipe -g -Wall -O2 -Wall -W -D_REENTRANT $(DEFINES)
16 INCPATH       = -I/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/linux-g++-maemo5 -I. -I/targets/FREMANTLE_ARMEL/usr/include/QtCore -I/targets/FREMANTLE_ARMEL/usr/include/QtNetwork -I/targets/FREMANTLE_ARMEL/usr/include/QtDBus -I/targets/FREMANTLE_ARMEL/usr/include -I/usr/include/telepathy-1.0 -I../../tpsession -I.
17 LINK          = g++
18 LFLAGS        = -Wl,-rpath-link,/usr/lib -Wl,-O1 -Wl,--hash-style=gnu -Wl,-rpath,/usr/lib
19 LIBS          = $(SUBLIBS)  -L/usr/lib -ltelepathy-qt4 -L../../tpsession -ltpsession -L/usr/lib -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                 testprog.cpp moc_testprog.cpp
48 OBJECTS       = main.o \
49                 testprog.o \
50                 moc_testprog.o
51 DIST          = /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/unix.conf \
52                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/linux.conf \
53                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/qconfig.pri \
54                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_functions.prf \
55                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_config.prf \
56                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
57                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_pre.prf \
58                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/release.prf \
59                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_post.prf \
60                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/warn_on.prf \
61                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt.prf \
62                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/moc.prf \
63                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/dbusinterfaces.prf \
64                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/dbusadaptors.prf \
65                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/unix/thread.prf \
66                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/resources.prf \
67                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/uic.prf \
68                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/yacc.prf \
69                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/lex.prf \
70                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/include_source_dir.prf \
71                 showaccounts.pro
72 QMAKE_TARGET  = showaccounts
73 DESTDIR       = 
74 TARGET        = showaccounts
75
76 first: all
77 ####### Implicit rules
78
79 .SUFFIXES: .o .c .cpp .cc .cxx .C
80
81 .cpp.o:
82         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
83
84 .cc.o:
85         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
86
87 .cxx.o:
88         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
89
90 .C.o:
91         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
92
93 .c.o:
94         $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
95
96 ####### Build rules
97
98 all: Makefile $(TARGET)
99
100 $(TARGET):  $(OBJECTS)  
101         $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
102
103 Makefile: showaccounts.pro  /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/linux-g++-maemo5/qmake.conf /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/unix.conf \
104                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/linux.conf \
105                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/qconfig.pri \
106                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_functions.prf \
107                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_config.prf \
108                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
109                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_pre.prf \
110                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/release.prf \
111                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_post.prf \
112                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/warn_on.prf \
113                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt.prf \
114                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/moc.prf \
115                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/dbusinterfaces.prf \
116                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/dbusadaptors.prf \
117                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/unix/thread.prf \
118                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/resources.prf \
119                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/uic.prf \
120                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/yacc.prf \
121                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/lex.prf \
122                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/include_source_dir.prf \
123                 /usr/lib/libQtDBus.prl \
124                 /usr/lib/libQtXml.prl \
125                 /usr/lib/libQtCore.prl \
126                 /usr/lib/libQtNetwork.prl
127         $(QMAKE) -unix QMAKE_CC\ =\ cc QMAKE_CXX\ =\ g++ QMAKE_CFLAGS_RELEASE\ =\ \ -g\ -Wall\ -O2 QMAKE_CXXFLAGS_RELEASE\ =\ \ -g\ -Wall\ -O2 -o Makefile showaccounts.pro
128 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/unix.conf:
129 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/linux.conf:
130 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/qconfig.pri:
131 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_functions.prf:
132 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_config.prf:
133 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
134 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_pre.prf:
135 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/release.prf:
136 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_post.prf:
137 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/warn_on.prf:
138 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt.prf:
139 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/moc.prf:
140 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/dbusinterfaces.prf:
141 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/dbusadaptors.prf:
142 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/unix/thread.prf:
143 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/resources.prf:
144 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/uic.prf:
145 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/yacc.prf:
146 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/lex.prf:
147 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/include_source_dir.prf:
148 /usr/lib/libQtDBus.prl:
149 /usr/lib/libQtXml.prl:
150 /usr/lib/libQtCore.prl:
151 /usr/lib/libQtNetwork.prl:
152 qmake:  FORCE
153         @$(QMAKE) -unix QMAKE_CC\ =\ cc QMAKE_CXX\ =\ g++ QMAKE_CFLAGS_RELEASE\ =\ \ -g\ -Wall\ -O2 QMAKE_CXXFLAGS_RELEASE\ =\ \ -g\ -Wall\ -O2 -o Makefile showaccounts.pro
154
155 dist: 
156         @$(CHK_DIR_EXISTS) .tmp/showaccounts1.0.0 || $(MKDIR) .tmp/showaccounts1.0.0 
157         $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/showaccounts1.0.0/ && $(COPY_FILE) --parents testprog.h .tmp/showaccounts1.0.0/ && $(COPY_FILE) --parents main.cpp testprog.cpp .tmp/showaccounts1.0.0/ && (cd `dirname .tmp/showaccounts1.0.0` && $(TAR) showaccounts1.0.0.tar showaccounts1.0.0 && $(COMPRESS) showaccounts1.0.0.tar) && $(MOVE) `dirname .tmp/showaccounts1.0.0`/showaccounts1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/showaccounts1.0.0
158
159
160 clean:compiler_clean 
161         -$(DEL_FILE) $(OBJECTS)
162         -$(DEL_FILE) *~ core *.core
163
164
165 ####### Sub-libraries
166
167 distclean: clean
168         -$(DEL_FILE) $(TARGET) 
169         -$(DEL_FILE) Makefile
170
171
172 mocclean: compiler_moc_header_clean compiler_moc_source_clean
173
174 mocables: compiler_moc_header_make_all compiler_moc_source_make_all
175
176 compiler_moc_header_make_all: moc_testprog.cpp
177 compiler_moc_header_clean:
178         -$(DEL_FILE) moc_testprog.cpp
179 moc_testprog.cpp: testprog.h
180         /usr/bin/moc $(DEFINES) $(INCPATH) testprog.h -o moc_testprog.cpp
181
182 compiler_dbus_interface_source_make_all:
183 compiler_dbus_interface_source_clean:
184 compiler_dbus_adaptor_source_make_all:
185 compiler_dbus_adaptor_source_clean:
186 compiler_rcc_make_all:
187 compiler_rcc_clean:
188 compiler_image_collection_make_all: qmake_image_collection.cpp
189 compiler_image_collection_clean:
190         -$(DEL_FILE) qmake_image_collection.cpp
191 compiler_moc_source_make_all:
192 compiler_moc_source_clean:
193 compiler_dbus_interface_header_make_all:
194 compiler_dbus_interface_header_clean:
195 compiler_dbus_interface_moc_make_all:
196 compiler_dbus_interface_moc_clean:
197 compiler_dbus_adaptor_header_make_all:
198 compiler_dbus_adaptor_header_clean:
199 compiler_dbus_adaptor_moc_make_all:
200 compiler_dbus_adaptor_moc_clean:
201 compiler_uic_make_all:
202 compiler_uic_clean:
203 compiler_yacc_decl_make_all:
204 compiler_yacc_decl_clean:
205 compiler_yacc_impl_make_all:
206 compiler_yacc_impl_clean:
207 compiler_lex_make_all:
208 compiler_lex_clean:
209 compiler_clean: compiler_moc_header_clean 
210
211 ####### Compile
212
213 main.o: main.cpp testprog.h
214         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp
215
216 testprog.o: testprog.cpp testprog.h
217         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o testprog.o testprog.cpp
218
219 moc_testprog.o: moc_testprog.cpp 
220         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_testprog.o moc_testprog.cpp
221
222 ####### Install
223
224 install:   FORCE
225
226 uninstall:   FORCE
227
228 FORCE:
229