summaryrefslogtreecommitdiff
path: root/core/apps/textedit
authormark <mark>2002-02-18 16:52:08 (UTC)
committer mark <mark>2002-02-18 16:52:08 (UTC)
commit46ae2ea92e910138307e65a8e4fbd666655766f4 (patch) (side-by-side diff)
tree92b38969b4e8b1d4b9605b04fada0818a5cd9cd2 /core/apps/textedit
parent6e03d71c0e471659e7899e6641b20c62088cf34c (diff)
downloadopie-46ae2ea92e910138307e65a8e4fbd666655766f4.zip
opie-46ae2ea92e910138307e65a8e4fbd666655766f4.tar.gz
opie-46ae2ea92e910138307e65a8e4fbd666655766f4.tar.bz2
Fix
Diffstat (limited to 'core/apps/textedit') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/Makefile.in108
1 files changed, 83 insertions, 25 deletions
diff --git a/core/apps/textedit/Makefile.in b/core/apps/textedit/Makefile.in
index bef671c..399ea4b 100644
--- a/core/apps/textedit/Makefile.in
+++ b/core/apps/textedit/Makefile.in
@@ -23,16 +23,31 @@ TARGET1 = lib$(TARGET).so.$(VER_MAJ)
####### Files
-HEADERS = textedit.h
+HEADERS = textedit.h \
+ fileBrowser.h \
+ fontDialog.h \
+ fileSaver.h
SOURCES = main.cpp \
- textedit.cpp
+ textedit.cpp \
+ fileBrowser.cpp \
+ fontDialog.cpp \
+ fileSaver.cpp
OBJECTS = main.o \
- textedit.o
+ textedit.o \
+ fileBrowser.o \
+ fontDialog.o \
+ fileSaver.o
INTERFACES =
UICDECLS =
UICIMPLS =
-SRCMOC = moc_textedit.cpp
-OBJMOC = moc_textedit.o
+SRCMOC = moc_textedit.cpp \
+ moc_fileBrowser.cpp \
+ moc_fontDialog.cpp \
+ moc_fileSaver.cpp
+OBJMOC = moc_textedit.o \
+ moc_fileBrowser.o \
+ moc_fontDialog.o \
+ moc_fileSaver.o
####### Implicit rules
@@ -64,8 +79,10 @@ $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
moc: $(SRCMOC)
-tmake:
- tmake textedit.pro
+tmake: Makefile.in
+
+Makefile.in: textedit.pro
+ tmake textedit.pro -o Makefile.in
clean:
-rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
@@ -100,32 +117,73 @@ REQUIRES=
main.o: main.cpp \
textedit.h \
- $(OPIEDIR)/include/qpe/filemanager.h \
- $(OPIEDIR)/include/qpe/qpeapplication.h \
- $(OPIEDIR)/include/qpedecoration_qws.h \
- $(OPIEDIR)/include/timestring.h
+ /home/mark/source/opie/include/qpe/filemanager.h \
+ /home/mark/source/opie/include/qpe/qpeapplication.h
textedit.o: textedit.cpp \
textedit.h \
- $(OPIEDIR)/include/qpe/filemanager.h \
- $(OPIEDIR)/include/qpe/global.h \
- $(OPIEDIR)/include/qpe/fileselector.h \
- $(OPIEDIR)/include/filemanager.h \
- $(OPIEDIR)/include/applnk.h \
- $(OPIEDIR)/include/qpe/applnk.h \
- $(OPIEDIR)/include/qpe/resource.h \
- $(OPIEDIR)/include/qpe/config.h \
- $(OPIEDIR)/include/qpe/qpeapplication.h \
- $(OPIEDIR)/include/qpedecoration_qws.h \
- $(OPIEDIR)/include/timestring.h \
- $(OPIEDIR)/include/qpe/qpemenubar.h \
- $(OPIEDIR)/include/qpe/qpetoolbar.h
+ /home/mark/source/opie/include/qpe/filemanager.h \
+ fileBrowser.h \
+ fileSaver.h \
+ fontDialog.h \
+ /home/mark/source/opie/include/qpe/fontdatabase.h \
+ /home/mark/source/opie/include/qpe/fontfactoryinterface.h \
+ /home/mark/source/opie/include/qpe/qcom.h \
+ /home/mark/source/opie/include/qpe/quuid.h \
+ /home/mark/source/opie/include/qpe/global.h \
+ /home/mark/source/opie/include/qpe/fileselector.h \
+ /home/mark/source/opie/include/qpe/applnk.h \
+ /home/mark/source/opie/include/qpe/resource.h \
+ /home/mark/source/opie/include/qpe/config.h \
+ /home/mark/source/opie/include/qpe/qpeapplication.h \
+ /home/mark/source/opie/include/qpe/qpemenubar.h \
+ /home/mark/source/opie/include/qpe/qpetoolbar.h
+
+fileBrowser.o: fileBrowser.cpp \
+ fileBrowser.h \
+ /home/mark/source/opie/include/qpe/config.h
+
+fontDialog.o: fontDialog.cpp \
+ fontDialog.h \
+ /home/mark/source/opie/include/qpe/fontdatabase.h \
+ /home/mark/source/opie/include/qpe/fontfactoryinterface.h \
+ /home/mark/source/opie/include/qpe/qcom.h \
+ /home/mark/source/opie/include/qpe/quuid.h \
+ /home/mark/source/opie/include/qpe/config.h \
+ /home/mark/source/opie/include/qpe/qpeapplication.h
+
+fileSaver.o: fileSaver.cpp \
+ fileSaver.h \
+ /home/mark/source/opie/include/qpe/config.h \
+ /home/mark/source/opie/include/qpe/qpeapplication.h
moc_textedit.o: moc_textedit.cpp \
textedit.h \
- $(OPIEDIR)/include/qpe/filemanager.h
+ /home/mark/source/opie/include/qpe/filemanager.h
+
+moc_fileBrowser.o: moc_fileBrowser.cpp \
+ fileBrowser.h
+
+moc_fontDialog.o: moc_fontDialog.cpp \
+ fontDialog.h \
+ /home/mark/source/opie/include/qpe/fontdatabase.h \
+ /home/mark/source/opie/include/qpe/fontfactoryinterface.h \
+ /home/mark/source/opie/include/qpe/qcom.h \
+ /home/mark/source/opie/include/qpe/quuid.h
+
+moc_fileSaver.o: moc_fileSaver.cpp \
+ fileSaver.h
moc_textedit.cpp: textedit.h
$(MOC) textedit.h -o moc_textedit.cpp
+moc_fileBrowser.cpp: fileBrowser.h
+ $(MOC) fileBrowser.h -o moc_fileBrowser.cpp
+
+moc_fontDialog.cpp: fontDialog.h
+ $(MOC) fontDialog.h -o moc_fontDialog.cpp
+
+moc_fileSaver.cpp: fileSaver.h
+ $(MOC) fileSaver.h -o moc_fileSaver.cpp
+