author | llornkcor <llornkcor> | 2002-05-06 17:55:19 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-05-06 17:55:19 (UTC) |
commit | 8d0b11d830b11d92629cd08a2af2e7716b435e9f (patch) (side-by-side diff) | |
tree | 629a9473f4d3a99f153e30342c9e489f84b8dc3a | |
parent | 85de3a72de055e192b331248154dcce095377d1f (diff) | |
download | opie-8d0b11d830b11d92629cd08a2af2e7716b435e9f.zip opie-8d0b11d830b11d92629cd08a2af2e7716b435e9f.tar.gz opie-8d0b11d830b11d92629cd08a2af2e7716b435e9f.tar.bz2 |
added tabmanager
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,24 +27,25 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ sdmon APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ filebrowser helpbrowser minesweep core/opieplayer \ settings/light-and-power \ settings/language \ settings/rotation \ settings/appearance \ settings/security \ settings/sound \ settings/systemtime \ settings/mediummount \ + settings/tabmanager \ solitaire spreadsheet tetrix textedit \ todo wordgame embeddedkonsole launcher sysinfo \ parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ noncore/kpacman noncore/advancedfm noncore/kbill NONTMAKEAPPS := noncore/nethack DOCS = docs/src/opie-policy single: mpegplayer/libmpeg3 @@ -65,12 +66,13 @@ showcomponents: 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 lrelease: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean +AKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean
|