author | harlekin <harlekin> | 2002-05-01 14:35:16 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-05-01 14:35:16 (UTC) |
commit | 5d8b0a791712c3cc96e2638c8bec2c3f99886080 (patch) (side-by-side diff) | |
tree | 56fe10de18ced62ca590917859fb3c795ad77c1b | |
parent | e729a9bdd9f37f4bd610d10122f002a0540c93ed (diff) | |
download | opie-5d8b0a791712c3cc96e2638c8bec2c3f99886080.zip opie-5d8b0a791712c3cc96e2638c8bec2c3f99886080.tar.gz opie-5d8b0a791712c3cc96e2638c8bec2c3f99886080.tar.bz2 |
qipkg is dead, long live oipkg
-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 \ core/opieplayer/libmpeg3 \ core/opieplayer/libmad \ core/opieplayer/wavplugin \ cardmon \ 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 \ solitaire spreadsheet tetrix textedit \ todo wordgame embeddedkonsole launcher sysinfo \ parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ - qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ + 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 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 $@ |