summaryrefslogtreecommitdiff
Unidiff
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 3c11656..def0021 100644
--- a/Makefile
+++ b/Makefile
@@ -55,65 +55,65 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
55 noncore/settings/appearance2 noncore/settings/sound \ 55 noncore/settings/appearance2 noncore/settings/sound \
56 noncore/settings/mediummount \ 56 noncore/settings/mediummount \
57 noncore/settings/tabmanager noncore/settings/appskey \ 57 noncore/settings/tabmanager noncore/settings/appskey \
58 noncore/settings/netsystemtime noncore/settings/wlansetup \ 58 noncore/settings/netsystemtime noncore/settings/wlansetup \
59 noncore/settings/sshkeys noncore/settings/usermanager \ 59 noncore/settings/sshkeys noncore/settings/usermanager \
60 noncore/settings/backup 60 noncore/settings/backup
61 61
62NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 62NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
63 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ 63 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \
64 noncore/tools/formatter 64 noncore/tools/formatter
65 65
66NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ 66NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \
67 noncore/styles/flat noncore/styles/fresh 67 noncore/styles/flat noncore/styles/fresh
68 68
69NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ 69NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \
70 noncore/decorations/polished 70 noncore/decorations/polished
71 71
72GAMES = noncore/games/minesweep noncore/games/solitaire \ 72GAMES = noncore/games/minesweep noncore/games/solitaire \
73 noncore/games/tetrix noncore/games/wordgame \ 73 noncore/games/tetrix noncore/games/wordgame \
74 noncore/games/parashoot noncore/games/snake \ 74 noncore/games/parashoot noncore/games/snake \
75 noncore/games/mindbreaker \ 75 noncore/games/mindbreaker \
76 noncore/games/go noncore/games/qasteroids \ 76 noncore/games/go noncore/games/qasteroids \
77 noncore/games/fifteen noncore/games/tictac \ 77 noncore/games/fifteen noncore/games/tictac \
78 noncore/games/kcheckers noncore/games/kpacman \ 78 noncore/games/kcheckers noncore/games/kpacman \
79 noncore/games/kbill noncore/games/buzzword \ 79 noncore/games/kbill noncore/games/buzzword \
80 noncore/games/bounce 80 noncore/games/bounce
81 81
82NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 82NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
83 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ 83 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
84 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ 84 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \
85 noncore/apps/opie-console 85 noncore/apps/opie-console
86 86
87NONNET = noncore/net/networksetup \ 87NONNET = noncore/net/networksetup/interfaces noncore/net/networksetup \
88 noncore/net/opieftp \ 88 noncore/net/opieftp \
89 noncore/mail 89 noncore/mail
90 90
91NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 91NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
92 noncore/graphics/qpdf noncore/apps/confedit 92 noncore/graphics/qpdf noncore/apps/confedit
93 93
94 94
95NONCOMM = noncore/comm/keypebble 95NONCOMM = noncore/comm/keypebble
96 96
97PLUGINS = freetype 97PLUGINS = freetype
98 98
99APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 99APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
100 $(COREMULTIMEDIA) $(CORESETTINGS) \ 100 $(COREMULTIMEDIA) $(CORESETTINGS) \
101 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 101 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
102 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ 102 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
103 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) 103 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS)
104 104
105 105
106 106
107NONTMAKEAPPS := ipaq/opiealarm 107NONTMAKEAPPS := ipaq/opiealarm
108 108
109DOCS = docs/src/opie-policy 109DOCS = docs/src/opie-policy
110single: mpegplayer/libmpeg3 110single: mpegplayer/libmpeg3
111 111
112dynamic: $(APPS) $(NONTMAKEAPPS) 112dynamic: $(APPS) $(NONTMAKEAPPS)
113 113
114docs: $(DOCS) 114docs: $(DOCS)
115 115
116$(COMPONENTS): $(LIBS) 116$(COMPONENTS): $(LIBS)
117 117
118$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 118$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
119 119