author | mark <mark> | 2002-02-18 16:56:22 (UTC) |
---|---|---|
committer | mark <mark> | 2002-02-18 16:56:22 (UTC) |
commit | 0dd511276a499a83699a3d17ddb074eab7e7e4ca (patch) (side-by-side diff) | |
tree | 163cc31e0b42cde7a0c0df952c50c12284a81348 | |
parent | 46ae2ea92e910138307e65a8e4fbd666655766f4 (diff) | |
download | opie-0dd511276a499a83699a3d17ddb074eab7e7e4ca.zip opie-0dd511276a499a83699a3d17ddb074eab7e7e4ca.tar.gz opie-0dd511276a499a83699a3d17ddb074eab7e7e4ca.tar.bz2 |
Fix (please work this time)
-rw-r--r-- | core/apps/textedit/Makefile.in | 64 |
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 @@ -81,6 +81,4 @@ moc: $(SRCMOC) -tmake: Makefile.in - -Makefile.in: textedit.pro - tmake textedit.pro -o Makefile.in +tmake: + tmake textedit.pro @@ -119,4 +117,4 @@ main.o: main.cpp \ textedit.h \ - /home/mark/source/opie/include/qpe/filemanager.h \ - /home/mark/source/opie/include/qpe/qpeapplication.h + $(OPIEDIR)/include/qpe/filemanager.h \ + $(OPIEDIR)/include/qpe/qpeapplication.h @@ -124,3 +122,3 @@ textedit.o: textedit.cpp \ textedit.h \ - /home/mark/source/opie/include/qpe/filemanager.h \ + $(OPIEDIR)/include/qpe/filemanager.h \ fileBrowser.h \ @@ -128,14 +126,14 @@ textedit.o: textedit.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/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 + $(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 @@ -143,3 +141,3 @@ fileBrowser.o: fileBrowser.cpp \ fileBrowser.h \ - /home/mark/source/opie/include/qpe/config.h + $(OPIEDIR)/include/qpe/config.h @@ -147,8 +145,8 @@ 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 + $(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 @@ -156,4 +154,4 @@ fileSaver.o: fileSaver.cpp \ fileSaver.h \ - /home/mark/source/opie/include/qpe/config.h \ - /home/mark/source/opie/include/qpe/qpeapplication.h + $(OPIEDIR)/include/qpe/config.h \ + $(OPIEDIR)/include/qpe/qpeapplication.h @@ -161,3 +159,3 @@ moc_textedit.o: moc_textedit.cpp \ textedit.h \ - /home/mark/source/opie/include/qpe/filemanager.h + $(OPIEDIR)/include/qpe/filemanager.h @@ -168,6 +166,6 @@ 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 + $(OPIEDIR)/include/qpe/fontdatabase.h \ + $(OPIEDIR)/include/qpe/fontfactoryinterface.h \ + $(OPIEDIR)/include/qpe/qcom.h \ + $(OPIEDIR)/include/qpe/quuid.h |