author | llornkcor <llornkcor> | 2002-02-24 17:09:38 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-02-24 17:09:38 (UTC) |
commit | 8b61e69b52e8bb046f23d8dea734edcdc90e805e (patch) (side-by-side diff) | |
tree | 9dc5ae304cebf0c8b3f303480d5749465e3c680e | |
parent | f39b6cfe0cccca9dac39b4b15cfe076426d5a4c5 (diff) | |
download | opie-8b61e69b52e8bb046f23d8dea734edcdc90e805e.zip opie-8b61e69b52e8bb046f23d8dea734edcdc90e805e.tar.gz opie-8b61e69b52e8bb046f23d8dea734edcdc90e805e.tar.bz2 |
updated Makefile.in
-rw-r--r-- | core/apps/textedit/Makefile.in | 103 | ||||
-rw-r--r-- | core/apps/textedit/opie-textedit.control | 2 | ||||
-rw-r--r-- | noncore/unsupported/filebrowser/Makefile.in | 48 |
3 files changed, 101 insertions, 52 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 @@ -27,15 +27,18 @@ 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 = @@ -44,9 +47,11 @@ 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 @@ -80,6 +85,8 @@ $(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: @@ -116,47 +123,65 @@ 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 \ @@ -165,12 +190,15 @@ moc_fileBrowser.o: moc_fileBrowser.cpp \ 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 @@ -185,3 +213,6 @@ 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 @@ -7,3 +7,3 @@ 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. diff --git a/noncore/unsupported/filebrowser/Makefile.in b/noncore/unsupported/filebrowser/Makefile.in index d1f80b7..d964f79 100644 --- a/noncore/unsupported/filebrowser/Makefile.in +++ b/noncore/unsupported/filebrowser/Makefile.in @@ -25,10 +25,13 @@ TARGET1 = lib$(TARGET).so.$(VER_MAJ) HEADERS = inlineedit.h \ - filebrowser.h + filebrowser.h \ + filePermissions.h SOURCES = filebrowser.cpp \ inlineedit.cpp \ + filePermissions.cpp \ main.cpp OBJECTS = filebrowser.o \ inlineedit.o \ + filePermissions.o \ main.o INTERFACES = @@ -36,7 +39,9 @@ UICDECLS = UICIMPLS = SRCMOC = moc_inlineedit.cpp \ - moc_filebrowser.cpp + moc_filebrowser.cpp \ + moc_filePermissions.cpp OBJMOC = moc_inlineedit.o \ - moc_filebrowser.o + moc_filebrowser.o \ + moc_filePermissions.o @@ -70,6 +75,8 @@ $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) moc: $(SRCMOC) -tmake: - tmake filebrowser.pro +tmake: Makefile.in + +Makefile.in: filebrowser.pro + tmake filebrowser.pro -o Makefile.in clean: @@ -107,20 +114,25 @@ filebrowser.o: filebrowser.cpp \ inlineedit.h \ filebrowser.h \ - $(OPIEDIR)/include/qpe/resource.h \ - $(OPIEDIR)/include/qpe/global.h \ - $(OPIEDIR)/include/qpe/mimetype.h \ - $(OPIEDIR)/include/qpe/applnk.h \ - $(OPIEDIR)/include/qpe/qpetoolbar.h \ - $(OPIEDIR)/include/qpe/qpemenubar.h + filePermissions.h \ + /usr/src/oldsrc/Opie/opie/include/qpe/resource.h \ + /usr/src/oldsrc/Opie/opie/include/qpe/global.h \ + /usr/src/oldsrc/Opie/opie/include/qpe/mimetype.h \ + /usr/src/oldsrc/Opie/opie/include/qpe/applnk.h \ + /usr/src/oldsrc/Opie/opie/include/qcopenvelope_qws.h \ + /usr/src/oldsrc/Opie/opie/include/qpe/qpetoolbar.h \ + /usr/src/oldsrc/Opie/opie/include/qpe/qpemenubar.h inlineedit.o: inlineedit.cpp \ inlineedit.h +filePermissions.o: filePermissions.cpp \ + filePermissions.h + main.o: main.cpp \ filebrowser.h \ - $(OPIEDIR)/include/qpe/qpeapplication.h \ - $(OPIEDIR)/include/qpedecoration_qws.h \ - $(OPIEDIR)/include/timestring.h \ - $(OPIEDIR)/include/qpe/mimetype.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/mimetype.h moc_inlineedit.o: moc_inlineedit.cpp \ @@ -130,4 +142,7 @@ moc_filebrowser.o: moc_filebrowser.cpp \ filebrowser.h +moc_filePermissions.o: moc_filePermissions.cpp \ + filePermissions.h + moc_inlineedit.cpp: inlineedit.h $(MOC) inlineedit.h -o moc_inlineedit.cpp @@ -136,3 +151,6 @@ moc_filebrowser.cpp: filebrowser.h $(MOC) filebrowser.h -o moc_filebrowser.cpp +moc_filePermissions.cpp: filePermissions.h + $(MOC) filePermissions.h -o moc_filePermissions.cpp + |