author | llornkcor <llornkcor> | 2002-07-01 23:26:13 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-07-01 23:26:13 (UTC) |
commit | 667202e7e7a39ed6cbe09857c567c4acd246ab0e (patch) (side-by-side diff) | |
tree | 6a6a7f6d9ad8b883a5ee4267567e501dad66f2dd | |
parent | 05cd09fcc508de70141120a9fb99a040433cae38 (diff) | |
download | opie-667202e7e7a39ed6cbe09857c567c4acd246ab0e.zip opie-667202e7e7a39ed6cbe09857c567c4acd246ab0e.tar.gz opie-667202e7e7a39ed6cbe09857c567c4acd246ab0e.tar.bz2 |
added opie-reader
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,48 +42,49 @@ CORESETTINGS = core/settings/light-and-power core/settings/security \ core/settings/wlansetup NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ noncore/settings/appearance noncore/settings/sound \ noncore/settings/mediummount \ noncore/settings/tabmanager noncore/settings/appskey \ noncore/settings/netsystemtime NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings \ noncore/styles/theme noncore/styles/theme/settings 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 \ + noncore/apps/opie-reader 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) $(NONCORESTYLES) \ $(NONAPPS) $(NONNET) $(NONMULT) \ $(NONCOMM) $(GAMES) NONTMAKEAPPS := ipaq/opiealarm DOCS = docs/src/opie-policy single: mpegplayer/libmpeg3 dynamic: $(APPS) $(NONTMAKEAPPS) |