-rw-r--r-- | core/pim/today/Makefile.in | 47 |
1 files changed, 23 insertions, 24 deletions
diff --git a/core/pim/today/Makefile.in b/core/pim/today/Makefile.in index 85f162a..65243f2 100644 --- a/core/pim/today/Makefile.in +++ b/core/pim/today/Makefile.in @@ -82,6 +82,4 @@ moc: $(SRCMOC) -tmake: Makefile.in - -Makefile.in: today.pro - tmake today.pro -o Makefile.in +tmake: + tmake today.pro @@ -121,10 +119,10 @@ main.o: main.cpp \ todaybase.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/datebookdb.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/event.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/palmtoprecord.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timeconversion.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpcglobal.h \ + $(OPIEDIR)/include/qpe/datebookdb.h \ + $(OPIEDIR)/include/qpe/event.h \ + $(OPIEDIR)/include/qpe/palmtoprecord.h \ + $(OPIEDIR)/include/qpe/timeconversion.h \ + $(OPIEDIR)/include/qpe/qpcglobal.h \ TodoItem.h \ todayconfig.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpeapplication.h + $(OPIEDIR)/include/qpe/qpeapplication.h @@ -133,7 +131,7 @@ today.o: today.cpp \ todaybase.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/datebookdb.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/event.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/palmtoprecord.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timeconversion.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpcglobal.h \ + $(OPIEDIR)/include/qpe/datebookdb.h \ + $(OPIEDIR)/include/qpe/event.h \ + $(OPIEDIR)/include/qpe/palmtoprecord.h \ + $(OPIEDIR)/include/qpe/timeconversion.h \ + $(OPIEDIR)/include/qpe/qpcglobal.h \ TodoItem.h \ @@ -141,5 +139,6 @@ today.o: today.cpp \ minidom.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timestring.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/config.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qprocess.h + $(OPIEDIR)/include/qpe/timestring.h \ + $(OPIEDIR)/include/qpe/config.h \ + $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ + $(OPIEDIR)/include/qpe/qprocess.h @@ -147,3 +146,3 @@ todaybase.o: todaybase.cpp \ todaybase.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/resource.h + $(OPIEDIR)/include/qpe/resource.h @@ -161,7 +160,7 @@ moc_today.o: moc_today.cpp \ todaybase.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/datebookdb.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/event.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/palmtoprecord.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timeconversion.h \ - /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpcglobal.h \ + $(OPIEDIR)/include/qpe/datebookdb.h \ + $(OPIEDIR)/include/qpe/event.h \ + $(OPIEDIR)/include/qpe/palmtoprecord.h \ + $(OPIEDIR)/include/qpe/timeconversion.h \ + $(OPIEDIR)/include/qpe/qpcglobal.h \ TodoItem.h \ |