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 5a11d69..0280976 100644
--- a/Makefile
+++ b/Makefile
@@ -43,65 +43,65 @@ CORESETTINGS = core/settings/light-and-power core/settings/security \
43 43
44NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 44NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
45 noncore/settings/appearance noncore/settings/sound \ 45 noncore/settings/appearance noncore/settings/sound \
46 noncore/settings/mediummount \ 46 noncore/settings/mediummount \
47 noncore/settings/tabmanager noncore/settings/appskey 47 noncore/settings/tabmanager noncore/settings/appskey
48 48
49NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 49NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
50 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 50 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
51 51
52GAMES = noncore/games/minesweep noncore/games/solitaire \ 52GAMES = noncore/games/minesweep noncore/games/solitaire \
53 noncore/games/tetrix noncore/games/wordgame \ 53 noncore/games/tetrix noncore/games/wordgame \
54 noncore/games/parashoot noncore/games/snake \ 54 noncore/games/parashoot noncore/games/snake \
55 noncore/games/mindbreaker \ 55 noncore/games/mindbreaker \
56 noncore/games/go noncore/games/qasteroids \ 56 noncore/games/go noncore/games/qasteroids \
57 noncore/games/fifteen noncore/games/tictac \ 57 noncore/games/fifteen noncore/games/tictac \
58 noncore/games/kcheckers noncore/games/kpacman \ 58 noncore/games/kcheckers noncore/games/kpacman \
59 noncore/games/kbill 59 noncore/games/kbill
60 60
61NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ 61NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \
62 62
63NONNET = noncore/net/netsetup noncore/net/opieftp \ 63NONNET = noncore/net/netsetup noncore/net/opieftp \
64 noncore/mail 64 noncore/mail
65 65
66NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 66NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
67 noncore/graphics/qpdf 67 noncore/graphics/qpdf
68 68
69 69
70NONCOMM = noncore/comm/keypebble 70NONCOMM = noncore/comm/keypebble
71 71
72APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 72APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
73 $(COREMULTIMEDIA) $(CORESETTINGS) \ 73 $(COREMULTIMEDIA) $(CORESETTINGS) \
74 $(NONCORESETTINGS) $(NONCORETOOLS) \ 74 $(NONCORESETTINGS) $(NONCORETOOLS) \
75 $(NOAPPS) $(NONNET) $(NONMULT) \ 75 $(NONAPPS) $(NONNET) $(NONMULT) \
76 $(NONCOMM) $(GAMES) 76 $(NONCOMM) $(GAMES)
77 77
78 78
79 79
80NONTMAKEAPPS := ipaq/opiealarm 80NONTMAKEAPPS := ipaq/opiealarm
81 81
82DOCS = docs/src/opie-policy 82DOCS = docs/src/opie-policy
83single: mpegplayer/libmpeg3 83single: mpegplayer/libmpeg3
84 84
85dynamic: $(APPS) $(NONTMAKEAPPS) 85dynamic: $(APPS) $(NONTMAKEAPPS)
86 86
87docs: $(DOCS) 87docs: $(DOCS)
88 88
89$(COMPONENTS): $(LIBS) 89$(COMPONENTS): $(LIBS)
90 90
91$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 91$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
92 92
93$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 93$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
94 $(MAKE) -C $@ -f Makefile 94 $(MAKE) -C $@ -f Makefile
95 95
96showcomponents: 96showcomponents:
97 @echo $(LIBS) $(APPS) $(COMPONENTS) single 97 @echo $(LIBS) $(APPS) $(COMPONENTS) single
98 98
99clean: 99clean:
100 $(MAKE) -C single -f Makefile $@ 100 $(MAKE) -C single -f Makefile $@
101 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 101 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
102 102
103lupdate: 103lupdate:
104 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 104 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
105 105
106lrelease: 106lrelease:
107 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 107 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done