summaryrefslogtreecommitdiff
path: root/core/apps/embeddedkonsole/Makefile.in
Unidiff
Diffstat (limited to 'core/apps/embeddedkonsole/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/Makefile.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/core/apps/embeddedkonsole/Makefile.in b/core/apps/embeddedkonsole/Makefile.in
index b858cd4..8a69557 100644
--- a/core/apps/embeddedkonsole/Makefile.in
+++ b/core/apps/embeddedkonsole/Makefile.in
@@ -1,29 +1,29 @@
1############################################################################# 1#############################################################################
2 2
3####### Compiler, tools and options 3####### Compiler, tools and options
4 4
5 CXX =$(SYSCONF_CXX) $(QT_CXX_MT) 5 CXX =$(SYSCONF_CXX) $(QT_CXX_MT)
6 CXXFLAGS=$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS) 6 CXXFLAGS=$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS)
7 CC =$(SYSCONF_CC) $(QT_C_MT) 7 CC =$(SYSCONF_CC) $(QT_C_MT)
8 CFLAGS =$(SYSCONF_CFLAGS) 8 CFLAGS =$(SYSCONF_CFLAGS)
9 INCPATH =-I$(QPEDIR)/include 9 INCPATH =-I$(OPIEDIR)/include
10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) 10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
11 LIBS =$(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP) 11 LIBS =$(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP)
12 MOC =$(SYSCONF_MOC) 12 MOC =$(SYSCONF_MOC)
13 UIC =$(SYSCONF_UIC) 13 UIC =$(SYSCONF_UIC)
14 14
15####### Target 15####### Target
16 16
17DESTDIR = $(QPEDIR)/bin/ 17DESTDIR = $(OPIEDIR)/bin/
18VER_MAJ = 1 18VER_MAJ = 1
19VER_MIN = 0 19VER_MIN = 0
20VER_PATCH = 0 20VER_PATCH = 0
21 TARGET= embeddedkonsole 21 TARGET= embeddedkonsole
22TARGET1 = lib$(TARGET).so.$(VER_MAJ) 22TARGET1 = lib$(TARGET).so.$(VER_MAJ)
23 23
24####### Files 24####### Files
25 25
26 HEADERS =TEWidget.h \ 26 HEADERS =TEWidget.h \
27 TEScreen.h \ 27 TEScreen.h \
28 TECommon.h \ 28 TECommon.h \
29 TEHistory.h \ 29 TEHistory.h \
@@ -174,54 +174,55 @@ session.o: session.cpp \
174 session.h \ 174 session.h \
175 MyPty.h \ 175 MyPty.h \
176 TEWidget.h \ 176 TEWidget.h \
177 TECommon.h \ 177 TECommon.h \
178 TEmuVt102.h \ 178 TEmuVt102.h \
179 TEScreen.h \ 179 TEScreen.h \
180 TEHistory.h \ 180 TEHistory.h \
181 TEmulation.h \ 181 TEmulation.h \
182 keytrans.h 182 keytrans.h
183 183
184keytrans.o: keytrans.cpp \ 184keytrans.o: keytrans.cpp \
185 keytrans.h \ 185 keytrans.h \
186 $(QPEDIR)/include/qpe/qpeapplication.h \ 186 $(OPIEDIR)/include/qpe/qpeapplication.h \
187 default.keytab.h 187 default.keytab.h
188 188
189konsole.o: konsole.cpp \ 189konsole.o: konsole.cpp \
190 $(QPEDIR)/include/qpe/resource.h \ 190 $(OPIEDIR)/include/qpe/resource.h \
191 $(QPEDIR)/include/qpe/qpetoolbar.h \ 191 $(OPIEDIR)/include/qpe/qpetoolbar.h \
192 $(QPEDIR)/include/qpe/qpemenubar.h \ 192 $(OPIEDIR)/include/qpe/qpemenubar.h \
193 $(OPIEDIR)/include/qpe/config.h \
193 konsole.h \ 194 konsole.h \
194 MyPty.h \ 195 MyPty.h \
195 TEWidget.h \ 196 TEWidget.h \
196 TECommon.h \ 197 TECommon.h \
197 TEmuVt102.h \ 198 TEmuVt102.h \
198 TEScreen.h \ 199 TEScreen.h \
199 TEHistory.h \ 200 TEHistory.h \
200 TEmulation.h \ 201 TEmulation.h \
201 keytrans.h \ 202 keytrans.h \
202 session.h 203 session.h
203 204
204main.o: main.cpp \ 205main.o: main.cpp \
205 konsole.h \ 206 konsole.h \
206 MyPty.h \ 207 MyPty.h \
207 TEWidget.h \ 208 TEWidget.h \
208 TECommon.h \ 209 TECommon.h \
209 TEmuVt102.h \ 210 TEmuVt102.h \
210 TEScreen.h \ 211 TEScreen.h \
211 TEHistory.h \ 212 TEHistory.h \
212 TEmulation.h \ 213 TEmulation.h \
213 keytrans.h \ 214 keytrans.h \
214 session.h \ 215 session.h \
215 $(QPEDIR)/include/qpe/qpeapplication.h 216 $(OPIEDIR)/include/qpe/qpeapplication.h
216 217
217MyPty.o: MyPty.cpp \ 218MyPty.o: MyPty.cpp \
218 MyPty.h 219 MyPty.h
219 220
220moc_TEWidget.o: moc_TEWidget.cpp \ 221moc_TEWidget.o: moc_TEWidget.cpp \
221 TEWidget.h \ 222 TEWidget.h \
222 TECommon.h 223 TECommon.h
223 224
224moc_TEmulation.o: moc_TEmulation.cpp \ 225moc_TEmulation.o: moc_TEmulation.cpp \
225 TEmulation.h \ 226 TEmulation.h \
226 TEWidget.h \ 227 TEWidget.h \
227 TECommon.h \ 228 TECommon.h \