author | kergoth <kergoth> | 2002-11-20 22:04:22 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-20 22:04:22 (UTC) |
commit | 8f11eb1712eb8f9d83f0ace551e72e74cce57d6b (patch) (side-by-side diff) | |
tree | 3d5a5d297fa93388ff06501ef2ec40fe552d0dd4 /Makefile | |
parent | ea4e55183b22dc7fd0556db3f52170a3c97ca303 (diff) | |
download | opie-8f11eb1712eb8f9d83f0ace551e72e74cce57d6b.zip opie-8f11eb1712eb8f9d83f0ace551e72e74cce57d6b.tar.gz opie-8f11eb1712eb8f9d83f0ace551e72e74cce57d6b.tar.bz2 |
ipaq->root, ipaq/opiealarm->core/opiealarm
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,61 +78,61 @@ GAMES = noncore/games/minesweep noncore/games/solitaire \ 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/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 +NONTMAKEAPPS := root/opiealarm DOCS = docs/src/opie-policy dynamic: $(APPS) $(NONTMAKEAPPS) docs: $(DOCS) $(COMPONENTS): $(LIBS) $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS): $(MAKE) -C $@ -f Makefile showcomponents: @echo $(LIBS) $(APPS) $(COMPONENTS) clean: 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 lrelease: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) showcomponents clean |