author | mark <mark> | 2002-02-18 17:25:37 (UTC) |
---|---|---|
committer | mark <mark> | 2002-02-18 17:25:37 (UTC) |
commit | 4e553417909be0ddec9e8c35ecb312c9c5ddc0df (patch) (unidiff) | |
tree | dd1988fd56e53613a621982ba9e819b695679cf4 | |
parent | 0dd511276a499a83699a3d17ddb074eab7e7e4ca (diff) | |
download | opie-4e553417909be0ddec9e8c35ecb312c9c5ddc0df.zip opie-4e553417909be0ddec9e8c35ecb312c9c5ddc0df.tar.gz opie-4e553417909be0ddec9e8c35ecb312c9c5ddc0df.tar.bz2 |
Fix
-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) | |||
82 | 82 | ||
83 | tmake: Makefile.in | 83 | tmake: |
84 | 84 | tmake today.pro | |
85 | Makefile.in: today.pro | ||
86 | tmake today.pro -o Makefile.in | ||
87 | 85 | ||
@@ -121,10 +119,10 @@ main.o: main.cpp \ | |||
121 | todaybase.h \ | 119 | todaybase.h \ |
122 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/datebookdb.h \ | 120 | $(OPIEDIR)/include/qpe/datebookdb.h \ |
123 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/event.h \ | 121 | $(OPIEDIR)/include/qpe/event.h \ |
124 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/palmtoprecord.h \ | 122 | $(OPIEDIR)/include/qpe/palmtoprecord.h \ |
125 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timeconversion.h \ | 123 | $(OPIEDIR)/include/qpe/timeconversion.h \ |
126 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpcglobal.h \ | 124 | $(OPIEDIR)/include/qpe/qpcglobal.h \ |
127 | TodoItem.h \ | 125 | TodoItem.h \ |
128 | todayconfig.h \ | 126 | todayconfig.h \ |
129 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpeapplication.h | 127 | $(OPIEDIR)/include/qpe/qpeapplication.h |
130 | 128 | ||
@@ -133,7 +131,7 @@ today.o: today.cpp \ | |||
133 | todaybase.h \ | 131 | todaybase.h \ |
134 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/datebookdb.h \ | 132 | $(OPIEDIR)/include/qpe/datebookdb.h \ |
135 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/event.h \ | 133 | $(OPIEDIR)/include/qpe/event.h \ |
136 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/palmtoprecord.h \ | 134 | $(OPIEDIR)/include/qpe/palmtoprecord.h \ |
137 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timeconversion.h \ | 135 | $(OPIEDIR)/include/qpe/timeconversion.h \ |
138 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpcglobal.h \ | 136 | $(OPIEDIR)/include/qpe/qpcglobal.h \ |
139 | TodoItem.h \ | 137 | TodoItem.h \ |
@@ -141,5 +139,6 @@ today.o: today.cpp \ | |||
141 | minidom.h \ | 139 | minidom.h \ |
142 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timestring.h \ | 140 | $(OPIEDIR)/include/qpe/timestring.h \ |
143 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/config.h \ | 141 | $(OPIEDIR)/include/qpe/config.h \ |
144 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qprocess.h | 142 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ |
143 | $(OPIEDIR)/include/qpe/qprocess.h | ||
145 | 144 | ||
@@ -147,3 +146,3 @@ todaybase.o: todaybase.cpp \ | |||
147 | todaybase.h \ | 146 | todaybase.h \ |
148 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/resource.h | 147 | $(OPIEDIR)/include/qpe/resource.h |
149 | 148 | ||
@@ -161,7 +160,7 @@ moc_today.o: moc_today.cpp \ | |||
161 | todaybase.h \ | 160 | todaybase.h \ |
162 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/datebookdb.h \ | 161 | $(OPIEDIR)/include/qpe/datebookdb.h \ |
163 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/event.h \ | 162 | $(OPIEDIR)/include/qpe/event.h \ |
164 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/palmtoprecord.h \ | 163 | $(OPIEDIR)/include/qpe/palmtoprecord.h \ |
165 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timeconversion.h \ | 164 | $(OPIEDIR)/include/qpe/timeconversion.h \ |
166 | /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpcglobal.h \ | 165 | $(OPIEDIR)/include/qpe/qpcglobal.h \ |
167 | TodoItem.h \ | 166 | TodoItem.h \ |