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 8fa60d8..068c103 100644
--- a/Makefile
+++ b/Makefile
@@ -47,49 +47,49 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
47 noncore/settings/tabmanager noncore/settings/appskey \ 47 noncore/settings/tabmanager noncore/settings/appskey \
48 noncore/settings/netsystemtime 48 noncore/settings/netsystemtime
49 49
50NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 50NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
51 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 51 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
52 52
53NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal 53NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal
54 54
55GAMES = noncore/games/minesweep noncore/games/solitaire \ 55GAMES = noncore/games/minesweep noncore/games/solitaire \
56 noncore/games/tetrix noncore/games/wordgame \ 56 noncore/games/tetrix noncore/games/wordgame \
57 noncore/games/parashoot noncore/games/snake \ 57 noncore/games/parashoot noncore/games/snake \
58 noncore/games/mindbreaker \ 58 noncore/games/mindbreaker \
59 noncore/games/go noncore/games/qasteroids \ 59 noncore/games/go noncore/games/qasteroids \
60 noncore/games/fifteen noncore/games/tictac \ 60 noncore/games/fifteen noncore/games/tictac \
61 noncore/games/kcheckers noncore/games/kpacman \ 61 noncore/games/kcheckers noncore/games/kpacman \
62 noncore/games/kbill 62 noncore/games/kbill
63 63
64NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 64NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
65 noncore/apps/opie-reader 65 noncore/apps/opie-reader
66 66
67NONNET = noncore/net/netsetup noncore/net/opieftp \ 67NONNET = noncore/net/netsetup noncore/net/opieftp \
68 noncore/mail 68 noncore/mail
69 69
70NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 70NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
71 noncore/graphics/qpdf 71 noncore/graphics/qpdf noncore/apps/confedit
72 72
73 73
74NONCOMM = noncore/comm/keypebble 74NONCOMM = noncore/comm/keypebble
75 75
76APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 76APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
77 $(COREMULTIMEDIA) $(CORESETTINGS) \ 77 $(COREMULTIMEDIA) $(CORESETTINGS) \
78 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 78 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
79 $(NONAPPS) $(NONNET) $(NONMULT) \ 79 $(NONAPPS) $(NONNET) $(NONMULT) \
80 $(NONCOMM) $(GAMES) 80 $(NONCOMM) $(GAMES)
81 81
82 82
83 83
84NONTMAKEAPPS := ipaq/opiealarm 84NONTMAKEAPPS := ipaq/opiealarm
85 85
86DOCS = docs/src/opie-policy 86DOCS = docs/src/opie-policy
87single: mpegplayer/libmpeg3 87single: mpegplayer/libmpeg3
88 88
89dynamic: $(APPS) $(NONTMAKEAPPS) 89dynamic: $(APPS) $(NONTMAKEAPPS)
90 90
91docs: $(DOCS) 91docs: $(DOCS)
92 92
93$(COMPONENTS): $(LIBS) 93$(COMPONENTS): $(LIBS)
94 94
95$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 95$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)