author | tille <tille> | 2002-07-07 17:21:07 (UTC) |
---|---|---|
committer | tille <tille> | 2002-07-07 17:21:07 (UTC) |
commit | f67b32a77f506ffc5ceb7bef7b0554ab721fd888 (patch) (side-by-side diff) | |
tree | 32380e8fc5e53314158f426bc80dc0b147175e3e | |
parent | 04f29267e391eb4ad7ff9fc86468f6ccd1bd8f6d (diff) | |
download | opie-f67b32a77f506ffc5ceb7bef7b0554ab721fd888.zip opie-f67b32a77f506ffc5ceb7bef7b0554ab721fd888.tar.gz opie-f67b32a77f506ffc5ceb7bef7b0554ab721fd888.tar.bz2 |
added confedit
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,49 +47,49 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 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/theme noncore/styles/metal 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/opie-sheet 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 + noncore/graphics/qpdf noncore/apps/confedit 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) docs: $(DOCS) $(COMPONENTS): $(LIBS) $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |