author | kergoth <kergoth> | 2003-01-24 01:29:06 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-24 01:29:06 (UTC) |
commit | 039367f738688f9484a487db8720a5bd2ad5878f (patch) (side-by-side diff) | |
tree | 3ad1716b648f54cf63b91358bad5d072938f7b6a /noncore | |
parent | a30140aaac1c0144c93a6fc3b1085e78612b94b1 (diff) | |
download | opie-039367f738688f9484a487db8720a5bd2ad5878f.zip opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.gz opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.bz2 |
Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
96 files changed, 96 insertions, 96 deletions
diff --git a/noncore/applets/notesapplet/notesapplet.pro b/noncore/applets/notesapplet/notesapplet.pro index 6b3d9b2..e4558f7 100644 --- a/noncore/applets/notesapplet/notesapplet.pro +++ b/noncore/applets/notesapplet/notesapplet.pro @@ -13,4 +13,4 @@ OBJECTS_DIR=opieobj -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/applets/wirelessapplet/wirelessapplet.pro b/noncore/applets/wirelessapplet/wirelessapplet.pro index b8c9ef8..f82c8b6 100644 --- a/noncore/applets/wirelessapplet/wirelessapplet.pro +++ b/noncore/applets/wirelessapplet/wirelessapplet.pro @@ -29,4 +29,4 @@ TRANSLATIONS = ../../../i18n/de/libwirelessapplet.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index 233fbee..77a6fea 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro @@ -27,4 +27,4 @@ TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro index 8ac63e3..d1a7d68 100644 --- a/noncore/apps/checkbook/checkbook.pro +++ b/noncore/apps/checkbook/checkbook.pro @@ -45,4 +45,4 @@ TRANSLATIONS = ../../../i18n/de/checkbook.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/apps/confedit/confedit.pro b/noncore/apps/confedit/confedit.pro index 05691b4..d9aaa2f 100644 --- a/noncore/apps/confedit/confedit.pro +++ b/noncore/apps/confedit/confedit.pro @@ -29,4 +29,4 @@ TRANSLATIONS = ../../../i18n/de/confedit.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/apps/odict/odict.pro b/noncore/apps/odict/odict.pro index 51f7ca0..e43f935 100644 --- a/noncore/apps/odict/odict.pro +++ b/noncore/apps/odict/odict.pro @@ -39,4 +39,4 @@ TRANSLATIONS = ../../../i18n/de/odict.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index 5ffa46f..58b29ca 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro @@ -74,4 +74,4 @@ TARGET = opie-console -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/apps/opie-console/test/console.pro b/noncore/apps/opie-console/test/console.pro index ec3efbf..7b4c310 100644 --- a/noncore/apps/opie-console/test/console.pro +++ b/noncore/apps/opie-console/test/console.pro @@ -18,4 +18,4 @@ TARGET = test -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro index aae9a01..409f9c7 100644 --- a/noncore/apps/opie-reader/opie-reader.pro +++ b/noncore/apps/opie-reader/opie-reader.pro @@ -74,4 +74,4 @@ LIBS += -lqpe -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro index 7256c0c..90f29fc 100644 --- a/noncore/apps/opie-sheet/opie-sheet.pro +++ b/noncore/apps/opie-sheet/opie-sheet.pro @@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/apps/opie-write/opie-write.pro b/noncore/apps/opie-write/opie-write.pro index 6a9d96d..f7bb296 100644 --- a/noncore/apps/opie-write/opie-write.pro +++ b/noncore/apps/opie-write/opie-write.pro @@ -26,4 +26,4 @@ TARGET = opie-write -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 91222d2..1c7905b 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro @@ -54,4 +54,4 @@ TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/apps/tinykate/libkate/libkate.pro b/noncore/apps/tinykate/libkate/libkate.pro index 0dd5b4c..b0354e6 100644 --- a/noncore/apps/tinykate/libkate/libkate.pro +++ b/noncore/apps/tinykate/libkate/libkate.pro @@ -87,4 +87,4 @@ TARGET = tinykate INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/lib$(PROJMAK) -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/apps/tinykate/tinykate.pro b/noncore/apps/tinykate/tinykate.pro index 11b4e5d..61b60a6 100644 --- a/noncore/apps/tinykate/tinykate.pro +++ b/noncore/apps/tinykate/tinykate.pro @@ -17,4 +17,4 @@ TARGET = tinykate -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 83171ba..1eee074 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro @@ -52,4 +52,4 @@ TRANSLATIONS = ../../../i18n/de/keypebble.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/comm/mobilemsg/mobilemsg.pro b/noncore/comm/mobilemsg/mobilemsg.pro index 62fe70c..4a3bbd8 100644 --- a/noncore/comm/mobilemsg/mobilemsg.pro +++ b/noncore/comm/mobilemsg/mobilemsg.pro @@ -29,4 +29,4 @@ TRANSLATIONS = ../../../i18n/de/mobilemsg.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/decorations/flat/flat.pro b/noncore/decorations/flat/flat.pro index 96b4b78..e691339 100644 --- a/noncore/decorations/flat/flat.pro +++ b/noncore/decorations/flat/flat.pro @@ -12,4 +12,4 @@ VERSION = 1.0.0 -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/decorations/liquid/liquid.pro b/noncore/decorations/liquid/liquid.pro index d614a64..7c310a6 100644 --- a/noncore/decorations/liquid/liquid.pro +++ b/noncore/decorations/liquid/liquid.pro @@ -11,4 +11,4 @@ VERSION = 1.0.0 -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/decorations/polished/polished.pro b/noncore/decorations/polished/polished.pro index e9ee73a..1ee940e 100644 --- a/noncore/decorations/polished/polished.pro +++ b/noncore/decorations/polished/polished.pro @@ -12,4 +12,4 @@ VERSION = 1.0.0 -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/bounce/bounce.pro b/noncore/games/bounce/bounce.pro index bb3e4df..b66c53d 100644 --- a/noncore/games/bounce/bounce.pro +++ b/noncore/games/bounce/bounce.pro @@ -29,4 +29,4 @@ TRANSLATIONS = ../../../i18n/de/bounce.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro index 61c7085..2ce48eb 100644 --- a/noncore/games/buzzword/buzzword.pro +++ b/noncore/games/buzzword/buzzword.pro @@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/buzzword.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro index a96eb66..4c9604f 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro @@ -32,4 +32,4 @@ TRANSLATIONS = ../../../i18n/de/chess.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index d1c246d..6048b25 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro @@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/fifteen.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index 1c98640..0cbcb69 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro @@ -35,4 +35,4 @@ TRANSLATIONS = ../../../i18n/de/go.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro index 270fcab..db5dc10 100644 --- a/noncore/games/kbill/kbill.pro +++ b/noncore/games/kbill/kbill.pro @@ -32,4 +32,4 @@ TRANSLATIONS = ../../../i18n/de/kbill.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro index d8b5231..c1631e7 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro @@ -36,4 +36,4 @@ TRANSLATIONS = ../../../i18n/de/kcheckers.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro index 594397a..bca34a4 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro @@ -59,4 +59,4 @@ TRANSLATIONS = ../../../i18n/de/kpacman.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index 5052467..ed0f79c 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro @@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/mindbreaker.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 3e234a4..9728ac7 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro @@ -32,4 +32,4 @@ TRANSLATIONS = ../../../i18n/de/minesweep.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index d8e4b1f..999e28e 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro @@ -27,4 +27,4 @@ TRANSLATIONS = ../../../i18n/de/parashoot.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index 39b2722..c6b18b0 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro @@ -27,4 +27,4 @@ TRANSLATIONS = ../../../i18n/de/qasteroids.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/sfcave-sdl/sfcave-sdl.pro b/noncore/games/sfcave-sdl/sfcave-sdl.pro index e874f0d..a4eb918 100644 --- a/noncore/games/sfcave-sdl/sfcave-sdl.pro +++ b/noncore/games/sfcave-sdl/sfcave-sdl.pro @@ -52,4 +52,4 @@ HEADERS = animatedimage.h \ starfield.h \
util.h
-include ( ../../../include.pro )
\ No newline at end of file +include ( $(OPIEDIR)/include.pro )
\ No newline at end of file diff --git a/noncore/games/sfcave/sfcave.pro b/noncore/games/sfcave/sfcave.pro index 5941c20..bfb3c28 100644 --- a/noncore/games/sfcave/sfcave.pro +++ b/noncore/games/sfcave/sfcave.pro @@ -10,4 +10,4 @@ LIBS += -lqpe -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index 845c0a5..2c17467 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro @@ -27,4 +27,4 @@ TRANSLATIONS = ../../../i18n/de/snake.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index f86fc13..8bd6ac8 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro @@ -38,4 +38,4 @@ TRANSLATIONS = ../../../i18n/de/patience.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index 48c6d93..061b4f3 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro @@ -36,4 +36,4 @@ TRANSLATIONS = ../../../i18n/de/tetrix.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index 777bee2..fb6c0fd 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro @@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/tictac.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index 3e330b2..e5609df 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro @@ -29,4 +29,4 @@ TRANSLATIONS = ../../../i18n/de/wordgame.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index 12d4ed3..cca6a34 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro @@ -65,4 +65,4 @@ TRANSLATIONS = ../../../i18n/de/drawpad.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/multimedia/opieplayer2/opieplayer2.pro b/noncore/multimedia/opieplayer2/opieplayer2.pro index 2b22d31..355ec1a 100644 --- a/noncore/multimedia/opieplayer2/opieplayer2.pro +++ b/noncore/multimedia/opieplayer2/opieplayer2.pro @@ -27,4 +27,4 @@ OBJECTS_DIR = qpeobj -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/multimedia/opieplayer2/zeckeplayer.pro b/noncore/multimedia/opieplayer2/zeckeplayer.pro index be900a2..86480fe 100644 --- a/noncore/multimedia/opieplayer2/zeckeplayer.pro +++ b/noncore/multimedia/opieplayer2/zeckeplayer.pro @@ -10,4 +10,4 @@ LIBS += -L/opt/QtPalmtop/lib -lxine -lxineutils TARGET = zeckeplayer -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index 275d0c9..bab7e0f 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro @@ -27,4 +27,4 @@ TRANSLATIONS = ../../../i18n/de/showimg.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/ftplib/ftplib.pro b/noncore/net/ftplib/ftplib.pro index 918ddf9..a36c5d7 100644 --- a/noncore/net/ftplib/ftplib.pro +++ b/noncore/net/ftplib/ftplib.pro @@ -7,4 +7,4 @@ INTERFACES = -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index f5d2af0..9819cf8 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro @@ -27,4 +27,4 @@ TRANSLATIONS = ../../../i18n/de/opieftp.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/opieirc/opieirc.pro b/noncore/net/opieirc/opieirc.pro index 3fe1961..37a6e85 100644 --- a/noncore/net/opieirc/opieirc.pro +++ b/noncore/net/opieirc/opieirc.pro @@ -25,4 +25,4 @@ LIBS += -lqpe -lopie -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro index d713708..6b68284 100644 --- a/noncore/net/opietooth/applet/applet.pro +++ b/noncore/net/opietooth/applet/applet.pro @@ -29,4 +29,4 @@ TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \ -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro index 27295da..37c6ae8 100644 --- a/noncore/net/opietooth/blue-pin/blue-pin.pro +++ b/noncore/net/opietooth/blue-pin/blue-pin.pro @@ -30,4 +30,4 @@ TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index a021941..88df1fb 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro @@ -27,4 +27,4 @@ TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index f3599bb..9249d8d 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro @@ -46,4 +46,4 @@ TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/ubrowser/ubrowser.pro b/noncore/net/ubrowser/ubrowser.pro index 09a2c79..cd1a989 100644 --- a/noncore/net/ubrowser/ubrowser.pro +++ b/noncore/net/ubrowser/ubrowser.pro @@ -10,4 +10,4 @@ TARGET = ubrowser -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro b/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro index def42c0..30298d5 100644 --- a/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro +++ b/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro @@ -12,4 +12,4 @@ TARGET = orinoco_hopper -include ( ../../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/wellenreiter/daemon/daemon.pro b/noncore/net/wellenreiter/daemon/daemon.pro index 2599315..651af18 100644 --- a/noncore/net/wellenreiter/daemon/daemon.pro +++ b/noncore/net/wellenreiter/daemon/daemon.pro @@ -12,4 +12,4 @@ TARGET = wellenreiterd -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/wellenreiter/gui/gui-x11.pro b/noncore/net/wellenreiter/gui/gui-x11.pro index 06b2c06..856e0b2 100644 --- a/noncore/net/wellenreiter/gui/gui-x11.pro +++ b/noncore/net/wellenreiter/gui/gui-x11.pro @@ -12,4 +12,4 @@ TARGET = wellenreiter -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro index 397da25..39eda52 100644 --- a/noncore/net/wellenreiter/gui/gui.pro +++ b/noncore/net/wellenreiter/gui/gui.pro @@ -12,4 +12,4 @@ TARGET = wellenreiter -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro b/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro index fd3b894..fb2e5e6 100644 --- a/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro +++ b/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro @@ -12,4 +12,4 @@ TARGET = wellenreiter -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/net/wellenreiter/wellenreiter.pro b/noncore/net/wellenreiter/wellenreiter.pro index 229440f..6784af4 100644 --- a/noncore/net/wellenreiter/wellenreiter.pro +++ b/noncore/net/wellenreiter/wellenreiter.pro @@ -3,4 +3,4 @@ unix:SUBDIRS = libwellenreiter daemon gui contrib/orinoco_hopper -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/appearance2/appearance2.pro b/noncore/settings/appearance2/appearance2.pro index 26db92b..34684e0 100644 --- a/noncore/settings/appearance2/appearance2.pro +++ b/noncore/settings/appearance2/appearance2.pro @@ -29,4 +29,4 @@ TRANSLATIONS = ../../../i18n/de/appearance.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro index fc1f53d..98c358c 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro @@ -44,4 +44,4 @@ DESTDIR = $(OPIEDIR)/bin -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/backup/backup.pro b/noncore/settings/backup/backup.pro index a9bd572..60760bc 100644 --- a/noncore/settings/backup/backup.pro +++ b/noncore/settings/backup/backup.pro @@ -31,4 +31,4 @@ TRANSLATIONS = ../../../i18n/de/backup.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index 49da3ba..16fe37a 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro @@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/language.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/mediummount/mediummount.pro b/noncore/settings/mediummount/mediummount.pro index 8762a1a..2063b04 100644 --- a/noncore/settings/mediummount/mediummount.pro +++ b/noncore/settings/mediummount/mediummount.pro @@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/mediummount.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/netsystemtime/netsystemtime.pro b/noncore/settings/netsystemtime/netsystemtime.pro index ae098aa..3d0f299 100644 --- a/noncore/settings/netsystemtime/netsystemtime.pro +++ b/noncore/settings/netsystemtime/netsystemtime.pro @@ -29,4 +29,4 @@ TRANSLATIONS = ../../../i18n/de/systemtime.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/networksettings/interfaces/interfaces.pro b/noncore/settings/networksettings/interfaces/interfaces.pro index 233cacd..75dea47 100644 --- a/noncore/settings/networksettings/interfaces/interfaces.pro +++ b/noncore/settings/networksettings/interfaces/interfaces.pro @@ -13,4 +13,4 @@ VERSION = 1.0.0 -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/networksettings/networksettings.pro b/noncore/settings/networksettings/networksettings.pro index d1d0355..eb2b439 100644 --- a/noncore/settings/networksettings/networksettings.pro +++ b/noncore/settings/networksettings/networksettings.pro @@ -12,4 +12,4 @@ TARGET = networksettings -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/networksettings/ppp/ppp.pro b/noncore/settings/networksettings/ppp/ppp.pro index 42dc4a9..ec18a59 100644 --- a/noncore/settings/networksettings/ppp/ppp.pro +++ b/noncore/settings/networksettings/ppp/ppp.pro @@ -13,4 +13,4 @@ VERSION = 1.0.0 -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/networksettings/wlan/wlan.pro b/noncore/settings/networksettings/wlan/wlan.pro index 5a8bfea..f193bcc 100644 --- a/noncore/settings/networksettings/wlan/wlan.pro +++ b/noncore/settings/networksettings/wlan/wlan.pro @@ -13,4 +13,4 @@ VERSION = 1.0.0 -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index f8ac76b..b0dd456 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro @@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/sound.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/sshkeys/sshkeys.pro b/noncore/settings/sshkeys/sshkeys.pro index 96ed1f1..2ac94e2 100644 --- a/noncore/settings/sshkeys/sshkeys.pro +++ b/noncore/settings/sshkeys/sshkeys.pro @@ -30,4 +30,4 @@ TRANSLATIONS = ../../../i18n/de/sshkeys.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 18be20a..c4d4ea2 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro @@ -45,4 +45,4 @@ TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/tabmanager/tabmanager.pro b/noncore/settings/tabmanager/tabmanager.pro index be03dda..db0b67c 100644 --- a/noncore/settings/tabmanager/tabmanager.pro +++ b/noncore/settings/tabmanager/tabmanager.pro @@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/tabmanager.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/usermanager/usermanager.pro b/noncore/settings/usermanager/usermanager.pro index c4c3dfd..473bffd 100644 --- a/noncore/settings/usermanager/usermanager.pro +++ b/noncore/settings/usermanager/usermanager.pro @@ -30,4 +30,4 @@ TRANSLATIONS = ../../../i18n/de/usermanager.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/styles/flat/flat.pro b/noncore/styles/flat/flat.pro index 796697b..ed25d5c 100644 --- a/noncore/styles/flat/flat.pro +++ b/noncore/styles/flat/flat.pro @@ -12,4 +12,4 @@ VERSION = 1.0.0 -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/styles/fresh/fresh.pro b/noncore/styles/fresh/fresh.pro index 2603909..88a8de3 100644 --- a/noncore/styles/fresh/fresh.pro +++ b/noncore/styles/fresh/fresh.pro @@ -12,4 +12,4 @@ VERSION = 1.0.0 -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro index 588b373..da65982 100644 --- a/noncore/styles/liquid/liquid.pro +++ b/noncore/styles/liquid/liquid.pro @@ -35,4 +35,4 @@ TRANSLATIONS = ../../../i18n/de/libliquid.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro index 6c38a2d..3b88588 100644 --- a/noncore/styles/metal/metal.pro +++ b/noncore/styles/metal/metal.pro @@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/libmetal.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro index 8865fbc..75fd87a 100644 --- a/noncore/styles/theme/theme.pro +++ b/noncore/styles/theme/theme.pro @@ -38,4 +38,4 @@ TRANSLATIONS = ../../../i18n/de/libtheme.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/todayplugins/fortune/fortune.pro b/noncore/todayplugins/fortune/fortune.pro index dab1170..046f449 100644 --- a/noncore/todayplugins/fortune/fortune.pro +++ b/noncore/todayplugins/fortune/fortune.pro @@ -20,4 +20,4 @@ TARGET = todayfortuneplugin -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/todayplugins/stockticker/stockticker.pro b/noncore/todayplugins/stockticker/stockticker.pro index 659d4c3..202d3c3 100644 --- a/noncore/todayplugins/stockticker/stockticker.pro +++ b/noncore/todayplugins/stockticker/stockticker.pro @@ -3,4 +3,4 @@ unix:SUBDIRS = stockticker stocktickerlib -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/todayplugins/stockticker/stockticker/stockticker.pro b/noncore/todayplugins/stockticker/stockticker/stockticker.pro index 56353a3..f8e2f2e 100644 --- a/noncore/todayplugins/stockticker/stockticker/stockticker.pro +++ b/noncore/todayplugins/stockticker/stockticker/stockticker.pro @@ -11,4 +11,4 @@ DESTDIR = $(OPIEDIR)/bin -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro index 73fda49..c94596f 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro @@ -28,4 +28,4 @@ TARGET = todaystocktickerplugin -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/todayplugins/weather/weather.pro b/noncore/todayplugins/weather/weather.pro index 5228f38..a7a0495 100644 --- a/noncore/todayplugins/weather/weather.pro +++ b/noncore/todayplugins/weather/weather.pro @@ -24,4 +24,4 @@ TARGET = todayweatherplugin -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro index 92dd2f6..73f0be8 100644 --- a/noncore/tools/calc2/binary/binary.pro +++ b/noncore/tools/calc2/binary/binary.pro @@ -30,4 +30,4 @@ -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index 31b277f..8dfba95 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro @@ -26,4 +26,4 @@ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro index 772db73..990aa9e 100644 --- a/noncore/tools/calc2/simple/simple.pro +++ b/noncore/tools/calc2/simple/simple.pro @@ -27,4 +27,4 @@ -include ( ../../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index 280d202..3c052e7 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro @@ -29,4 +29,4 @@ TRANSLATIONS = ../../../i18n/de/calculator.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index c4ffdb9..29dd52b 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro @@ -29,4 +29,4 @@ TRANSLATIONS = ../../../i18n/de/clock.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro index 48520da..b2e976b 100644 --- a/noncore/tools/formatter/formatter.pro +++ b/noncore/tools/formatter/formatter.pro @@ -27,4 +27,4 @@ TRANSLATIONS = ../../../i18n/de/formatter.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro index 373df7d..a419362 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro @@ -27,4 +27,4 @@ TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro index 50fcdbb..bd681be 100644 --- a/noncore/tools/remote/remote.pro +++ b/noncore/tools/remote/remote.pro @@ -27,4 +27,4 @@ TRANSLATIONS = ../../../i18n/de/remote.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index c3f5427..43e6c0f 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro @@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/filebrowser.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro index 9a55fce..ca0620d 100644 --- a/noncore/unsupported/gsmtool/gsmtool.pro +++ b/noncore/unsupported/gsmtool/gsmtool.pro @@ -32,4 +32,4 @@ TRANSLATIONS = ../../../i18n/de/gsmtool.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro index 117e18e..ebb53b5 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro @@ -28,4 +28,4 @@ TRANSLATIONS = ../../../i18n/de/libbend.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index 5f8e590..53cbb82 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro @@ -42,4 +42,4 @@ TRANSLATIONS = ../../../i18n/de/libmail.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro index faaec9c..fb121be 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro @@ -64,4 +64,4 @@ TRANSLATIONS = ../../i18n/de/mail.ts \ -include ( ../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro index 0cbaf47..71fba0c 100644 --- a/noncore/unsupported/oipkg/oipkg.pro +++ b/noncore/unsupported/oipkg/oipkg.pro @@ -56,4 +56,4 @@ TRANSLATIONS = ../../../i18n/de/oipkg.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index 7c92eda..f5ec264 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro @@ -73,4 +73,4 @@ TRANSLATIONS = ../../../i18n/de/qpdf.ts \ -include ( ../../../include.pro ) +include ( $(OPIEDIR)/include.pro ) |