author | leseb <leseb> | 2002-04-15 22:46:47 (UTC) |
---|---|---|
committer | leseb <leseb> | 2002-04-15 22:46:47 (UTC) |
commit | 7a4eebd16f1934dfd111ac2c451edbdb537b4b1d (patch) (side-by-side diff) | |
tree | fbbb051a6cc7fc118b3e6a1a23e18d96489c2ad6 | |
parent | 38052b763f7d248023024487a7e645b46637c76b (diff) | |
download | opie-7a4eebd16f1934dfd111ac2c451edbdb537b4b1d.zip opie-7a4eebd16f1934dfd111ac2c451edbdb537b4b1d.tar.gz opie-7a4eebd16f1934dfd111ac2c451edbdb537b4b1d.tar.bz2 |
Add kpacman
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,49 +18,50 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ launcher/screenshotapplet \ launcher/vmemo \ netsetup/dialup \ netsetup/lan \ opiemail/ifaces/pop3 opiemail/ifaces/smtp \ mpegplayer/libmpeg3 \ mpegplayer/libmad \ mpegplayer/wavplugin \ cardmon \ sdmon APPS=$(LOCALAPPS) core/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 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/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ + noncore/kpacman 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 |