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 | |||
@@ -77,16 +77,14 @@ all: $(DESTDIR)$(TARGET) | |||
77 | 77 | ||
78 | $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) | 78 | $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) |
79 | $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) | 79 | $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) |
80 | 80 | ||
81 | moc: $(SRCMOC) | 81 | 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 | ||
88 | clean: | 86 | clean: |
89 | -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) | 87 | -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) |
90 | -rm -f *~ core | 88 | -rm -f *~ core |
91 | -rm -f allmoc.cpp | 89 | -rm -f allmoc.cpp |
92 | 90 | ||
@@ -116,39 +114,40 @@ REQUIRES= | |||
116 | 114 | ||
117 | ####### Compile | 115 | ####### Compile |
118 | 116 | ||
119 | main.o: main.cpp \ | 117 | main.o: main.cpp \ |
120 | today.h \ | 118 | today.h \ |
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 | ||
131 | today.o: today.cpp \ | 129 | today.o: today.cpp \ |
132 | today.h \ | 130 | today.h \ |
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 \ |
140 | todayconfig.h \ | 138 | todayconfig.h \ |
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 | ||
146 | todaybase.o: todaybase.cpp \ | 145 | 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 | ||
150 | todayconfig.o: todayconfig.cpp \ | 149 | todayconfig.o: todayconfig.cpp \ |
151 | todayconfig.h | 150 | todayconfig.h |
152 | 151 | ||
153 | minidom.o: minidom.c \ | 152 | minidom.o: minidom.c \ |
154 | minidom.h | 153 | minidom.h |
@@ -156,17 +155,17 @@ minidom.o: minidom.c \ | |||
156 | TodoItem.o: TodoItem.cpp \ | 155 | TodoItem.o: TodoItem.cpp \ |
157 | TodoItem.h | 156 | TodoItem.h |
158 | 157 | ||
159 | moc_today.o: moc_today.cpp \ | 158 | moc_today.o: moc_today.cpp \ |
160 | today.h \ | 159 | today.h \ |
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 \ |
168 | todayconfig.h | 167 | todayconfig.h |
169 | 168 | ||
170 | moc_todaybase.o: moc_todaybase.cpp \ | 169 | moc_todaybase.o: moc_todaybase.cpp \ |
171 | todaybase.h | 170 | todaybase.h |
172 | 171 | ||