summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-11-05 23:37:27 (UTC)
committer kergoth <kergoth>2002-11-05 23:37:27 (UTC)
commit13156cd96f31a0936678dd591ace63b4e7525fe9 (patch) (unidiff)
tree5cde581394082c6adacdcf12c87db5bdf2a68ab9
parentcc85b20f907834b72222b15189698b4c48b53ee6 (diff)
downloadopie-13156cd96f31a0936678dd591ace63b4e7525fe9.zip
opie-13156cd96f31a0936678dd591ace63b4e7525fe9.tar.gz
opie-13156cd96f31a0936678dd591ace63b4e7525fe9.tar.bz2
moved single into unsupported, until someone updates it and makes it usable again
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 153bab8..dbbd150 100644
--- a/Makefile
+++ b/Makefile
@@ -1,139 +1,137 @@
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 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 55 core/settings/launcher
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 noncore/settings/appskey \ 60 noncore/settings/tabmanager noncore/settings/appskey \
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 82 noncore/games/bounce
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 87 noncore/apps/opie-console
88 88
89NONNET = noncore/net/networksetup \ 89NONNET = noncore/net/networksetup \
90 noncore/net/opieftp \ 90 noncore/net/opieftp \
91 noncore/mail 91 noncore/mail
92 92
93NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 93NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
94 noncore/graphics/qpdf noncore/apps/confedit 94 noncore/graphics/qpdf noncore/apps/confedit
95 95
96 96
97NONCOMM = noncore/comm/keypebble 97NONCOMM = noncore/comm/keypebble
98 98
99PLUGINS = freetype 99PLUGINS = freetype
100 100
101APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 101APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
102 $(COREMULTIMEDIA) $(CORESETTINGS) \ 102 $(COREMULTIMEDIA) $(CORESETTINGS) \
103 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 103 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
104 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ 104 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
105 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) 105 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS)
106 106
107 107
108 108
109NONTMAKEAPPS := ipaq/opiealarm 109NONTMAKEAPPS := ipaq/opiealarm
110 110
111DOCS = docs/src/opie-policy 111DOCS = docs/src/opie-policy
112single: mpegplayer/libmpeg3
113 112
114dynamic: $(APPS) $(NONTMAKEAPPS) 113dynamic: $(APPS) $(NONTMAKEAPPS)
115 114
116docs: $(DOCS) 115docs: $(DOCS)
117 116
118$(COMPONENTS): $(LIBS) 117$(COMPONENTS): $(LIBS)
119 118
120$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 119$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
121 120
122$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 121$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS):
123 $(MAKE) -C $@ -f Makefile 122 $(MAKE) -C $@ -f Makefile
124 123
125showcomponents: 124showcomponents:
126 @echo $(LIBS) $(APPS) $(COMPONENTS) single 125 @echo $(LIBS) $(APPS) $(COMPONENTS)
127 126
128clean: 127clean:
129 $(MAKE) -C single -f Makefile $@
130 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 128 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
131 129
132lupdate: 130lupdate:
133 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 131 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
134 132
135lrelease: 133lrelease:
136 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 134 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
137 135
138 136
139.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean 137.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) showcomponents clean