author | llornkcor <llornkcor> | 2002-04-04 12:37:15 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-04-04 12:37:15 (UTC) |
commit | 351f962d07ad32ab3cc3442f85b9fd20fe621b4c (patch) (side-by-side diff) | |
tree | 313dfb9539b095c28a4125b1528c13be6d6c0ebb /Makefile | |
parent | bc0b907f0dcd79ef153501520d570f0500c7f20d (diff) | |
download | opie-351f962d07ad32ab3cc3442f85b9fd20fe621b4c.zip opie-351f962d07ad32ab3cc3442f85b9fd20fe621b4c.tar.gz opie-351f962d07ad32ab3cc3442f85b9fd20fe621b4c.tar.bz2 |
added noncore/appskey
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,49 +18,49 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ launcher/screenshotapplet \ launcher/vmemo \ netsetup/dialup \ netsetup/lan \ opiemail/ifaces/pop3 opiemail/ifaces/smtp \ mpegplayer/libmpeg3 \ mpegplayer/libmad \ mpegplayer/wavplugin \ cardmon \ sdmon APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ filebrowser helpbrowser minesweep mpegplayer \ settings/light-and-power \ settings/language \ settings/rotation \ settings/appearance \ settings/security \ settings/sound \ settings/systemtime \ solitaire spreadsheet tetrix textedit \ todo wordgame embeddedkonsole launcher sysinfo \ parashoot snake citytime showimg netsetup tableviewer \ qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ - noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers + noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey DOCS = docs/src/opie-policy single: mpegplayer/libmpeg3 dynamic: $(APPS) docs: $(DOCS) $(COMPONENTS): $(LIBS) $(APPS): $(LIBS) $(COMPONENTS) $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: $(MAKE) -C $@ -f Makefile showcomponents: @echo $(LIBS) $(APPS) $(COMPONENTS) single clean: $(MAKE) -C single -f Makefile $@ for dir in $(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 |