summaryrefslogtreecommitdiff
path: root/core/apps
Unidiff
Diffstat (limited to 'core/apps') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/textedit/Makefile.in64
1 files changed, 31 insertions, 33 deletions
diff --git a/core/apps/textedit/Makefile.in b/core/apps/textedit/Makefile.in
index 399ea4b..06fdb77 100644
--- a/core/apps/textedit/Makefile.in
+++ b/core/apps/textedit/Makefile.in
@@ -80,8 +80,6 @@ $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
80moc: $(SRCMOC) 80moc: $(SRCMOC)
81 81
82tmake: Makefile.in 82tmake:
83 83 tmake textedit.pro
84Makefile.in: textedit.pro
85 tmake textedit.pro -o Makefile.in
86 84
87clean: 85clean:
@@ -118,47 +116,47 @@ REQUIRES=
118main.o: main.cpp \ 116main.o: main.cpp \
119 textedit.h \ 117 textedit.h \
120 /home/mark/source/opie/include/qpe/filemanager.h \ 118 $(OPIEDIR)/include/qpe/filemanager.h \
121 /home/mark/source/opie/include/qpe/qpeapplication.h 119 $(OPIEDIR)/include/qpe/qpeapplication.h
122 120
123textedit.o: textedit.cpp \ 121textedit.o: textedit.cpp \
124 textedit.h \ 122 textedit.h \
125 /home/mark/source/opie/include/qpe/filemanager.h \ 123 $(OPIEDIR)/include/qpe/filemanager.h \
126 fileBrowser.h \ 124 fileBrowser.h \
127 fileSaver.h \ 125 fileSaver.h \
128 fontDialog.h \ 126 fontDialog.h \
129 /home/mark/source/opie/include/qpe/fontdatabase.h \ 127 $(OPIEDIR)/include/qpe/fontdatabase.h \
130 /home/mark/source/opie/include/qpe/fontfactoryinterface.h \ 128 $(OPIEDIR)/include/qpe/fontfactoryinterface.h \
131 /home/mark/source/opie/include/qpe/qcom.h \ 129 $(OPIEDIR)/include/qpe/qcom.h \
132 /home/mark/source/opie/include/qpe/quuid.h \ 130 $(OPIEDIR)/include/qpe/quuid.h \
133 /home/mark/source/opie/include/qpe/global.h \ 131 $(OPIEDIR)/include/qpe/global.h \
134 /home/mark/source/opie/include/qpe/fileselector.h \ 132 $(OPIEDIR)/include/qpe/fileselector.h \
135 /home/mark/source/opie/include/qpe/applnk.h \ 133 $(OPIEDIR)/include/qpe/applnk.h \
136 /home/mark/source/opie/include/qpe/resource.h \ 134 $(OPIEDIR)/include/qpe/resource.h \
137 /home/mark/source/opie/include/qpe/config.h \ 135 $(OPIEDIR)/include/qpe/config.h \
138 /home/mark/source/opie/include/qpe/qpeapplication.h \ 136 $(OPIEDIR)/include/qpe/qpeapplication.h \
139 /home/mark/source/opie/include/qpe/qpemenubar.h \ 137 $(OPIEDIR)/include/qpe/qpemenubar.h \
140 /home/mark/source/opie/include/qpe/qpetoolbar.h 138 $(OPIEDIR)/include/qpe/qpetoolbar.h
141 139
142fileBrowser.o: fileBrowser.cpp \ 140fileBrowser.o: fileBrowser.cpp \
143 fileBrowser.h \ 141 fileBrowser.h \
144 /home/mark/source/opie/include/qpe/config.h 142 $(OPIEDIR)/include/qpe/config.h
145 143
146fontDialog.o: fontDialog.cpp \ 144fontDialog.o: fontDialog.cpp \
147 fontDialog.h \ 145 fontDialog.h \
148 /home/mark/source/opie/include/qpe/fontdatabase.h \ 146 $(OPIEDIR)/include/qpe/fontdatabase.h \
149 /home/mark/source/opie/include/qpe/fontfactoryinterface.h \ 147 $(OPIEDIR)/include/qpe/fontfactoryinterface.h \
150 /home/mark/source/opie/include/qpe/qcom.h \ 148 $(OPIEDIR)/include/qpe/qcom.h \
151 /home/mark/source/opie/include/qpe/quuid.h \ 149 $(OPIEDIR)/include/qpe/quuid.h \
152 /home/mark/source/opie/include/qpe/config.h \ 150 $(OPIEDIR)/include/qpe/config.h \
153 /home/mark/source/opie/include/qpe/qpeapplication.h 151 $(OPIEDIR)/include/qpe/qpeapplication.h
154 152
155fileSaver.o: fileSaver.cpp \ 153fileSaver.o: fileSaver.cpp \
156 fileSaver.h \ 154 fileSaver.h \
157 /home/mark/source/opie/include/qpe/config.h \ 155 $(OPIEDIR)/include/qpe/config.h \
158 /home/mark/source/opie/include/qpe/qpeapplication.h 156 $(OPIEDIR)/include/qpe/qpeapplication.h
159 157
160moc_textedit.o: moc_textedit.cpp \ 158moc_textedit.o: moc_textedit.cpp \
161 textedit.h \ 159 textedit.h \
162 /home/mark/source/opie/include/qpe/filemanager.h 160 $(OPIEDIR)/include/qpe/filemanager.h
163 161
164moc_fileBrowser.o: moc_fileBrowser.cpp \ 162moc_fileBrowser.o: moc_fileBrowser.cpp \
@@ -167,8 +165,8 @@ moc_fileBrowser.o: moc_fileBrowser.cpp \
167moc_fontDialog.o: moc_fontDialog.cpp \ 165moc_fontDialog.o: moc_fontDialog.cpp \
168 fontDialog.h \ 166 fontDialog.h \
169 /home/mark/source/opie/include/qpe/fontdatabase.h \ 167 $(OPIEDIR)/include/qpe/fontdatabase.h \
170 /home/mark/source/opie/include/qpe/fontfactoryinterface.h \ 168 $(OPIEDIR)/include/qpe/fontfactoryinterface.h \
171 /home/mark/source/opie/include/qpe/qcom.h \ 169 $(OPIEDIR)/include/qpe/qcom.h \
172 /home/mark/source/opie/include/qpe/quuid.h 170 $(OPIEDIR)/include/qpe/quuid.h
173 171
174moc_fileSaver.o: moc_fileSaver.cpp \ 172moc_fileSaver.o: moc_fileSaver.cpp \