summaryrefslogtreecommitdiff
path: root/core
authorllornkcor <llornkcor>2002-02-24 17:09:38 (UTC)
committer llornkcor <llornkcor>2002-02-24 17:09:38 (UTC)
commit8b61e69b52e8bb046f23d8dea734edcdc90e805e (patch) (side-by-side diff)
tree9dc5ae304cebf0c8b3f303480d5749465e3c680e /core
parentf39b6cfe0cccca9dac39b4b15cfe076426d5a4c5 (diff)
downloadopie-8b61e69b52e8bb046f23d8dea734edcdc90e805e.zip
opie-8b61e69b52e8bb046f23d8dea734edcdc90e805e.tar.gz
opie-8b61e69b52e8bb046f23d8dea734edcdc90e805e.tar.bz2
updated Makefile.in
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/Makefile.in103
-rw-r--r--core/apps/textedit/opie-textedit.control2
2 files changed, 68 insertions, 37 deletions
diff --git a/core/apps/textedit/Makefile.in b/core/apps/textedit/Makefile.in
index 06fdb77..034157f 100644
--- a/core/apps/textedit/Makefile.in
+++ b/core/apps/textedit/Makefile.in
@@ -26,28 +26,33 @@ TARGET1 = lib$(TARGET).so.$(VER_MAJ)
HEADERS = textedit.h \
fileBrowser.h \
fontDialog.h \
- fileSaver.h
+ fileSaver.h \
+ filePermissions.h
SOURCES = main.cpp \
textedit.cpp \
fileBrowser.cpp \
fontDialog.cpp \
- fileSaver.cpp
+ fileSaver.cpp \
+ filePermissions.cpp
OBJECTS = main.o \
textedit.o \
fileBrowser.o \
fontDialog.o \
- fileSaver.o
+ fileSaver.o \
+ filePermissions.o
INTERFACES =
UICDECLS =
UICIMPLS =
SRCMOC = moc_textedit.cpp \
moc_fileBrowser.cpp \
moc_fontDialog.cpp \
- moc_fileSaver.cpp
+ moc_fileSaver.cpp \
+ moc_filePermissions.cpp
OBJMOC = moc_textedit.o \
moc_fileBrowser.o \
moc_fontDialog.o \
- moc_fileSaver.o
+ moc_fileSaver.o \
+ moc_filePermissions.o
####### Implicit rules
@@ -79,8 +84,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)
@@ -115,63 +122,84 @@ REQUIRES=
main.o: main.cpp \
textedit.h \
- $(OPIEDIR)/include/qpe/filemanager.h \
- $(OPIEDIR)/include/qpe/qpeapplication.h
+ fileBrowser.h \
+ fileSaver.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/filemanager.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/qpeapplication.h \
+ /usr/src/oldsrc/Opie/opie/include/qpedecoration_qws.h \
+ /usr/src/oldsrc/Opie/opie/include/timestring.h
textedit.o: textedit.cpp \
textedit.h \
- $(OPIEDIR)/include/qpe/filemanager.h \
fileBrowser.h \
fileSaver.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/filemanager.h \
+ filePermissions.h \
fontDialog.h \
- $(OPIEDIR)/include/qpe/fontdatabase.h \
- $(OPIEDIR)/include/qpe/fontfactoryinterface.h \
- $(OPIEDIR)/include/qpe/qcom.h \
- $(OPIEDIR)/include/qpe/quuid.h \
- $(OPIEDIR)/include/qpe/global.h \
- $(OPIEDIR)/include/qpe/fileselector.h \
- $(OPIEDIR)/include/qpe/applnk.h \
- $(OPIEDIR)/include/qpe/resource.h \
- $(OPIEDIR)/include/qpe/config.h \
- $(OPIEDIR)/include/qpe/qpeapplication.h \
- $(OPIEDIR)/include/qpe/qpemenubar.h \
- $(OPIEDIR)/include/qpe/qpetoolbar.h
+ /usr/src/oldsrc/Opie/opie/include/qpe/fontdatabase.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/fontfactoryinterface.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/qcom.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/quuid.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/global.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/fileselector.h \
+ /usr/src/oldsrc/Opie/opie/include/filemanager.h \
+ /usr/src/oldsrc/Opie/opie/include/applnk.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/applnk.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/resource.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/config.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/qpeapplication.h \
+ /usr/src/oldsrc/Opie/opie/include/qpedecoration_qws.h \
+ /usr/src/oldsrc/Opie/opie/include/timestring.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/qpemenubar.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/qpetoolbar.h
fileBrowser.o: fileBrowser.cpp \
fileBrowser.h \
- $(OPIEDIR)/include/qpe/config.h
+ /usr/src/oldsrc/Opie/opie/include/qpe/config.h
fontDialog.o: fontDialog.cpp \
fontDialog.h \
- $(OPIEDIR)/include/qpe/fontdatabase.h \
- $(OPIEDIR)/include/qpe/fontfactoryinterface.h \
- $(OPIEDIR)/include/qpe/qcom.h \
- $(OPIEDIR)/include/qpe/quuid.h \
- $(OPIEDIR)/include/qpe/config.h \
- $(OPIEDIR)/include/qpe/qpeapplication.h
+ /usr/src/oldsrc/Opie/opie/include/qpe/fontdatabase.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/fontfactoryinterface.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/qcom.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/quuid.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/config.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/qpeapplication.h \
+ /usr/src/oldsrc/Opie/opie/include/qpedecoration_qws.h \
+ /usr/src/oldsrc/Opie/opie/include/timestring.h
fileSaver.o: fileSaver.cpp \
fileSaver.h \
- $(OPIEDIR)/include/qpe/config.h \
- $(OPIEDIR)/include/qpe/qpeapplication.h
+ /usr/src/oldsrc/Opie/opie/include/qpe/config.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/qpeapplication.h \
+ /usr/src/oldsrc/Opie/opie/include/qpedecoration_qws.h \
+ /usr/src/oldsrc/Opie/opie/include/timestring.h
+
+filePermissions.o: filePermissions.cpp \
+ filePermissions.h
moc_textedit.o: moc_textedit.cpp \
textedit.h \
- $(OPIEDIR)/include/qpe/filemanager.h
+ fileBrowser.h \
+ fileSaver.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/filemanager.h
moc_fileBrowser.o: moc_fileBrowser.cpp \
fileBrowser.h
moc_fontDialog.o: moc_fontDialog.cpp \
fontDialog.h \
- $(OPIEDIR)/include/qpe/fontdatabase.h \
- $(OPIEDIR)/include/qpe/fontfactoryinterface.h \
- $(OPIEDIR)/include/qpe/qcom.h \
- $(OPIEDIR)/include/qpe/quuid.h
+ /usr/src/oldsrc/Opie/opie/include/qpe/fontdatabase.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/fontfactoryinterface.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/qcom.h \
+ /usr/src/oldsrc/Opie/opie/include/qpe/quuid.h
moc_fileSaver.o: moc_fileSaver.cpp \
fileSaver.h
+moc_filePermissions.o: moc_filePermissions.cpp \
+ filePermissions.h
+
moc_textedit.cpp: textedit.h
$(MOC) textedit.h -o moc_textedit.cpp
@@ -184,4 +212,7 @@ moc_fontDialog.cpp: fontDialog.h
moc_fileSaver.cpp: fileSaver.h
$(MOC) fileSaver.h -o moc_fileSaver.cpp
+moc_filePermissions.cpp: filePermissions.h
+ $(MOC) filePermissions.h -o moc_filePermissions.cpp
+
diff --git a/core/apps/textedit/opie-textedit.control b/core/apps/textedit/opie-textedit.control
index 55fc644..4990466 100644
--- a/core/apps/textedit/opie-textedit.control
+++ b/core/apps/textedit/opie-textedit.control
@@ -6,4 +6,4 @@ Architecture: arm
Version: $QPE_VERSION-$SUB_VERSION
Depends: opie-base ($QPE_VERSION)
Description: Text Editor
- The (slightly enchanced) text editor for the Opie environment.
+ The text editor for the Opie environment.