author | llornkcor <llornkcor> | 2002-03-12 03:42:17 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-03-12 03:42:17 (UTC) |
commit | ffa1d178f1daedafe801183c8a41a06023423713 (patch) (side-by-side diff) | |
tree | c48b50f0f68bf3a81b7e340c52eb583785e70f3f | |
parent | c10fa05d94418620a08f25fc8d1436a2787f1446 (diff) | |
download | opie-ffa1d178f1daedafe801183c8a41a06023423713.zip opie-ffa1d178f1daedafe801183c8a41a06023423713.tar.gz opie-ffa1d178f1daedafe801183c8a41a06023423713.tar.bz2 |
added noncore/opieftp
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,63 +9,63 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ inputmethods/handwriting \ inputmethods/unikeyboard \ inputmethods/jumpx \ inputmethods/dvorak \ taskbar/batteryapplet \ taskbar/volumeapplet \ taskbar/clockapplet \ taskbar/netmonapplet \ taskbar/screenshotapplet \ taskbar/vmemo \ netsetup/dialup \ netsetup/lan \ opiemail/ifaces/pop3 opiemail/ifaces/smtp \ mpegplayer/libmpeg3 \ mpegplayer/libmad \ mpegplayer/wavplugin \ cardmon \ sdmon APPS=$(LOCALAPPS) 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 taskbar sysinfo \ parashoot snake citytime showimg netsetup tableviewer \ qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ - noncore/tictac + noncore/tictac noncore/opieftp 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 lrelease: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done .PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |