summaryrefslogtreecommitdiff
path: root/core/pim/addressbook
authorkergoth <kergoth>2002-01-28 23:28:04 (UTC)
committer kergoth <kergoth>2002-01-28 23:28:04 (UTC)
commitf7b3193e5d2d9a211ce0b963dca571d82adecb71 (patch) (unidiff)
tree44f49bdc076dc299bba1a4dc8d5d517114be5701 /core/pim/addressbook
parent77d110d35f75d63f5dc66c1dd2427daf7dc2e214 (diff)
downloadopie-f7b3193e5d2d9a211ce0b963dca571d82adecb71.zip
opie-f7b3193e5d2d9a211ce0b963dca571d82adecb71.tar.gz
opie-f7b3193e5d2d9a211ce0b963dca571d82adecb71.tar.bz2
Committing in .
Modified Files: configure mkipks addressbook/Makefile.in addressbook/addressbook.pro calc2/calc.pro calc2/binary/binary.pro calc2/simple/simple.pro calculator/Makefile.in calculator/calculator.pro cardmon/Makefile.in cardmon/cardmon.pro chess/chess.pro citytime/Makefile.in citytime/citytime.pro clock/Makefile.in clock/clock.pro datebook/Makefile.in datebook/datebook.pro dictionary/dictionary.pro doc/qcop.doc doc/start.doc embeddedkonsole/Makefile.in embeddedkonsole/embeddedkonsole.pro etc/init.d/qpe example/example.pro fifteen/Makefile.in fifteen/fifteen.pro filebrowser/Makefile.in filebrowser/filebrowser.pro freetype/freetype.pro go/Makefile.in go/go.pro helpbrowser/Makefile.in helpbrowser/helpbrowser.pro inputmethods/handwriting/Makefile.in inputmethods/handwriting/handwriting.pro inputmethods/keyboard/Makefile.in inputmethods/keyboard/keyboard.pro inputmethods/pickboard/Makefile.in inputmethods/pickboard/pickboard.pro inputmethods/unikeyboard/Makefile.in inputmethods/unikeyboard/unikeyboard.pro keypebble/Makefile.in keypebble/keypebble.pro library/Makefile.in library/global.cpp library/library.pro library/qpeapplication.cpp mindbreaker/Makefile.in mindbreaker/mindbreaker.pro minesweep/Makefile.in minesweep/minesweep.pro mpegplayer/Makefile.in mpegplayer/mpegplayer.pro mpegplayer/libflash/libflash.pro mpegplayer/libmad/Makefile.in mpegplayer/libmad/libmad.pro mpegplayer/libmpeg3/Makefile.in mpegplayer/libmpeg3/libmpeg3.pro mpegplayer/libmpeg3/audio/Makefile mpegplayer/libmpeg3/video/Makefile mpegplayer/wavplugin/Makefile.in mpegplayer/wavplugin/wavplugin.pro netsetup/Makefile.in netsetup/README netsetup/netsetup.pro netsetup/dialup/Makefile.in netsetup/dialup/dialup.pro netsetup/lan/Makefile.in netsetup/lan/lan.pro parashoot/Makefile.in parashoot/parashoot.pro qasteroids/Makefile.in qasteroids/qasteroids.pro qcop/Makefile.in qcop/qcop.pro qipkg/Makefile.in qipkg/qipkg.pro scripts/q_functions settings/appearance/Makefile.in settings/appearance/appearance.pro settings/language/Makefile.in settings/language/language.pro settings/light-and-power/Makefile.in settings/light-and-power/light-and-power.pro settings/rotation/Makefile.in settings/rotation/rotation.pro settings/security/Makefile.in settings/security/security.pro settings/sound/Makefile.in settings/sound/sound.pro settings/systemtime/Makefile.in settings/systemtime/systemtime.pro showimg/Makefile.in showimg/showimg.pro single/Makefile.in single/single.pro snake/Makefile.in snake/snake.pro solitaire/Makefile.in solitaire/solitaire.pro spreadsheet/Makefile.in spreadsheet/spreadsheet.pro sysinfo/Makefile.in sysinfo/sysinfo.pro tableviewer/tableviewer.pro taskbar/Makefile.in taskbar/main.cpp taskbar/taskbar.pro taskbar/batteryapplet/Makefile.in taskbar/batteryapplet/batteryapplet.pro taskbar/clipboardapplet/clipboardapplet.pro taskbar/clockapplet/Makefile.in taskbar/clockapplet/clockapplet.pro taskbar/netmonapplet/Makefile.in taskbar/netmonapplet/netmonapplet.pro taskbar/volumeapplet/Makefile.in taskbar/volumeapplet/volumeapplet.pro tetrix/Makefile.in tetrix/tetrix.pro textedit/Makefile.in textedit/textedit.pro todo/Makefile.in todo/todo.pro tux/Makefile.in tux/tux.pro website/htdocs/build.html website/htdocs/development.html website/htdocs/refman/qcop.html website/htdocs/refman/qpeapplication.html wordgame/Makefile.in wordgame/wordgame.pro Log Message: Changed QPEDIR to OPIEDIR in .pro files, and documentation, and regenerated all Makefile.in's that were affected.
Diffstat (limited to 'core/pim/addressbook') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/Makefile.in102
-rw-r--r--core/pim/addressbook/addressbook.pro6
2 files changed, 54 insertions, 54 deletions
diff --git a/core/pim/addressbook/Makefile.in b/core/pim/addressbook/Makefile.in
index 93c73c3..c46d0e5 100644
--- a/core/pim/addressbook/Makefile.in
+++ b/core/pim/addressbook/Makefile.in
@@ -6,7 +6,7 @@ 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)
@@ -14,7 +14,7 @@ UIC = $(SYSCONF_UIC)
14 14
15####### Target 15####### Target
16 16
17DESTDIR = $(QPEDIR)/bin/ 17DESTDIR = $(OPIEDIR)/bin/
18VER_MAJ = 1 18VER_MAJ = 1
19VER_MIN = 0 19VER_MIN = 0
20VER_PATCH = 0 20VER_PATCH = 0
@@ -88,7 +88,7 @@ $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
88moc: $(SRCMOC) 88moc: $(SRCMOC)
89 89
90tmake: 90tmake:
91 tmake p4addressbook.pro 91 tmake addressbook.pro
92 92
93clean: 93clean:
94 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) 94 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
@@ -123,66 +123,66 @@ REQUIRES=
123 123
124main.o: main.cpp \ 124main.o: main.cpp \
125 addressbook.h \ 125 addressbook.h \
126 $(QPEDIR)/include/qpe/qpeapplication.h \ 126 $(OPIEDIR)/include/qpe/qpeapplication.h \
127 $(QPEDIR)/include/qpe/qcopenvelope_qws.h 127 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
128 128
129addressbook.o: addressbook.cpp \ 129addressbook.o: addressbook.cpp \
130 abeditor.h \ 130 abeditor.h \
131 $(QPEDIR)/include/qpe/contact.h \ 131 $(OPIEDIR)/include/qpe/contact.h \
132 $(QPEDIR)/include/qpe/palmtoprecord.h \ 132 $(OPIEDIR)/include/qpe/palmtoprecord.h \
133 $(QPEDIR)/include/qpe/recordfields.h \ 133 $(OPIEDIR)/include/qpe/recordfields.h \
134 ablabel.h \ 134 ablabel.h \
135 abtable.h \ 135 abtable.h \
136 $(QPEDIR)/include/qpe/categories.h \ 136 $(OPIEDIR)/include/qpe/categories.h \
137 addresssettings.h \ 137 addresssettings.h \
138 addresssettingsbase.h \ 138 addresssettingsbase.h \
139 addressbook.h \ 139 addressbook.h \
140 $(QPEDIR)/include/qpe/qpeapplication.h \ 140 $(OPIEDIR)/include/qpe/qpeapplication.h \
141 $(QPEDIR)/include/qpe/config.h \ 141 $(OPIEDIR)/include/qpe/config.h \
142 $(QPEDIR)/include/qpe/finddialog.h \ 142 $(OPIEDIR)/include/qpe/finddialog.h \
143 $(QPEDIR)/include/qpe/global.h \ 143 $(OPIEDIR)/include/qpe/global.h \
144 $(QPEDIR)/include/qpe/resource.h \ 144 $(OPIEDIR)/include/qpe/resource.h \
145 $(QPEDIR)/include/qpe/ir.h \ 145 $(OPIEDIR)/include/qpe/ir.h \
146 $(QPEDIR)/include/qpe/qpemessagebox.h \ 146 $(OPIEDIR)/include/qpe/qpemessagebox.h \
147 $(QPEDIR)/include/qpe/qcopenvelope_qws.h \ 147 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
148 $(QPEDIR)/include/qpe/qpemenubar.h \ 148 $(OPIEDIR)/include/qpe/qpemenubar.h \
149 $(QPEDIR)/include/qpe/qpetoolbar.h 149 $(OPIEDIR)/include/qpe/qpetoolbar.h
150 150
151abeditor.o: abeditor.cpp \ 151abeditor.o: abeditor.cpp \
152 abeditor.h \ 152 abeditor.h \
153 $(QPEDIR)/include/qpe/contact.h \ 153 $(OPIEDIR)/include/qpe/contact.h \
154 $(QPEDIR)/include/qpe/palmtoprecord.h \ 154 $(OPIEDIR)/include/qpe/palmtoprecord.h \
155 $(QPEDIR)/include/qpe/recordfields.h \ 155 $(OPIEDIR)/include/qpe/recordfields.h \
156 addresspicker.h \ 156 addresspicker.h \
157 $(QPEDIR)/include/qpe/categoryselect.h \ 157 $(OPIEDIR)/include/qpe/categoryselect.h \
158 $(QPEDIR)/include/qpe/qpeapplication.h \ 158 $(OPIEDIR)/include/qpe/qpeapplication.h \
159 $(QPEDIR)/include/qpe/qpedialog.h 159 $(OPIEDIR)/include/qpe/qpedialog.h
160 160
161ablabel.o: ablabel.cpp \ 161ablabel.o: ablabel.cpp \
162 ablabel.h \ 162 ablabel.h \
163 $(QPEDIR)/include/qpe/contact.h \ 163 $(OPIEDIR)/include/qpe/contact.h \
164 $(QPEDIR)/include/qpe/palmtoprecord.h \ 164 $(OPIEDIR)/include/qpe/palmtoprecord.h \
165 $(QPEDIR)/include/qpe/recordfields.h \ 165 $(OPIEDIR)/include/qpe/recordfields.h \
166 $(QPEDIR)/include/qpe/stringutil.h 166 $(OPIEDIR)/include/qpe/stringutil.h
167 167
168abtable.o: abtable.cpp \ 168abtable.o: abtable.cpp \
169 $(QPEDIR)/include/qpe/categoryselect.h \ 169 $(OPIEDIR)/include/qpe/categoryselect.h \
170 $(QPEDIR)/include/qpe/config.h \ 170 $(OPIEDIR)/include/qpe/config.h \
171 $(QPEDIR)/include/qpe/stringutil.h \ 171 $(OPIEDIR)/include/qpe/stringutil.h \
172 $(QPEDIR)/include/qpe/qcopenvelope_qws.h \ 172 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
173 abtable.h \ 173 abtable.h \
174 $(QPEDIR)/include/qpe/categories.h \ 174 $(OPIEDIR)/include/qpe/categories.h \
175 $(QPEDIR)/include/qpe/contact.h \ 175 $(OPIEDIR)/include/qpe/contact.h \
176 $(QPEDIR)/include/qpe/palmtoprecord.h \ 176 $(OPIEDIR)/include/qpe/palmtoprecord.h \
177 $(QPEDIR)/include/qpe/recordfields.h 177 $(OPIEDIR)/include/qpe/recordfields.h
178 178
179addresssettings.o: addresssettings.cpp \ 179addresssettings.o: addresssettings.cpp \
180 addresssettings.h \ 180 addresssettings.h \
181 addresssettingsbase.h \ 181 addresssettingsbase.h \
182 $(QPEDIR)/include/qpe/config.h \ 182 $(OPIEDIR)/include/qpe/config.h \
183 $(QPEDIR)/include/qpe/contact.h \ 183 $(OPIEDIR)/include/qpe/contact.h \
184 $(QPEDIR)/include/qpe/palmtoprecord.h \ 184 $(OPIEDIR)/include/qpe/palmtoprecord.h \
185 $(QPEDIR)/include/qpe/recordfields.h 185 $(OPIEDIR)/include/qpe/recordfields.h
186 186
187addresssettingsbase.h: addresssettingsbase.ui 187addresssettingsbase.h: addresssettingsbase.ui
188 $(UIC) addresssettingsbase.ui -o $(INTERFACE_DECL_PATH)/addresssettingsbase.h 188 $(UIC) addresssettingsbase.ui -o $(INTERFACE_DECL_PATH)/addresssettingsbase.h
@@ -199,22 +199,22 @@ moc_addressbook.o: moc_addressbook.cpp \
199 199
200moc_abeditor.o: moc_abeditor.cpp \ 200moc_abeditor.o: moc_abeditor.cpp \
201 abeditor.h \ 201 abeditor.h \
202 $(QPEDIR)/include/qpe/contact.h \ 202 $(OPIEDIR)/include/qpe/contact.h \
203 $(QPEDIR)/include/qpe/palmtoprecord.h \ 203 $(OPIEDIR)/include/qpe/palmtoprecord.h \
204 $(QPEDIR)/include/qpe/recordfields.h 204 $(OPIEDIR)/include/qpe/recordfields.h
205 205
206moc_ablabel.o: moc_ablabel.cpp \ 206moc_ablabel.o: moc_ablabel.cpp \
207 ablabel.h \ 207 ablabel.h \
208 $(QPEDIR)/include/qpe/contact.h \ 208 $(OPIEDIR)/include/qpe/contact.h \
209 $(QPEDIR)/include/qpe/palmtoprecord.h \ 209 $(OPIEDIR)/include/qpe/palmtoprecord.h \
210 $(QPEDIR)/include/qpe/recordfields.h 210 $(OPIEDIR)/include/qpe/recordfields.h
211 211
212moc_abtable.o: moc_abtable.cpp \ 212moc_abtable.o: moc_abtable.cpp \
213 abtable.h \ 213 abtable.h \
214 $(QPEDIR)/include/qpe/categories.h \ 214 $(OPIEDIR)/include/qpe/categories.h \
215 $(QPEDIR)/include/qpe/contact.h \ 215 $(OPIEDIR)/include/qpe/contact.h \
216 $(QPEDIR)/include/qpe/palmtoprecord.h \ 216 $(OPIEDIR)/include/qpe/palmtoprecord.h \
217 $(QPEDIR)/include/qpe/recordfields.h 217 $(OPIEDIR)/include/qpe/recordfields.h
218 218
219moc_addresssettings.o: moc_addresssettings.cpp \ 219moc_addresssettings.o: moc_addresssettings.cpp \
220 addresssettings.h \ 220 addresssettings.h \
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro
index 8d3401d..32e21a2 100644
--- a/core/pim/addressbook/addressbook.pro
+++ b/core/pim/addressbook/addressbook.pro
@@ -1,6 +1,6 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(QPEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS= addressbook.h \ 4 HEADERS= addressbook.h \
5 abeditor.h \ 5 abeditor.h \
6 ablabel.h \ 6 ablabel.h \
@@ -15,8 +15,8 @@ SOURCES = main.cpp \
15 INTERFACES= addresssettingsbase.ui 15 INTERFACES= addresssettingsbase.ui
16 16
17 TARGET = addressbook 17 TARGET = addressbook
18INCLUDEPATH += $(QPEDIR)/include 18INCLUDEPATH += $(OPIEDIR)/include
19 DEPENDPATH+= $(QPEDIR)/include 19 DEPENDPATH+= $(OPIEDIR)/include
20LIBS += -lqpe 20LIBS += -lqpe
21 21
22TRANSLATIONS = ../i18n/de/addressbook.ts 22TRANSLATIONS = ../i18n/de/addressbook.ts