summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-02-15 17:22:31 (UTC)
committer kergoth <kergoth>2002-02-15 17:22:31 (UTC)
commit5a122653a4d347f29cf8772635920ea6fdf14eb5 (patch) (unidiff)
tree3a44436b1dee92b558c17f52f394cd09a6574d7c
parent7ce9289103dc8594b7bd797be73a80bdfdf9ca35 (diff)
downloadopie-5a122653a4d347f29cf8772635920ea6fdf14eb5.zip
opie-5a122653a4d347f29cf8772635920ea6fdf14eb5.tar.gz
opie-5a122653a4d347f29cf8772635920ea6fdf14eb5.tar.bz2
updated Makefile.in
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,29 +1,29 @@
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 \
@@ -110,69 +110,69 @@ REQUIRES=
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