From 0dd511276a499a83699a3d17ddb074eab7e7e4ca Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 18 Feb 2002 16:56:22 +0000 Subject: Fix (please work this time) --- (limited to 'core/apps/textedit') 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 @@ -79,10 +79,8 @@ $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) moc: $(SRCMOC) -tmake: Makefile.in - -Makefile.in: textedit.pro - tmake textedit.pro -o Makefile.in +tmake: + tmake textedit.pro clean: -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) @@ -117,59 +115,59 @@ REQUIRES= 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 textedit.o: textedit.cpp \ textedit.h \ - /home/mark/source/opie/include/qpe/filemanager.h \ + $(OPIEDIR)/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 + $(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 fileBrowser.o: fileBrowser.cpp \ fileBrowser.h \ - /home/mark/source/opie/include/qpe/config.h + $(OPIEDIR)/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 + $(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 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 moc_textedit.o: moc_textedit.cpp \ textedit.h \ - /home/mark/source/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 \ - /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 moc_fileSaver.o: moc_fileSaver.cpp \ fileSaver.h -- cgit v0.9.0.2