summaryrefslogtreecommitdiff
path: root/Makefile
authorsandman <sandman>2002-10-04 01:04:48 (UTC)
committer sandman <sandman>2002-10-04 01:04:48 (UTC)
commit587124a7c62abd6f0fd38da6958adbd2587f3b9f (patch) (side-by-side diff)
tree2203b54ef8548993fb1c0bcd5d4419b1c75afdac /Makefile
parent7f1029811faae4aa88c0c35157a33b95abffaae8 (diff)
downloadopie-587124a7c62abd6f0fd38da6958adbd2587f3b9f.zip
opie-587124a7c62abd6f0fd38da6958adbd2587f3b9f.tar.gz
opie-587124a7c62abd6f0fd38da6958adbd2587f3b9f.tar.bz2
Added decos to the Makefile
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5808811..bce4ccd 100644
--- a/Makefile
+++ b/Makefile
@@ -41,75 +41,78 @@ TODAYPLUGINS = core/pim/today/plugins/datebook \
COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
core/apps/textedit core/apps/embeddedkonsole \
core/launcher \
core/opie-login \
core/apps/oipkg core/apps/qcop
COREMULTIMEDIA = core/multimedia/opieplayer
CORESETTINGS = core/settings/light-and-power core/settings/security \
core/settings/systemtime core/settings/citytime \
core/settings/launcher
NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
noncore/settings/appearance2 noncore/settings/sound \
noncore/settings/mediummount \
noncore/settings/tabmanager noncore/settings/appskey \
noncore/settings/netsystemtime noncore/settings/wlansetup \
noncore/settings/sshkeys noncore/settings/usermanager
NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal
+NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \
+ noncore/decorations/polished
+
GAMES = noncore/games/minesweep noncore/games/solitaire \
noncore/games/tetrix noncore/games/wordgame \
noncore/games/parashoot noncore/games/snake \
noncore/games/mindbreaker \
noncore/games/go noncore/games/qasteroids \
noncore/games/fifteen noncore/games/tictac \
noncore/games/kcheckers noncore/games/kpacman \
noncore/games/kbill noncore/games/buzzword \
noncore/games/bounce
NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg\
NONNET = noncore/net/netsetup noncore/net/opieftp \
noncore/mail
NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
noncore/graphics/qpdf noncore/apps/confedit
NONCOMM = noncore/comm/keypebble
APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
$(COREMULTIMEDIA) $(CORESETTINGS) \
$(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
- $(NONAPPS) $(NONNET) $(NONMULT) \
+ $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
$(NONCOMM) $(GAMES) $(TODAYPLUGINS)
NONTMAKEAPPS := ipaq/opiealarm
DOCS = docs/src/opie-policy
single: mpegplayer/libmpeg3
dynamic: $(APPS) $(NONTMAKEAPPS)
docs: $(DOCS)
$(COMPONENTS): $(LIBS)
$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
$(MAKE) -C $@ -f Makefile
showcomponents:
@echo $(LIBS) $(APPS) $(COMPONENTS) single
clean: