summaryrefslogtreecommitdiff
path: root/Makefile
Unidiff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a42c772..4278d1f 100644
--- a/Makefile
+++ b/Makefile
@@ -62,77 +62,77 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
62 noncore/settings/sshkeys noncore/settings/usermanager \ 62 noncore/settings/sshkeys noncore/settings/usermanager \
63 noncore/settings/backup 63 noncore/settings/backup
64 64
65NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 65NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
66 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ 66 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \
67 noncore/tools/formatter 67 noncore/tools/formatter
68 68
69NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ 69NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \
70 noncore/styles/flat noncore/styles/fresh 70 noncore/styles/flat noncore/styles/fresh
71 71
72NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ 72NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \
73 noncore/decorations/polished 73 noncore/decorations/polished
74 74
75GAMES = noncore/games/minesweep noncore/games/solitaire \ 75GAMES = noncore/games/minesweep noncore/games/solitaire \
76 noncore/games/tetrix noncore/games/wordgame \ 76 noncore/games/tetrix noncore/games/wordgame \
77 noncore/games/parashoot noncore/games/snake \ 77 noncore/games/parashoot noncore/games/snake \
78 noncore/games/mindbreaker \ 78 noncore/games/mindbreaker \
79 noncore/games/go noncore/games/qasteroids \ 79 noncore/games/go noncore/games/qasteroids \
80 noncore/games/fifteen noncore/games/tictac \ 80 noncore/games/fifteen noncore/games/tictac \
81 noncore/games/kcheckers noncore/games/kpacman \ 81 noncore/games/kcheckers noncore/games/kpacman \
82 noncore/games/kbill noncore/games/buzzword \ 82 noncore/games/kbill noncore/games/buzzword \
83 noncore/games/bounce noncore/games/sfcave 83 noncore/games/bounce noncore/games/sfcave
84 84
85NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 85NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
86 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ 86 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
87 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ 87 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \
88 noncore/apps/opie-console noncore/apps/opie-write 88 noncore/apps/opie-console noncore/apps/opie-write
89 89
90NONNET = noncore/net/networksetup \ 90NONNET = noncore/net/networksetup \
91 noncore/net/ftplib noncore/net/opieftp \ 91 noncore/net/ftplib noncore/net/opieftp \
92 noncore/mail 92 noncore/mail
93 93
94NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 94NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
95 noncore/graphics/qpdf noncore/apps/confedit 95 noncore/graphics/qpdf noncore/apps/confedit
96 96
97 97
98NONCOMM = noncore/comm/keypebble 98NONCOMM = noncore/comm/keypebble
99 99
100PLUGINS = freetype 100PLUGINS = freetype
101 101
102APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 102APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
103 $(COREMULTIMEDIA) $(CORESETTINGS) \ 103 $(COREMULTIMEDIA) $(CORESETTINGS) \
104 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 104 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
105 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ 105 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
106 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) 106 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS)
107 107
108 108
109 109
110NONTMAKEAPPS := ipaq/opiealarm 110NONTMAKEAPPS := root/opiealarm
111 111
112DOCS = docs/src/opie-policy 112DOCS = docs/src/opie-policy
113 113
114dynamic: $(APPS) $(NONTMAKEAPPS) 114dynamic: $(APPS) $(NONTMAKEAPPS)
115 115
116docs: $(DOCS) 116docs: $(DOCS)
117 117
118$(COMPONENTS): $(LIBS) 118$(COMPONENTS): $(LIBS)
119 119
120$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 120$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
121 121
122$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS): 122$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS):
123 $(MAKE) -C $@ -f Makefile 123 $(MAKE) -C $@ -f Makefile
124 124
125showcomponents: 125showcomponents:
126 @echo $(LIBS) $(APPS) $(COMPONENTS) 126 @echo $(LIBS) $(APPS) $(COMPONENTS)
127 127
128clean: 128clean:
129 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 129 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
130 130
131lupdate: 131lupdate:
132 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 132 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
133 133
134lrelease: 134lrelease:
135 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 135 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
136 136
137 137
138.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) showcomponents clean 138.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) showcomponents clean