summaryrefslogtreecommitdiff
authordrw <drw>2002-11-19 01:37:47 (UTC)
committer drw <drw>2002-11-19 01:37:47 (UTC)
commit8500e91c7d1faca6ad301244534b13885d5799a8 (patch) (unidiff)
tree18f827b44adc7a5c55230b5dba97ca7e9c632efd
parent9581e5b0b3b4b4e36d8356f15dd33eba9cf99b31 (diff)
downloadopie-8500e91c7d1faca6ad301244534b13885d5799a8.zip
opie-8500e91c7d1faca6ad301244534b13885d5799a8.tar.gz
opie-8500e91c7d1faca6ad301244534b13885d5799a8.tar.bz2
Include weather plugin in build
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b018cb9..a42c772 100644
--- a/Makefile
+++ b/Makefile
@@ -1,137 +1,138 @@
1indefault: dynamic 1indefault: 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 core/applets/batteryapplet-ipaq \
14 core/applets/irdaapplet core/applets/volumeapplet \ 14 core/applets/irdaapplet core/applets/volumeapplet \
15 core/applets/clockapplet core/applets/netmonapplet \ 15 core/applets/clockapplet core/applets/netmonapplet \
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/net/networksetup/interfaces \ 21 noncore/net/networksetup/interfaces \
22 noncore/net/networksetup/wlan \ 22 noncore/net/networksetup/wlan \
23 noncore/applets/wirelessapplet noncore/applets/notesapplet 23 noncore/applets/wirelessapplet noncore/applets/notesapplet
24 24
25MAIL= noncore/mail/libmail noncore/mail/bend 25MAIL= noncore/mail/libmail noncore/mail/bend
26 26
27PLAYER = core/multimedia/opieplayer/libmpeg3 \ 27PLAYER = core/multimedia/opieplayer/libmpeg3 \
28 core/multimedia/opieplayer/libmad \ 28 core/multimedia/opieplayer/libmad \
29 core/multimedia/opieplayer/wavplugin \ 29 core/multimedia/opieplayer/wavplugin \
30 core/multimedia/opieplayer/modplug 30 core/multimedia/opieplayer/modplug
31 31
32 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) 32 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
33 33
34 34
35PIMAPPS = core/pim/addressbook core/pim/datebook \ 35PIMAPPS = core/pim/addressbook core/pim/datebook \
36 core/pim/today core/pim/todo 36 core/pim/today core/pim/todo
37 37
38TODAYPLUGINS = core/pim/today/plugins/datebook \ 38TODAYPLUGINS = core/pim/today/plugins/datebook \
39 core/pim/today/plugins/todolist \ 39 core/pim/today/plugins/todolist \
40 core/pim/today/plugins/mail \ 40 core/pim/today/plugins/mail \
41 noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ 41 noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \
42 noncore/todayplugins/fortune 42 noncore/todayplugins/fortune \
43 noncore/todayplugins/weather
43 44
44 45
45COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 46COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
46 core/apps/textedit core/apps/embeddedkonsole \ 47 core/apps/textedit core/apps/embeddedkonsole \
47 core/launcher \ 48 core/launcher \
48 core/opie-login \ 49 core/opie-login \
49 core/apps/oipkg core/apps/qcop 50 core/apps/oipkg core/apps/qcop
50 51
51COREMULTIMEDIA = core/multimedia/opieplayer 52COREMULTIMEDIA = core/multimedia/opieplayer
52 53
53CORESETTINGS = core/settings/light-and-power core/settings/security \ 54CORESETTINGS = core/settings/light-and-power core/settings/security \
54 noncore/settings/netsystemtime core/settings/citytime \ 55 noncore/settings/netsystemtime core/settings/citytime \
55 core/settings/launcher 56 core/settings/launcher
56 57
57NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 58NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
58 noncore/settings/appearance2 noncore/settings/sound \ 59 noncore/settings/appearance2 noncore/settings/sound \
59 noncore/settings/mediummount \ 60 noncore/settings/mediummount \
60 noncore/settings/tabmanager noncore/settings/appskey \ 61 noncore/settings/tabmanager noncore/settings/appskey \
61 noncore/settings/sshkeys noncore/settings/usermanager \ 62 noncore/settings/sshkeys noncore/settings/usermanager \
62 noncore/settings/backup 63 noncore/settings/backup
63 64
64NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 65NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
65 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ 66 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \
66 noncore/tools/formatter 67 noncore/tools/formatter
67 68
68NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ 69NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \
69 noncore/styles/flat noncore/styles/fresh 70 noncore/styles/flat noncore/styles/fresh
70 71
71NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ 72NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \
72 noncore/decorations/polished 73 noncore/decorations/polished
73 74
74GAMES = noncore/games/minesweep noncore/games/solitaire \ 75GAMES = noncore/games/minesweep noncore/games/solitaire \
75 noncore/games/tetrix noncore/games/wordgame \ 76 noncore/games/tetrix noncore/games/wordgame \
76 noncore/games/parashoot noncore/games/snake \ 77 noncore/games/parashoot noncore/games/snake \
77 noncore/games/mindbreaker \ 78 noncore/games/mindbreaker \
78 noncore/games/go noncore/games/qasteroids \ 79 noncore/games/go noncore/games/qasteroids \
79 noncore/games/fifteen noncore/games/tictac \ 80 noncore/games/fifteen noncore/games/tictac \
80 noncore/games/kcheckers noncore/games/kpacman \ 81 noncore/games/kcheckers noncore/games/kpacman \
81 noncore/games/kbill noncore/games/buzzword \ 82 noncore/games/kbill noncore/games/buzzword \
82 noncore/games/bounce noncore/games/sfcave 83 noncore/games/bounce noncore/games/sfcave
83 84
84NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 85NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
85 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ 86 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
86 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ 87 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \
87 noncore/apps/opie-console noncore/apps/opie-write 88 noncore/apps/opie-console noncore/apps/opie-write
88 89
89NONNET = noncore/net/networksetup \ 90NONNET = noncore/net/networksetup \
90 noncore/net/ftplib noncore/net/opieftp \ 91 noncore/net/ftplib noncore/net/opieftp \
91 noncore/mail 92 noncore/mail
92 93
93NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 94NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
94 noncore/graphics/qpdf noncore/apps/confedit 95 noncore/graphics/qpdf noncore/apps/confedit
95 96
96 97
97NONCOMM = noncore/comm/keypebble 98NONCOMM = noncore/comm/keypebble
98 99
99PLUGINS = freetype 100PLUGINS = freetype
100 101
101APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 102APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
102 $(COREMULTIMEDIA) $(CORESETTINGS) \ 103 $(COREMULTIMEDIA) $(CORESETTINGS) \
103 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 104 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
104 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ 105 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
105 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) 106 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS)
106 107
107 108
108 109
109NONTMAKEAPPS := ipaq/opiealarm 110NONTMAKEAPPS := ipaq/opiealarm
110 111
111DOCS = docs/src/opie-policy 112DOCS = docs/src/opie-policy
112 113
113dynamic: $(APPS) $(NONTMAKEAPPS) 114dynamic: $(APPS) $(NONTMAKEAPPS)
114 115
115docs: $(DOCS) 116docs: $(DOCS)
116 117
117$(COMPONENTS): $(LIBS) 118$(COMPONENTS): $(LIBS)
118 119
119$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 120$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
120 121
121$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS): 122$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS):
122 $(MAKE) -C $@ -f Makefile 123 $(MAKE) -C $@ -f Makefile
123 124
124showcomponents: 125showcomponents:
125 @echo $(LIBS) $(APPS) $(COMPONENTS) 126 @echo $(LIBS) $(APPS) $(COMPONENTS)
126 127
127clean: 128clean:
128 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 129 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
129 130
130lupdate: 131lupdate:
131 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 132 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
132 133
133lrelease: 134lrelease:
134 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 135 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
135 136
136 137
137.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) showcomponents clean 138.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) showcomponents clean