author | zecke <zecke> | 2002-06-22 08:14:07 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-06-22 08:14:07 (UTC) |
commit | 38dd150a175af073a6df068a930f597c4fa86669 (patch) (side-by-side diff) | |
tree | 9ee560dabad4c23625cb67807e673e90738ee4e8 | |
parent | b5d84581b2ba61065f3382f7f9fa29416a23b560 (diff) | |
download | opie-38dd150a175af073a6df068a930f597c4fa86669.zip opie-38dd150a175af073a6df068a930f597c4fa86669.tar.gz opie-38dd150a175af073a6df068a930f597c4fa86669.tar.bz2 |
remove nethack. It's now in bigapps
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,49 +56,49 @@ GAMES = noncore/games/minesweep noncore/games/solitaire \ 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) \ $(NONCOMM) $(GAMES) -NONTMAKEAPPS := ipaq/opiealarm noncore/nethack +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: $(MAKE) -C single -f Makefile $@ for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done lupdate: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |