author | harlekin <harlekin> | 2002-04-21 23:41:57 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-04-21 23:41:57 (UTC) |
commit | 002053b9d48070f0f4e9f97995eb3826d5767b73 (patch) (side-by-side diff) | |
tree | d241d02b7e1c90f42b4e1373cbe9203362d3cbcf | |
parent | 27522ce8deaa0bdc23a6b88002bc1d2e5f918ce6 (diff) | |
download | opie-002053b9d48070f0f4e9f97995eb3826d5767b73.zip opie-002053b9d48070f0f4e9f97995eb3826d5767b73.tar.gz opie-002053b9d48070f0f4e9f97995eb3826d5767b73.tar.bz2 |
mpegplayer is dead, long live the opieplayer
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,75 +1,75 @@ default: dynamic all: default docs LIBS=library libopie COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ inputmethods/pickboard \ inputmethods/handwriting \ inputmethods/unikeyboard \ inputmethods/jumpx \ inputmethods/dvorak \ launcher/batteryapplet \ launcher/irdaapplet \ launcher/volumeapplet \ launcher/clockapplet \ launcher/netmonapplet \ launcher/screenshotapplet \ launcher/vmemo \ netsetup/dialup \ netsetup/lan \ opiemail/ifaces/pop3 opiemail/ifaces/smtp \ - mpegplayer/libmpeg3 \ - mpegplayer/libmad \ - mpegplayer/wavplugin \ + core/opieplayer/libmpeg3 \ + core/opieplayer/libmad \ + core/opieplayer/wavplugin \ cardmon \ sdmon APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ - filebrowser helpbrowser minesweep mpegplayer \ + filebrowser helpbrowser minesweep core/opieplayer \ 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/appskey noncore/qpdf \ noncore/kpacman noncore/advancedfm NONTMAKEAPPS := noncore/nethack DOCS = docs/src/opie-policy single: mpegplayer/libmpeg3 dynamic: $(APPS) $(NONTMAKEAPPS) docs: $(DOCS) $(COMPONENTS): $(LIBS) $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: $(MAKE) -C $@ -f Makefile showcomponents: @echo $(LIBS) $(APPS) $(COMPONENTS) single 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 |