summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-06-23 09:06:50 (UTC)
committer harlekin <harlekin>2002-06-23 09:06:50 (UTC)
commit026b4db9ecd26b14ba8b510669cbcc033e420b65 (patch) (side-by-side diff)
tree1b886823eba85fc1e518b5ef5a84436472ccebb4
parentf3aa76578638116c92652e37b57075850ee17dd3 (diff)
downloadopie-026b4db9ecd26b14ba8b510669cbcc033e420b65.zip
opie-026b4db9ecd26b14ba8b510669cbcc033e420b65.tar.gz
opie-026b4db9ecd26b14ba8b510669cbcc033e420b65.tar.bz2
fixed typo: NONAPPS
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
@@ -51,49 +51,49 @@ NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
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
NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \
NONNET = noncore/net/netsetup noncore/net/opieftp \
noncore/mail
NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
noncore/graphics/qpdf
NONCOMM = noncore/comm/keypebble
APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
$(COREMULTIMEDIA) $(CORESETTINGS) \
$(NONCORESETTINGS) $(NONCORETOOLS) \
- $(NOAPPS) $(NONNET) $(NONMULT) \
+ $(NONAPPS) $(NONNET) $(NONMULT) \
$(NONCOMM) $(GAMES)
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: