summaryrefslogtreecommitdiff
authorharlekin <harlekin>2003-01-15 01:09:27 (UTC)
committer harlekin <harlekin>2003-01-15 01:09:27 (UTC)
commit7241a5a5fdd1ef195af8caeb8ea4d6a2e82e808f (patch) (unidiff)
tree671b35ae8ea17985a06edda88015798d2416a87f
parent1a1326c471553b40c5e763e58b271da0f6206c76 (diff)
downloadopie-7241a5a5fdd1ef195af8caeb8ea4d6a2e82e808f.zip
opie-7241a5a5fdd1ef195af8caeb8ea4d6a2e82e808f.tar.gz
opie-7241a5a5fdd1ef195af8caeb8ea4d6a2e82e808f.tar.bz2
no more special ipaq applet
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ddace36..a22669a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,109 +1,109 @@
1hehindefault: dynamic 1hehindefault: dynamic
2 2
3all: default docs 3all: default docs
4 4
5LIBS=library libopie 5LIBS=library libopie
6 6
7 7
8INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ 8INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \
9 inputmethods/handwriting inputmethods/unikeyboard \ 9 inputmethods/handwriting inputmethods/unikeyboard \
10 inputmethods/jumpx inputmethods/kjumpx \ 10 inputmethods/jumpx inputmethods/kjumpx \
11 inputmethods/dvorak inputmethods/multikey \ 11 inputmethods/dvorak inputmethods/multikey \
12 12
13APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ 13APPLETS= core/applets/batteryapplet \
14 core/applets/irdaapplet core/applets/volumeapplet \ 14 core/applets/irdaapplet core/applets/volumeapplet \
15 core/applets/clockapplet \ 15 core/applets/clockapplet \
16 core/applets/homeapplet core/applets/suspendapplet \ 16 core/applets/homeapplet core/applets/suspendapplet \
17 core/applets/logoutapplet \ 17 core/applets/logoutapplet \
18 core/applets/screenshotapplet core/applets/clipboardapplet \ 18 core/applets/screenshotapplet core/applets/clipboardapplet \
19 core/applets/cardmon core/applets/obex \ 19 core/applets/cardmon core/applets/obex \
20 core/applets/vmemo \ 20 core/applets/vmemo \
21 noncore/applets/wirelessapplet noncore/applets/notesapplet 21 noncore/applets/wirelessapplet noncore/applets/notesapplet
22 22
23MAIL= noncore/mail/libmail noncore/mail/bend 23MAIL= noncore/mail/libmail noncore/mail/bend
24 24
25PLAYER = core/multimedia/opieplayer/libmpeg3 \ 25PLAYER = core/multimedia/opieplayer/libmpeg3 \
26 core/multimedia/opieplayer/libmad \ 26 core/multimedia/opieplayer/libmad \
27 core/multimedia/opieplayer/wavplugin \ 27 core/multimedia/opieplayer/wavplugin \
28 core/multimedia/opieplayer/modplug 28 core/multimedia/opieplayer/modplug
29 29
30 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) 30 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
31 31
32 32
33PIMAPPS = core/pim/addressbook core/pim/datebook \ 33PIMAPPS = core/pim/addressbook core/pim/datebook \
34 core/pim/today core/pim/todo 34 core/pim/today core/pim/todo
35 35
36TODAYPLUGINS = core/pim/today/plugins/datebook \ 36TODAYPLUGINS = core/pim/today/plugins/datebook \
37 core/pim/today/plugins/addressbook \ 37 core/pim/today/plugins/addressbook \
38 core/pim/today/plugins/todolist \ 38 core/pim/today/plugins/todolist \
39 core/pim/today/plugins/mail \ 39 core/pim/today/plugins/mail \
40 noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ 40 noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \
41 noncore/todayplugins/fortune \ 41 noncore/todayplugins/fortune \
42 noncore/todayplugins/weather 42 noncore/todayplugins/weather
43 43
44 44
45COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 45COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
46 core/apps/textedit core/apps/embeddedkonsole \ 46 core/apps/textedit core/apps/embeddedkonsole \
47 core/launcher \ 47 core/launcher \
48 core/opie-login \ 48 core/opie-login \
49 core/apps/oipkg core/apps/qcop 49 core/apps/oipkg core/apps/qcop
50 50
51COREMULTIMEDIA = core/multimedia/opieplayer 51COREMULTIMEDIA = core/multimedia/opieplayer
52 52
53CORESETTINGS = core/settings/light-and-power core/settings/security \ 53CORESETTINGS = core/settings/light-and-power core/settings/security \
54 noncore/settings/netsystemtime core/settings/citytime \ 54 noncore/settings/netsystemtime core/settings/citytime \
55 core/settings/launcher core/settings/button 55 core/settings/launcher core/settings/button
56 56
57NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 57NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
58 noncore/settings/appearance2 noncore/settings/sound \ 58 noncore/settings/appearance2 noncore/settings/sound \
59 noncore/settings/mediummount \ 59 noncore/settings/mediummount \
60 noncore/settings/tabmanager \ 60 noncore/settings/tabmanager \
61 noncore/settings/sshkeys noncore/settings/usermanager \ 61 noncore/settings/sshkeys noncore/settings/usermanager \
62 noncore/settings/backup 62 noncore/settings/backup
63 63
64NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 64NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
65 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ 65 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \
66 noncore/tools/formatter 66 noncore/tools/formatter
67 67
68NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ 68NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \
69 noncore/styles/flat noncore/styles/fresh 69 noncore/styles/flat noncore/styles/fresh
70 70
71NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ 71NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \
72 noncore/decorations/polished 72 noncore/decorations/polished
73 73
74GAMES = noncore/games/minesweep noncore/games/solitaire \ 74GAMES = noncore/games/minesweep noncore/games/solitaire \
75 noncore/games/tetrix noncore/games/wordgame \ 75 noncore/games/tetrix noncore/games/wordgame \
76 noncore/games/parashoot noncore/games/snake \ 76 noncore/games/parashoot noncore/games/snake \
77 noncore/games/mindbreaker \ 77 noncore/games/mindbreaker \
78 noncore/games/go noncore/games/qasteroids \ 78 noncore/games/go noncore/games/qasteroids \
79 noncore/games/fifteen noncore/games/tictac \ 79 noncore/games/fifteen noncore/games/tictac \
80 noncore/games/kcheckers noncore/games/kpacman \ 80 noncore/games/kcheckers noncore/games/kpacman \
81 noncore/games/kbill noncore/games/buzzword \ 81 noncore/games/kbill noncore/games/buzzword \
82 noncore/games/bounce noncore/games/sfcave 82 noncore/games/bounce noncore/games/sfcave
83 83
84NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 84NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
85 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ 85 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
86 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ 86 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \
87 noncore/apps/opie-console noncore/apps/opie-write 87 noncore/apps/opie-console noncore/apps/opie-write
88 88
89NONNET = noncore/net/ftplib noncore/net/opieftp \ 89NONNET = noncore/net/ftplib noncore/net/opieftp \
90 noncore/mail 90 noncore/mail
91 91
92NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 92NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
93 noncore/graphics/qpdf noncore/apps/confedit 93 noncore/graphics/qpdf noncore/apps/confedit
94 94
95 95
96NONCOMM = noncore/comm/keypebble 96NONCOMM = noncore/comm/keypebble
97 97
98PLUGINS = freetype 98PLUGINS = freetype
99 99
100APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 100APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
101 $(COREMULTIMEDIA) $(CORESETTINGS) \ 101 $(COREMULTIMEDIA) $(CORESETTINGS) \
102 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 102 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
103 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ 103 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
104 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) 104 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS)
105 105
106 106
107 107
108NONTMAKEAPPS := core/opiealarm 108NONTMAKEAPPS := core/opiealarm
109 109