author | harlekin <harlekin> | 2002-04-24 07:54:06 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-04-24 07:54:06 (UTC) |
commit | d3fe6dead3c84f1cd94b913c3c6c8657485d70a1 (patch) (side-by-side diff) | |
tree | da8af85051028c31ba6efbd8b79ac435d8b07b9c /Makefile | |
parent | 219994e9d1de70b44c994ccee57060741f22d428 (diff) | |
download | opie-d3fe6dead3c84f1cd94b913c3c6c8657485d70a1.zip opie-d3fe6dead3c84f1cd94b913c3c6c8657485d70a1.tar.gz opie-d3fe6dead3c84f1cd94b913c3c6c8657485d70a1.tar.bz2 |
added kbill
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,49 +19,49 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ 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 \ 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 + 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 $@ for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |