summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-07-20 22:09:46 (UTC)
committer llornkcor <llornkcor>2002-07-20 22:09:46 (UTC)
commit4d40f42f97ef4a69c163828a9130a943ce840d56 (patch) (unidiff)
tree865ea26c0b1fadae712f71aaed7676f2f4831397
parent2342d48be31847e7ead9d1cc682452e8f0122351 (diff)
downloadopie-4d40f42f97ef4a69c163828a9130a943ce840d56.zip
opie-4d40f42f97ef4a69c163828a9130a943ce840d56.tar.gz
opie-4d40f42f97ef4a69c163828a9130a943ce840d56.tar.bz2
added modplugin
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 eeec56d..03bd1d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,115 +1,116 @@
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 11 inputmethods/dvorak
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/screenshotapplet core/applets/clipboardapplet \ 16 core/applets/screenshotapplet core/applets/clipboardapplet \
17 core/applets/cardmon core/applets/obex \ 17 core/applets/cardmon core/applets/obex \
18 core/applets/vmemo noncore/net/netsetup/dialup \ 18 core/applets/vmemo noncore/net/netsetup/dialup \
19 noncore/net/netsetup/lan 19 noncore/net/netsetup/lan
20 20
21MAIL= noncore/mail/libmail noncore/mail/bend 21MAIL= noncore/mail/libmail noncore/mail/bend
22 22
23PLAYER = core/multimedia/opieplayer/libmpeg3 \ 23PLAYER = core/multimedia/opieplayer/libmpeg3 \
24 core/multimedia/opieplayer/libmad \ 24 core/multimedia/opieplayer/libmad \
25 core/multimedia/opieplayer/wavplugin 25 core/multimedia/opieplayer/wavplugin \
26 core/multimedia/opieplayer/modplug
26 27
27 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) 28 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
28 29
29 30
30PIMAPPS = core/pim/addressbook core/pim/datebook \ 31PIMAPPS = core/pim/addressbook core/pim/datebook \
31 core/pim/today core/pim/todo 32 core/pim/today core/pim/todo
32 33
33COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 34COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
34 core/apps/textedit core/apps/embeddedkonsole \ 35 core/apps/textedit core/apps/embeddedkonsole \
35 core/launcher \ 36 core/launcher \
36 core/apps/oipkg core/apps/qcop 37 core/apps/oipkg core/apps/qcop
37 38
38COREMULTIMEDIA = core/multimedia/opieplayer 39COREMULTIMEDIA = core/multimedia/opieplayer
39 40
40CORESETTINGS = core/settings/light-and-power core/settings/security \ 41CORESETTINGS = core/settings/light-and-power core/settings/security \
41 core/settings/systemtime core/settings/citytime \ 42 core/settings/systemtime core/settings/citytime \
42 core/settings/wlansetup 43 core/settings/wlansetup
43 44
44NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 45NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
45 noncore/settings/appearance noncore/settings/sound \ 46 noncore/settings/appearance noncore/settings/sound \
46 noncore/settings/mediummount \ 47 noncore/settings/mediummount \
47 noncore/settings/tabmanager noncore/settings/appskey \ 48 noncore/settings/tabmanager noncore/settings/appskey \
48 noncore/settings/netsystemtime 49 noncore/settings/netsystemtime
49 50
50NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 51NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
51 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 52 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
52 53
53NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal 54NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal
54 55
55GAMES = noncore/games/minesweep noncore/games/solitaire \ 56GAMES = noncore/games/minesweep noncore/games/solitaire \
56 noncore/games/tetrix noncore/games/wordgame \ 57 noncore/games/tetrix noncore/games/wordgame \
57 noncore/games/parashoot noncore/games/snake \ 58 noncore/games/parashoot noncore/games/snake \
58 noncore/games/mindbreaker \ 59 noncore/games/mindbreaker \
59 noncore/games/go noncore/games/qasteroids \ 60 noncore/games/go noncore/games/qasteroids \
60 noncore/games/fifteen noncore/games/tictac \ 61 noncore/games/fifteen noncore/games/tictac \
61 noncore/games/kcheckers noncore/games/kpacman \ 62 noncore/games/kcheckers noncore/games/kpacman \
62 noncore/games/kbill 63 noncore/games/kbill
63 64
64NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 65NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
65 noncore/apps/opie-reader noncore/apps/checkbook \ 66 noncore/apps/opie-reader noncore/apps/checkbook \
66 noncore/apps/sysinfo \ 67 noncore/apps/sysinfo \
67 68
68NONNET = noncore/net/netsetup noncore/net/opieftp \ 69NONNET = noncore/net/netsetup noncore/net/opieftp \
69 noncore/mail 70 noncore/mail
70 71
71NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 72NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
72 noncore/graphics/qpdf noncore/apps/confedit 73 noncore/graphics/qpdf noncore/apps/confedit
73 74
74 75
75NONCOMM = noncore/comm/keypebble 76NONCOMM = noncore/comm/keypebble
76 77
77APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 78APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
78 $(COREMULTIMEDIA) $(CORESETTINGS) \ 79 $(COREMULTIMEDIA) $(CORESETTINGS) \
79 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 80 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
80 $(NONAPPS) $(NONNET) $(NONMULT) \ 81 $(NONAPPS) $(NONNET) $(NONMULT) \
81 $(NONCOMM) $(GAMES) 82 $(NONCOMM) $(GAMES)
82 83
83 84
84 85
85NONTMAKEAPPS := ipaq/opiealarm 86NONTMAKEAPPS := ipaq/opiealarm
86 87
87DOCS = docs/src/opie-policy 88DOCS = docs/src/opie-policy
88single: mpegplayer/libmpeg3 89single: mpegplayer/libmpeg3
89 90
90dynamic: $(APPS) $(NONTMAKEAPPS) 91dynamic: $(APPS) $(NONTMAKEAPPS)
91 92
92docs: $(DOCS) 93docs: $(DOCS)
93 94
94$(COMPONENTS): $(LIBS) 95$(COMPONENTS): $(LIBS)
95 96
96$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 97$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
97 98
98$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 99$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
99 $(MAKE) -C $@ -f Makefile 100 $(MAKE) -C $@ -f Makefile
100 101
101showcomponents: 102showcomponents:
102 @echo $(LIBS) $(APPS) $(COMPONENTS) single 103 @echo $(LIBS) $(APPS) $(COMPONENTS) single
103 104
104clean: 105clean:
105 $(MAKE) -C single -f Makefile $@ 106 $(MAKE) -C single -f Makefile $@
106 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 107 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
107 108
108lupdate: 109lupdate:
109 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 110 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
110 111
111lrelease: 112lrelease:
112 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 113 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
113 114
114 115
115.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean 116.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean