summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-04-24 07:54:06 (UTC)
committer harlekin <harlekin>2002-04-24 07:54:06 (UTC)
commitd3fe6dead3c84f1cd94b913c3c6c8657485d70a1 (patch) (unidiff)
treeda8af85051028c31ba6efbd8b79ac435d8b07b9c
parent219994e9d1de70b44c994ccee57060741f22d428 (diff)
downloadopie-d3fe6dead3c84f1cd94b913c3c6c8657485d70a1.zip
opie-d3fe6dead3c84f1cd94b913c3c6c8657485d70a1.tar.gz
opie-d3fe6dead3c84f1cd94b913c3c6c8657485d70a1.tar.bz2
added kbill
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdea8b6..ce399a2 100644
--- a/Makefile
+++ b/Makefile
@@ -27,33 +27,33 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \
27 sdmon 27 sdmon
28 28
29APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ 29APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \
30 filebrowser helpbrowser minesweep core/opieplayer \ 30 filebrowser helpbrowser minesweep core/opieplayer \
31 settings/light-and-power \ 31 settings/light-and-power \
32 settings/language \ 32 settings/language \
33 settings/rotation \ 33 settings/rotation \
34 settings/appearance \ 34 settings/appearance \
35 settings/security \ 35 settings/security \
36 settings/sound \ 36 settings/sound \
37 settings/systemtime \ 37 settings/systemtime \
38 solitaire spreadsheet tetrix textedit \ 38 solitaire spreadsheet tetrix textedit \
39 todo wordgame embeddedkonsole launcher sysinfo \ 39 todo wordgame embeddedkonsole launcher sysinfo \
40 parashoot snake citytime showimg netsetup tableviewer \ 40 parashoot snake citytime showimg netsetup tableviewer \
41 qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ 41 qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \
42 noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ 42 noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \
43 noncore/kpacman noncore/advancedfm 43 noncore/kpacman noncore/advancedfm noncore/kbill
44 44
45NONTMAKEAPPS := noncore/nethack 45NONTMAKEAPPS := noncore/nethack
46 46
47DOCS = docs/src/opie-policy 47DOCS = docs/src/opie-policy
48single: mpegplayer/libmpeg3 48single: mpegplayer/libmpeg3
49 49
50dynamic: $(APPS) $(NONTMAKEAPPS) 50dynamic: $(APPS) $(NONTMAKEAPPS)
51 51
52docs: $(DOCS) 52docs: $(DOCS)
53 53
54$(COMPONENTS): $(LIBS) 54$(COMPONENTS): $(LIBS)
55 55
56$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 56$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
57 57
58$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 58$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
59 $(MAKE) -C $@ -f Makefile 59 $(MAKE) -C $@ -f Makefile