summaryrefslogtreecommitdiff
path: root/core/pim/today/Makefile.in
authormark <mark>2002-02-18 17:25:37 (UTC)
committer mark <mark>2002-02-18 17:25:37 (UTC)
commit4e553417909be0ddec9e8c35ecb312c9c5ddc0df (patch) (unidiff)
treedd1988fd56e53613a621982ba9e819b695679cf4 /core/pim/today/Makefile.in
parent0dd511276a499a83699a3d17ddb074eab7e7e4ca (diff)
downloadopie-4e553417909be0ddec9e8c35ecb312c9c5ddc0df.zip
opie-4e553417909be0ddec9e8c35ecb312c9c5ddc0df.tar.gz
opie-4e553417909be0ddec9e8c35ecb312c9c5ddc0df.tar.bz2
Fix
Diffstat (limited to 'core/pim/today/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/Makefile.in47
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
@@ -80,10 +80,8 @@ $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
80 80
81moc: $(SRCMOC) 81moc: $(SRCMOC)
82 82
83tmake: Makefile.in 83tmake:
84 84 tmake today.pro
85Makefile.in: today.pro
86 tmake today.pro -o Makefile.in
87 85
88clean: 86clean:
89 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) 87 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
@@ -119,33 +117,34 @@ REQUIRES=
119main.o: main.cpp \ 117main.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
131today.o: today.cpp \ 129today.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
146todaybase.o: todaybase.cpp \ 145todaybase.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
150todayconfig.o: todayconfig.cpp \ 149todayconfig.o: todayconfig.cpp \
151 todayconfig.h 150 todayconfig.h
@@ -159,11 +158,11 @@ TodoItem.o: TodoItem.cpp \
159moc_today.o: moc_today.cpp \ 158moc_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