author | llornkcor <llornkcor> | 2002-02-24 17:44:26 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-02-24 17:44:26 (UTC) |
commit | 322012c251740f680055c27a96aa998fbce188ca (patch) (side-by-side diff) | |
tree | 8a16a623297e725166e119ec6ced3968f7ee8507 | |
parent | f6ee5a9b0dbc083b0ccbf9ecbcf9b8bddb401daf (diff) | |
download | opie-322012c251740f680055c27a96aa998fbce188ca.zip opie-322012c251740f680055c27a96aa998fbce188ca.tar.gz opie-322012c251740f680055c27a96aa998fbce188ca.tar.bz2 |
fixed hard path
-rw-r--r-- | core/apps/textedit/Makefile.in | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/core/apps/textedit/Makefile.in b/core/apps/textedit/Makefile.in index 034157f..fa394d6 100644 --- a/core/apps/textedit/Makefile.in +++ b/core/apps/textedit/Makefile.in @@ -79,140 +79,140 @@ OBJMOC = moc_textedit.o \ all: $(DESTDIR)$(TARGET) $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) moc: $(SRCMOC) tmake: Makefile.in Makefile.in: textedit.pro tmake textedit.pro -o Makefile.in clean: -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) -rm -f *~ core -rm -f allmoc.cpp ####### Extension Modules listpromodules: @echo listallmodules: @echo listaddonpromodules: @echo listaddonentmodules: @echo REQUIRES= ####### Sub-libraries ###### Combined headers ####### Compile main.o: main.cpp \ textedit.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 + $(OPIEDIR)/include/qpe/filemanager.h \ + $(OPIEDIR)/include/qpe/qpeapplication.h \ + $(OPIEDIR)/include/qpedecoration_qws.h \ + $(OPIEDIR)/include/timestring.h textedit.o: textedit.cpp \ textedit.h \ fileBrowser.h \ fileSaver.h \ - /usr/src/oldsrc/Opie/opie/include/qpe/filemanager.h \ + $(OPIEDIR)/include/qpe/filemanager.h \ filePermissions.h \ fontDialog.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 + $(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/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 fileBrowser.o: fileBrowser.cpp \ fileBrowser.h \ - /usr/src/oldsrc/Opie/opie/include/qpe/config.h + $(OPIEDIR)/include/qpe/config.h fontDialog.o: fontDialog.cpp \ fontDialog.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 + $(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 \ + $(OPIEDIR)/include/qpedecoration_qws.h \ + $(OPIEDIR)/include/timestring.h fileSaver.o: fileSaver.cpp \ fileSaver.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 + $(OPIEDIR)/include/qpe/config.h \ + $(OPIEDIR)/include/qpe/qpeapplication.h \ + $(OPIEDIR)/include/qpedecoration_qws.h \ + $(OPIEDIR)/include/timestring.h filePermissions.o: filePermissions.cpp \ filePermissions.h moc_textedit.o: moc_textedit.cpp \ textedit.h \ fileBrowser.h \ fileSaver.h \ - /usr/src/oldsrc/Opie/opie/include/qpe/filemanager.h + $(OPIEDIR)/include/qpe/filemanager.h moc_fileBrowser.o: moc_fileBrowser.cpp \ fileBrowser.h moc_fontDialog.o: moc_fontDialog.cpp \ fontDialog.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 + $(OPIEDIR)/include/qpe/fontdatabase.h \ + $(OPIEDIR)/include/qpe/fontfactoryinterface.h \ + $(OPIEDIR)/include/qpe/qcom.h \ + $(OPIEDIR)/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 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 moc_filePermissions.cpp: filePermissions.h $(MOC) filePermissions.h -o moc_filePermissions.cpp |