author | llornkcor <llornkcor> | 2002-11-16 17:46:53 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-11-16 17:46:53 (UTC) |
commit | ec642ffea22af16a924288dc64fe6a46413e49af (patch) (side-by-side diff) | |
tree | 37e6f3fd67357c1700100d21d4f29f9edbe6fdfc | |
parent | 0861a25d4f28be8a3ba794eafca9f29eac3cc7c1 (diff) | |
download | opie-ec642ffea22af16a924288dc64fe6a46413e49af.zip opie-ec642ffea22af16a924288dc64fe6a46413e49af.tar.gz opie-ec642ffea22af16a924288dc64fe6a46413e49af.tar.bz2 |
added sfcave
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,65 +50,65 @@ COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ COREMULTIMEDIA = core/multimedia/opieplayer CORESETTINGS = core/settings/light-and-power core/settings/security \ noncore/settings/netsystemtime 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/sshkeys noncore/settings/usermanager \ noncore/settings/backup NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \ noncore/tools/formatter NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ noncore/styles/flat noncore/styles/fresh 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 + noncore/games/bounce noncore/games/sfcave 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 \ noncore/apps/opie-console noncore/apps/opie-write NONNET = noncore/net/networksetup \ noncore/net/ftplib noncore/net/opieftp \ noncore/mail NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ noncore/graphics/qpdf noncore/apps/confedit NONCOMM = noncore/comm/keypebble PLUGINS = freetype APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ $(COREMULTIMEDIA) $(CORESETTINGS) \ $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) NONTMAKEAPPS := ipaq/opiealarm DOCS = docs/src/opie-policy dynamic: $(APPS) $(NONTMAKEAPPS) |