summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/Makefile.in44
1 files changed, 22 insertions, 22 deletions
diff --git a/core/pim/today/Makefile.in b/core/pim/today/Makefile.in
index 423a540..85f162a 100644
--- a/core/pim/today/Makefile.in
+++ b/core/pim/today/Makefile.in
@@ -1,41 +1,41 @@
1############################################################################# 1#############################################################################
2 2
3####### Compiler, tools and options 3####### Compiler, tools and options
4 4
5 CXX =$(SYSCONF_CXX) $(QT_CXX_MT) 5 CXX =$(SYSCONF_CXX) $(QT_CXX_MT)
6 CXXFLAGS=$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS) 6 CXXFLAGS=$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS)
7 CC =$(SYSCONF_CC) $(QT_C_MT) 7 CC =$(SYSCONF_CC) $(QT_C_MT)
8 CFLAGS =$(SYSCONF_CFLAGS) 8 CFLAGS =$(SYSCONF_CFLAGS)
9 INCPATH =-I$(QPEDIR)/include 9 INCPATH =-I$(OPIEDIR)/include
10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) 10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
11 LIBS =$(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP) 11 LIBS =$(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP)
12 MOC =$(SYSCONF_MOC) 12 MOC =$(SYSCONF_MOC)
13 UIC =$(SYSCONF_UIC) 13 UIC =$(SYSCONF_UIC)
14 14
15####### Target 15####### Target
16 16
17DESTDIR = ./ 17DESTDIR = $(OPIEDIR)/bin/
18VER_MAJ = 1 18VER_MAJ = 1
19VER_MIN = 0 19VER_MIN = 0
20VER_PATCH = 0 20VER_PATCH = 0
21 TARGET= today 21 TARGET= today
22TARGET1 = lib$(TARGET).so.$(VER_MAJ) 22TARGET1 = lib$(TARGET).so.$(VER_MAJ)
23 23
24####### Files 24####### Files
25 25
26 HEADERS =today.h \ 26 HEADERS =today.h \
27 TodoItem.h \ 27 TodoItem.h \
28 minidom.h \ 28 minidom.h \
29 todaybase.h \ 29 todaybase.h \
30 todayconfig.h 30 todayconfig.h
31 SOURCES =main.cpp \ 31 SOURCES =main.cpp \
32 today.cpp \ 32 today.cpp \
33 todaybase.cpp \ 33 todaybase.cpp \
34 todayconfig.cpp \ 34 todayconfig.cpp \
35 minidom.c \ 35 minidom.c \
36 TodoItem.cpp 36 TodoItem.cpp
37 OBJECTS =main.o \ 37 OBJECTS =main.o \
38 today.o \ 38 today.o \
39 todaybase.o \ 39 todaybase.o \
40 todayconfig.o \ 40 todayconfig.o \
41 minidom.o \ 41 minidom.o \
@@ -98,88 +98,88 @@ listpromodules:
98listallmodules: 98listallmodules:
99 @echo 99 @echo
100 100
101listaddonpromodules: 101listaddonpromodules:
102 @echo 102 @echo
103 103
104listaddonentmodules: 104listaddonentmodules:
105 @echo 105 @echo
106 106
107 107
108REQUIRES= 108REQUIRES=
109 109
110####### Sub-libraries 110####### Sub-libraries
111 111
112 112
113###### Combined headers 113###### Combined headers
114 114
115 115
116 116
117####### Compile 117####### Compile
118 118
119main.o: main.cpp \ 119main.o: main.cpp \
120 today.h \ 120 today.h \
121 todaybase.h \ 121 todaybase.h \
122 /home/max/qtopia/opie/include/qpe/datebookdb.h \ 122 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/datebookdb.h \
123 /home/max/qtopia/opie/include/qpe/event.h \ 123 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/event.h \
124 /home/max/qtopia/opie/include/qpe/palmtoprecord.h \ 124 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/palmtoprecord.h \
125 /home/max/qtopia/opie/include/qpe/timeconversion.h \ 125 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timeconversion.h \
126 /home/max/qtopia/opie/include/qpe/qpcglobal.h \ 126 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpcglobal.h \
127 TodoItem.h \ 127 TodoItem.h \
128 todayconfig.h \ 128 todayconfig.h \
129 /home/max/qtopia/opie/include/qpe/qpeapplication.h 129 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpeapplication.h
130 130
131today.o: today.cpp \ 131today.o: today.cpp \
132 today.h \ 132 today.h \
133 todaybase.h \ 133 todaybase.h \
134 /home/max/qtopia/opie/include/qpe/datebookdb.h \ 134 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/datebookdb.h \
135 /home/max/qtopia/opie/include/qpe/event.h \ 135 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/event.h \
136 /home/max/qtopia/opie/include/qpe/palmtoprecord.h \ 136 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/palmtoprecord.h \
137 /home/max/qtopia/opie/include/qpe/timeconversion.h \ 137 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timeconversion.h \
138 /home/max/qtopia/opie/include/qpe/qpcglobal.h \ 138 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpcglobal.h \
139 TodoItem.h \ 139 TodoItem.h \
140 todayconfig.h \ 140 todayconfig.h \
141 minidom.h \ 141 minidom.h \
142 /home/max/qtopia/opie/include/qpe/timestring.h \ 142 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timestring.h \
143 /home/max/qtopia/opie/include/qpe/config.h \ 143 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/config.h \
144 /home/max/qtopia/opie/include/qpe/qprocess.h 144 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qprocess.h
145 145
146todaybase.o: todaybase.cpp \ 146todaybase.o: todaybase.cpp \
147 todaybase.h \ 147 todaybase.h \
148 /home/max/qtopia/opie/include/qpe/resource.h 148 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/resource.h
149 149
150todayconfig.o: todayconfig.cpp \ 150todayconfig.o: todayconfig.cpp \
151 todayconfig.h 151 todayconfig.h
152 152
153minidom.o: minidom.c \ 153minidom.o: minidom.c \
154 minidom.h 154 minidom.h
155 155
156TodoItem.o: TodoItem.cpp \ 156TodoItem.o: TodoItem.cpp \
157 TodoItem.h 157 TodoItem.h
158 158
159moc_today.o: moc_today.cpp \ 159moc_today.o: moc_today.cpp \
160 today.h \ 160 today.h \
161 todaybase.h \ 161 todaybase.h \
162 /home/max/qtopia/opie/include/qpe/datebookdb.h \ 162 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/datebookdb.h \
163 /home/max/qtopia/opie/include/qpe/event.h \ 163 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/event.h \
164 /home/max/qtopia/opie/include/qpe/palmtoprecord.h \ 164 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/palmtoprecord.h \
165 /home/max/qtopia/opie/include/qpe/timeconversion.h \ 165 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/timeconversion.h \
166 /home/max/qtopia/opie/include/qpe/qpcglobal.h \ 166 /home/kergoth/buildsystem/buildroot-oz/build/opie/include/qpe/qpcglobal.h \
167 TodoItem.h \ 167 TodoItem.h \
168 todayconfig.h 168 todayconfig.h
169 169
170moc_todaybase.o: moc_todaybase.cpp \ 170moc_todaybase.o: moc_todaybase.cpp \
171 todaybase.h 171 todaybase.h
172 172
173moc_todayconfig.o: moc_todayconfig.cpp \ 173moc_todayconfig.o: moc_todayconfig.cpp \
174 todayconfig.h 174 todayconfig.h
175 175
176moc_today.cpp: today.h 176moc_today.cpp: today.h
177 $(MOC) today.h -o moc_today.cpp 177 $(MOC) today.h -o moc_today.cpp
178 178
179moc_todaybase.cpp: todaybase.h 179moc_todaybase.cpp: todaybase.h
180 $(MOC) todaybase.h -o moc_todaybase.cpp 180 $(MOC) todaybase.h -o moc_todaybase.cpp
181 181
182moc_todayconfig.cpp: todayconfig.h 182moc_todayconfig.cpp: todayconfig.h
183 $(MOC) todayconfig.h -o moc_todayconfig.cpp 183 $(MOC) todayconfig.h -o moc_todayconfig.cpp
184 184
185 185